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


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.shyft.to/solana-yellowstone-grpc/examples/raydium-clmm.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
