# マルチ担保入金

Raydium Perpでは、ユーザーは取引の証拠金としてさまざまな主要暗号資産を預け入れることができます。USDCは引き続き決済通貨です。

{% hint style="warning" %}
これらのパラメータは変更される場合があります。以下を参照してください。 [orderly documentation](https://orderly.network/docs/introduction/trade-on-orderly/multi-collateral) 最新の上限を確認してください。
{% endhint %}

#### サポートされている担保（グローバル上限） <a href="#supported-collateral-global-limits" id="supported-collateral-global-limits"></a>

これらの上限は適用されます **プロトコル全体にわたって**、すべてのユーザーで共有されます。

| 担保   | チェーン     | 最大担保（グローバル） |
| ---- | -------- | ----------- |
| USDT | Arbitrum | 2,000,000   |
| ETH  | Arbitrum | 1,000       |
| ETH  | Base     | 500         |
| BNB  | BSC      | 10,000      |
| USDT | BSC      | 4,000,000   |
| USD1 | BSC      | 1,000,000   |
| YUSD | BSC      | 500,000     |
| ETH  | Ethereum | 500         |
| USDT | Ethereum | 3,000,000   |
| USD1 | Ethereum | 1,000,000   |
| YUSD | Ethereum | 500,000     |
| WBTC | Ethereum | 80          |
| SOL  | SOL      | 40,000      |

### 最大入金額（ユーザーごと）

これらの上限は適用されます **個別のアカウント / ウォレットごと**.

| 担保   | 最大担保    |
| ---- | ------- |
| USDT | 500,000 |
| ETH  | 100     |
| SOL  | 2,000   |
| BNB  | 500     |
| YUSD | 50,000  |
| WBTC | 5       |
| USD1 | 500,000 |


---

# 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/tordke/raydium-perps/maruchi.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.
