# Providing Liquidity

Atlantis is a fully permissionless modular V4 DEX, allowing any project or protocol to create liquidity pairs and seed liquidity without requiring approval or onboarding. By launching liquidity directly on Atlantis, teams gain the full benefits of our modular architecture including concentrated liquidity, hooks-based customizations, enhanced execution, and deep cross-ecosystem composability on Monad mainnet.\
\
Atlantis pools are widely aggregated across the entire ecosystem and integrated with the largest on-chain aggregators, ensuring deep visibility, optimal routing, and maximum trade flow from day one.

This section will guide you through the process of creating a liquidity pair and adding liquidity to your pool, from selecting the token pair to finalizing the position on Atlantis.

***

### Adding Liquidity to V4 Pools

1. Visit <https://app.atlantisdex.xyz/pools/>.

2. Select V4 in the top slider.

3. Connect your wallet.<br>

   <figure><img src="/files/MNd5UaV2WveTR8OvTVBc" alt=""><figcaption><p>V4 is now selected, and wallet connected.</p></figcaption></figure>

4. Select the pool you wish to add liquidity to, and click on it.<br>

   <figure><img src="/files/oaUeChNeR3h6vs5iDt5V" alt=""><figcaption><p>The pool has now been selected.</p></figcaption></figure>

5. Now click on the "Create Position" button.

6. Choose your preferred strategy, then enter the amount of liquidity you wish to provide before clicking the "Approve" button.\
   &#x20;

   <figure><img src="/files/E7Eai10p9HbpTMy2CGfx" alt=""><figcaption><p>You are now ready to deploy liquidity and execute the transaction.</p></figcaption></figure>

7. Confirm the transaction in your wallet.<br>

   <figure><img src="/files/NMhCtAz8LhfIutEdQYwA" alt=""><figcaption><p>Done! After click "Create Position" and confirming your transaction, you have now deployed liquidity.</p></figcaption></figure>

8. You can now view your created positions!<br>

   <figure><img src="/files/AlRH8uxfBC2Wc3YiMbkn" alt=""><figcaption><p>In this list, you can access all of your current liquidity positions.</p></figcaption></figure>

9. Click on the individual position to see its details.<br>

   <figure><img src="/files/gTtlzlaedVQVH8PWkZWV" alt=""><figcaption><p>Here, you can also add further liquidity to the pool, remove liquidity, and collect earned fees.</p></figcaption></figure>

***

### Creating New Pools

1. Visit <https://app.atlantisdex.xyz/pools/>.

2. Select V4 in the top slider.

3. Connect your wallet.

4. Click on the "Create Pool" button.<br>

   <figure><img src="/files/PoITA3VPLVbTE4gLooqI" alt=""><figcaption><p>The "Create Pool" button can be found on the top right corner.</p></figcaption></figure>

5. Select both assets you wish to add to the liquidity pair.<br>

   <figure><img src="/files/X2fMcEY9acQhoINTcGcs" alt=""><figcaption><p>If an asset is not listed on Atlantis by default, paste the contract address in manually.</p></figcaption></figure>

6. Create Pool, and then proceed to adding liquidity as mentioned in the first guide at the top of this page.

***

### Adding Liquidity to Automated Vaults

1. Visit <https://app.atlantisdex.xyz/pools/>.

2. Select V4 in the top slider.

3. Connect your wallet.

4. Select the Automated Vault you wish to add liquidity to.<br>

   <figure><img src="/files/cdXZbNErwC4iK6xfLtGC" alt=""><figcaption><p>Click on the vault to proceed.</p></figcaption></figure>

5. In this step, you can choose between Automatic (Auto-Rebalancing), and Manual Strategies.\
   \
   **Automatic:**<br>

   <figure><img src="/files/3rYJ0QPNtWl0Vxosy4OI" alt=""><figcaption><p>On "Automatic", you can directly input the amount of your deposit. Atlantis takes care of the rest.</p></figcaption></figure>

   <figure><img src="/files/0dtCxhpYEfJvUT1Zq0l6" alt=""><figcaption><p>After you have input your deposit amount, approve and create the position.</p></figcaption></figure>

   <br>

   <figure><img src="/files/UAMe3mguMJxojbiHVw4j" alt=""><figcaption><p>You have now deposited single-sided liquidity, and may view and manage your position on this page.</p></figcaption></figure>

   \
   **Manually:**<br>

   <figure><img src="/files/F3F9hfCVDKVG65ZIaT1u" alt=""><figcaption><p>Choose your preferred strategy, then enter the amount of liquidity you wish to provide before clicking the "Approve" button.</p></figcaption></figure>

   <br>

   <figure><img src="/files/WTSbF23KT1dqvusBomYH" alt=""><figcaption><p>Confirm and create your position to proceed.</p></figcaption></figure>

   <br>

   <figure><img src="/files/bAsXG2hWPi9sxiFQxEmu" alt=""><figcaption><p>Done! You may now use this page to view and manage your position in the vault.</p></figcaption></figure>

***

If you need assistance with creating a pool, seeding liquidity, or navigating any part of the process, our team is here to support you.

You can submit a request via the "Request V4 Pool Setup" button under [Links & Assets](/whitepaper/links-and-assets/assets.md), open a ticket in the Atlantis Discord, or reach out to the team directly.

We’re committed to ensuring a smooth and seamless experience as you launch and grow on Atlantis.


---

# Agent Instructions: 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:

```
GET https://atlantis-dex.gitbook.io/whitepaper/get-started/providing-liquidity.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
