llms.txt Content
# Solana
> Solana is the high-performance blockchain designed for mass adoption, capable of processing thousands of transactions per second with sub-second finality.
This documentation provides comprehensive guides, references, and tutorials for developers building on Solana.
## AI Agent Resources
- [SKILL.md](https://solana.com/SKILL.md): Comprehensive guide for AI agents to understand and build on Solana
- [Full Documentation](https://solana.com/llms-full.txt): Complete inline documentation with code examples and API reference
## Core Concepts
- [Accounts](https://solana.com/docs/core/accounts): How Solana stores data in accounts
- [Transactions](https://solana.com/docs/core/transactions): The fundamental building blocks for interacting with Solana
- [Programs](https://solana.com/docs/core/programs): Smart contracts on Solana
- [Program Derived Addresses](https://solana.com/docs/core/pda): Deterministic addresses for program-controlled accounts
- [Cross Program Invocation](https://solana.com/docs/core/cpi): How programs invoke other programs
- [Fees on Solana](https://solana.com/docs/core/fees): Transaction costs and priority fees
## Getting Started
- [Introduction](https://solana.com/docs/intro): Overview of Solana development
- [Quick Start](https://solana.com/docs/intro/quick-start): Build your first Solana program
- [Installation](https://solana.com/docs/intro/installation): Set up your local development environment
## Tokens
- [Token Basics](https://solana.com/docs/tokens/basics): SPL Token fundamentals
- [Create Mint](https://solana.com/docs/tokens/basics/create-mint): Create new token mints
- [Token Extensions](https://solana.com/docs/tokens/extensions): Token-2022 program features
## Frontend
- [@solana/client](https://solana.com/docs/frontend/client): Headless client runtime for Solana frontends
- [@solana/react-hooks](https://solana.com/docs/frontend/react-hooks): React hooks and provider for Solana apps
- [Next.js + Solana React Hooks](https