# In-Game Wallet Export

This step-by-step guide will show you how to export your in-game wallet to an external crypto wallet such as MetaMask. This process is essential for players who logged into the game using email and now need to access their assets / token presale outside the game.<br>

**Step 1: Log in to the game**

1. Go to [battleforblockchain.com](https://battleforblockchain.com/)
2. Once logged in, look for the "EXPORT WALLET" button on the right side of the screen

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

**Step 2: Export Your Private Key**

1. Click on the "EXPORT WALLET" icon
2. Copy your private key when the button appears (keep this key secure and never share it with anyone)

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

**Step 3: Import to Your External Wallet**

1. Open your crypto wallet (MetaMask in this example)
2. Look for the option to add a new account

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

3. Select "Import account" or "Import using private key"

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

4. Paste your private key into the designated field
5. Confirm the import

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

**Step 4: Verification**

1. Your in-game wallet should now be accessible in your external wallet

Below you'll find a video that demonstrates the entire process from start to finish.

{% embed url="<https://www.youtube.com/watch?v=D181ysyOHDk>" %}

**What's Next?**

Now that your wallet is exported, you can bridge your $iNIT tokens for participation in the $BFB presale.


---

# 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://battle-for-blockchain.gitbook.io/battle-for-blockchain/developers-zone/in-game-wallet-export.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.
