> For the complete documentation index, see [llms.txt](https://docs.unlimited.trade/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.unlimited.trade/protocol/or-liquidity-pools/lock-up-periods.md).

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