# How to convert WACME to ACME

**Wrapped Accumulate (WACME)** is an ERC-20 wrapped version of the native **ACME** token on Ethereum. WACME allows users in the Ethereum ecosystem to use ACME across an array of DeFi platforms, such as Uniswap and Curve.

The Accumulate Bridge offers a simple and user-friendly method to convert WACME back into native ACME for use in Accumulate.

Converting WACME to ACME can be accomplished with the Accumulate Bridge's Release feature. Releasing refers to burning Wrapped ACME (WACME) in Ethereum to release an equal amount of **ACME** in Accumulate (minus bridge fees). The Accumulate Bridge simplifies releasing ACME by providing an easy-to-use interface for management.&#x20;

### Steps in releasing ACME

**1.** Connect your wallet

The first step is to visit the Accumulate Bridge in your web browser and connect your wallet.&#x20;

{% tabs %}
{% tab title="Mainnet" %}
[https://bridge.accumulatenetwork.io](https://bridge.accumulatenetwork.io/mint)
{% endtab %}

{% tab title="Testnet" %}
<https://testnet.bridge.accumulatenetwork.io/mint>
{% endtab %}
{% endtabs %}

**2.** Click on the release tab

<figure><img src="/files/9ecK7LkEy2NXH0U6aez6" alt=""><figcaption></figcaption></figure>

**3.** Add the amount of `WACME` you want to convert, then click **Approve**.

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

**4.** Click the **Confirm** button

<figure><img src="/files/7vsUlTWaElpBlzfUJk8h" alt=""><figcaption><p>permission to access WACME</p></figcaption></figure>

You will then be prompted to accept the request on your wallet.

After accepting the request, the release button will become clickable, meaning you can now release your WACME.

**5.** Click the **Release** button above

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

**6.** Click the **Confirm** button to accept the transaction.

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

Your transaction is now successful.

<figure><img src="/files/8aHZVGY6AWkvnCgPzYuA" alt=""><figcaption></figcaption></figure>

**7.** Check that ACME was sent to your destination address on the [Accumulate Explorer.](https://explorer.accumulatenetwork.io)

### **Transaction hash**

You can also view the transaction on [Etherscan](https://etherscan.io) by copying the transaction hash displayed by the bridge.

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


---

# 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.accumulatenetwork.io/accumulate/tutorials/bridge/release-acme-in-accumulate-burn-wrapped-acme.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.
