> For the complete documentation index, see [llms.txt](https://docs.algebra.finance/algebra-integral-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.algebra.finance/algebra-integral-documentation/liquidity-provisioning-tutorials-and-faqs/adding-liquidity/manual-mode.md).

# Manual Mode

## Step-by-Step Guide: Adding Liquidity (Manual Mode)

### 1. Choose a Pool

Navigate to the **‘Pools’** section and select the trading pair you wish to provide liquidity to (e.g., `TOKEN_A / TOKEN_B`).

> 💡 If the pool doesn't exist yet, you can create one by clicking **‘Create Pool’**. You’ll supply assets in a roughly 50/50 value ratio to initialize the pool and select your preferred fee tier (more on fee tiers in a later section). Pool creation is permissionless and free.

On the pools' page, you’ll see key metrics such as **TVL**, **24h Volume**, **24h Fees**, and **APR** for available pools. These help you evaluate the pool’s health and potential earnings.

<figure><img src="/files/I1HcfH0eT9I8WFqPZaq7" alt=""><figcaption></figcaption></figure>

### 2. Create a Position

Click **‘Create Position’** to begin the process.

<figure><img src="/files/gOzqoQVLgE9o8RMOdFyb" alt=""><figcaption></figcaption></figure>

### 3. Choose a liquidity provisioning mode

Choose "Manual" to proceed with adding liquidity manually.

### 4. Set Your Price Range & Deposit Amounts

<figure><img src="/files/6kEJUGbx3XIPVFNGbtSr" alt=""><figcaption></figcaption></figure>

#### 4.1 Define the Range

Use available presets or manually set the **min and max prices** of your position. This determines where your liquidity will be active.

* **Narrower ranges** concentrate liquidity, increase potential yield, but require more attention.
* **Wider ranges** reduce the need for active management but dilute fee-earning potential.

> 🔢 Note: Prices are aligned with ticks—predefined intervals—so manual entries will round to the nearest valid tick.

When setting a range, consider:

* Your market expectations (bullish, bearish, sideways)
* How often you can monitor or adjust your position
* Potential network fees or transaction costs

#### 4.2 Input Amounts

Once your range is set, enter the amount of one token; the other token’s amount will autofill based on your price range and the current market price.

* If your range is heavily skewed above or below the current price, you'll provide more of one asset.
* You may also choose to provide **single-sided liquidity** (just one asset), enabling advanced strategies like buy/sell ranges or passive DCA.

> ✅ The “Full Range” option mimics V2-style AMMs and distributes liquidity across the entire price spectrum.

### 5. Confirm & Submit the Transaction

Click **‘Create Position’** and approve the transaction in your connected wallet.

Once confirmed:

* You’ll receive an **on-screen success notification**
* Your assets are now part of the pool and begin **earning fees immediately**

To learn how to manage your position—adjust ranges, claim fees, or withdraw liquidity—continue to the **“Managing & Adjusting Positions”** section of this guide.


---

# 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://docs.algebra.finance/algebra-integral-documentation/liquidity-provisioning-tutorials-and-faqs/adding-liquidity/manual-mode.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.
