mint_coin
Generate and send new tokens of a custom coin to a specified recipient, increasing the total supply. Only the coin deployer can execute this action using the Aptos Blockchain MCP server.
Instructions
Mint new tokens of a previously deployed custom coin. Only the coin deployer can mint new tokens. This increases the total supply of the coin and sends the minted tokens to a specified recipient.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
amount | Yes | Amount of coins to mint (in the coin's base unit) | |
coin_type | Yes | The coin type identifier (e.g., '0x123::coin::T') | |
max_gas_amount | No | Maximum gas amount for the transaction (optional) | |
recipient_address | Yes | Address to receive the minted coins |