Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.raydium.io/llms.txt

Use this file to discover all available pages before exploring further.

This page lists tools built by the community, not by the Raydium team. Inclusion is not endorsement — every tool is independently maintained and the community sends pull requests to add or update entries. Always evaluate trust assumptions yourself before connecting a wallet or sharing an API key.

What’s listed here

A tool earns a spot on this page if it (a) is publicly accessible, (b) actually works against Raydium’s mainnet programs at the time of listing, and (c) is maintained — meaning the project has had a commit, release, or visible engagement in the last 90 days. Categories below are a starting taxonomy; submit a tool that doesn’t fit any of them and we’ll add a new category.

Analytics and data

ToolTypeNotes
DefiLlamaProtocol TVL & volumeTracks Raydium’s pools and farms across products. Reasonably reliable for high-level metrics.
BirdeyeToken & pool pricesPer-pool charts, swap quotes, holder analytics. UI-first.
GeckoTerminalDEX pool trackerReal-time Raydium pool prices, charts, and trending.
Dune AnalyticsSQL dashboardsSeveral community dashboards covering Raydium volumes, TVL, and per-pool stats. Search “raydium” on Dune.

Portfolio and position trackers

ToolTypeNotes
Step FinancePortfolio aggregatorTracks Raydium LP positions, farm rewards, and CLMM positions across a wallet.
Sonar WatchPortfolio aggregatorSolana-focused portfolio dashboard with Raydium support.

Aggregators

ToolTypeNotes
JupiterDEX aggregatorRoutes through Raydium pools as one of its primary liquidity sources.
DFlowRFQ + aggregatorOrder-flow aggregator with Raydium routing.
Aggregator routing through Raydium pools requires no integration on the LP’s side — once a pool is open, aggregators index it automatically.

Indexers and APIs (community)

ToolTypeNotes
HeliusRPC + indexed dataProvides parsed Raydium events and pool data via their enhanced APIs.
Triton OneRPCHigh-performance RPC commonly used for production Raydium integrations.
Solscan APIBlock explorer APIAccount/transaction data including parsed Raydium instructions.
BitqueryGraphQL dataRaydium swaps, liquidity events, and trade history queryable via GraphQL.
For the official Raydium-maintained API see sdk-api/rest-api. The tools above are useful when you need data shapes the official API doesn’t provide.

SDKs and language clients (community)

ToolLanguageNotes
solana-py + custom Raydium helpersPythonThe standard path for Python integrations. See sdk-api/python-integration for our recipes.
Raydium Rust clientRustGenerated from the Anchor IDL — see sdk-api/anchor-idl.
If you maintain a community SDK for Go, Kotlin, Swift, Java, or another language with active users, submit it via the process below — we’ll list it.

Bots and automation

ToolTypeNotes
Open-source LP rebalancersCLMMVarious open-source projects automate CLMM range adjustment. Search GitHub for “raydium clmm rebalance”.
Sniper botsPre-listingPre-listing bots exist but are out-of-scope for this listing — we don’t link tools whose primary purpose is extracting value from new launches.
MEV / arbitrage frameworksGeneric SolanaAny Solana arbitrage framework can target Raydium pools; not Raydium-specific.

Submitting a tool

To add or update an entry on this page:
  1. Fork the docs repo (the docs source lives in the public Raydium docs repo — the exact path is in the README).
  2. Edit resources/community-tools.mdx.
  3. Submit a PR with:
    • Tool name and link.
    • One-line description (what it is, what category).
    • Maintainer’s GitHub or X handle (for verification).
    • A note on activity (last release / last meaningful commit).
Listings are reviewed for the “publicly accessible / actually works / maintained” bar. Self-promotional listings without working software, or tools whose primary purpose conflicts with user safety (drainers, fake-pool generators), will not be merged.

Removal policy

A tool is removed from this page if:
  • The hosted instance has been offline for >30 days.
  • The repository has been archived or deleted.
  • The maintainer goes silent for >180 days and the tool stops working.
  • The tool starts engaging in user-harm behavior (drainer scripts, deceptive UX, etc.).
Removal is at the docs maintainers’ discretion; reinstatement is welcome once the tool is back online and maintained.

Security note

A tool listed here that asks for your wallet’s seed phrase, that requires you to send funds to a custodial address, or that promises guaranteed yields, is not a tool you should use. Listing here is a low bar — it does not vouch for security. Always inspect what you’re authorising before signing a transaction.

Pointers

Sources:
  • Maintainer-submitted entries (this page is community-curated).