# 提款/存款

NutsDAO 扑克将支持最流行的链上最流行的稳定币，包括：

1. ERC20/POLYGON/BSC20: USDC, USDT, BUSD, DAI
2. TRC20: USDT
3. SONALA: USDT

​​​在我们的第一个版本中，我们将只支持一个稳定币提取，即以太坊区块链中的**USDC** 。

稍后我们将添加更多提款选项。​​​

未来，我们将开发智能合约来持有客户的资产，结算将在合约中，用户可以在智能合约中索取他们的资产，因为所有游戏的结果都发布在链上并且可以通过智能合约访问。

在那之前，我们的提款/存款流程将复制一个中心化交易所的解决方案，配备冷热钱包和严格的安全检查，以确保客户的资产安全。

![](/files/Npb745DJTmZLcIKGod7r)

使用智能合约解决方案持有客户的资产信用风险较小，但合同风险较大。我们将在这些解决方案之间找到平衡。更多细节将在**去托管**页面中讨论。


---

# 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://www.nutsdao.org/zhong-wen/nutsdao/pu-ke-you-xi/ti-kuan-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.
