> 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/flash-loans/how-to-wrap-an-asset.md).

# How to wrap an asset

To wrap TKNs to pTKNs

* Select **Wrap** from the navigation menu and select the Pod you wish to wrap tokens for from the drop down menu.
* Select the token and amount you wish to wrap, be it ETH or one of the tokens inside the Pod, and enter the amount of tokens to be wrapped<br>

  <figure><img src="/files/2KEdBBVZaDlLTh81YT48" alt=""><figcaption></figcaption></figure>
* Connect your wallet, and select **Wrap** to wrap the specified amount of tokens for the chosen Pod. You will receive the selected index pod tokens back to your wallet which you can the use to LP & Earn, trade against the Pod on Uniswap for arbitrage opportunities, or unwrap if needed.

{% hint style="warning" %}
Wrapping directly with ETH attempts to swap each asset in the Pods from a Uniswap V2 pool. If the pool doesn't exist or price impact (slippage) of the swap is too high, this transaction might not succeed. In that case you would need to acquire the individual assets and wrap using the assets directly (i.e. not ETH).
{% endhint %}


---

# 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/flash-loans/how-to-wrap-an-asset.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.
