# Add Liquidity

To add liquidity to DefiPlaza, pick a pair from the pair overview. If the pair does not exist, you can [create a new pair](/defiplaza/radix/providing-liquidity/create-new-pair.md).

Adding liquidity to a pair is single-sided. This means you can choose to either provide the base token or DFP2. There is no requirement to add both.

After you provide liquidity, the LP Tokens can be found in the Radix Wallet under Pool Units.

Although DefiPlaza strives to minimize IL, there is no guarantee that IL does not occur. Please do your own research and understand the risks of IL before providing liquidity to any DEX.

### FAQ

The FAQ has moved to its own [FAQ page](/defiplaza/radix/faq.md).

<br>


---

# 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.defiplaza.net/defiplaza/radix/providing-liquidity/add-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.
