> 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/3.-initialize-your-node.md).

# 🪪 3. Initialize Your Node

#### 🧰 Step 1: Initialize the Node

```bash
qied init --chain-id="qie_1990-1" <your-name> --home "<path-to-config>"
```

**Example :**

```bash
qied init --chain-id="qie_1990-1" validator --home "$HOME/.qieMainnetNode"
```

This will generate the required structure in `~/.`qieMainnetNode, including:

* `config/` – blockchain config files
* `data/` – block data
