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

# Provide Liquidity

Providing liquidity (LPing) earns you a share of the trading fees in a pool. Here's how to open a position.

{% stepper %}
{% step %}

## Go to **Pools**

Go to **Pools** and pick a pool, or start a **new position**.
{% endstep %}

{% step %}

## Choose the pair and fee tier

**Choose the pair and fee tier.** The fee tier should match the pair: tight for stables, standard for majors, higher for volatile assets.
{% endstep %}

{% step %}

## Set your price range

**Set your price range.** Tighter = more fees while in range, but more likely to fall out of range. Wider = steadier, but lower fee density.
{% endstep %}

{% step %}

## Enter your deposit amounts

**Enter your deposit amounts.** Concentrated positions take both tokens in a ratio set by your range and the current price.
{% endstep %}

{% step %}

## Approve and confirm

**Approve** each token (one-time per token), then **confirm** the deposit in your wallet.
{% endstep %}

{% step %}

## Start earning

Your position mints as an on-chain NFT and starts earning the moment it's in range.
{% endstep %}
{% endstepper %}

{% hint style="info" %}
Not sure where to start? The pool picker surfaces top pools by liquidity so you can pick a deep, active market in one tap.
{% endhint %}

## Choosing a range

* **Stable / correlated pairs** → tight ranges around the peg. Most efficient.
* **Majors (e.g. HYPE/USDC)** → moderate ranges. Balance fees against re-ranging.
* **Volatile / long-tail** → wider ranges, or expect to manage actively.

## Earning in The Hunt

In-range, active liquidity also earns points in [The Hunt](broken://pages/6b18ac6a7020c6380f6cbb3a9d6727ae2a478c3b). Idle or out-of-range depth earns little to nothing — the program rewards liquidity that actually facilitates trades.

## Next

Once you're in, learn to read and adjust it: [Manage your positions](broken://pages/bc9952c892bc3ea3d9036fa906e0a4f332988bb1).


---

# 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://hyperlynx.gitbook.io/hyperlynx-docs/liquidity/provide-liquidity.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.
