mint_tokens
Mint SPL tokens to any destination wallet on Solana. Specify token mint, recipient, amount, and network to execute the mint with mint authority.
Instructions
Mint SPL tokens to a destination wallet. Requires PRIVATE_KEY with mint authority.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mint_address | Yes | Token mint address | |
| to_address | Yes | Destination wallet address | |
| amount | Yes | Amount of tokens to mint (UI amount) | |
| network | Yes | Network — MUST be specified |