# Raydiumについて

### Raydiumとは何ですか？

RaydiumはSolana上の分散型取引所で、トークンのスワップ、perpetualsの取引、流動性の提供による利回り獲得ができます。2021年以来、Solanaで最も広く統合されている流動性インフラです。

**なぜRaydiumなのか？**

* Solana上で高速かつ低コストなトランザクション
* Permissionless — 誰でもプールを作成し、トークンをローンチし、流動性インセンティブを追加できます
* さまざまなユースケースに対応する複数のプールタイプとローンチメカニズム

***

### できること

**取引** — 任意のトークンペアをスワップするか、レバレッジ付きでperpetualsを取引できます

**収益を得る** — プールに流動性を提供し、取引手数料 + トークン報酬を獲得できます

**ローンチ** — bonding curveでトークンを作成するか、任意の資産のためにプールをデプロイできます

***

### プールの種類

**CLMM (Concentrated liquidity)** — LPは価格範囲を選択して資本を集中できます。より高い効率性があり、安定したペアや積極的な管理に適しています。

**CPMM (Constant product)** — x·y=k の不変条件に従う、Raydiumの最新の Constant product プールです。Anchor互換で、Token-2022をサポートし、複数の手数料ティアを提供します。新規プール作成とLaunchLab移行のデフォルトです。

**AMM v4 (Constant product)** — x·y=k に従う、Raydiumのレガシーな Constant product プールです。実運用で検証されており、Solanaで最も広く利用されている AMM プログラムです。もともとは、未使用の流動性を中央指値注文板（Serum、後にOpenBook）と共有するハイブリッドAMMでした。現在では、v4プールはすべて従来型のAMMとして機能します。

***

### LaunchLab

LaunchLabは、bonding curveを使用したRaydiumのトークンローンチプラットフォームです。Solanaで新しいトークンをローンチするための人気のある仕組みです。

**仕組み:**

1. 供給量、価格カーブ、資金調達目標をカスタマイズ可能なトークンを作成する
2. 購入者はbonding curve上で購入し、供給が買われるにつれて価格が上昇する
3. 目標に達すると、トークンは「卒業」し、流動性は自動的にRaydiumプールへ移行され、LPはburnされる

**2つのモード:**

* **JustSendit** — デフォルト設定で数秒でローンチ
* **Custom** — 完全なカスタマイズ: カーブタイプ、vesting、手数料分配など

サードパーティのプラットフォームも、LaunchLabインフラ上にブランド化された launchpad を構築できます。

***

### その他のツール

* **Permissionless farms** — 任意のプールにトークンインセンティブを追加
* **Burn & Earn** — 手数料を獲得しながら流動性を永久にロック
* **Routing engine** — すべてのRaydiumプールを横断するスマートルーティング。app、API、またはSDKから利用可能

### 次に進む場所

* **取引したい**

{% content-ref url="/pages/7bc6c19eb62780a390678b59f9db947367bb32b5" %}
[Raydium Swap](/raydium/use-raydium/use-raydium-ja/tordke/raydium-swap.md)
{% endcontent-ref %}

* **流動性を提供したい**

{% content-ref url="/pages/9e4090ce9162736c36e556cf008e15482250b974" %}
[流動性プロバイダー向け](/raydium/use-raydium/use-raydium-ja/purobaidke/prutaipu.md)
{% endcontent-ref %}

* **トークンまたはプールをローンチしたい**

{% content-ref url="/pages/1c6d8d412cdc5f1db67b8649f308419c84ea1458" %}
[CPMM (Constant Product)](/raydium/use-raydium/use-raydium-ja/purobaidke/prutaipu/cpmm-constant-product.md)
{% endcontent-ref %}

{% content-ref url="/pages/8d533f88bc3c0bf43676f3f3a7af9c1ea25a701c" %}
[CLMM (Concentrated)](/raydium/use-raydium/use-raydium-ja/purobaidke/prutaipu/clmm-concentrated.md)
{% endcontent-ref %}

{% content-ref url="/pages/f8a8941dfa7731c730bb001cc10c0dc1448c96ac" %}
[トークンを作成する](/raydium/use-raydium/use-raydium-ja/launchlab/kurieitke/tkunwosuru.md)
{% endcontent-ref %}

* **Raydium上で開発したい**

{% content-ref url="/spaces/xrjzQmqrY8etCBSeqeii/pages/8wHhPaGaMNjqoEvj2JNn" %}
[Welcome Builders](/raydium/build/welcome-builders.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.raydium.io/raydium/use-raydium/use-raydium-ja/hajimeni/raydiumnitsuite.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.
