Loading Hookedin
Fetching the latest round and receipt data.
Fetching the latest round and receipt data.
Hookedin is a provably fair Bitcoin lotto designed to embed into any site.
Sign up as a partner, configure your house edge and payout address, then embed the lotto iframe in your own product. Hookedin handles deposit addresses, public round records, draw verification, and the payout workflow when one of your players wins.
Each round opens with a fixed ticket supply, fixed base ticket price, and fixed jackpot. The jackpot is locked as ticket supply multiplied by base ticket price. Round terms can change for the next round, but they stay locked once the current round is live.
All partner iframes sell tickets into the same round. Unsold ticket numbers are held by the house: if the draw lands on one, no player wins; if it lands on a sold ticket, the house pays the fixed jackpot.
Rounds close every 1,000 blocks, roughly weekly at the normal 10-minute Bitcoin cadence. After the closing block is mined, the winner is derived from that public block hash so the result can be independently verified.
The iframe URL selects your partner site and carries the player IDs you already know from your own product.
<iframe
title="Hookedin Lotto"
src="https://hookedin.example/embed?partner=hookedin&playerPublicIdentifier=player-42&playerPrivateIdentifier=account-9f22"
style="width:100%;max-width:560px;height:760px;border:0;"
loading="lazy"
referrerpolicy="strict-origin-when-cross-origin"
></iframe>partner selects the partner site configuration, house edge, and payout address.
public player ID is visible attribution for player ledgers and receipts.
private account ID is kept for partner records and win lookup. It is not authentication.