> For the complete documentation index, see [llms.txt](https://adrena.gitbook.io/adrena/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://adrena.gitbook.io/adrena/about-adrena/providing-liquidity-todo.md).

# Providing Liquidity (Todo)

### Overview[​](https://docs.gmx.io/docs/providing-liquidity/v1#overview) <a href="#overview" id="overview"></a>

GLP consists of an index of assets used for swaps and leverage trading. It can be minted using any index asset and burnt to redeem any index asset. The price for minting and redemption is calculated based on (total worth of assets in index including profits and losses of open positions) / (GLP supply).

### ALP Token Address[​](https://docs.gmx.io/docs/providing-liquidity/v1#glp-token-addresses) <a href="#glp-token-addresses" id="glp-token-addresses"></a>

* PUT LINK HERE once contract deployed

Note that GLP is specific to the network you mint it on, it is not directly transferrable between networks and the price, ETH / AVAX rewards for the tokens will differ between networks.

As GLP holders provide liquidity for leverage trading, they will make a profit when leverage traders make a loss and vice versa. Past PnL data, GLP price chart and other stats can be viewed on [https://stats.gmx.io](https://stats.gmx.io/).

### Token Balances and Pool Ratio <a href="#buying-glp" id="buying-glp"></a>

| TOKEN           | Target ratio | Min ratio | Max ratio |
| --------------- | ------------ | --------- | --------- |
| jitoSOL         | 45%          | 35%       | 55%       |
| WBTC (wormhole) | 20%          | 10%       | 30%       |
| BONK            | 5%           | 2.5%      | 7.5%      |
| USDC            | 30%          | 20%       | 40%       |

### Buying GLP[​](https://docs.gmx.io/docs/providing-liquidity/v1#buying-glp) <a href="#buying-glp" id="buying-glp"></a>

GLP tokens can be bought using the [Buy GLP](https://app.gmx.io/#/buy_glp) page.

Options to bridge funds to buy the tokens can be found at the bottom of the [Buy](https://app.gmx.io/#/buy_gmx) page.

ETH / AVAX is also required to send the buy transaction.

Any of the GLP index tokens can be used to buy GLP, a list of the index tokens can be found on the [Dashboard](https://app.gmx.io/#/dashboard).

Fees will be lower for tokens that the pool has less of, check the [Save on Fees](https://app.gmx.io/#/buy_glp) section to get the lowest fees.

After buying your GLP tokens will automatically be staked and you will start earning [Escrowed GMX](https://docs.gmx.io/docs/tokenomics/rewards#escrowed-gmx) and ETH / AVAX rewards, you can check your rewards on the [Earn](https://app.gmx.io/#/earn) page.

### Selling GLP[​](https://docs.gmx.io/docs/providing-liquidity/v1#selling-glp) <a href="#selling-glp" id="selling-glp"></a>

GLP tokens can be sold using the [Sell GLP](https://app.gmx.io/#/buy_glp#redeem) page.

### Token Pricing[​](https://docs.gmx.io/docs/providing-liquidity/v1#token-pricing) <a href="#token-pricing" id="token-pricing"></a>

There may be a spread for some index tokens, minting GLP will be based on the lower value of the index token and redeeming GLP will be based on the higher value of the index token.

For stablecoin tokens, the spread will be from the Chainlink price of the stablecoin to 1 USD.

The price of GLP will depend on the spread of the tokens in the pool as well.

### Token Weights[​](https://docs.gmx.io/docs/providing-liquidity/v1#token-weights) <a href="#token-weights" id="token-weights"></a>

The fees to mint GLP, burn GLP or to perform swaps will vary based on whether the action improves the balance of assets or reduces it. For example, if the index has a large percentage of ETH and a small percentage of USDC, actions which further increase the amount of ETH the index has will have a high fee while actions which reduces the amount of ETH the index has will have a low fee.

The token weights can be seen on the [Dashboard](https://app.gmx.io/#/dashboard).

Token weights are adjusted to help hedge GLP holders based on the open positions of traders. For example, if a lot of traders are long ETH, then ETH would have a higher token weight, if a lot of traders are short, then a higher token weight will be given to stablecoins.

If token prices are increasing, then the price of GLP will increase as well, even if there is a larger number of open long positions on the platform. The portion reserved for long positions can be treated as stable in terms of its USD value since if prices increase the profits from that portion will be used to pay traders, and if prices decrease, the losses of traders will keep the USD value of the reserve portion the same.

If a lot of traders are short and larger weights are given to stablecoins, then GLP holders would have a synthetic exposure to the tokens being shorted, e.g. if ETH is being shorted then the price of GLP will decrease if the price of ETH decreases, if the price of ETH increases then the price of GLP will increase from the losses of the short positions.

### Risks[​](https://docs.gmx.io/docs/providing-liquidity/v1#risks) <a href="#risks" id="risks"></a>

Caution should be exercised when interacting with any smart contract or blockchain application. While risks are attempted to be mitigated through testing, audits and bug bounties, there is always a risk of vulnerabilities in smart contract code.

For details of contract operation please see [Contracts V1](https://docs.gmx.io/docs/api/contracts-v1).

A non-exhaustive list of risks:

* Smart contract risks
* Counterparty risks: The GLP pool is the counterparty to traders, if traders make a profit that comes from the value of the GLP pool
* Token risks: Bridged tokens may depend on the security of the bridge, pegged tokens have risks of depegging


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://adrena.gitbook.io/adrena/about-adrena/providing-liquidity-todo.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
