# 去中心化托管资金

使用 EVM 智能合约，我们将开发一个金库，允许用户自己存/取他们的资金。

这去除了集中的信用风险，也使每个人都可以计算项目收入。由于结算全部转移到链上，项目收益可以通过DAO代币自动分配。​​​

1. 玩家入桌 = 存入金库
2. 玩游戏
   * 游戏客户端将验证结果上链
3. 离开牌桌
   * 根据比赛结果，每个人都可以计算出每一个玩家的pnl
   * 任何玩家都可以根据结算结果提取自己在金库中的资金

![](/files/kTmYzTySXHJfCfu4yvmr)


---

# 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/qu-zhong-xin-hua/qu-zhong-xin-hua-tuo-guan-zi-jin.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.
