What problem does it solve? AI agents lack reliable, up-to-date knowledge of onchain protocols, leading to hallucinated contract addresses, wrong package names, and broken integrations when building crypto-enabled agents. ## Core Features & Use Cases - Framework Adapters: Integrate onchain tools with Vercel AI SDK, LangChain, LlamaIndex, Eliza, MCP, and Python frameworks through dedicated adapter packages. - Modular Plugin System: Install only the protocol plugins needed (Uniswap, Jupiter, deBridge, Polymarket, ERC-20, and 200+ more) with chain-specific wallet providers for EVM, Solana, Aptos, Sui, Cosmos, and others. - Custom Plugin Development: Create new protocol integrations using the @Tool decorator or createTool patterns with Zod-validated parameters. - Use Case: Build an agent that checks a USDC balance on Base, swaps tokens on Uniswap, and bridges funds to Arbitrum via deBridge — all from natural language prompts. ## Quick Start Ask the agent to set up a GOAT-powered onchain agent with a viem wallet on Base that can send ETH and transfer USDC using the Vercel AI SDK adapter.