> 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-amm.md).

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