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

Proof of Pi

Proof of Pi is Picoin’s core consensus computation model.

Instead of brute-force hashing, miners calculate deterministic finite ranges of the mathematical constant π.

The network assigns tasks containing:

  • start position;

  • end position;

  • algorithm version;

  • validation parameters.

Miners compute the assigned range and produce:

  • result hash;

  • Merkle root;

  • sample proofs.

The network then validates the work through:

  • commit-reveal;

  • validator approvals;

  • retroactive audits.

Picoin currently uses BBP hexadecimal computation because the BBP algorithm allows direct computation of distant hexadecimal digits without calculating all previous digits.

This makes Proof of Pi significantly more practical for distributed verification.

Last updated

Was this helpful?