# 💧 Single Sided Deposits

**ZIA** allows users to provide liquidity by depositing only **one token**, rather than needing to supply both sides of a pair. This simplifies the process, with the liquidity being built on your behalf.

### 🧩 How It Works

With single sided deposits:

* You can supply either token in the LP
* ZIA automatically trades the needed tokens on your behalf, creating the liquidity balance behind the scenes
* When you withdraw your liquidity, you will receive the withdrawal in both tokens, the way there are in the liquidity pool.

It's important to note that you are still providing dual-token liquidity; Zia is simply balancing the trade at the optimal rate and amount for you, before adding it to the liquidity pool.

Note: Trading fees apply to the required token trade for all single-sided deposits.

### 🔑 Benefits

✅ Deposit just one token\
✅ Earn passive yield with less complexity\
✅ Accessible through the TradeGPT interface


---

# 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.zia.finance/advanced-liquidity-management/single-sided-deposits.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.
