# Liquidity Gardens

### What is Liquidity Gardens?

Liquidity Gardens provides a tax free way to:

* **Add Liquidity:** Plant your liquidity by providing your wonderland tokens paired with PLS.
* **Manage LP Tokens:** Track your liquidity positions and view their USD value.
* **Remove Liquidity:** Harvest your funds by removing liquidity from your pools.

### How to Use Liquidity Gardens

#### 1. Connect Your Wallet

* **Connect:** Click the **Connect Wallet** button to authenticate using a supported Web3 wallet.
* **Network:** Ensure your wallet is connected to the PulseChain network; otherwise, you'll receive a prompt to switch.

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

#### 2. Adding Liquidity (Planting a Garden)

* **Select Token:** Use the token dropdown to pick the Wonderland token you want to add liquidity with.
* **Enter Token Amount:** Input the amount of tokens. You can click the **MAX** button to fill in your available balance.
* **Calculate PLS Amount:** The interface automatically calculates the optimal amount of PLS required.
* **Approve Spending:** If needed, your token contract will prompt you to approve token spending.
* **Submit:** Click **Plant Garden** to add liquidity. Your LP tokens are sent to a dedicated Garden contract for secure tracking.

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

#### 3. Managing Your Gardens

* **Overview Stats:** View your total liquidity value, the number of active liquidity positions, and your connected wallet address.
* **Positions List:** See all your active liquidity positions and their details, including LP token amounts and estimated USD value.
* **Growth Indicators:** Emojis and number displays indicate the performance of your liquidity positions.

#### 4. Removing Liquidity (Harvesting Your Garden)

* **Select Position:** In your positions list, click the **Remove** button next to the desired liquidity pool.
* **Input Removal Amount:** Enter the amount of LP tokens to remove. You can use the **MAX** button to select your full balance.
* **Confirm Removal:** Confirm your removal settings. Once confirmed, LP tokens are withdrawn, and funds are transferred back to your wallet.

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

### Additional Information

* **Safety and Approvals:** Every liquidity addition involves an approval step. This ensures security by explicitly granting the contract permission to access your tokens.
* **Transaction Feedback:** Toast notifications will inform you about successful actions or errors.
* **Contract Interactions:** Behind the scenes, the Liquidity Gardens smart contract interacts with PulseX router contracts to manage liquidity, ensuring minimal slippage and secure transfers.

We hope you enjoy planting and harvesting in the Liquidity Gardens. For any support or troubleshooting, please review the documentation or contact our support team.


---

# 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://docs.wonderland.cool/liquidity-gardens.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.
