# Do I get "liquidated" if the price goes outside of my range?

**No, you do not get liquidated if your price exceeds your range.**

\
When your position leaves your price range, your position will be "inactive". This means your position will not earn fees until the price comes back in range.

\
However, when the price goes outside your range, the ratio of your position will change.

\
**Here is an example of how a position changes:**

A liquidity provider has a price range of 1,000 to 5,000 for an ETH/USDC pool.

* If ETH falls to 900, then your balance will be 100% in ETH.
* If ETH goes up to 6,000, then your balance will be 100% in USDC.

<br>


---

# 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://zebra.gitbook.io/zebra-document/q-and-a/do-i-get-liquidated-if-the-price-goes-outside-of-my-range.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.
