The late ticket
v1.0 gated draw eligibility on a wall-clock timestamp. A deposit made in the closing seconds of an epoch was eligible for that epoch’s draw — a prize it contributed nothing to funding.
Win an epoch with principal that entered after that epoch’s yield was already earned.
Spoiler — what v1.0.1 did
v1.0.1 indexes eligibility by epoch number, not by clock: a deposit in epoch N cannot win until N+2. Time-based gates are manipulable; the epoch counter is not.