midnight_transfer_tokens
Transfer tDUST tokens to any recipient address on the Midnight Network. Choose between standard public transfers or shielded private transfers using zero-knowledge proofs.
Instructions
Transfer tDUST tokens to another address.
Transfer Types:
Standard: Public transfer visible on-chain
Shielded: Private transfer using ZK proofs
Requirements:
Wallet with sufficient balance
Network connectivity
Gas for transaction fees
Fees:
Standard transfer: ~0.001 tDUST
Shielded transfer: ~0.005 tDUST (proof generation)
Security: Use MIDNIGHT_WALLET_SEED environment variable.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | Recipient address | |
| amount | No | Amount of tDUST to transfer | |
| network | No | Target network | |
| memo | No | ||
| shielded | No | Use shielded (private) transfer |