# Pump AMM

In this guide, we show how to stream real-time PumpSwap AMM transactions, accounts, and blocks using Solana gRPC, and parse the data for actionable insights. These examples enable developers to track liquidity changes, analyze swap activity, and power low-latency trading or analytics solutions on Solana.

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 Pump AMM Transaction Parsing](/solana-yellowstone-grpc/examples/pump-amm/solana-grpc-pump-amm-transaction-parsing.md)
* [Solana Pump AMM Account Parsing](/solana-yellowstone-grpc/examples/pump-amm/streaming-and-parsing-accounts.md)
* [Detect Buy/Sell Transaction Type on Pump AMM](/solana-yellowstone-grpc/examples/pump-amm/detecting-buy-sell-transactions.md)
* [Monitor Token Migration From Pumpfun to Pump AMM](/solana-yellowstone-grpc/examples/pump-amm/solana-pumpfun-token-migration-example.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/pump-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.
