# Possibility of Change to a Single-Coin position

A ranged position normally has two kinds of coins in the position as the same as a basic position. This is only applied to the case that the price is in the range of the position. Once the price is out of the range, only a single kind of coin remains in the position. For example, for the ranged position with the range of 0.8 and 1.2, if the price is below 0.8, then the position has only A coins. This means this position sells out B coins and buys A coins at the price above 0.8. On contrary, if the price is above 1.2, then the position has only B coins, which means the position sells A coins and buy B coins at the price below 1.2. In that case of out-of-range, the users can deposit or withdraw to/from the position with only a single kind of coin.

<figure><img src="/files/dUeoMLD7FdsuR935U6v7" alt=""><figcaption><p>Ranged position's reserve change</p></figcaption></figure>


---

# 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.crescent.network/introduction/crescent-dex/ranged-liquidity/possibility-of-change-to-a-single-coin-position.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.
