> For the complete documentation index, see [llms.txt](https://lynex.gitbook.io/lynex-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://lynex.gitbook.io/lynex-docs/protocol-overview/dex-functionalities/rebase-protection.md).

# Rebase Protection

Lynex combines Olympus DAO’s anti-dilution rebase mechanism with Curve’s vote-lock model, inspired by Solidly’s ve(3,3) concept, to protect veLYNX holders from dilution. The system begins with a 52% anti-dilution cap, decreasing by 1% weekly for a year to ensure fairness. The longer veLYNX is locked, the more rebases are received, promoting long-term participation.

{% hint style="success" %}
Note: Lynex has a 52% rebase, decreasing 1% per epoch for 52 epochs.
{% endhint %}

#### Example:

If you hold 10% of the 10,000 LYNX supply, and 10,000 more LYNX are emitted, the total supply doubles to 20,000. With 52% dilution protection, you’d receive 500 additional LYNX, maintaining a significant portion of the supply at 7.5% post-epoch. This demonstrates how the rebase mechanism sustains your share over time.


---

# 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:

```
GET https://lynex.gitbook.io/lynex-docs/protocol-overview/dex-functionalities/rebase-protection.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.
