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

Network Overview

The Picoin network consists of multiple node types operating together.

Miner Nodes

Miner nodes:

  • receive Proof of Pi tasks;

  • compute deterministic ranges;

  • generate commitments;

  • propose blocks.

Validator Nodes

Validator nodes:

  • verify sample correctness;

  • approve or reject block proposals;

  • participate in consensus.

Auditor Nodes

Auditor nodes:

  • execute retroactive audits;

  • verify historical blocks;

  • detect fraud or inconsistencies.

Full Nodes

Full nodes:

  • synchronize the blockchain;

  • validate chain integrity;

  • maintain network state.

The protocol is evolving toward a fully distributed peer-to-peer architecture.

Last updated

Was this helpful?