# Join the XION Network

With a configured Xion Daemon, we can attempt to join one of the Xion Networks.

## Select a Network

| Network          | Genesis JSON                                                                                                    | Addressbook JSON                                                                    | Node Snapshot                                                                                |
| ---------------- | --------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------- |
| `xion-testnet-2` | [genesis.json](https://raw.githubusercontent.com/burnt-labs/xion-testnet-2/refs/heads/main/config/genesis.json) | [addrbook.json](https://snapshots.polkachu.com/testnet-addrbook/xion/addrbook.json) | [latest.tar.lz4](https://snapshots.polkachu.com/testnet-snapshots/xion/xion_1647937.tar.lz4) |
| `xion-mainnet-1` | TBD                                                                                                             | TBD                                                                                 | TBD                                                                                          |

* The Genesis JSON file specifies the account balances and parameters at the inception of the network, and anchors the application state to a point in time.
* The Addressbook lists a selection of peers for your node to dial, such that it may discover other nodes in the network.

## Configure the Network information

For detailed information on how to join each network, please refer to its corresponding subsection.

<table data-view="cards"><thead><tr><th></th><th align="center"></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td></td><td align="center">xion-testnet-2</td><td></td><td><a href="https://github.com/burnt-labs/docs/blob/main/nodes-and-validators/run-a-node/join-the-xion-network/xion-testnet.md">https://github.com/burnt-labs/docs/blob/main/nodes-and-validators/run-a-node/join-the-xion-network/xion-testnet.md</a></td></tr></tbody></table>

## Start the Xion Daemon

Finally, with all the configurations in place, we can start synchronizing our node:

```
$ xiond start --x-crisis-skip-assert-invariants --home /home/xiond/.xiond
```


---

# 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.burnt.com/xion/nodes-and-validators/run-a-node/join-the-xion-network.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.
