> For the complete documentation index, see [llms.txt](https://docs.lif3.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.lif3.com/lif3-trade/llp/rebalancing.md).

# Rebalancing

The fees to mint LLP, burn LLP or to perform swaps will vary based on whether the action improves the balance of assets or reduces it.

For example, if the index has a large percentage of FTM and a small percentage of USDC, actions which further increase the amount of FTM the index has will have a high fee while actions which reduces the amount of FTM the index has will have a low fee.

The token weights can be seen on the [Dashboard](https://trade.lif3.com/dashboard).

Token weights are adjusted to help hedge LLP holders based on the open positions of traders.

For example, if a lot of traders are long FTM, then FTM would have a higher token weight, if a lot of traders are short, then a higher token weight will be given to stablecoins.

If token prices are increasing, then the price of LLP will increase as well, even if a lot of traders have a long position on the platform. The portion reserved for long positions can be treated as stable in terms of its USD value since if prices increase the profits from that portion will be used to pay traders, and if prices decrease, the losses of traders will keep the USD value of the reserve portion the same.

If a lot of traders are short and larger weights are given to stablecoins, then LLP holders would have a synthetic exposure to the tokens being shorted,

e.g. if FTM is being shorted then the price of LLP will decrease if the price of FTM decreases,

if the price of FTM increases then the price of LLP will increase from the losses of the short positions.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.lif3.com/lif3-trade/llp/rebalancing.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
