# ⚙️DSG的产出和分配

## 总分配方案

每个区块产出：10DSG

日产出： 288,000 DSG

每个区块的10DSG分配去向：

* 项目运营基金：0.5
* 流动性挖矿奖励：2.5
* 交易挖矿奖励：3
* 龙族会员奖励：4

## 流动性挖矿

需要注意的是，以上各流动性池的权重系数会动态调整，系数与对应挖矿产出的关系：A池产出 = 所有池产出 \* A池系数/所有池系数之和

## 交易挖矿

需要注意的是，以上各交易对的权重系数会动态调整，系数与对应挖矿产出的关系：A交易对产出 = 所有交易对产出 \* A交易对系数/所有交易对系数之和

注意：打开聚合交易时所产生的交易量，不计入交易挖矿的权重。


---

# 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://dinosaur-eggs.gitbook.io/dinosaur-eggs/tokenomics/dsg-emission.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.
