# Raydium Launchlab

In this document, we demonstrate how to stream and parse Raydium LaunchLab transactions, and accounts using Solana gRPC. This is particularly useful for:

* **Early-stage trading** – Spot new token launches instantly and track bonding curves nearing migration to AMM pools.
* **Liquidity migration alerts** – Know exactly when liquidity moves to Raydium AMM for timely trade execution.
* **Fee & incentive tracking** – Monitor creator earnings and community pool allocations from each launch.
* **Launch mode insights** – Identify whether a token used JustSendit or LaunchLab mode for better filtering.
* **Ecosystem analytics** – Power dashboards, bots, and reports with structured, real-time launch data.

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 Launchlab Transaction Parsing](/solana-yellowstone-grpc/examples/raydium-launchlab/streaming-and-parsing-transactions.md)
* [Solana Raydium Launchlab Account Parsing](/solana-yellowstone-grpc/examples/raydium-launchlab/solana-raydium-launchlab-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/raydium-launchlab.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.
