# 多抵押品存款

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-zh/mian-xiang-jiao-yi-zhe/raydium-perps/duo-di-ya-pin-cun-kuan.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.
