Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 1.54 KB

initial-setup.md

File metadata and controls

23 lines (13 loc) · 1.54 KB
description
How to run a Validator Node on the Xion Network

Initial Setup

{% hint style="info" %} :warning: Disclaimer

While setting up a rudimentary validator node is easy, running a production-grade validator node with a robust architecture and security features requires a more involved setup, which is beyond the scope of this guide. {% endhint %}

The tasks in this section describe how to set up a Validator Node on the Xion Network.

The Xion Network relies on CometBFT for its Network and Consensus layers, as we are leveraging Cosmos SDK 0.47.10

Validators run full nodes, participate in consensus by broadcasting votes, commit new blocks to the blockchain, and participate in governance of the blockchain.

Validators can cast votes on behalf of their delegators. A validator's voting power is weighted according to their total stake. The top 100 validators make up the Active Validator Set and are the only validators that sign blocks and receive revenue.

Obtain a Walletobtain-a-xion-wallet-address.md
Obtain Fundsobtain-funds
Create Validatorcreate-validator.md