# Running an Aleph Node on Mainnet

Running a node on the Mainnet is very similar to the Testnet, with only a few important differences:

* some configuration variables change (most importantly the `BOOT_NODES`)
* snapshot and chainspec need to be downloaded from the appropriate locations
* Aleph Node Runner users need to supply the `--mainnet` flag
* There admission process is permissionless and requires no input from the user. The only hard requirement is the minimal bond of 25000 AZERO


---

# 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.alephzero.org/aleph-zero/use/validate/running-an-aleph-node-on-mainnet.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.
