> For the complete documentation index, see [llms.txt](https://derpdex.gitbook.io/home/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://derpdex.gitbook.io/home/getting-started/inscription-bridge.md).

# Inscription Bridge

### Inscription to ERC-20 token (Wrap)

1. For wrapping inscriptions to ERC-20 tokens, firstly you need to visit <https://app.derpdex.com/#/inscriptions-bridge>.

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

2. Select the inscription you want to wrap, and enter the amount for transferring. Make sure the transfer amount is not more than your inscription balance shown.&#x20;

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

3. Confirm the transfer transaction and it will show the minting option on the order block after few block confirmations.&#x20;

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

4. Choose to click the **Mint** button to withdraw the ERC-20 tokens to your wallet. After the minting process is successful, the button will changed to **"Minted"** status, and your ERC-20 tokens will be reached in your wallet.

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

### ERC-20 tokens to Inscriptions

1. For unwrapping ERC-20 tokens to inscriptions, you can select **Unwrap** section.

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

2. Choose your ERC-20 tokens and enter your wrapping amount. You can choose to send to other wallet address as well.&#x20;

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

3. Click the Withdraw button to unwrap the ERC-20 tokens for inscription. To unwrap the tokens, you may need to **approve the allowance** for ERC-20 tokens. After that, you must confirm the transaction again to **burn the ERC-20 tokens**, therefore you can only wrap the ERC-20 tokens for inscription. Following block confirmations, the withdrawal amount will appear as follows:

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

4. The verification procedure could take up to five minutes. You can always reload the page to get the most recent status. Once the process is completed, the status will be updated to "**Withdrew"**.

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


---

# 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://derpdex.gitbook.io/home/getting-started/inscription-bridge.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.
