> For the complete documentation index, see [llms.txt](https://docs.qie.digital/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.qie.digital/how-to-become-a-validator-on-qie-v3/7.-get-some-qie-coins.md).

# 🪙 7. Get Some QIE Coins

#### 💰 **Step 1: Check Account Balance**

```bash
qied query account <your-address> \
  --node tcp://localhost:26657 \
  --home "$HOME/.qieMainnetNode"

```

***

#### 🔑 **Step 2: Export EVM Private Key (for MetaMask)**

```bash
qied keys unsafe-export-eth-key validator --home "$HOME/.qieMainnetNode"
```

Copy the private key and import it into MetaMask as a new wallet. If the account has insufficient funds for the amount you want to stake as a validator, please send the required funds to this address.

***

***

####
