# Dashboard

## Withdraw Process

To move $EMRD from your game character to your blockchain wallet, you start a withdraw in-game. <br>

1. Log in to your game character, join a game world (leave the lobby) and use the `/withdraw <amount>` command. There is a short waiting period while your funds are validated to ensure a secure transaction. You can use the in-game withdraw menu to view progress.&#x20;
2. Once your withdraw is verified, your "Withdraw Available" amount will increase on the Dashboard website. Visit the Dashboard, login with your wallet and click on "Characters" . Choose your game character to see this amount. Each character creates separate withdraw requests.&#x20;
3. With the correct character selected, click the `Withdraw` button. This will prompt your blockchain wallet to process the transaction (example: Metamask will open).&#x20;

{% hint style="danger" %}
If you decline the wallet withdraw request, your `Withdraw Available` balance will reset to 0 $EMRD even though you didn't receive any. \
&#x20;\
**DO NOT WORRY! Your $EMRD is perfectly safe.** \
\
Click "History" to find your latest withdraw transaction and click the "Resubmit" button. This will prompt your blockchain wallet again to process the transaction.&#x20;
{% endhint %}

## Deposit Process

1. Visit the Dashboard website and log in with your wallet. Make sure you're switched to the wallet containing your GamePass and you're on the Ethereum Mainnet Network.&#x20;
2. Click "Characters" and choose your game character. Your $EMRD will transfer from your wallet directly to a single character game balance.&#x20;
3. The "Wallet Balance" is the $EMRD you currently have in your selected blockchain wallet. Click the "Deposit" button, select the $EMRD amount, and click "Confirm Deposit".&#x20;
4. You wallet will open with a transaction to deposit your selected $EMRD. Once you confirm this transaction, your game character will receive the $EMRD instantly. You will see a success notification on the website and receive a message in-game as soon as this happens.&#x20;

{% hint style="info" %}
Deposits and Withdraws (moving $EMRD from wallet to game balance) is the only time **GAS FEES** are paid. \
The fee amounts are set by the Ethereum network. CryptoCraft does NOT get these fees and we have no control over the prices or network transaction times.
{% 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.cryptocraftgame.com/troubleshoot-help/dashboard.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.
