# Position

In the context of Crescent DEX, a "position" is a user-defined construct established by a liquidity provider intending to contribute tokens within a specific price range. The user, as the architect of this position, maintains complete control and ownership, possessing exclusive rights to inject or withdraw liquidity and to claim accrued rewards.

Liquidity providers have the flexibility to own multiple positions and can even set up positions to provide liquidity across the entire range (0 to INF) if desired. These positions serve as the fundamental units for accumulating swap fees and farming rewards. Rewards for different positions vary significantly based on their liquidity contribution, the farming plan of the associated market, and the duration of their contribution.

Each position is distinctly tied to its owner and doesn't generate a secondary product like a pool token, which was characteristic of the legacy module. With the absence of pool tokens, users are freed from the obligation of farming (staking) these tokens post-deposit. Instead, as soon as users make a deposit, they are immediately enlisted as liquidity providers and start accumulating rewards.

<figure><img src="/files/aMwuvqwMrEKg8C0tH3yU" alt=""><figcaption><p>Positions, Pool and Market</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/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.
