# How to use your default Console wallet

### Every Console account generates a default Ethereum wallet address. You'll see it in your settings:&#x20;

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

### Your Console wallet can be used to:&#x20;

* Receive NFTs&#x20;
* Cryptocurrency&#x20;
* Sign messages&#x20;

### If you'd like full access of your default wallet, you can export the private keys to MetaMask (or your favorite crypto wallet)&#x20;

1. Just export your wallet's private key&#x20;

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

2. Paste your private key into MetaMask (or any web3 wallet).&#x20;

When you open MetaMask, click "Add account" then click "Import account"&#x20;

<figure><img src="/files/YaQszwnWadTMKMvFdA9g" 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.console.xyz/web3-and-decentralization/how-to-use-your-default-console-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.
