# Rebase Protection

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

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

#### Example:

If you hold 10% of the 10,000 OCX supply, and 10,000 more OCX are emitted, the total supply doubles to 20,000. With 52% dilution protection, you’d receive 500 additional OCX, 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: 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://ocelex.gitbook.io/ocelex/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.
