# Single-Side Liquidity

Bancor natively supports Single-Sided Liquidity Provision of tokens in a liquidity pool. This is one of the main benefits to liquidity providers that distinguishes Bancor from other DeFi staking protocols.

Typical AMM liquidity pools require a liquidity provider to provide two assets. Meaning, if you wish to deposit "TKN1" into a pool, you would be forced to sell 50% of that token and trade it for "TKN2". When providing liquidity, your deposit is composed of both TKN1 and TKN2 in the pool.

Bancor Single-Side Staking changes this  and enables liquidity providers to:

* Provide *only* the token they hold (TKN1 from the example above)
* Collect liquidity providers fees in TKN1&#x20;


---

# 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.bancor.network/about-bancor-network/faqs/single-side-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.
