> For the complete documentation index, see [llms.txt](https://docs.swisstronik.com/swisstronik-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.swisstronik.com/swisstronik-docs/node-setup/setup-node/testnet/genesis-mirror-download.md).

# Genesis Mirror Download

### Genesis Mirror Download for Swisstronik Testnet

The best place to download a chain genesis file is through its official hosting site (typically GitHub) as documented in the official doc. We offer a mirror download in case the official hosting site is down.

Our genesis file is uploaded from a fully-synced node. However, please still "trust but verify" before using our file.

```sh
wget -O genesis.json https://rpc.testnet.swisstronik.com/genesis --inet4-only
mv genesis.json ~/.swisstronik/config
```
