> For the complete documentation index, see [llms.txt](https://mobius-exchange.gitbook.io/mobius-exchange/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mobius-exchange.gitbook.io/mobius-exchange/whitepaper/lp-token-value-and-fee-sharing.md).

# LP Token Value and Fee Sharing

Fee sharing is a feature that the protocol can enable to distribute a portion of trading revenue to LPs.

Before fee sharing is enabled, trading fees are accumulated in the pool without being reflected in the value of LP tokens. This creates a **pool surplus reserve** where the overall coverage ratio is >=100%, which serves two key purposes:

* Provides a **buffer** to absorb adverse market events or extreme coverage imbalances.
* Enables a **fee-less trading zone**, since tokens with a coverage ratio greater than 100% can be traded without incurring additional fees, as $$p(r) = 0$$ for $$r >= 1$$.

Once **fee sharing** is enabled, newly generated trading fees will start to increase the liabilities directly.\
As a result, the LP token value relative to the underlying token will continuously rise, creating a **base yield** for liquidity providers on top of extra  incentives from MBS or other tokens' emission.

In the future, once **governance** is enabled, the community will be able to:

* Determine the portion of fees to be charged.
* Decide how fees are distributed between LPs and ve-token holders.

Initially, one LP token is equivalent to one unit of the underlying token. In other words, one LP token can redeem one underlying token, assuming the coverage ratio remains at 100%. At this stage, the total supply of LP tokens matches the total liability of the pool.

As the protocol generates trading fees over time, the total liability of each token begins to exceed the corresponding LP token supply. This leads to a gradual increase in the intrinsic value of LP tokens relative to the underlying assets.\
For example, if there are 100 LP tokens outstanding but the pool has accrued a total liability of 102 tokens, then each LP token effectively represents 1.02 underlying tokens — a 1:1.02 ratio — assuming full coverage.

***Definition - 5.1*** LP Token Value against Underlying Token

$$
\text{LP token value} = \frac{\text{Total liability}}{\text{LP token total supply}} \* \text{Underlying token value}
$$

In summary, the design of the LP token mechanism ensures that liquidity providers benefit naturally from trading activity, as their LP tokens appreciate in value over time. By carefully managing the timing of fee sharing and maintaining a surplus reserve, the protocol provides both enhanced yield potential and greater systemic resilience. These mechanisms create a sustainable foundation for aligning the long-term interests of liquidity providers, token holders, and the protocol as a whole.<br>


---

# 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://mobius-exchange.gitbook.io/mobius-exchange/whitepaper/lp-token-value-and-fee-sharing.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.
