# Harvesting $FRUIT

The ninja world will distribute $FRUIT to all ninjas based on the growth stage of the Divine Tree. The amount of fruits received by each ninja is determined by the quantity and duration of Chakra held.

The total supply of $FRUIT is 100,000,000, with 10% reserved for the Liquidity Pool, while the rest will be distributed to the ninjas.

## $FRUIT Generated

The table below shows the relationship between the stages of the Chakra Tree and the total amount of $FRUIT generated in each round:

<table><thead><tr><th>Stage</th><th>$FRUIT Generated</th><th data-hidden>果实分发基础比例</th></tr></thead><tbody><tr><td>0 - Seedling Stage</td><td>-</td><td>-</td></tr><tr><td>1 - Sapling Stage</td><td>500,000</td><td>0.5%</td></tr><tr><td>2 - Growth Stage</td><td>2,000,000</td><td>2.0%</td></tr><tr><td>3 - Blossom Stage</td><td>10,000,000</td><td>10.0%</td></tr><tr><td>4 - Radiant Stage</td><td>15,000,000</td><td>15.0%</td></tr><tr><td>5 - Enlightened Stage</td><td>All Remaining</td><td>-</td></tr></tbody></table>

## $FRUIT for Each Ninja

Based on the total $FRUIT generated, the amount of $FRUIT that each ninja can receive is determined by their ChakraSpan:

$$
\text{Bob's FRUIT} = \text{All Generated FRUIT in this round} \times \frac{\text{Bob's ChakraSpan}}{\text{All Ninjas' ChakraSpan}}
$$

Here, ChakraSpan represents the quantity and duration of Chakra held by the ninja, specifically:

$$
\text{Ninja Bob’s ChakraSpan}=∑(\text{Each Chakra}×\text{Holding Duration})
$$


---

# 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://chakratree.gitbook.io/doc/game-mechanism/harvesting-usdfruit.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.
