> For the complete documentation index, see [llms.txt](https://docs.stellaswap.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.stellaswap.com/how-to-guides/liquidity-staking/add-liquidity-manual.md).

# Add Liquidity (Manual)

Adding liquidity in Pulsar AMM V3 or concentrated liquidity is similar to standard AMM with just a few more steps. Here's what you'll need;\
\
1\. Pair of tokens to add liquidity (*e.g. GLMR + DOT if you select GLMT-DOT farm*)\
2\. GLMR to pay **gas** transaction

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

Adding liquidity in Pulsar AMM V3 or concentrated liquidity is similar to standard AMM with just a few more steps. Here's what you'll need;\
\
1\. Pair of tokens to add liquidity\
2\. GLMR to pay gas transaction

### Step 1: Create New Position

In Pulsar Pools page, click on `+ New Position` or click on a featured pool's `Deposit` button.

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

If you have an existing position in the same farm you will see this pop-up otherwise you will get to the one-pager to add liquidity directly. `Click on Create New Position`

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

### Step 2: Select a Pair

Now you can select a pair by choosing tokens or from clicking any of the popular pairs. Once done, the next section will be auto-shown.

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

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

### Step 3: Select Range

Selecting range is a crucial step and would directly affect [risk and return](https://docs.stellaswap.com/product/pulsar-concentrated-liquidity/faq/what-is-impermanent-loss) so choose carefully. You will have a list of ranges on the left with potential risk and profit to choose from, the smaller the range the more potential return. However that would also mean you will need to actively manage the position and might be out of range if the price of the token changes.

So for most users the standard range is **recommended**.&#x20;

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

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

If you click on `Expert` option you can set your own range on the right by manually inputting the minimum and maximum price.&#x20;

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

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

Once you have selected the range you want to go with, move on to the next section.

### Step 4: Enter Amount

Input the amount you would like to provide as liquidity. Bear in mind that the deposit ratio isn't usually 50/50, so you'll often need a greater amount of one token. You can use our Swap page to get the necessary input that is ideal to you.

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

A pop-up message will appear with your selected position, amount and range. Double check the numbers and click `Confirm Supply`. Then confirm your wallet transaction. If you are adding liquidity for the first time you will need to aprove contract first.

<figure><img src="/files/2pTqOlIXxMocNJufkP8Y" alt=""><figcaption></figcaption></figure>

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

Once done click on `Review & Confirm`

A pop-up message will appear with your selected position, amount and range. Double check the numbers and click `Confirm Supply`. Then confirm your wallet transaction. If you are adding liquidity for the first time you will need to aprove contract first.

### Success! You Have Managed to Add Liquidity

Once the transaction is confirmed you will see this unique NFT representing your position. Once you've successfully created an LP position, you're earning immediately!&#x20;

{% hint style="info" %}
Thanks to advances in our rewarding infrastructure, we've removed the need for you to "farm" to start earning rewards. Immediately after you've provided liquidity you'll be earning.
{% endhint %}

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

You can also go to Dashboard by clicking `View Portfolio` to view and manage your position.&#x20;

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


---

# 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.stellaswap.com/how-to-guides/liquidity-staking/add-liquidity-manual.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.
