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

Validation Samples

Picoin currently uses probabilistic validation through deterministic samples.

Current configuration:

  • 32 validation samples;

  • deterministic sample generation;

  • validator verification.

Validators independently recalculate the requested samples and compare results against the committed Merkle structure.

This approach allows efficient verification while avoiding full recomputation of all segments.

Last updated

Was this helpful?