# Interacting with Pods

## Creating a Pod

Anyone can create a Pod, and there are no protocol fees for Pod creation. All subsequent wrap and unwrap transactions for a Pod will be subject to predefined fees which are set by the Pod creator at the time of creation.

To learn how to create your own Pod, see [*How to create a Pod*](/how-to-guides/how-to-create-a-pod.md)*.*

## Wrapping

Wrapping is the process of minting new Pod tokens by depositing collateral to invest in the Pod. At the time of wrapping, the Pod is immediately rebalanced from the provided collateral ensuring the Pod is 100% collateralized at all times while Pod tokens are minted to the user's wallet.

To learn how to wrap an asset, see [*How to wrap an asset*](/flash-loans/how-to-wrap-an-asset.md)*.*

## Unwrapping

Unwrapping is the process of removing Pod tokens from circulation and, in turn, removing collateral backing the Pod. Anyone with Pod tokens (pTKN) can unwrap at any time, or can choose to trade their Pod funds against any liquid market of the pod tokens themselves.

To learn how to unwrap an asset, see [*How to unwrap an asset*](/flash-loans/how-to-unwrap-an-asset.md)*.*

## LP & Stake to Earn

LPing is the process of adding liquidity to the incentivized Pod's liquidity pool, with a 1:1 ratio of pTKN and the pre-defined paired asset.

Users who provide LP can then stake this LP position to earn a portion of all fees accrued by the Pod. The specific portion of fees earned by LPs is defined by the Pod creator at the time of inception and can be observed when viewing a Pod on [our website](https://peapods.finance/app).

To learn how to LP & Stake, see [*How to LP & Stake*](/flash-loans/how-to-lp-and-stake.md)*.*

## Pod Verification

Pods can be created by any user and are made up of any combination of assets and weights they desire. The process of verification allows us to provide some extra validation that we have done due diligence and informally "signed off" on this Pod being considered safe as far as we can tell.

Obviously we can't control the broader market dynamics nor can we completely identify the safety of decentralized assets in general, but if we verify a fund, potential investors can be sure we've conducted a minimal amount of due diligence and deem it safe.


---

# 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/pods-2/interacting-with-pods.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.
