# Main Pools

### Ecosystem Pool

We use our ecosystem pool for account allocation, where every subscriber gets an equal amount of tokens that the value they pay for subscriptions. Usually, it is locked, but users can unlock them with maximum compliance, month-by-month. We have implemented a yearly vesting too which determines the maximum number of allocated tokens year by year:

<table><thead><tr><th width="245" align="center"></th><th width="187" align="center"></th><th data-hidden></th><th data-hidden></th></tr></thead><tbody><tr><td align="center"><strong>1st year</strong></td><td align="center"><strong>25%</strong></td><td></td><td></td></tr><tr><td align="center"><strong>2nd year</strong></td><td align="center">50<strong>%</strong></td><td></td><td></td></tr><tr><td align="center"><strong>3rd year</strong></td><td align="center"><strong>75%</strong></td><td></td><td></td></tr><tr><td align="center"><strong>4th year</strong></td><td align="center"><strong>100%</strong></td><td></td><td></td></tr></tbody></table>

The Ecosystem Pool allows for the allocation of yearly subscriptions on a monthly basis.

The locked tokens are eligible for unlocking, depending on the account’s performance determined by the compliance metric, described later.

Naplozz proposes regular buybacks from the market to continue replacing the utilized tokens from the ecosystem pool.&#x20;

Naplozz is being integrated with the Polygon blockchain. Every subscriber will have their own address to enable token circulation.

**Ecosystem pool run-out calculation:**

$$
e^x=((R+E×0,1÷T ))/( A ×M×(P×U×Y))×T
$$

$$
e^x = Number of years for the ecosystem pool to run out
$$

R = Total number of tokens in the ecosystem pool&#x20;

A = Number of subscribers

M = Number of months in a year

P = The amount each subscriber pays every month.

U = The performance result after the usage of the app

Y = The yearly vesting

E = The yearly income from the subscriptions (Value A\*M\*P)

T = the price of the one token

### Staking Pool

* The Staking pool allows admins (owners) to stake the unlocked tokens manually.
* It also allows the manual staking of the reward tokens earned by the employees.
* Naplozz plans to build an interface that would allow everyone holding tokens to stake them in the future.
* However, Naplozz has a limited supply of tokens in the staking pool.


---

# 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://naplozz.gitbook.io/docs/the-nap-token/main-pools.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.
