> For the complete documentation index, see [llms.txt](https://docs.wing.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.wing.finance/rules/inclusive-pool.md).

# Inclusive Pool

{% hint style="info" %}
At present, interest is calculated on a block basis. The actual interest rate is related to the block generation speed. As a result, the actual interest rate and the interest displayed on the Wing website may be different. The calculation adheres to the system contract.&#x20;
{% endhint %}

**Current WING generation rate: 0.036 WING/sec.**

First, WING incentives are distributed between the Flash Pool (Ontology) and the Inclusive Pool according to the Pool distribution base.

Pool distribution base = pool distribution coefficient \* borrowed amount

|      Pool      | Pool Distribution Coefficient |
| :------------: | :---------------------------: |
|   Flash Pool   |               1               |
| Inclusive Pool |               2               |

Next WING incentives are distributed for each type of asset according to their distribution base.

Asset distribution base = asset distribution coefficient \* borrowed amount

| Asset Type | Asset Distribution Coefficient |
| :--------: | :----------------------------: |
|    pUSDC   |                1               |
|    pUSDT   |                1               |
|    pDAI    |                1               |

Then WING incentives of each asset are distributed to Supply, Borrow and Insurance Pools according to below distribution ratios.

|    Pool   | Distribution Ratio |
| :-------: | :----------------: |
|   Supply  |         40%        |
|   Borrow  |         30%        |
| Insurance |         30%        |

Finally, WING incentives are distributed to individual addresses according to the proportion of an asset belonging to an address against the total amount of this asset in the Pool.

Let's walk through an example. Let's say the borrowed amount of Flash Pool is $19.8 million and that of Inclusive Pool is $100,000. The details of assets in Inclusive Pool are as follows：

![](/files/-MSvhlhbAWNwy8Feu-yn)

First, we calculate the WING incentives distributed to the Inclusive Pool per second according to the pool distribution base.

Pool distribution base (Inclusive Pool) = $$2\*100,000=200,000$$&#x20;

Pool distribution base (Flash Pool) = $$1\*19,800,000=19,800,000$$&#x20;

WING incentives distributed to the Inclusive Pool per second = $$0.036\*200,000/(200,000+19,800,000)=0.00036\ WING$$&#x20;

Next we calculate WINGs distributed for each asset per second according to the asset distribution base：

![](/files/-MSvhruCNOu58RSFvEIz)

Then we calculate WINGs distributed to Supply, Borrow and Insurance Pools:

![](/files/-MSvhxWhn4gLnrXyMReT)

Last, WINGs incentives are distributed to users' addresses according to the proportion of their asset in each pool.

If a user supplied $1,000 of pUSDT, borrowed $1,000 of pUSDC, pledged $800 of pDAI at a pledge factor of 1.25, and insured $200 of pDAI, the WING incentive earned by this user per day is:

![](/files/-MSvi2fwd_V7THJDY1NJ)

$$(1,000/100,000*0.000072+1,000/50,000*0.000054+200/10,000\*0)\*86400=0.15552\ WING$$&#x20;

If the price of WING is $20 and the price of pUSDT/pUSDC/pDAI is $1, this user's WING APY is $$0.1552*365*20/(1000+800+200)=56.8%$$&#x20;


---

# 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://docs.wing.finance/rules/inclusive-pool.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.
