deploy_coin
Create and deploy custom coins on Aptos blockchain. Define coin name, symbol, decimals, and optional metadata. Returns coin type ID and transaction details for minting and management.
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') |