# Solana AI Gateway - [Solana AI Gateway: Zero-Trust API access for AI agents](https://ti-mm-mycompc.mintlify.app/introduction.md): Solana AI Gateway is a wallet-authenticated, credit-metered API gateway that gives AI agents safe, processed access to live Solana intelligence. - [Quickstart: Claim a key and call the Solana AI Gateway](https://ti-mm-mycompc.mintlify.app/quickstart.md): Top up a wallet, claim an API key with a Solana signature, and make your first authenticated call to the gateway in under five minutes. - [Claim your Solana AI Gateway API key in 90 seconds](https://ti-mm-mycompc.mintlify.app/claim.md): Send 0.01 SOL, sign a challenge with your wallet, get an API key. No signup, no email, no dashboard, no CAPTCHAs. - [Authentication: Solana wallet signatures and API keys](https://ti-mm-mycompc.mintlify.app/authentication.md): Solana AI Gateway authenticates clients with wallet-signed challenges. Learn how to claim, use, and rotate credit-backed API keys. - [Pricing and referral discounts for Solana AI Gateway](https://ti-mm-mycompc.mintlify.app/pricing.md): Flat per-call pricing in SOL, a free tier for new keys, and referral-based volume discounts up to 55% off for high-volume LLM agents. - [Live stats: API keys, credits, and gateway wallet balance](https://ti-mm-mycompc.mintlify.app/stats.md): Public transparency dashboard: total keys claimed, total credits issued, and current gateway wallet balance. Updated in real time. - [Wallet Signatures: How Solana AI Gateway Authenticates You](https://ti-mm-mycompc.mintlify.app/concepts/wallet-signatures.md): Learn how Solana AI Gateway uses Ed25519 challenge-response wallet signatures instead of passwords, and how to sign a challenge from your client. - [API Keys and Credits: Pre-Paid Balance System Explained](https://ti-mm-mycompc.mintlify.app/concepts/api-keys-and-credits.md): Understand how Solana AI Gateway converts SOL deposits into pre-paid API credits, how keys are claimed after wallet signature, and how each call debits your balance. - [Paywall Model: Free vs Paid Endpoints in Solana AI Gateway](https://ti-mm-mycompc.mintlify.app/concepts/paywall-model.md): Learn which Solana AI Gateway endpoints are free, which require API key credits, and how the payment middleware decides whether to let your request through. - [Claim a Solana API Key with Wallet Authentication](https://ti-mm-mycompc.mintlify.app/guides/claim-api-key.md): Top up your Solana wallet, sign a challenge with your keypair, and claim a credit-metered API key for the Solana Pulse AI Agent Gateway. - [Decode Solana Transactions into LLM-Friendly Summaries](https://ti-mm-mycompc.mintlify.app/guides/decode-transaction.md): Turn raw Solana transaction signatures into categorized summaries using the Solana Pulse AI Agent Gateway decode endpoint for agent prompts. - [Connect Claude Desktop and Cursor via MCP to Solana Gateway](https://ti-mm-mycompc.mintlify.app/guides/mcp-integration.md): Integrate the Solana Pulse AI Agent Gateway with Claude Desktop or Cursor using the Model Context Protocol. Fetch the manifest, connect via SSE, and send tool calls. - [Error codes and troubleshooting for Solana AI Gateway](https://ti-mm-mycompc.mintlify.app/help/errors.md): Decode Solana AI Gateway HTTP status codes and response shapes. Learn how to fix 400, 401, 404, and 500 errors with real JSON examples and quick recovery steps. - [FAQ: Solana AI Gateway wallet auth, credits, and MCP](https://ti-mm-mycompc.mintlify.app/help/faq.md): Quick answers about wallet sign-in, devnet support, credit top-ups, API key sharing, key rotation, private key handling, network defaults, and MCP discovery for Solana AI Gateway. - [How Lobstar Wilde lost $441K, and the one-line API design that would have prevented it](https://ti-mm-mycompc.mintlify.app/blog/preventing-the-lobstar-bug.md): The Lobstar Wilde incident cost an AI agent $441,000 in a single transaction. The root cause was a decimal parsing error the API layer should have made impossible. - [API Reference Overview — Solana AI Gateway](https://ti-mm-mycompc.mintlify.app/api-reference/introduction.md): Base URL, authentication, response envelope, and endpoint categories for the Solana AI Gateway REST API and MCP transport. - [Request a Solana wallet signing challenge for API access](https://ti-mm-mycompc.mintlify.app/api-reference/keys/challenge.md): Get a 32-byte single-use challenge to sign with your Solana wallet. First step in the credentialless auth flow that mints your API key. - [Claim your API key with a Solana wallet signature](https://ti-mm-mycompc.mintlify.app/api-reference/keys/claim.md): Verify your wallet's Ed25519 signature of the challenge and receive your API key once. Wallet auth, no email or password required. - [Fetch Solana wallet SOL balance in one call](https://ti-mm-mycompc.mintlify.app/api-reference/solana/balance.md): Return the native SOL balance for any wallet in lamports and SOL. Public endpoint, no API key needed, safe for dashboards and health checks. - [Get the latest finalized Solana blockhash instantly](https://ti-mm-mycompc.mintlify.app/api-reference/solana/blockhash.md): Return the most recent finalized blockhash and its last valid block height for client-side transaction construction. Public endpoint, no API key. - [List every SPL token a Solana wallet holds](https://ti-mm-mycompc.mintlify.app/api-reference/solana/token-accounts.md): Enumerate every SPL token account owned by a wallet with mint, decimals, and balance. Powers portfolio views, airdrop filters, and agent self-inventory. - [Fetch recent Solana transaction signatures for any wallet](https://ti-mm-mycompc.mintlify.app/api-reference/solana/transactions.md): Return up to 50 recent transaction signatures with slot, block time, and error status. Feed into decode-tx to build a labeled activity feed. - [Derive Solana ATAs without hallucination](https://ti-mm-mycompc.mintlify.app/api-reference/solana/find-ata.md): Deterministically derive an Associated Token Account for a wallet and mint, plus a live exists flag, so agents stop inventing wrong token addresses. - [Detect Solana honeypot tokens before agents trade](https://ti-mm-mycompc.mintlify.app/api-reference/solana/token-profile.md): Return supply, freeze and mint authorities, a honeypot risk score, and the top 10 holders so agents can auto-reject risky mints before swapping. - [Solana priority fees that stop agents overpaying](https://ti-mm-mycompc.mintlify.app/api-reference/solana/optimal-fee.md): Sample recent priority fees and return low, medium, and high tier recommendations with plain-English advice so agents pay the right amount every time. - [Turn Solana signatures into agent-readable summaries](https://ti-mm-mycompc.mintlify.app/api-reference/solana/decode-tx.md): Fetch any transaction and return a category, human-readable summary, and raw logs so agents can audit, label, and monitor on-chain activity. - [Simulate Solana transactions before agents sign them](https://ti-mm-mycompc.mintlify.app/api-reference/solana/simulate.md): Dry-run a serialized VersionedTransaction and return success, error, logs, and compute units so agents can preview outcomes before spending SOL. - [MCP discovery manifest for Claude Desktop and Cursor](https://ti-mm-mycompc.mintlify.app/api-reference/mcp/manifest.md): The standard MCP well-known endpoint. Returns server name, capabilities, and tool list so Claude Desktop, Cursor, and every MCP client auto-configure. - [MCP SSE transport — /mcp/sse and /mcp/messages](https://ti-mm-mycompc.mintlify.app/api-reference/mcp/sse.md): Connect AI agents to the Solana AI Gateway via Model Context Protocol SSE transport for real-time tool invocation. - [Playground](https://ti-mm-mycompc.mintlify.app/playground/index.md): Try every Solana AI Gateway endpoint live. Pre-filled with real on-chain examples so you can hit Send and see actual data instantly.