> For the complete documentation index, see [llms.txt](https://limitless.gitbook.io/limitless/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://limitless.gitbook.io/limitless/intro/participants/liquidity-providers/withdrawal-limits.md).

# Withdrawal Limits

As an LP, you can only withdraw your entire position if all the ticks in your range do not exceed 100% utilization.&#x20;

For example, assume you have provided 100 units of liquidity in the 1900-2100 range, [consisting of four bins](/limitless/advanced/providing-liquidity.md) 1900-1950, 1950-2000, 2000-2050, and 2050-2100. Say one of those bins 2000-2050 has an active loan where if you withdraw your 100 units of liquidity from 1900-2100, the leftover liquidity in that bin would be a net negative(which is not feasible).

If you want to withdraw 100% of your position from the 1900-2100 range, you will then have to wait until somebody provides sufficient liquidity(that covers your position) to the 2000-2050 bin or until the borrower repays his loan, since you cannot withdraw from an individual bin,

{% hint style="info" %}
A **bin** is simply a tick range. For example, the 1900-1950 range above is one bin consisting of many sub-ticks (1900-1900.19, 1900.19-1900.38.... 1948.8-1950). When you provide liquidity to Limitless, you are providing liquidity to [**multiple adjoining bins**](/limitless/advanced/providing-liquidity.md).&#x20;
{% endhint %}

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

On the UI, you can see the maximum withdrawal liquidity as a percentage of your total liquidity position.&#x20;

If you want to fully withdraw your position, here are the actionable steps:

1. First, withdraw the maximum withdrawable amount. This will [spike up the utilization rate](/limitless/intro/premium-model.md) for the borrowed bin, incentivizing the borrower to repay or another LPs to provide to your range.&#x20;
2. Wait until the shown maximum withdrawable liquidity increases again, and repeat step 1, until you have withdrawn the full amount.&#x20;


---

# 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://limitless.gitbook.io/limitless/intro/participants/liquidity-providers/withdrawal-limits.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.
