# Liquidity & withdraw epochs

Most protocols provide liquidity on a first-come-first-serve basis, meaning that available capital in a pool can be withdrawn by the investor or bot which acts the quickest. Other protocols work with lockups, essentially postponing the first-come-first-serve principle, without solving for it.&#x20;

Credix introduces "withdraw epochs", consisting of 3 phases: A request phase, redeem phase, and an available liquidity phase. A withdraw epoch takes place every two weeks. The first pool for which withdraw epochs are used is the [FinTech Pool](https://app.credix.finance/credix-marketplace/).

#### Request phase (10 days)

Investors can submit a withdraw request. This request contains the amount of USDC they wish to withdraw from the pool and cannot exceed the USDC value of their LP position. At the end of the request phase, liquidity is locked in the liquidity pool. This locked liquidity is the minimum of the available liquidity in the pool and the total requested amount by investors.

#### Redeem phase (3 days)

Investors are able to withdraw their requested amount or an amount pro-rata to this requested amount if there is not enough liquidity available to cater to all requests. The pro-rata amount is based on the investor’s LP position, relative to the other investor’s LP positions who submitted a withdraw request.

#### Available liquidity phase (1 day)

Investors can withdraw excess liquidity, which was not withdrawn by other investors during the redeem phase, on a first-come-first-serve basis.


---

# 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.credix.finance/product/liquidity-and-withdraw-epochs.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.
