# Meteora DAMM v2

In this guide, we illustrate how to stream real-time Meteora DAMM v2 transactions and  account states, using Solana gRPC. Once received, we will also go on and parse the received data, which can be useful in various usecases such as Detecting new token launches,&#x20;

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:

* [Solana Meteora DAMM v2 Transaction Parsing](/solana-yellowstone-grpc/examples/meteora-damm-v2/solana-grpc-meteora-damm-transaction-parsing-example.md)
* [Solana Meteora DAMM v2 Account Parsing](/solana-yellowstone-grpc/examples/meteora-damm-v2/solana-grpc-meteora-damm-account-parsing-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/meteora-damm-v2.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.
