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

# How to add liquidity V2

Providing liquidity to an AMM is one of the easiest ways to earn a good passive yield on your assets. The AMM pool uses this liquidity to enable swaps and, in return, charges a fee to users making a swap. This fee is distributed back to liquidity providers proportional to their share of liquidity in the liquidity pool. Currently, JediSwap charges a flat 0.3% on each swap.

## 1. Choose the tokens you wish to provide liquidity with

* Go to <https://app.v2.jediswap.xyz/#/pool>
* Click on "New position"

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

* Choose the tokens you wish to provide liquidity with.
* Choose the fee tier.\
  \&#xNAN;*Fee Tier is the percentage of the liquidity provider fee that users pay for swapping*.
* Set the price range for optimising concentrated liquidity. Full price range can be used as well.

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

## 2. Fill in the input amounts

* Scroll down and input the amount of tokens you want to add to the liquidity pool.

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

## 3. Review your transaction details

* Click on the "Preview" button to preview your transaction for providing liquidity.
* Review your transaction details, including the tokens, input amount, fee tier settings and price range.

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

## 4. Confirm your transaction in your wallet

* Once you have reviewed your transaction details, click the "Add" button.&#x20;
* Your Starknet wallet will open a prompt to sign the transaction. Click on "Confirm" to complete the transaction.

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

## 5. Wait for the transaction to be confirmed

This should take a couple of seconds.\
\
All done! Congratulations, you are now a liquidity provider in JediSwap!


---

# 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.jediswap.xyz/how-to-use-jediswap/how-to-add-liquidity/how-to-add-liquidity-v2.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.
