For the complete documentation index, see llms.txt. This page is also available as Markdown.

Chain Validation

Nodes validate the blockchain through:

  • previous hash verification;

  • validator quorum verification;

  • Merkle proof validation;

  • reward accounting validation;

  • retroactive audits.

The chain is continuously checked for:

  • balance mismatches;

  • invalid blocks;

  • reward inconsistencies;

  • fraudulent submissions.

Last updated

Was this helpful?