Solana, organized
Every guide, doc, tool and official link on solana.com, sorted by what you want to do. An independent directory.
No matches. Try “wallet”, “stake”, “rpc” or “grants”.
Learn the basics12
What is Solana?A beginner's introduction to the network and what it enablessolana.com/learn/what-is-solanaLearning pathEvery beginner chapter in order, from your first wallet to staying safesolana.com/learnGetting startedThe basics of Solana and how to make your first transactionssolana.com/learn/getting-startedWhat is a wallet?How wallets hold your keys and connect to apps, and how to set one up safelysolana.com/learn/what-is-a-walletSending and receiving SOLSend SOL, share your address and receive tokenssolana.com/learn/…Transaction feesHow fees work, why they stay low and what that means for appssolana.com/learn/…Staying safeProtect your seed phrase and spot fake support, phishing sites and free-money scamssolana.com/learn/…Solana tokensStablecoins, wrapped tokens and project tokens, explainedsolana.com/learn/…What are NFTs?Unique digital assets for art, collectibles and moresolana.com/learn/what-are-nftsIntro to DeFiTrading, lending and earning yield on Solanasolana.com/learn/…Exploring appsFinance, games, social and creative apps you can use with a walletsolana.com/learn/…On and off rampsServices that move money on and off Solana in 100+ countriessolana.com/solanaramp
Stake & validate7
What is staking?How staking earns rewards and what to weigh when choosing a validatorsolana.com/learn/what-is-stakingStaking and inflation FAQRewards, inflation and why new stake takes a few days to activatesolana.com/stakingStaking docsStake accounts, delegation and the wallets that support stakingsolana.com/docs/references/stakingValidatorsRun a validator to help secure the network and earn SOLsolana.com/validatorsOperate a validatorAnza's guide to setting up and running an Agave validatordocs.anza.xyz/operationsDelegation programSolana Foundation support for new validators: testnet, vote costs and stakesolana.org/delegation-programStake poolsThe program behind pooled stake, with its CLI, fees and a quick-start guidesolana-program.com/docs/stake-pool
Start building12
Quick startBuild your first program, send transactions and use PDAs in the browser, no installsolana.com/docs/intro/quick-startInstall the toolsOne command sets up Rust, the Solana CLI and Anchor on macOS, Linux and Windows (WSL)solana.com/docs/intro/installationDeveloper hubCourses, tutorials, templates and where to get supportsolana.com/developersCoding with AI agentsUse the Solana MCP and Agent Skills so coding agents write current Solana codesolana.com/docs/intro/…SDKsTypeScript, Rust, Python, Java, Go and game-engine SDKssolana.com/docs/clientsFrontend with KitBuild app interfaces with @solana/kit in React and Next.jssolana.com/docs/frontendCookbookCopy-paste code for accounts, tokens, transactions and walletssolana.com/developers/cookbookTemplatesStarter projects for Next.js, React, Expo, Anchor, x402 and moresolana.com/developers/templatesBootcampVideo-first course from hello world to production, plus DePIN and crash coursessolana.com/developers/bootcampHackathonsOnline hackathons with Colosseum: find cofounders and ship a projectsolana.com/hackathonGrants and fundingSolana Foundation grants and RFPs for public goods, plus ecosystem fundingsolana.org/grants-fundingGet helpAsk and search technical questions on Solana Stack Exchangesolana.stackexchange.com
Core concepts8
Core conceptsAccounts, programs, instructions, transactions, fees, PDAs and CPIssolana.com/docs/coreAccountsHow state is stored: account fields, ownership, rent and account typessolana.com/docs/core/accountsTransactionsSignatures, messages, blockhash expiry and versioned transactionssolana.com/docs/core/transactionsFees and computeBase fees, priority fees and compute budgetssolana.com/docs/core/feesProgram-derived addressesPDAs: addresses a program controls without a private keysolana.com/docs/core/pdaCross-program invocationHow programs call other programs, including with PDA signerssolana.com/docs/core/cpiProgramsOnchain code: the sBPF runtime, deploys, upgrades and frameworkssolana.com/docs/core/programsTerminologySolana terms, definedsolana.com/docs/references/…
Programs & testing10
Rust programsCreate, build, test and deploy a program in Rustsolana.com/docs/programs/rustAnchorFramework for writing secure Solana programs in Rustanchor-lang.com/docsProgram examplesExample programs in several languages and frameworkssolana.com/docs/programs/examplesDeploying programsBuild, deploy and manage programs with the Solana CLIsolana.com/docs/programs/deployingLiteSVMFast in-process program tests, no validator neededsolana.com/docs/tools/litesvmSurfpoolDrop-in local validator that fetches mainnet accounts as your tests need themsolana.com/docs/tools/surfpoolVerified buildsProve a deployed program was built from its public sourcesolana.com/docs/programs/…Production readinessWhat to check before moving from devnet to mainnetsolana.com/docs/tools/…Ethereum to SolanaEVM to SVM guides: accounts, programs, ERC20, ERC721 and ERC4337solana.com/developers/…Chain migration hubMove a project from Ethereum, Cosmos or another chainsolana.com/developers/…
RPC, APIs & data11
RPC overviewCluster endpoints and the full JSON-RPC referencesolana.com/docs/rpcHTTP methodsgetBalance, getTransaction, sendTransaction and every other request methodsolana.com/docs/rpc/httpWebSocket methodsaccountSubscribe, logsSubscribe and other live subscriptionssolana.com/docs/rpc/websocketPublic RPC endpointsMainnet, devnet and testnet URLs, rate limits and when to use eachsolana.com/docs/references/clustersRPC providersHelius, QuickNode, Triton, Alchemy and other RPC providerssolana.com/rpcChoosing an RPC providerCompare providers by method coverage, history, limits and regionssolana.com/docs/rpc/providersDevnet faucetFree devnet and testnet SOL for testingfaucet.solana.comSolana DataNetwork, stablecoin, DeFi, RPC and transaction-sender metricssolana.com/dataTokens APIToken, price and liquidity data across Solana DEXstokens.xyzSolana CLI referenceEvery Agave CLI command, with examplessolana.com/docs/references/…SPL Token CLICreate and manage SPL Token and Token-2022 mints and accounts from the command linesolana.com/docs/references/…
Tokens & assets8
Tokens on SolanaHow mints, token accounts, Token-2022 and extensions worksolana.com/docs/tokensCreate a tokenCreate, mint and transfer a token on devnet with the SPL Token CLIsolana.com/docs/tokens/quickstartToken with metadataGive a new token its name, symbol and image with Metaplex metadatasolana.com/developers/cookbook/…Token basicsMint, transfer, burn, freeze and delegate, plus wrapped SOLsolana.com/docs/tokens/basicsToken ExtensionsPermissioned tokens on a permissionless network: compliance features built insolana.com/solutions/…Get a token verifiedHow verification works and how a token shows up in Solana Explorersolana.com/docs/tokens/…Digital assetsNative support for the next generation of digital assetssolana.com/solutions/digital-assetsNFTs for buildersMint, sell and trade NFTs at scalesolana.com/developers/nfts
Payments & commerce11
Payments docsBuild payment systems with instant settlement and fees under $0.001solana.com/docs/paymentsAccept a paymentAdd a payment button to a React app and take your first stablecoin paymentsolana.com/docs/payments/quickstartSend paymentsStablecoin transfers with memos, batch payouts and address checkssolana.com/docs/payments/…SubscriptionsRecurring payments with the Solana subscriptions programsolana.com/docs/payments/…Solana PayPayment links, QR codes and transaction requestssolana.com/docs/tools/solana-payCommerce KitDrop-in payment button, React hooks and headless checkout flowssolana.com/docs/tools/commerce-kitKoraGasless transactions: let users pay fees in USDC or any token instead of SOLsolana.com/docs/tools/koraActions and blinksTurn any onchain action into a shareable linksolana.com/solutions/actionsPayments toolingEcosystem tools for accepting stablecoin paymentssolana.com/solutions/…Commerce toolingTake stablecoin payments directly from customers, with no intermediariessolana.com/solutions/…PayPal USDPayPal's PYUSD stablecoin on Solanasolana.com/pyusd
AI & agents9
Agents and AILaunch agents, find compute and data, and build AI onchainsolana.com/solutions/aix402Internet-native payments that let AI agents pay for APIssolana.com/x402What is x402?How the HTTP 402 payment protocol works, explainedsolana.com/x402/what-is-x402Agentic payments docsLet agents pay for APIs over HTTP with MPP or x402, settled on Solanasolana.com/docs/payments/…Pay.shPay-as-you-go API access for agents and command-line toolspay.shAgent RegistryRegister, discover and verify AI agents with onchain identity and reputationsolana.com/agent-registryAgent SkillsPre-built skills that teach AI agents Solana programs, tokens and DeFisolana.com/skillsSKILL.mdThe official Solana skill file for coding agentssolana.com/SKILL.mdllms.txtMachine-readable index of the Solana docs; llms-full.txt has every page in one filesolana.com/llms.txt
Enterprise & finance13
Enterprise resourcesTechnical guides and docs for institutions building on Solanasolana.com/solutions/enterpriseEnterprise FAQMigration, privacy, tokenized funds, custody, compliance and yield, answeredsolana.com/solutions/enterprise/faqInstitutional paymentsMove money anywhere, instantly, with near-zero feessolana.com/solutions/…StablecoinsIssue your own stablecoin on Solanasolana.com/solutions/stablecoinsInternet capital marketsTokenize equities and money-market funds, issue stablecoins, tap DeFi liquiditysolana.com/solutions/tokenizationReal-world assetsTokenized treasuries, ETFs, metals and stockssolana.com/solutions/…Financial institutionsHow institutions settle assets and move capital on Solanasolana.com/solutions/…Financial infrastructureReal-time settlement for global financial transactionssolana.com/solutions/…Solana Developer PlatformEnterprise-ready APIs to launch and scale financial productssolana.com/solutions/sdpPrivacyConfidential transfers, zero-knowledge proofs and privacy projectssolana.com/privacyTokenization docsIssue stablecoins and tokenized assets with transfer controls, privacy and settlementsolana.com/docs/tokenizationMarkets and trading docsBuild trading systems and integrate DEXs and oraclessolana.com/docs/defiAdd Solana to your exchangeNode setup, deposits and withdrawals for exchangessolana.com/docs/defi/exchange
Use cases10
DeFiTrade, lend and earn yield in open financial marketssolana.com/solutions/defiConsumer appsApps, communities, culture and memes that reach millionssolana.com/solutions/consumerGaming and entertainmentGames with their own economies and real digital ownershipsolana.com/solutions/…Game developmentStart building onchain games with the games cookbooksolana.com/developers/cookbook/…DePINPhysical infrastructure networks that reward hardware with tokenssolana.com/solutions/depinDeSciFund science onchain and reward contributors directlysolana.com/solutions/desciBTCFiStake, lend, borrow and trade Bitcoin on Solanasolana.com/solutions/btcfiArtists and creatorsOwn the relationship between your art and your audiencesolana.com/solutions/…DAOs and governanceOnchain governance with high throughput and low feessolana.com/developers/daoRequest for StartupsIdeas for companies only possible on Solana, from the Solana Foundationsolana.com/solutions/…
Network & upgrades10
Network hubValidators, RPC, status, explorers, reports and research in one placesolana.com/networkNetwork statusLive status and incident historystatus.solana.comSolana ExplorerLook up transactions, accounts, tokens and programsexplorer.solana.comSolscanReal-time explorer for SOL, tokens, transactions and blockssolscan.io200ms live monitorLive slot times, block production and progress toward 200ms blockssolana.com/200msAlpenglowThe consensus upgrade targeting 150ms finality, with live mainnet datasolana.com/alpenglowNetwork upgradesProtocol upgrades, client support and rollout statussolana.com/upgradesChangelogWeekly updates on clients, protocol changes, SDKs and developer toolingsolana.com/changelogReportsEcosystem research, market analysis and network datasolana.com/reportsResearchSolana Foundation research on the network and its impactsolana.com/research
Community & events16
EventsMeetups, conferences and workshops near yousolana.com/eventsBreakpoint 2026Solana's flagship conference: London, 15–17 November 2026solana.com/breakpointAccelerateAccelerate conferences for founders and builders: Hong Kong, Miami and Chinasolana.com/accelerateCommunityOfficial channels, community groups and ways to contributesolana.com/communityNewsEcosystem news, developer releases and Foundation announcementssolana.com/newsPodcastsShows from Solana Media, including Validated and Lightspeedsolana.com/podcastsNewsletterSolana news by emailsolana.com/newsletterUniversity programBring Solana to your campus as a student ambassadorsolana.com/universityCareersJob openings across Solana ecosystem companiesjobs.solana.comBrand and pressLogos, brand guidelines and the press teamsolana.com/brandingSolana on X@solana · announcements and ecosystem newsx.com/solanaDiscordSolana Tech, the engineering and developer communitydiscord.com/invite/kBbATFA7PWYouTubeVideos from the Solana Foundationyoutube.com/SolanaFndnTelegramOfficial announcements channelt.me/solanaRedditr/solana community discussionreddit.com/r/solanaGitHubThe Solana Foundation's open-source codegithub.com/solana-foundation
Independent directory by StonkBuilder. Not affiliated with, endorsed by, or operated by the Solana Foundation. Every link was checked on 27 Sep 2026 against solana.com's own menus, sitemap and docs index; solana.com is the source of truth. Official sites include solana.com, solana.org and their subdomains: check the domain under each tile before you connect a wallet. Real support never DMs you first, and no one legitimate will ask for your seed phrase.