# What is single-sided liquidity?

Single-sided liquidity refers to a position where you only provide one of the two tokens in a liquidity pool. For example, in the ICS/ICP trading pair, adding liquidity only for ICS or ICP is considered single-sided liquidity.

<figure><img src="/files/5ZtkhseQADXeI6nZxunj" alt=""><figcaption></figcaption></figure>

This feature is available on ICPSwap v3, allowing you to provide liquidity using just one token from the pair.

The liquidity pool will hold both tokens within the current price range, which is where all trades occur.&#x20;

<figure><img src="/files/6tyHm9jxt5JaebyNYs9b" alt=""><figcaption></figcaption></figure>

When providing liquidity on ICPSwap v3, you can select a specific price range. This can increase your capital efficiency and earn you more fees, though it also comes with greater risk. If the selected price range is outside the current market range, you’ll only be able to provide one of the tokens.

Here’s an example of what happens when the price range is above the current market price.&#x20;

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

And here’s an example of what happens when the price range is below the current market price.

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


---

# 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://iloveics.gitbook.io/icpswap/products/swap-liquidity/what-is-single-sided-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.
