# Welcome Builders

Build on **Raydium**, the leading liquidity protocol on Solana powering swaps, liquidity pools, token launches, and perpetual markets.

This developer section provides everything needed to integrate with Raydium:

* SDKs for building applications
* APIs for retrieving market data
* Program interfaces for on-chain integrations
* Examples for LaunchLab token launches

***

#### 🚀 Get Started

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Trade API</strong></td><td>GET quote and POST to execute swaps leveraging Raydium router</td><td><a href="/pages/1jXg3lujPbAwqlbqi6Jh">/pages/1jXg3lujPbAwqlbqi6Jh</a></td></tr><tr><td><strong>LaunchLab Examples</strong></td><td>Step-by-step examples showing how to create and launch tokens using LaunchLab.</td><td><a href="/pages/iB3kLCA6SqOMQ0s7Ombq">/pages/iB3kLCA6SqOMQ0s7Ombq</a></td></tr><tr><td>How To Guides</td><td>Explainers around common gotchas when buildling on Raydium</td><td></td></tr></tbody></table>

***

#### 🧰 Developer Tools

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td>TS SDK</td><td><p>TypeScript SDK used by Raydium applications and integrations.</p><p>Supports pool interactions, swaps, liquidity, and more.</p></td><td><a href="/pages/luQamVJZnN8348pXlXSV">/pages/luQamVJZnN8348pXlXSV</a></td></tr><tr><td>IDLs</td><td><p>Interface definitions for Raydium on-chain programs.</p><p>Useful for Anchor clients and custom integrations.</p></td><td><a href="/pages/5b33mtsMlVW2Y777xtZR">/pages/5b33mtsMlVW2Y777xtZR</a></td></tr><tr><td>TS SDK Demo</td><td>Demo showing how developers can use the SDK</td><td><a href="https://github.com/raydium-io/raydium-sdk-V2-demo">https://github.com/raydium-io/raydium-sdk-V2-demo</a></td></tr></tbody></table>

***

### 📦 Example Integrations

The **TS SDK Demo** section contains practical examples for LaunchLab integrations.

* **Creating a platform**

  Deploy a LaunchLab platform and configure token launch parameters.
* **Launching a token**

  Launch a token using bonding curves and liquidity pools.
* **Buying / selling a token**

  Execute trades against LaunchLab tokens.
* **Monitoring token migration**

  Track token migration events.
* **Collecting fees**

  Retrieve platform or launch fees.

***

### 📚 Additional Resources

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Token-2022 Support</strong></td><td>Learn how Raydium supports Token-2022 extensions.</td><td><a href="/pages/Ip36Dv5COy632Equa2Ok">/pages/Ip36Dv5COy632Equa2Ok</a></td></tr><tr><td><strong>Program addresses</strong></td><td>Program address of all Raydium contracts</td><td><a href="/pages/RWlzAMn2vJBVrsyFdky4">/pages/RWlzAMn2vJBVrsyFdky4</a></td></tr></tbody></table>


---

# 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.raydium.io/raydium/build/welcome-builders.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.
