TON Blockchain Tools (15)
Native TON integration using a W5R1 wallet. Private keys are stored with restrictive file permissions (0o600). Send operations (ton_send, jetton_send) are restricted to DM-only scope for safety.
Wallet & TON (7)
| Tool | Description | Scope |
ton_send | Send TON cryptocurrency to an address. Amount is in TON (not nanoTON). | DM-only |
ton_get_address | Get your TON wallet address for receiving funds. | Any |
ton_get_balance | Check current TON wallet balance in TON and nanoTON. | Any |
ton_price | Get current TON/USD real-time market price. | Any |
ton_get_transactions | Get transaction history for any TON address. | Any |
ton_my_transactions | Get your own wallet's transaction history. | Any |
ton_chart | Get price history chart for TON or any jetton over a time period. | Any |
Jettons (6)
| Tool | Description | Scope |
jetton_send | Send jettons (tokens) to an address via TEP-74 transfer. | DM-only |
jetton_balances | List all jetton (token) balances in your wallet. | Any |
jetton_info | Get jetton metadata: name, symbol, decimals, total supply, holders count, verification status. | Any |
jetton_price | Get current jetton price in USD and TON with 24h/7d/30d changes. | Any |
jetton_holders | Get top holders of a jetton with wallet addresses and balances. | Any |
jetton_history | Get price history and performance data for a jetton over 24h/7d/30d periods. | Any |
DEX & NFT (2)
| Tool | Description | Scope |
dex_quote | Compare swap rates between STON.fi and DeDust for any token pair. | Any |
nft_list | List NFT items owned by a wallet. Defaults to the agent's own wallet; can filter by collection. | Any |
Note: The dex_quote tool provides a combined STON.fi + DeDust comparison in a single call. For the full suite of per-DEX trading tools (execute swaps, get pool info, liquidity management), see DEX Trading.