# Early Unlock

Within DeFi, early unlock fees are a common mechanism designed to motivate users to remain engaged with the ecosystem. In the context of Metronome, should users opt to unlock their $MET tokens before the end of their designated lock-up period, they would incur an early unlock fee. This penalty initiates at 50% and decreases in a linear fashion as time elapses, reaching 0% by the end of the lock-up period. Any fees amassed from this penalty are redirected to the Metronome DAO Treasury. This is a systematic release, adhering to the following conditions:

**Penalty:** If users choose to unlock their tokens early, they will face a penalty determined by the linear decaying formula up until their original unlock period ends. Essentially, the longer a user waits into their lockup period, the smaller the penalty will be when withdrawing.

<figure><img src="/files/C67DbN1AshGwiYpsRNns" alt=""><figcaption></figcaption></figure>

**Example:**

Let's say you locked your $MET for 1 year, but after 6 months, you decide to withdraw them early.

Given the penalty decreases linearly from 50% to 0% over the course of the lock duration (1 year in this case), at the halfway point (6 months), your penalty would be 25%.

If you had locked 100 $MET, you'd pay 25 $MET as a penalty for unlocking them early.


---

# 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://docs.metronome.io/tokenomics/governance/early-unlock.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.
