Docs

Start with the game, then verify the system.

Luckotto docs are organized around the actual flow: how a ticket works, what the embed shows players, how public verification works, and where the partner/API details live.

Docs mapReader order
  • game basics
  • embed player flow
  • public verification tools
  • round verification
  • partner integration
  • technical reference
Start here

The useful reading order

Verification tools

Tools for draws, addresses, and proof

Luckotto verification

Rounds verify by CSV commitment and slow draw.

View rounds

A Luckotto round publishes the final CSV hash, OP_RETURN commitment transaction, commitment block, draw block, weighted slow-hash elimination proof, final draw tiles, winning ticket, and payout evidence.

CSVFinal ticket order

Resolved rounds expose the final CSV hash and downloadable ticket CSV.

OP_RETURNOn-chain commitment

The first outbound commitment transaction commits the raw CSV hash in output 0.

2 blocksDelayed draw seed

The draw block is 2 blocks after the commitment confirms.

TilesUniform ticket draw

The draw calculator replays the weighted elimination draw from the draw block hash.

PayoutWinner evidence

Round pages keep the winning ticket and payout transaction linked for review.

Embed flow

Player-facing pages available inside the iframe

References

Partner and implementation details