# Paying FIVE tokens to investors

We decided to pay FIVE tokens during the return of investors' NFT investment. Each month FIVE tokens will be divided by each project according to the following formula:

$$
F = N \* X \* E \qquad
$$

where:

> F = Amount of FIVE tokens received each month
>
> N = Amount of NFTs you own for that project
>
> X = Original price of NFT - Distributed profit
>
> Bonus coefficient E = 5% (FIVE/BUSD/month)

{% hint style="success" %}
In addition, in the first year, <mark style="color:red;">**Incentive Wallet**</mark> wallet will pay twice the amount of <mark style="color:purple;">**FIVE**</mark> tokens to investors (`E = 10%`) until **1,000,000&#x20;**<mark style="color:purple;">**FIVE**</mark> tokens runs ou&#x74;**.**
{% endhint %}

**Example**

You own 100 NFT project Youtube channel Nguyen Van Chung Music with original price of <mark style="color:green;">4.5 BUSD</mark>\
The profit shared from the channel on 27/05/2022 is <mark style="color:green;">0.075 BUSD</mark> <mark style="color:red;">=></mark> `X = 4.5 - 0.075 = 4.425`\
The profit shared from the channel on 28/06/2022 is <mark style="color:green;">0.082 BUSD</mark> <mark style="color:red;">=></mark> `X = 4.425 - 0.082 = 4.343`

On 28/06/2022 NFT5 team decided to start paying FIVE tokens to NFT holders:\
\=> Amount of<mark style="color:purple;">**`FIVE`**</mark>you get: `F = 100`**\****`4.343`***\***`10% = 43.43`<mark style="color:purple;">`FIVE`</mark>\
\
If profit share on 28/07/2022 is <mark style="color:green;">0.08 BUSD</mark> <mark style="color:red;">=></mark> `X = 4.343 - 0.08 = 4.263`\
\=> Amount of<mark style="color:purple;">**`FIVE`**</mark>you get: `F = 100`**\****`4.263`***\***`10% = 42.63`<mark style="color:purple;">`FIVE`</mark>

{% hint style="info" %}
Until the <mark style="color:red;">**n**</mark> th months`X = 0`then you cannot receive any more FIVE tokens.
{% endhint %}


---

# 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://docs.nft5.io/en/tokenomics/paying-five-tokens-to-investors.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.
