# 流出限制

Scallop 在借貸池中實施了提款限額，以維持經濟穩定性和安全性，防止大規模的突然提款可能對系統造成的不穩定。這樣可以確保流動性，支持借款人的資金使用需求，並將波動性降到最低，這對於用戶信任和平台的財務完整性至關重要。

| 資產    | 每日流出限制          |
| ----- | --------------- |
| SUI   | 3,000,000 SUI   |
| wUSDC | 3,000,000 wUSDC |
| wUSDT | 3,000,000 wUSDT |
| CETUS | 1,000,000 CETUS |
| afSUI | 500,000 afSUI   |
| haSUI | 500,000 haSUI   |
| vSUI  | 10,000 vSUI     |
| wETH  | 500 wETH        |
| wBTC  | 2 wBTC          |
| wSOL  | 1,000 wSOL      |
| USDC  | 10,000,000 USDC |


---

# 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.scallop.io/zh/protocol/liu-chu-xian-zhi.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.
