anton reval

implementation

the program

the solana anchor program and the permissionless crank

anton reval is a solana program written with anchor. it owns a small set of accounts: a config account holding the renounced rate and epoch length, a state account holding the current epoch start and the running totals, and a pool account holding the swept supply for the open epoch.

the central instruction is the crank. it is permissionless and idempotent within an epoch. it reads the on chain time, determines how many full epochs have elapsed since the stored start, applies the sweep for each elapsed epoch, credits the pool, and advances the stored start. claim instructions then let active wallets withdraw their proportional share for settled epochs.

the program address is published and shown verbatim on this terminal. it is the single source of truth for the deployed rules. everything on this site is a reading of what that program is doing to the supply.