# Wallet

### Deposit

* Upon depositing a MoonBeast to your account, there will be a cooldown period of 24 hours for it to be able to claim reward for Running Sessions, and a 48 hours cooldown for it to be able to join breeding activity.

### Withdraw

* When withdrawing, transaction fee will be calculated based on the status of MoonBeam network, which currently fluctuates between 0.01-0.03 GLMR
* NFTs (MoonBeast, ..) is only actually minted to the MoonBeam network when people withdraw.
* Withdrawal fees = Minting fees + Transaction fees
* To withdraw, user need to setup 2FA before they can do their first withdrawal. After that, users need to use 2FA codes before requesting a withdrawal.


---

# 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://whitepaper.moonfit.xyz/game-economy/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.
