> For the complete documentation index, see [llms.txt](https://docs.defioptions.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.defioptions.org/knowledge-base/risk-factors/liquidity-pool.md).

# Liquidity Pool

Becoming a liquidity provider by depositing funds in a liquidity pool that writes and sells options is **exceptionally risky**, and you shouldn't in any circumstance deposit more funds in a pool than you're willing to lose completely.

As we've seen in the Risk Factors [Options](/knowledge-base/risk-factors/options.md) page, call/put writers take the highest amounts of risk in the context of options trading, and in a sense the pool acts as a crowdfunded options writer agent. Liquidity providers then are exposed to the same risk profile as the liquidity pool, proportional to their stake in the pool.

In addition to the aforementioned risks of trading options liquidity providers are also subject to risks related to:

* **Pricing Model Performance**: The pool prices options according to a specific pricing model, determined by the pool operator. If the pricing model prices options too cheap then the liquidity pool will, on average, lose money.
* **Smart Contract Vulnerabilities**: The liquidity pool smart contract is decoupled from the options exchange. It has been audited by PeckShield, along with all other protocol contracts. Nonetheless it's particularly complex and hasn't been battle tested yet, so interact with it with caution.


---

# 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:

```
GET https://docs.defioptions.org/knowledge-base/risk-factors/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.
