How to test the Solana plugin safely on mainnet
1. Check wallet connection 2. Test SOL transfers 3. Test SPL token transfers 4. Test small swaps 5. Test larger operations
# Use a dedicated test wallet SOLANA_PRIVATE_KEY=test_wallet_private_key # Optional - Use premium RPC for reliability SOLANA_RPC_URL=https://mainnet.helius-rpc.com/?api-key=YOUR_KEY
User: What's my wallet address? Agent: [Should show your Solana address]
User: What's my balance? Agent: [Should show SOL balance and token holdings]
User: Send 0.001 SOL to [another address] Agent: [Should execute the transfer]
User: Send 1 USDC to [test address] Agent: [Should handle SPL token transfer]
User: Swap 0.1 SOL for USDC Agent: [Should execute via Jupiter]
User: What's my portfolio worth? Agent: [Should show total USD value and token breakdown]
Was this page helpful?