burn_tokens
Burn tokens from a Solana wallet to permanently remove them from circulation, reducing token supply by specifying wallet name, token mint address, and amount.
Instructions
Burn tokens from a wallet
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| walletName | Yes | Name of the wallet to burn tokens from | |
| tokenMint | Yes | Token mint address | |
| amount | Yes | Amount of tokens to burn (in token units) |