# What is Out-of-Range?

Out-of-range refers to the situation where the current market price falls outside of your initial price range that you set when adding liquidity.

{% hint style="info" %}
For example, if you provided liquidity for GLMR-USDC pool at a range of $0.30 - $0.60 at the start and after a few days, the market price goes to $0.70, then your position is considered "*Out-of-Range*".&#x20;
{% endhint %}

If your position is ***out-of-range,*** you WILL NOT earn any trade fees or farm rewards. It is important to re-manage your positions to be in range to start earning.&#x20;

In the event the market price goes outside of your LP's price bounds, your position will be singularly concentrated in the less valuable asset. For example, if you provided liquidity between the price range of $0.30 — $0.60 for GLMR/USDC and GLMR falls to $0.25, then your position will be **entirely** concentrated in GLMR. Conversely, if GLMR appreciates to $0.80, then your balance will be **entirely** concentrated in USDC.&#x20;

### What to Do if I'm OOR?

If you're OOR here are the list of possible actions you can undertake;

1. Do nothing and wait until prices **revert back** to your established range and you''' start to earn.
2. Actively manage your positions to ensure you don't face OOR
3. Use an Active Liquidity Manager (ALM) to automate your farming on Pulsar so you'll not OOR


---

# 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.stellaswap.com/dex-core/decentralized-exchange/faq/what-is-out-of-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.
