Fees arrive
The v4 hook sends its ETH trading fee to the dividend vault.
DIVIDEND DESK
What has actually reached holders, read from the vault's own events — which equities it bought, in what proportion, and how much of each has been pushed out. The vault is drained every cycle, so its balance is not the story; what left it is. Nothing here is a projection, and there is no yield counter.

SETTLED DIVIDENDS
Cycles are rebuilt from the vault's own events and kept, so this is the complete record since the vault was deployed rather than a recent window — the keeper reports each settlement, and every block between one report and the next is read exactly once. Each row links to its settlement transaction.
THE ACTIVE INDEX
Ownership can change this set and its weights between cycles, so it is read from stockAt() rather than listed here — the page cannot drift from what the contract will actually buy.
THE PAYOUT SEQUENCE
Stockify uses a push distribution: the keeper executes settlement, while the dividend vault transfers stocks to qualifying holders directly.
The v4 hook sends its ETH trading fee to the dividend vault.
The keeper carries out the index acquisition transactions.
Eligible holders are enumerated from the on-chain STFY holder registry.
The vault pushes each B20 entitlement to every eligible holder in batches.
ELIGIBILITY
The minimum balance is read from the token contract, not published here: ownership can set it anywhere from 10,000 to 100,000 STFY, and can exclude selected addresses from rewards.
NEXT