# LaunchLab

The Raydium SDK provides tools for building and interacting with LaunchLab bonding curves. Create platforms with custom fee structures, launch tokens, and integrate trading, all with a few lines of code.

{% hint style="info" %}
No upfront capital needed. Creating a launchpad and deploying your first token costs less than 0.1 SOL total.
{% endhint %}

### Installation

```bash
yarn add @raydium-io/raydium-sdk-v2
```

### Resources

| Resource            | Link                                                                                                         |
| ------------------- | ------------------------------------------------------------------------------------------------------------ |
| SDK source          | [raydium-sdk-V2/launchpad](https://github.com/raydium-io/raydium-sdk-V2/tree/master/src/raydium/launchpad)   |
| Demo implementation | [raydium-sdk-V2-demo/launchpad](https://github.com/raydium-io/raydium-sdk-V2-demo/tree/master/src/launchpad) |
| CPI integration     | [raydium-cpi/launch-cpi](https://github.com/raydium-io/raydium-cpi/tree/master/programs/launch-cpi)          |

### Program addresses

| Network | Address                                        |
| ------- | ---------------------------------------------- |
| Mainnet | `LanMV9sAd7wArD4vJFi2qDdfnVhFxYSUg6eADduJ3uj`  |
| Devnet  | `DRay6fNdQ5J82H7xV6uq2aV3mNrUZ1J4PgSKsWgptcm6` |


---

# 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/developer-guides/index.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.
