# Solana gRPC Parsing Examples

In this document, we illustrate how to stream and parse real-time data using Solana Yellowstone geyser gRPC. We cover specific use-cases for  top DEXes on Solana like Raydium, Meteora, Orca, Pumpfun, pumpamm and more. These examples help developers build low-latency, data-driven blockchain applications.

#### DEX Examples which we have covered so far: &#x20;

{% content-ref url="/pages/qQViZ2loIsNU4SVwgtEl" %}
[Pumpfun](/solana-yellowstone-grpc/examples/pumpfun.md)
{% endcontent-ref %}

{% content-ref url="/pages/zHeCV9YvKwQlffMJLVjA" %}
[Pump AMM](/solana-yellowstone-grpc/examples/pump-amm.md)
{% endcontent-ref %}

{% content-ref url="/pages/28gARfHHblrfVt34rMe7" %}
[Raydium AMM](/solana-yellowstone-grpc/examples/raydium-amm.md)
{% endcontent-ref %}

{% content-ref url="/pages/VYWER50fqI5jp6OVqKt4" %}
[Raydium CPMM](/solana-yellowstone-grpc/examples/raydium-cpmm.md)
{% endcontent-ref %}

{% content-ref url="/pages/JfLqhm2LKDEfo0VfVn6B" %}
[Raydium CLMM](/solana-yellowstone-grpc/examples/raydium-clmm.md)
{% endcontent-ref %}

{% content-ref url="/pages/p3AEQSXvUpsilkoi0Z2O" %}
[Raydium Launchlab](/solana-yellowstone-grpc/examples/raydium-launchlab.md)
{% endcontent-ref %}

{% content-ref url="/pages/YwcOE188W2eZuw0YDA0u" %}
[Meteora DAMM v2](/solana-yellowstone-grpc/examples/meteora-damm-v2.md)
{% endcontent-ref %}


---

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