# How to Farm Volatility

### Getting Started

Once you have acquired your **pTKN** (see [How to Wrap into a Pod](/how-to-guides/how-to-wrap-into-a-pod.md)), you can start **Volatility Farming** by providing liquidity (LP). Every LP position consists of **50% pTKN** and **50% Paired Asset**.<br>

### Step 1: Selecting Your Volatility Farming Position

1. Choose how much **pTKN** you want to provide as liquidity.
2. By default, the protocol will borrow an equal value of the **Paired Asset**, creating a **2x Leverage Factor (LF)**. This means your **debt matches the value of assets deposited**.

<figure><img src="/files/5DCZNgMz5XoUpeIkpsfu" alt=""><figcaption></figcaption></figure>

### Step 2 (Optional): Adjusting Leverage Settings

For more control over your position, you can adjust your **Leverage Factor (LF)** using the **Advanced Settings**:

* **1x LF (No Leverage)**: You provide an equal amount of **pTKN** and **Paired Asset**, with no borrowing involved.
* **1x - 2x LF**: The position is created using a mix of **depositing and borrowing** the **Paired Asset** to form the 50/50 LP which lowers the leverage factor and **reduces the liquidation price**.
* **>2x LF**: No **Paired Asset** deposit is required. Instead, excess **Paired Asset** is sent to your wallet. The position is opened at higher leverage factor and the debt value exceeds the value of your deposited assets, increasing **liquidation price**.

<figure><img src="/files/FLwikrC5p8nrKX8AnebF" alt=""><figcaption></figcaption></figure>

### Step 3: Reviewing Your Position

Once you've set your LP preferences, the protocol will generate a **summary** of the steps it will execute to create your position as well as a comprehensive Position Summary which can be found under the "Outcome" in the summary.

<figure><img src="/files/QBltA7cUI3HOYJIr2J9Q" alt=""><figcaption></figcaption></figure>

#### The Comprehensive Position Summary Includes:

* **Loan-to-Value Ratio**
* **Liquidation Price**
* **Expected Yield & Expenses**
* **Projected APY**

Review these details carefully to ensure they align with your risk and yield objectives.

<figure><img src="/files/8Iflsd1D3GPjUMZr9onU" alt=""><figcaption></figcaption></figure>

### Step 4: Opening Your Volatility Farming Position

Once you're satisfied with your setup:

1. Click **"Deposit"** to confirm your Volatility Farming position.
2. Approve the transaction in your wallet.
3. Your LP position will be created, and you will start **earning yield** based on wrapping/unwrapping activity in the Pod.

You can monitor and adjust your position anytime through the Peapods **Dashboard** via the [**My Portfolio & Yields** page](https://beta.peapods.finance/me).


---

# 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.peapods.finance/how-to-guides/how-to-farm-volatility.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.
