# From a Software Wallet

{% stepper %}
{% step %}

## **Burn Your eMAID Tokens**

* Go to the [eMAID contract address on Etherscan](https://etherscan.io/address/0x329c6e459ffa7475718838145e5e85802db2a303)
* Click on **Contract**, then select **Write as Proxy**.

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

* Connect your ETH wallet holding eMAID using **Connect to Web3**.

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

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

* In the burn dropdown, enter the number of tokens to burn and confirm the transaction.

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

{% hint style="warning" %}
**Note the format here is `uint256`**. You should write the amount of eMAID you wish to burn as an integer with 18 decimals. That means 18 trailing zeros.\
\
For example `1`eMAID is written as `1000000000000000000`
{% endhint %}

{% endstep %}

{% step %}

### **Wait for Verification**

No further action is required. The system will automatically detect your burn transaction.&#x20;
{% endstep %}

{% step %}

### **Receive your** Autonomi tokens

Your Autonomi tokens will be airdropped to the same ETH wallet from which you burned your eMAID. The number of tokens received will match the number of burned tokens 1:1. Please be patient, as this is on a [set schedule](/token/converting-maidsafecoin/timeline.md).&#x20;
{% endstep %}
{% endstepper %}

{% hint style="info" %}
In order to see your Autonomi Network Tokens in your wallet, make sure to [Add Arbitrum](/token/using-autonomi-tokens/holding/add-arbitrum-network.md) and [import the token contract](/token/using-autonomi-tokens/holding/import-the-autonomi-token.md).
{% endhint %}


---

# 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.autonomi.com/token/converting-maidsafecoin/how-to-convert-emaid/from-a-software-wallet.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.
