# 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="../docs" %}
[docs](https://docs.shyft.to/solana-yellowstone-grpc/docs)
{% endcontent-ref %}

### Examples:&#x20;

* [solana-grpc-raydium-clmm-transaction-parsing-example](https://docs.shyft.to/solana-yellowstone-grpc/examples/raydium-clmm/solana-grpc-raydium-clmm-transaction-parsing-example "mention")
* [streaming-and-parsing-accounts](https://docs.shyft.to/solana-yellowstone-grpc/examples/raydium-clmm/streaming-and-parsing-accounts "mention")
