# Positions

As each LP Token on GnoSwap is unique based on its price range and liquidity, **LP Tokens are minted as NFTs,** called **Positions,** due to their uninterchangeable nature. To ensure that the underlying tokens and fees due are always derivable, position contracts store the following values:

* **User:** The owner's account address.
* **Lower & upper bound:** The price range in ticks.
* **Liquidity:** The geometric mean of underlying tokens.
* **Collected fees:** Accrued fees per liquidity unit.

Within a single pool, the liquidity of positions with overlapping pricing ranges are merged within the same tick, which results in a liquidity distribution that looks like the following graph:

<figure><img src="/files/XBSXLWUAAd09A9ItyLwe" alt=""><figcaption></figcaption></figure>

As a result, LP tokens are not fungible and represent a unique position in the pool, allowing for finer control over liquidity provisioning and better capital efficiency.


---

# 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.gnoswap.io/core-concepts/positions.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.
