# DAPP数值详解

NFT收益明细页面数值详解

我们假定第n天的全网24小时平均收益为an，直接收益系数为*k*，投资者分成比例为T。（当前k=0.25）

立即释放=*k*\*T\*an  （n≤540）            n＞540时立即释放=0

当日冻结=(1-*k*)\*T\*an-(1-*k*)\*T\*an/180  （n≤540）           n＞540时当日冻结=0

当日线性释放计算：

![](/files/uT7AaYRGNrPIho5r5wmx)

当日产出=立即释放+当日线性释放

我的资产页面数值详解

NFT总收益=累计当前NFT所有“当日产出+当日冻结”数据

昨日释放总额=累计我的所有NFT前一天“当日产出”数据

昨日线性释放总额=累计我的所有NFT前一天“当日线性释放”数据

释放总额=累计“昨日释放总额”数据=累计领取+当前可领取收益+待转入


---

# 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://minefi.gitbook.io/minefi/dapp-shu-zhi-xiang-jie.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.
