> For the complete documentation index, see [llms.txt](https://docs.crescent.network/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.crescent.network/introduction/crescent-dex/ranged-liquidity/possibility-of-change-to-a-single-coin-position.md).

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