# Liquidity Tokens

When users provide liquidity, they receive liquidity provider (LP) tokens representing their share of the pool.

At Ax11, liquidity is divided into two sides: users receive **LPX tokens** for their token X contribution and **LPY tokens** for their token Y contribution. Both tokens are fungible and adhere to the ERC-20 standard, ensuring seamless integrations and future developments.

By utilizing **LPM** features on the Ax11 protocol, LP tokens can be further diversified into:

* **LPX-long** (Liquidity X long token)
* **LPX-short** (Liquidity X short token)
* **LPY-long** (Liquidity Y long token)
* **LPY-short** (Liquidity Y short token)

{% hint style="info" %}
Swap cannot be used to switch between different token positions. For example, an X long position cannot be swapped into a Y long or Y short position. Swaps are only allowed within the same token position.
{% endhint %}

{% hint style="info" %}
LPM is an **optional feature**, extending beyond standard liquidity provision. It is designed for users who seek **additional earning opportunities** while participating in the Ax11 ecosystem.
{% 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.ax11.org/automated-market-makers-amm/liquidity-prediction-market-lpm/liquidity-tokens.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.
