BengarTrust infrastructure

Docs · Network

Minting

Only for CAPPED_MINTABLE, only by the mint authority, only up to the cap.

The rules

  • A FIXED asset cannot be minted. There is no authority to attempt it with.
  • A CAPPED_MINTABLE asset can be minted by its mint authority until the cap is reached.
  • The cap is fixed at creation and a mint that would cross it is refused, not truncated.

From the Console

The asset's page shows the current supply, the maximum, and what the supply would become. A FIXED asset has no mint section at all — absent rather than greyed out.

AVAILABLE Mint, burn and transfer from the Console/projects/[projectId]/assets/[assetId]

Where: Console → Assets → an asset

First: The same signing key. A FIXED asset has no mint at all.

Requires: ADMIN

The form refuses a mint over the cap before anything is signed. That is a courtesy, not the control: x/assets refuses it regardless of what any interface sends, and the live evidence for this is the chain's own refusal rather than the form's.