> For the complete documentation index, see [llms.txt](https://docs.sinfonia.zone/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sinfonia.zone/yield-farming/liquidity-providers.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.sinfonia.zone/yield-farming/liquidity-providers.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
