# Raydium CPMM

In this document, we illustrate how to stream and parse Raydium CPMM transactions, accounts, and block data in real time using Solana gRPC. Learn to capture liquidity pool events, swap activity, and state updates with precision for building high-performance DeFi analytics and tools.

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;

* [Solana Raydium CPMM Transaction Parsing](/solana-yellowstone-grpc/examples/raydium-cpmm/solana-raydium-cpmm-transaction-parsing-example.md)
* [Solana Raydium CPMM Account Parsing](/solana-yellowstone-grpc/examples/raydium-cpmm/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-cpmm.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.
