# Fund Token Distribution

As pool started, the fund manager will subscribe the seeds needed for the fund to get started. As pool is started with zero value. The fund token will be minted based on the following:

> Quantity Mint token = Fund Value in BNB \* 1
>
> Example: Fund manager subscribe 1 BNB as seeds. He will be granted with fund token of 1 token as start of the fund.

Remaining of each subscription, the mint token is calculated as follow:

> Total Supply After Subscription Amount = Total Fund Value After Subscription \* Total Supply Before / Total Fund Value Before Subscription
>
> Mint New Unit = Total Supply After Subscription Amount - Total Supply Before


---

# 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://doc.xwin.finance/v1.0-docs/fund-token-distribution.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.
