> For the complete documentation index, see [llms.txt](https://docs.rosswap.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rosswap.com/zh/economicmodel/dex.md).

# Equity pool

### 产品简介

随着交易量增加，DEX产生了一定的手续费收益

我们并不会将这份收益全部归到团队口袋中

我们将DEX产生的部分收益打包成股权化来分配给参与股权的用户

根据您自身的需求，来选择是否要参与这款股权化的产品

Rosswap产品股权，将根据Rosswap实际全产品的盈收决定

### FON股权周期

分为90天，180天，360天

质押后，在质押的天数中无法取回，需要质押到期后可取回

### 质押奖励分配

将Rosswap交易量产生的手续费，购买成FON奖励分配给不同周期质押的用户

* [x] 90天，20%奖励
* [x] 180天，30%奖励
* [x] 360天，50%奖励

奖励将DEX盈利，以FON方式进行发放，以每月15日发放

### 注意事项

1. 认购将根据认购时间,时间结束后可取回；
2. 重新发起认购类型,以最后时间顺延解锁时间；
3. 认购的收益来源于Dex盈收,将以FON发放；
4. 将于每个自然月,第15日发放奖励；

### 风险提示：

交易虚拟资产及虚拟资产衍生品，价格波动较大，风险较大。 请在参与前充分了解所有风险并谨慎决策。

团队将保留随时全权酌情因任何理由修改、变更或取消此内容的权利，无需事先通知。以上信息内容仅供参考。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.rosswap.com/zh/economicmodel/dex.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
