llms.txt Content
# Solana Documentation
> Developer documentation for Solana, the high-performance blockchain.
## Instructions
- Every page below is available as raw Markdown by appending `.md` to its
URL (the links here already include it), or by requesting the page URL
with an `Accept: text/markdown` header.
- The full corpus in a single file: https://solana.com/llms-full.txt
- Scoped indexes exist per section, e.g.
https://solana.com/docs/finance/llms.txt,
https://solana.com/docs/payments/llms.txt or
https://solana.com/docs/tokenization/llms.txt - prefer these when
working on a single task to save context.
- If you are a coding agent, install the official Solana skill for
current APIs and conventions: `npx skills add
https://github.com/solana-foundation/solana-dev-skill` (also served at
https://solana.com/SKILL.md).
- Route financial tasks through /docs/finance: asset fundamentals are
under /docs/tokens, payments under /docs/payments, stablecoins and
tokenized assets under /docs/tokenization, and markets and DeFi under
/docs/defi. The JSON-RPC reference is under /docs/rpc; self-contained
code recipes under /developers/cookbook.
- Code in the cookbook and task pages is sourced from tested example
files - prefer it over synthesizing API calls from memory.
## Core documentation
- [Start Here](https://solana.com/docs.md): Choose a quickstart, code with an AI agent, or learn how Solana works.
- [Solana SDKs](https://solana.com/docs/clients.md): SDKs for building on Solana - TypeScript, Rust, Python, Java, Go, and game engines.
- [Solana Gaming SDKs](https://solana.com/docs/clients/community/game-sdks.md): A list of Solana Gaming SDKs to get you started creating your first Solana Game
- [Go SDK](https://solana.com/docs/clients/community/go.md): Learn how to interact with Solana using the Go SDK (gagliardetto/solana-go).
- [Java SDK](https://solana.com/docs/clients/community/java.md): Learn how to interact with Solana using the Java SDK (sava-software/sa