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
| Tool | Type | Notes |
|---|
| DefiLlama | Protocol TVL & volume | Tracks Raydium’s pools and farms across products. Reasonably reliable for high-level metrics. |
| Birdeye | Token & pool prices | Per-pool charts, swap quotes, holder analytics. UI-first. |
| GeckoTerminal | DEX pool tracker | Real-time Raydium pool prices, charts, and trending. |
| Dune Analytics | SQL dashboards | Several community dashboards covering Raydium volumes, TVL, and per-pool stats. Search “raydium” on Dune. |
Portfolio and position trackers
| Tool | Type | Notes |
|---|
| Step Finance | Portfolio aggregator | Tracks Raydium LP positions, farm rewards, and CLMM positions across a wallet. |
| Sonar Watch | Portfolio aggregator | Solana-focused portfolio dashboard with Raydium support. |
Aggregators
| Tool | Type | Notes |
|---|
| Jupiter | DEX aggregator | Routes through Raydium pools as one of its primary liquidity sources. |
| DFlow | RFQ + aggregator | Order-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)
| Tool | Type | Notes |
|---|
| Helius | RPC + indexed data | Provides parsed Raydium events and pool data via their enhanced APIs. |
| Triton One | RPC | High-performance RPC commonly used for production Raydium integrations. |
| Solscan API | Block explorer API | Account/transaction data including parsed Raydium instructions. |
| Bitquery | GraphQL data | Raydium 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)
| Tool | Language | Notes |
|---|
solana-py + custom Raydium helpers | Python | The standard path for Python integrations. See sdk-api/python-integration for our recipes. |
| Raydium Rust client | Rust | Generated 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
| Tool | Type | Notes |
|---|
| Open-source LP rebalancers | CLMM | Various open-source projects automate CLMM range adjustment. Search GitHub for “raydium clmm rebalance”. |
| Sniper bots | Pre-listing | Pre-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 frameworks | Generic Solana | Any Solana arbitrage framework can target Raydium pools; not Raydium-specific. |
To add or update an entry on this page:
- Fork the docs repo (the docs source lives in the public Raydium docs repo — the exact path is in the README).
- Edit
resources/community-tools.mdx.
- 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).