> For the complete documentation index, see [llms.txt](https://docs.peapods.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.peapods.finance/how-to-guides/how-to-create-a-pod.md).

# How to create a Pod

**Step 1 - Pod Asset**

* Go to the Peapods Finance DApp and click **Create Pod**.
* Choose **Single-Asset** if you’re creating a Pod with one token or select **Index** if you would like to create a Pod with multiple tokens.
* Enter the contract address of the token(s).
* *(Optional)* Enable **Leveraged Volatility Farming (LVF)** by checking the box. This option is available for Single-Asset Pods only.

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

**Step 2 - Configuration**

* Enter a **name** and **ticker symbol** for your Pod.
* Select the **paired asset** from the drop-down menu. This asset will be used for the Pod’s incentivized Liquidity Pool.

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

**Step 3 - LVF (Leveraged Volatility Farming)&#x20;*****(Optional)***

* Choose if you would like your Pod to be a **Self-Lending Pod** (default: Yes).
* Select an **Oracle** to track the token’s price:
  * **Uniswap V3 Pool** (enter contract address). You can find this by:
    * Browsing [Uniswap’s Pool Explorer](https://app.uniswap.org/explore/pools/)
    * Checking **Pair Info** on **Dexscreener** or **Dextools**
  * **Chainlink Price Feed** (if available)
* If the **pairing asset** differs from the Oracle’s pairing asset, provide an additional Oracle to track that price using the same methods.

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

**Step 4 - Fees**

* Adjust fees based on your strategy. Suggested settings vary by asset type.
* **Wrap Fee** – % users pay to enter the Pod (*keeping this low is advised if you want more people to join your Pod*).
* **Unwrap Fee** – % users pay to exit (*can be slightly higher to encourage sticky TVL*).
* **Cooldown Period** – Users can avoid the Unwrap Fee by waiting a set number of days.
* **AMM Buy & Sell Fees** – % taken from all trades, primarily captured from MEV arbitrage.

If you are unsure of which settings to use, we have provided a guide to help you Choose Pod Fee Settings.

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

**Step 5 - Distribution**

* Set **% of revenue to burn pTKN** (higher = more passive holding incentive, lower = more LP rewards).
* Set **% for Partner Share** (up to 5% of Pod revenue, paid in pTKN, or 0% if not needed).

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

**Step 6 - Confirmation**

* Review your settings and **Deploy** your Pod by clicking on "Deploy Pod" and executing the transaction prompt within your wallet.

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

**Pod Deployment Complete!**\
Once your Pod has been successfully Deployed, you will receive a notification on screen, similar to the one below.

Your Pod will be available to discover on the Volatility Farming page within 60 seconds and you will be able to begin to Wrap into your Pod.

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

<br>


---

# 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.peapods.finance/how-to-guides/how-to-create-a-pod.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.
