mint_coin
Mint new tokens for a deployed custom coin on Aptos Blockchain, increasing total supply and sending them to a specified recipient. Only the coin deployer can use this tool.
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 |