> ## Documentation Index
> Fetch the complete documentation index at: https://docs.capx.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# What's next?

You've just built a functional DeFi agent! Here are some ideas to extend it:

### Next Steps

* **Move to mainnet** when ready for real transactions
* **Extend SPL token features** (basic support already included via @goat-sdk/plugin-spl-token)
* **Create a Telegram bot** using the same API endpoints
* **Add custom Solana program interactions** using the Web3.js connection

### Ready for mainnet?

Update your `.env.local`:

```bash theme={null}
RPC_PROVIDER_URL=https://api.mainnet-beta.solana.com
# Add a mainnet private key with actual SOL
```
