> For the complete documentation index, see [llms.txt](https://yield-enhancement-labs.gitbook.io/yield-enhancement-labs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://yield-enhancement-labs.gitbook.io/yield-enhancement-labs/products/potions.md).

# Potions

Potions are a key component of the closed volatility farming ecosystem, enabling users to benefit from market fluctuations and generate yield through creating derivatives, providing liquidity and/or executing arbitrager opportunities. Potions leverage parallel liquidity model to create a closed ecosystem for democratized arbitrage.&#x20;

How Potions work:

1. Creating Derivatives: Original assets (e.g., YEL) are wrapped into derivative tokens (e.g., lYEL) through the Potions ecosystem.
2. Parallel Liquidity Pools: A secondary liquidity pool is created with the derivative token (e.g., lYEL/USDT), existing alongside the original liquidity pool (e.g., YEL/USDT).
3. Price Variances: Since derivative and original assets are not directly tied, price discrepancies naturally occur between these pools, creating arbitrage opportunities.

Key Benefits of Potions:

* Yield Generation: Users collect competitive yield by holding derivative tokens or providing liquidity;
* Arbitrage Opportunities: Structured price variances between pools allow users to capitalize on market fluctuations;
* Sustainability: The system ensures a balanced ecosystem by incentivizing all participant roles through rewards and fees;
* User Flexibility: Options for simple or advanced strategies cater to both beginner and experienced users.


---

# 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://yield-enhancement-labs.gitbook.io/yield-enhancement-labs/products/potions.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.
