First tagged release of the Skimflow protocol. Pre-launch: contracts are implemented and tested but not yet deployed.
Contracts
- SkimVault — non-custodial staking vault. Accrues ETH per share via an O(1) accumulator, enforces the 85/15 staker/treasury split on chain, and has no owner and no admin over stakes. Claim and unstake anytime.
- SkimFeeHook — Uniswap v4 hook on the $SKIM/ETH pool. Takes a 3% fee in ETH on every buy and sell and forwards it to the vault.
Testing
- 21 tests passing (unit, fuzz, and v4 integration against a real PoolManager).
- CI runs forge fmt, build, and test on every push.
Status
Not deployed. Verified contract addresses will be published on launch. An external audit is planned before mainnet.