# Lock-up Periods

When depositing funds into pools, **users have the option of choosing**:

1. **No lock-up** period (except for an initial 6 hour lock)
2. **Specific lock-up** periods (30,60,90 days)

Lock-up periods are <mark style="color:blue;">**incentivized**</mark> with a reward multiplier, as follows:

* **30 days** applies a <mark style="color:blue;">**1.25x**</mark> multiplier
* **60 days** applies <mark style="color:blue;">**1.5x**</mark> multiplier
* **90 days** applies <mark style="color:blue;">**2x**</mark> multiplier

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

#### Additional Information

* If you have not selected a lock-up period, and wish to withdraw deposited funds within the first 3 days of depositing, a **0.3% fee will apply.**
* Each deposit you place has its own release date from the time you place that specific deposit. For example, when using a **30-day lock-up period**, if you place a deposit on **day 1** and another on **day 10**, the first deposit would unlock after **day 30** and the second after **day 40**.

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


---

# 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.unlimited.trade/protocol/or-liquidity-pools/lock-up-periods.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.
