# 代币模型

OBT代币采用从0开始线性释放，无预留，无预挖，无创始人奖励。\
~~预留少量私募额度~~，请查看[关于审计](/obswap/guan-yu-shen-ji.md)页面

### 代币数量

代币总供应量1000万个，swap挖矿总释放量最多500万个，其他500万个为预留作为后续其他产品。

### 代币释放

目前只有swap的做市流动性挖矿，上线头一个月每秒钟释放0.04个OBT，0.04 \* 86400 = 3456个/天。\
如果按这个速度释放，差不多4年时间释放完成。\
但是，除了第一个月是满速(0.04个)释放，第二个月起，代币释放数量跟系数因子息息相关。\
后续的释放数量会引入相关参数进行调节，比如：\
做市总人数，前天交易用户数，流动池资金量，每天成交额，OBT代币价格等等。

### 代币分配

| 名称   | 占比  | 说明             |
| ---- | --- | -------------- |
| 做市用户 | 75% | 流动性挖矿          |
| 团队   | 15% | 运营开支           |
| 基金   | 5%  | 空投，上所，回馈用户     |
| eden | 5%  | 支持eden社区的项目和捐赠 |


---

# 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://defiob.gitbook.io/obswap/dai-bi-mo-xing.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.
