# GM Pools

### GMX Market Pools

GMX V2 consists of 'Market' pools, which are comprised of:

* Index Price Feed: Long and short tokens will be opened/closed based on this price feed.
* Long Token: The token that 'backs' long positions.
* Short Token: The token that 'backs' short positions.

e.g. ETH/USD:

* Index Price Feed: ETH/USD.
* Long Token: ETH tokens back long positions.
* Short Token: USDC tokens back short positions.

<figure><img src="/files/XyxiESoLLtFPSCxK30bp" alt=""><figcaption><p>GMX V2 'GM' Pools</p></figcaption></figure>

### Pricing GM Tokens

The price of the GM token depends on:

* The price of the long tokens.
* The price of the short tokens.
* The net pending PnL of traders' open positions.

Fees from leverage trading and swaps will automatically increase the price of GM tokens.

***

Source: GMX Docs, [*<mark style="color:yellow;">Liquidity on V2</mark>*](https://gmx-docs.io/docs/providing-liquidity/v2/)


---

# 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.mozaic.finance/vaults/theseus-vault/gm-pools.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.
