> For the complete documentation index, see [llms.txt](https://docs.mu.money/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mu.money/buying/wrapping-usdmug-to-usdmuo.md).

# Wrapping $MUG to $MUO

You can wrap/unwrap Mu Gold $MUG into Mu Ore $MUO 2 ways

* Directly via the smart contract
* On the Mu website

## To wrap and unwrap via our website just go to our website and click swap at the top

<figure><img src="/files/gw8iSbrSMxcoOtT9GGCy" alt=""><figcaption><p>just click swap</p></figcaption></figure>

<figure><img src="/files/KxuBeWKG43GFeNv7PBmm" alt=""><figcaption><p>and then decide if you want to deposit $MUG for $MUO or withdrawalyour previously deposited $MUG</p></figcaption></figure>

### Or just watch the video below for a step by step!

{% embed url="<https://youtu.be/fouCNj3PUew>" %}

## To wrap and unwrap via the smart contract&#x20;

Smart Contract Address: 0x561f2209eA45023d796bF42F0402B33bc26610ce <https://snowtrace.io/address/0x561f2209eA45023d796bF42F0402B33bc26610ce>

You will need to first approve the Mu Ore $MUO contract to spend your Mu Gold $MUG. You would do that on the Mu Gold $MUG contract 0xF7ed17f0Fb2B7C9D3DDBc9F0679b2e1098993e81 <https://snowtrace.io/token/0xf7ed17f0fb2b7c9d3ddbc9f0679b2e1098993e81>

You can use this converter to figure out how what value you should put in the amount field <https://eth-converter.com/>

You would be using the Approve function on the Mu Gold $MUG smart contract

![using the approve function on the Mu Gold $MUG contract](/files/mu9KJ0B60qYV39FN7jwW)

Once you approve the Mu Ore $MUO contract to spend your Mu Gold $MUG you can then head over to the Mu Ore $MUO contract and use the deposit for function to wrap the amount of Mu Gold  $MUG you want into Mu Ore $MUO.

You'd enter your own address and the amount of Mu Gold $MUG you want to wrap into Mu Ore $MUO

![using the deposit for function on the Mu Ore $MUO contract](/files/I2wKXSKv9b289iFpvZc1)

To unwrap your Mu Ore $MUO at any time back into Mu Gold $MUG you would just use the withdraw To function on the Mu Ore $MUO contract. You'd  put in your own wallet address and the amount of Mu Ore $MUO you wanted to unwrap back into Mu Gold $MUG

![using the withdraw to function on the Mu Ore $MUO smart contract](/files/nq4dqQpBVjHiMJGWdgP0)

### Here's a video that walks you through the process of doing that.

{% embed url="<https://youtu.be/sy5C79jxQuU>" %}
Wrapping/Unwrapping Mu Gold $MUG to Mu Ore $MUO
{% endembed %}

## Using The Mu Website To Wrap/Unwrap

{% hint style="info" %}
We have not built the front end on our website to allow you to do this yet. We are developing this still.&#x20;
{% 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.mu.money/buying/wrapping-usdmug-to-usdmuo.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.
