> For the complete documentation index, see [llms.txt](https://milkyswap.gitbook.io/milkyswap/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://milkyswap.gitbook.io/milkyswap/the-project/milkomeda/unwrapping-assets.md).

# Unwrapping Assets

To move assets from Milkomeda C1 sidechain back to Cardano, use the Milkomeda Cardano Unwrap Bridge. Follow the steps below to unwrap milkADA and receive ADA in your Cardano mainnet wallet.&#x20;

First, access the [Milkomeda Cardano Unwrap Bridge](https://cardano-bridge.milkomeda.com/bridge) and connect your MetaMask wallet.&#x20;

![](/files/4V9tm5QP7pCpEvDx0zF2)&#x20;

![](/files/BhNH0lFJvXcBC5aWkXTR)

*Click* "Next"

![](/files/91IB4nXawOoGkiImWfvh)

*Connect to the Milkomeda C1 Sidechain*

{% hint style="danger" %}
Remember to select the appropriate network in your wallet.  \
Only connect with sites you trust. Make sure the website URL is as follows: `https://cardano-bridge.milkomeda.com`
{% endhint %}

Next, enter the amount of milkADA to unwrap or click the arrow to select a different asset to unwrap, and paste your Cardano wallet address in the "To" field. Then, click the "Next Step" button.&#x20;

![](/files/x9pGKYMgdmHwtZObI6Kr)

Sign the transaction for unwrapping the assets in MetaMask by clicking "Confirm".&#x20;

![](/files/CTzCkTkC0RhgNveg5yNM)

Next, wait for blockchain confirmation.&#x20;

![](/files/vt5WgJmXOEioZj87TZfl)

{% hint style="info" %}
You can check the transaction details in [Cardanoscan](https://cardanoscan.io) explorer for more information.
{% endhint %}

At this stage, the address bar of your browser will contain some information about the unwrapping transaction. An example is shown in the figure below.

![](/files/TfORNQsAIBYe4dHE6MLL)

The meaning of each of these elements in the address bar is as follows:&#x20;

* The EVM unwrapping transaction ID
* The unwrapped token amount
* The name of the token being unwrapped

To look up more detailed information about the unwrapping transaction, go to [Milkomeda Blockscout explorer](https://explorer-mainnet-cardano-evm.c1.milkomeda.com/) and paste the EVM unwrapping transaction ID into the search box, as shown below.

![Look up the example transaction](/files/WndLy5fXLTbVgf4q1N2l)

The unwrapping process is now complete. After waiting for the necessary transaction confirmations, you should see the unwrapped asset in your Cardano Mainnet walle&#x74;**.**

![](/files/yP2FElsWQGZFnncPD7Ng)


---

# 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://milkyswap.gitbook.io/milkyswap/the-project/milkomeda/unwrapping-assets.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.
