> 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/automated-mode.md).

# Automated Mode

## Step-by-Step Guide: Adding Liquidity (Automated 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/JmJ8U3CTSoYmD3ETnb7q" alt=""><figcaption></figcaption></figure>

### 2. Create a Position

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

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

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

### 3. Choose a Liquidity Provisioning Mode

Choose "Automated" to proceed with adding liquidity using one of our partners' liquidity manager.

### 4. Select a Liquidity Strategy Provider

Choose one of the partners offering automated strategies for managing your liquidity.

### 5. Select a Liquidity Strategy

Pick a strategy that aligns with your risk appetite and market outlook.

### 6. Set your Deposit Amounts

Once your strategy 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.

### 7. 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**


---

# 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/automated-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.
