> For the complete documentation index, see [llms.txt](https://docs.shyft.to/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.shyft.to/solana-yellowstone-grpc/examples/raydium-clmm.md).

# Raydium CLMM

In this document, we illustrate how to stream Raydium CLMM data from Solana using gRPC and parse transactions, accounts, and blocks with precision. You'll find practical examples for decoding concentrated liquidity pool events, position updates, and swap activities in real time.

Going through our <mark style="color:yellow;">getting started</mark> section will help you understand few basics first.

{% content-ref url="/pages/ecgZeLgrsThebjpHA95l" %}
[Solana gRPC Docs](/solana-yellowstone-grpc/docs.md)
{% endcontent-ref %}

### Examples:&#x20;

* [Raydium CLMM Transaction Parsing](/solana-yellowstone-grpc/examples/raydium-clmm/solana-grpc-raydium-clmm-transaction-parsing-example.md)
* [Solana Raydium CLMM Account Parsing](/solana-yellowstone-grpc/examples/raydium-clmm/streaming-and-parsing-accounts.md)
