> For the complete documentation index, see [llms.txt](https://pantos.gitbook.io/user-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://pantos.gitbook.io/user-documentation/guides/wrapping-coins.md).

# Wrapping Coins

<div align="center"><figure><img src="/files/s4qx2nealJUZwblWtDS6" alt=""><figcaption></figcaption></figure></div>

{% embed url="<https://app.testnet.pantos.io/wrap>" %}

All native coins of [supported chains](/user-documentation/general/supported-chains.md) can be wrapped and used with Pantos, thus having full multi-blockchain capabilities. Wrapped coins are always 1:1 backed by the actual asset, which is locked in a smart contract and can be redeemed anytime.

To test the wrapping and unwrapping functionality on testnets, you need to use an external faucet to claim some native coins for one of the supported chains.&#x20;

{% hint style="info" %}
The Pantos faucet can only supply PAN test tokens, you need to use a different faucet to get native coins on the testnets.
{% endhint %}

### Step 1: Select asset

Select which token you want to wrap or unwrap.

### Step 2: Wrap or Unwrap

Choose if you want to wrap a coin or unwrap it.

### Step 3: Amount

Enter the amount that you want to wrap. Make sure to leave enough in your wallet to cover the gas fees. Wrapping/unwrapping operations cannot be paid with PAN.

### Step 4: Sign transaction

Confirm the transaction and initiate the process.


---

# 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:

```
GET https://pantos.gitbook.io/user-documentation/guides/wrapping-coins.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.
