# Corvo Edge > Chat-first, self-custody trading terminal. Corvo verifies what a transaction will actually do to a > wallet before it is signed, then executes across Base, Arbitrum, Solana, Fogo, Robinhood Chain and X Layer. > Keys stay with the user and nothing is custodied, so an integration can quote and check but never > execute on someone's behalf. ## Docs - [Overview](https://app.corvoedge.xyz/docs/index.md): What Corvo is for, what an agent can call, and where to start. - [Quickstart](https://app.corvoedge.xyz/docs/quickstart.md): One request, no key, with a real safety response. - [Token safety](https://app.corvoedge.xyz/docs/token-safety.md): Honeypot, taxes, tradeability and holder context before trading anything unfamiliar. Why can_sell false is a stop, not a warning. - [Market data](https://app.corvoedge.xyz/docs/market-data.md): Prices, perp marks and candles, the tradeable token set, and early movers. - [Chains and tokens](https://app.corvoedge.xyz/docs/chains.md): Supported chains and how to resolve a token and chain together instead of assuming a symbol is universal. - [Custody and signing](https://app.corvoedge.xyz/docs/custody.md): Self-custody as a constraint on integrations, every action signed per transaction. - [Errors](https://app.corvoedge.xyz/docs/errors.md): Error shapes, the 308 on the manifest, and why an empty result is neither success nor failure. - [For AI agents](https://app.corvoedge.xyz/docs/for-agents.md): Discovery URLs, the calls worth making in order, and the rules that prevent a bad trade. - [Base MCP plugin](https://app.corvoedge.xyz/docs/base-mcp-plugin.md): Corvo as a Base MCP custom plugin, read endpoints for safety, prices and movers, plus keyed swap prepare mapped to send_calls. ## Identity - [Agent card](https://app.corvoedge.xyz/.well-known/agent-card.json): A2A discovery document, OKX.AI agent #10628. - [Manifest](https://app.corvoedge.xyz/agent-manifest.json): Full capability manifest. - [Skill](https://app.corvoedge.xyz/SKILL.md): Integration recipes for an agent driving Corvo.