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

Block Structure

Each Picoin block contains:

  • block height;

  • previous block hash;

  • Merkle root;

  • miner information;

  • validator approvals;

  • timestamps;

  • task metadata;

  • protocol metadata.

The chain links blocks through cryptographic hashes to maintain immutability.

Last updated

Was this helpful?