# Liquidity Providers

Liquidity providers are individuals or entities that supply liquidity to a decentralized exchange (DEX) or automated market maker (AMM) platform by depositing their digital assets into a liquidity pool. Liquidity providers are essential for ensuring there is sufficient liquidity in the pool so that traders can execute trades without price slippage.

In exchange for providing liquidity, liquidity providers earn a share of the trading fees generated by the DEX or AMM platform. These fees are usually distributed to liquidity providers in proportion to their share of the liquidity pool.

Liquidity providers take on some level of risk when they deposit their assets into a liquidity pool. The value of the assets in the pool can fluctuate, and there is always a risk of impermanent loss (a temporary loss in value due to changes in the price of the assets in the pool).

To incentivize liquidity providers to deposit their assets and mitigate the risks, many DEX and AMM platforms offer additional rewards in the form of liquidity provider (LP) tokens. These LP tokens represent the liquidity provider's share of the pool and can be staked to earn additional rewards, such as governance tokens or more trading fees.

In simpler terms, as a liquidity provider, you’ve sowed the seeds and are waiting for the harvest. Plus, you earn a trading fee whenever a trader buys or sells the asset you’ve pooled for and for [**Bonding your LPTs**](/yield-farming/bonding-lp-tokens.md)**.**


---

# 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.sinfonia.zone/yield-farming/liquidity-providers.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.
