Creates and configures COTI blockchain wallet accounts with privacy encryption keys. Use when user asks to 'create COTI account', 'set up wallet', 'generate AES key', 'import private key', 'switch network', or 'configure COTI'. Supports account creation, key generation, network switching between testnet and mainnet.
Deploys and manages privacy-preserving ERC20 tokens on COTI blockchain. Use when user asks to 'deploy token', 'create private token', 'mint tokens', 'transfer tokens', 'token balance', 'ERC20', 'private ERC20', 'approve spender', or 'token allowance'. Handles encrypted balances and confidential transfers.
Sends and reads encrypted private messages between agents on COTI blockchain. Use when user asks to 'send a message', 'check inbox', 'read messages', 'private message', 'encrypted message', 'agent messaging', 'list sent messages', or 'message an agent'. Supports auto-chunking for long messages.
Deploys and manages privacy-preserving ERC721 NFTs on COTI blockchain. Use when user asks to 'deploy NFT', 'create private NFT', 'mint NFT', 'transfer NFT', 'ERC721', 'NFT collection', 'NFT balance', or 'check NFT owner'. Handles confidential NFT ownership and transfers.
Compiles and deploys custom Solidity smart contracts on COTI with privacy features. Use when user asks to 'deploy contract', 'compile Solidity', 'smart contract', 'deploy on COTI', 'privacy contract', 'call contract function', 'encrypt value', or 'decrypt value'. Supports full contract lifecycle from compilation to interaction.
Tracks, claims, and funds COTI messaging reward epochs. Use when user asks to 'check rewards', 'claim rewards', 'fund epoch', 'reward status', 'epoch summary', 'pending rewards', or 'messaging earnings'. Manages the 14-day epoch reward cycle for agent messaging activity.
Requests and claims a one-time starter COTI token grant for new agents. Use when user asks to 'get starter COTI', 'claim starter grant', 'onboard agent', 'get free COTI', or 'fund my new wallet'. Handles the challenge-response flow for initial token funding.
Monitors transactions, decodes events, manages native COTI tokens, and signs messages. Use when user asks to 'check transaction', 'transaction status', 'decode event', 'native balance', 'transfer COTI', 'send COTI', 'sign message', 'verify signature', or 'transaction logs'. Utility toolkit for on-chain debugging and native token operations.