# TRUE Finance > TRUE is an AI native trading app on Solana: perpetuals with an oracle mark from Pyth and on chain custody, spot swaps, tokenized stocks, copy trading and autonomous agents. This file points AI agents and developers at the documentation that matters. ## Trading API (start here) - [Trading API overview](https://docs.truefinance.ai/en/docs/trading-api/): the three surfaces (venue REST, TRUE market data, MCP), who wants which, the bot sequence - [Keys and Access](https://docs.truefinance.ai/en/docs/trading-api-keys/): sequencer API keys (apikey_) and MCP keys (true_sk_), what each can and cannot do - [Market Data (REST)](https://docs.truefinance.ai/en/docs/market-data-rest/): markets, stats, book, bbo, trades, klines; no key needed - [Streams (SSE)](https://docs.truefinance.ai/en/docs/market-data-sse/): one HTTP stream per market or for the whole list - [WebSocket](https://docs.truefinance.ai/en/docs/market-data-websocket/): topics, frames, sequence numbered book deltas - [Orders and Signing](https://docs.truefinance.ai/en/docs/trading-orders/): headers, Ed25519 over a borsh payload, field orders, a working request - [Limits and Security](https://docs.truefinance.ai/en/docs/trading-limits/): rate limits, blast radius of a leaked key, errors, planned market maker tiers - [Full text in one file](https://docs.truefinance.ai/llms-full.txt) ## MCP - Endpoint: https://app.truefinance.ai/api/v1/mcp (Streamable HTTP). Auth: OAuth from the MCP & API page, or Authorization: Bearer true_sk_. - [MCP guide](https://docs.truefinance.ai/en/docs/mcp/) - [Claude connector](https://docs.truefinance.ai/en/docs/claude-connector/) ## Platform - [Overview](https://docs.truefinance.ai/en/docs/overview/) - [Authentication](https://docs.truefinance.ai/en/docs/authentication/) - [Rate Limits](https://docs.truefinance.ai/en/docs/rate-limits/) - [Agents](https://docs.truefinance.ai/en/docs/agents/) - [Swaps](https://docs.truefinance.ai/en/docs/swaps/) ## Optional - [Glossary](https://docs.truefinance.ai/en/docs/glossary/) - [Changelog](https://docs.truefinance.ai/en/docs/changelog/) - [Help Center](https://help.truefinance.ai)