# Domain objects

**AMM position:** A ERC-721 position in the underlying AMM like Uniswap v3, velodrome, etc.

**Managed position:** Represents a Position in the Core. This is a position that is automatically managed by Mellow-ALM-toolkit

**LP token:** ERC-20 token that represent a share of Managed Position

**Strategy:** A program that determines the target state of Managed Position depending on market conditions

**Rebalancer:** An external actor that facilitates bringing Managed position from current state to target state according to Strategy

**Owner:** An external actor who opens, closes and owns Managed position.

**Position Manager**: an external actor who handles parameters of the corresponding position parameters etc.

**Liquidity provider (LP):** An external actor who owns a part of Managed position by contributing liquidity into the underlying Positions


---

# 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.mellow.finance/mellow-alm/mellow-alm-toolkit/domain-objects.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.
