Hookedin partner docs
Hookedin is a B2B partner platform. A logged-in user creates a partner site, configures theme and commission, sets a required public payout Bitcoin address, and embeds an unauthenticated lotto iframe on their own website.
Model
Core rules
Partner payout Bitcoin addresses are required before a site can go live, and they are public. The dashboard must warn partners before saving or changing that address.
The iframe does not use Hookedin authentication. The partner passes public/private user identifiers. Hookedin shows the public identifier in ledgers and keeps the private identifier so the partner can identify a winning casino account.
Commission is stored as a number from `0` through `1` and shown as a rounded percentage. Tickets are calculated from confirmed payment; commission determines the player-facing winner payout shown in the embed.
Partner metadata never changes the winner algorithm. Public verification remains based on the round number, closing block hash, sold ticket count, and ticket ranges.
Implementation
- Authenticated users create and manage partner sites.
- Each partner site has theme settings, commission, status, and a required public payout address.
- The dashboard generates an iframe snippet and shows a live demo.
- The embed flow is unauthenticated and accepts partner-supplied user attribution.
- Scanner math records gross prize contribution while payout pages use partner commission snapshots.
- Settlement creates durable partner win records and keeps public verification independent.