# Raydium AMM

In this document, we illustrate how to stream Raydium AMM data from Solana using gRPC and parse transactions, accounts, and blocks with precision. You’ll find practical examples for decoding liquidity pool events, swaps, and farming activity 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;

* [Solana Raydium AMM Transaction Parsing](/solana-yellowstone-grpc/examples/raydium-amm/solana-grpc-raydium-amm-transactoin-parsing-examples.md)
* [Solana Raydium AMM Account Parsing](/solana-yellowstone-grpc/examples/raydium-amm/solana-grpc-raydium-amm-account-parsing-example.md)
* [Detect Buy/Sell Transactions on Raydium AMM](/solana-yellowstone-grpc/examples/raydium-amm/detect-buy-sell-transaction-raydium-amm-grpc.md)
* [Detect New Pools on Raydium AMM](/solana-yellowstone-grpc/examples/raydium-amm/parsing-transactions.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-amm.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.
