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

### Examples:&#x20;

* [solana-grpc-raydium-amm-transactoin-parsing-examples](https://docs.shyft.to/solana-yellowstone-grpc/examples/raydium-amm/solana-grpc-raydium-amm-transactoin-parsing-examples "mention")
* [solana-grpc-raydium-amm-account-parsing-example](https://docs.shyft.to/solana-yellowstone-grpc/examples/raydium-amm/solana-grpc-raydium-amm-account-parsing-example "mention")
* [detect-buy-sell-transaction-raydium-amm-grpc](https://docs.shyft.to/solana-yellowstone-grpc/examples/raydium-amm/detect-buy-sell-transaction-raydium-amm-grpc "mention")
* [parsing-transactions](https://docs.shyft.to/solana-yellowstone-grpc/examples/raydium-amm/parsing-transactions "mention")
