# Fund Unit Price

## Unit Price of the Fund <a href="#unit-price-of-the-fund" id="unit-price-of-the-fund"></a>

Unit price of the pool is always normalized to 1.00 as starting point. Once the pool is seeded by fund manager, the total supply is 1 and the fund value in BNB is 1.

The unit price is calculated as Fund Value in BNB / Total Supply.

Example: UP = 1 BNB / 1 = 1.00

## On-Chain Band Protocol Price <a href="#on-chain-band-protocol-price" id="on-chain-band-protocol-price"></a>

Fund value is calculated based on the on-chain oracle price feed from Band Protocol. When the protocol evaluates total locked value, it gets the on-chain price through Band Protocol (BAND) price feed oracle in BNB basis.

## On-Chain Pancake Swap Price <a href="#on-chain-pancake-swap-price" id="on-chain-pancake-swap-price"></a>

Some token are configured to read the price from Pancake swap liquidity pool due to the unavailable price is not available in Band. We believe the swapping price in Pancake swap is reasonable to be used for evaluation.

## Unit Price in USDT <a href="#unit-price-in-usdt" id="unit-price-in-usdt"></a>

Protocol convert the unit price in BNB into USDT by UnitPriceInBNB \* BNBUSDT


---

# 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-unit-price.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.
