# Positions

When providing liquidity to any Antfarm pool, you'll receive what is called a Position, it is nothing more than an NFT (ERC721 token). It represents your share in the pool and lets you interact with the Antfarm pool you've provided liquidity to. This NFT is here to display and helps you manage your assets.

Thanks to this, you'll be able to monitor your reserves, the amount of fees collected and some other features described below.

*Here are some examples of NFT positions:*

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

### Other Features

There are extra features on top of being able to check your reserves and claim your fees.

#### Delegate dividend claims

If you hold a significant position, you might want to store it on a hardware device safely. You can whitelist one address that will have the rights to claim the position's dividends. It is very useful if you want to actively claim and reinvest your profits from a secondary address for instance.

{% hint style="warning" %}
It'll be automatically revoked on transfer or you can do it manually at any time.
{% endhint %}

#### Lock your liquidity

Project owners willing to gain trust from their community, may decide to lock their position's liquidity for a certain amount of time.

{% hint style="info" %}
While your liquidity is locked, you can still claim the profits generated by your position.
{% endhint %}


---

# 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.antfarm.finance/strategy/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.
