> ## 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.

# Community tools

> Third-party SDKs, dashboards, bots, and analytics platforms that integrate with Raydium — plus how to submit your own tool for inclusion.

<Info>
  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.
</Info>

## 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](https://defillama.com/protocol/raydium)                 | Protocol TVL & volume | Tracks Raydium's pools and farms across products. Reasonably reliable for high-level metrics.             |
| [Birdeye](https://birdeye.so)                                       | Token & pool prices   | Per-pool charts, swap quotes, holder analytics. UI-first.                                                 |
| [GeckoTerminal](https://www.geckoterminal.com/solana/raydium/pools) | DEX pool tracker      | Real-time Raydium pool prices, charts, and trending.                                                      |
| [Dune Analytics](https://dune.com/)                                 | 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](https://app.step.finance) | Portfolio aggregator | Tracks Raydium LP positions, farm rewards, and CLMM positions across a wallet. |
| [Sonar Watch](https://sonar.watch)       | Portfolio aggregator | Solana-focused portfolio dashboard with Raydium support.                       |

## Aggregators

| Tool                       | Type             | Notes                                                                 |
| -------------------------- | ---------------- | --------------------------------------------------------------------- |
| [Jupiter](https://jup.ag)  | DEX aggregator   | Routes through Raydium pools as one of its primary liquidity sources. |
| [DFlow](https://dflow.net) | 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](https://helius.dev)          | RPC + indexed data | Provides parsed Raydium events and pool data via their enhanced APIs.     |
| [Triton One](https://triton.one)      | RPC                | High-performance RPC commonly used for production Raydium integrations.   |
| [Solscan API](https://api.solscan.io) | Block explorer API | Account/transaction data including parsed Raydium instructions.           |
| [Bitquery](https://bitquery.io)       | GraphQL data       | Raydium swaps, liquidity events, and trade history queryable via GraphQL. |

For the official Raydium-maintained API see [`sdk-api/rest-api`](/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`](/sdk-api/python-integration) for our recipes. |
| Raydium Rust client                  | Rust     | Generated from the Anchor IDL — see [`sdk-api/anchor-idl`](/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.                                                                  |

## Submitting a tool

To add or update an entry on this page:

1. Fork the [docs repo](https://github.com/raydium-io) (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

* [`sdk-api`](/sdk-api) — official SDKs and APIs.
* [`getting-started/trust-and-safety`](/getting-started/trust-and-safety) — how to evaluate a tool before connecting.
* [`security/oracle-and-token-risks`](/security/oracle-and-token-risks) — operational risks to be aware of.

Sources:

* Maintainer-submitted entries (this page is community-curated).
