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