deploy_coin
Deploy and create custom coins or tokens on the Aptos blockchain. Specify name, symbol, decimals, and optional details like icon URL to manage minting, transfers, and transactions efficiently.
Instructions
Deploy a new custom coin/token on Aptos blockchain. This creates a new coin type that can be minted, transferred, and managed. Returns the coin type identifier and deployment transaction details.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
decimals | No | Number of decimal places for the coin (typically 6 or 8) | |
icon_url | No | URL to the coin icon/logo (optional) | |
max_gas_amount | No | Maximum gas amount for the transaction (optional) | |
name | Yes | Name of the coin (e.g., 'My Token') | |
project_url | No | URL to the project website (optional) | |
symbol | Yes | Symbol of the coin (e.g., 'MTK') |