# Liquidity Pool

A liquidity pool serves as a decentralized reserve of cryptocurrencies locked in a smart contract, primarily designed to facilitate decentralized finance (DeFi) activities. Found on decentralized exchanges (DEX), these pools operate on a mechanism that enables liquidity providers (LP) to contribute their digital assets to the DEX's smart contract. In return, liquidity providers receive rewards, typically in the form of trading fees, proportionate to the amount of liquidity they supply. Unlike traditional trading systems, liquidity pools eliminate the need for a direct buyer-seller match, automatically utilizing the pooled tokens to facilitate transactions. This innovative approach enhances efficiency and reliability in trading. Examples of platforms hosting liquidity pools include Uniswap, Balancer, Bancor, and Curve DAO.


---

# 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://guide.dem.exchange/community/glossary/liquidity-pool.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.
