Skip to main content
This guide is based on the official Initia docs and registry. Network details and genesis links are maintained by Initia. Refer to the Initia L1 Networks page for the latest chain IDs, endpoints, and minimum gas prices.

Quick facts

  • Binary: initiad
  • Recommended helper CLI: Weave
  • Mainnet Chain ID: interwoven-1
  • Testnet Chain ID: initiation-2
  • Min gas price: 0.015uinit (see Initia L1 Networks)
  • Genesis (Mainnet): https://storage.googleapis.com/init-common-genesis/interwoven-1/genesis.json
  • Genesis (Testnet): See the Networks page for the latest file.
We recommend the Weave CLI path for the simplest, interactive setup and automatic (Cosmovisor) upgrades. If you prefer manual control, use the Raw initiad path below.
1

Install prerequisites

  • Linux/macOS host (Ubuntu 22.04+ recommended).
  • If building Weave from source: Go 1.23+ and lz4 are required.
  • Otherwise, use prebuilt or Homebrew on macOS.
macOS (Homebrew):
Linux: follow the instructions in the Weave repo’s README or releases page.
2

Initialize your node (guided)

Run the guided bootstrap and select Mainnet (interwoven-1) or Testnet (initiation-2) when prompted. The wizard also configures pruning, API endpoints, peers/seeds, and Cosmovisor if you opt in.
After the wizard finishes, config files live in ~/.initia/config/{app.toml,config.toml} and snapshot/state-sync (if chosen) is handled automatically.
3

Start the node

Use --detach to run in the background. Logs stream from Cosmovisor if enabled.

Option B — Raw initiad (manual)

1

Install initiad

Build from source or use a prebuilt release:
2

Initialize and pick network

3

Download the genesis file

Mainnet example:
Testnet: fetch the current testnet genesis URL from the Initia L1 Networks page or the Initia Registry and place it at the same path.
4

Configure peers, seeds, and gas

Edit $HOME/.initia/config/config.toml:
Edit $HOME/.initia/config/app.toml to set minimum-gas-prices:
5

(Optional) Systemd service

Verify sync

For latest chain IDs, genesis URLs, peers/seeds, and gas price policy, check the official Initia L1 Networks page and the Initia Registry.