> For the complete documentation index, see [llms.txt](https://gefi.gitbook.io/global/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gefi.gitbook.io/global/english/gfil-reward-system.md).

# GFIL Reward System&#x20;

## Node income

1.Individual node: I mine the output alone.

<div data-full-width="true"><figure><img src="/files/31HsBSE77Xy7ZTwQDo5U" alt="" width="563"><figcaption></figcaption></figure></div>

2\. Full node: DAO team jointly produces mining output

<figure><img src="/files/OPVvKYkOqTrlfu239s6m" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
All weighted values ​​are cumulatively rewarded: for example, L7 can obtain all weighted rewards from L1 to L7, and so on.
{% endhint %}

GFIL network-wide output weighted reward calculation method:

* L1: Output of the entire network x 30% ÷ Number of L1 nodes in the entire network.&#x20;
* L2: The output of the entire network x 20%÷the number of L2 node levels in the entire network.&#x20;
* L3: Output of the entire network x 10% ÷ Number of L3 node levels in the entire network.
* L4: Output of the entire network x 10% ÷ Number of L4 nodes in the entire network.&#x20;
* L5: Output of the entire network x 10% ÷ Number of L5 nodes in the entire network.&#x20;
* L6: Output of the entire network x 10% ÷ Number of L6 nodes in the entire network.&#x20;
* L7: Output of the entire network x 10% ÷ Number of L7 node levels in the entire network.

USDT network-wide output weighted reward calculation method:

* L3: New additions to the entire network x 4% ÷ Number of L3 node levels in the entire network.&#x20;
* L4: New additions to the entire network x 3% ÷ Number of L3 node levels in the entire network.&#x20;
* L5: New additions to the entire network x 2% ÷ Number of L3 node levels in the entire network.&#x20;
* L6: New additions to the entire network x 1% ÷ Number of L3 node levels in the entire network.&#x20;
* L7: New additions to the entire network x 1% ÷ Number of L3 node levels in the entire network.

## Referral rewards

<figure><img src="/files/QqDQUZR855iwHt6L2tkf" alt="" width="563"><figcaption></figcaption></figure>

Recommendation reward calculation method:

* 1st generation reward: The node value purchased by the 1st generation offline x 10%.

## DX Exchange Equity Returns

<figure><img src="/files/xiLtN7rpzqoBnZvy7E6x" alt="" width="563"><figcaption></figcaption></figure>

Equity reward calculation method:

* LP supply (handling fee): DX network real-time transaction handling fee x share ratio.&#x20;
* LP supply (loss): DX network’s instant profit and loss amount x share ratio.&#x20;
* LP pledge (daily ratio): pledge amount x daily ratio.


---

# 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:

```
GET https://gefi.gitbook.io/global/english/gfil-reward-system.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.
