> For the complete documentation index, see [llms.txt](https://docs.dvol.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dvol.finance/options-liquidity-pools-olp.md).

# Options Liquidity Pools (OLP)

- [User Guide](https://docs.dvol.finance/options-liquidity-pools-olp/user-guide.md)
- [How to participate](https://docs.dvol.finance/options-liquidity-pools-olp/user-guide/how-to-participate.md)
- [How to redeem](https://docs.dvol.finance/options-liquidity-pools-olp/user-guide/how-to-redeem.md)
- [How to add FIL onto BSC](https://docs.dvol.finance/options-liquidity-pools-olp/user-guide/how-to-add-fil-onto-bsc.md): dVOL Filecoin (FIL) Option Liquidity Pool (OLP) is currently running on BNB Smart Chain (BSC), token movement might be needed if LP's FIL is not already on BSC
- [How to add wBTC onto Arbitrum](https://docs.dvol.finance/options-liquidity-pools-olp/user-guide/how-to-add-wbtc-onto-arbitrum.md): In the below piece we discuss the possible ways of acquiring / transferring wBTC to Arbitrum
- [FAQ](https://docs.dvol.finance/options-liquidity-pools-olp/user-guide/faq.md)
- [FIL & USDT OL Pools](https://docs.dvol.finance/options-liquidity-pools-olp/fil-and-usdt-ol-pools.md)
- [FIL Staking OL Pool](https://docs.dvol.finance/options-liquidity-pools-olp/fil-and-usdt-ol-pools/fil-staking-ol-pool.md)
- [USDT Staking OL Pool](https://docs.dvol.finance/options-liquidity-pools-olp/fil-and-usdt-ol-pools/usdt-staking-ol-pool.md)
- [ETH & wBTC OL Pools](https://docs.dvol.finance/options-liquidity-pools-olp/eth-and-wbtc-ol-pools.md)
- [ETH Staking OL Pool](https://docs.dvol.finance/options-liquidity-pools-olp/eth-and-wbtc-ol-pools/eth-staking-ol-pool.md)
- [wBTC Staking OL Pool](https://docs.dvol.finance/options-liquidity-pools-olp/eth-and-wbtc-ol-pools/wbtc-staking-ol-pool.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.dvol.finance/options-liquidity-pools-olp.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.
