⛓️Chains

The Cosmos Ecosystem is based on Tendermint, that relies on a set of validators to secure the network. The role of validators is to run a full node and participate in consensus by broadcasting votes that contain cryptographic signatures signed by the validator's private key. Validators commit new blocks in the blockchain and receive revenue in exchange for their work. Validators must also participate in governance by voting on proposals. Validators are weighted according to their total stake.

Our validation set up consist of:

Advantages of using an Horcrux cluster against more traditional methods:

  • Providing high availability for block signing by ensuring fault tolerance.

  • Securing validator private key by distributing it across multiple private signer nodes using threshold Ed25519 signatures.

  • Add security and availability without sacrificing block sign performance.

The followings are our criteria to select a chain to validate:

Last updated