Transparency

Everything you have to believe can be checked

This website is not the source of truth for anything. The contract is, and it is open.

Live contract parameters

Investor share
50%
To partners
30%
To sponsors
20%
Oracle window
30 min
Cooldown between moves
15 min
Daily move cap
12

The 50 / 30 / 20 split is written as a constant in the code: no governance can change it. The other parameters are configurable, but only within bounds that are also in the code and that governance cannot cross either.

What each key can do

RoleCanCannot
Keeper Move a range once it is due Withdraw, harvest, deposit on anyone's behalf, choose where the range goes, touch an NFT
Governance Adjust parameters within their bounds, pause deposits, change beneficiaries Move anyone's funds, raise the fee, stop you withdrawing
You Deposit, harvest, withdraw, pull the NFT out — always, without permission

The door that cannot be closed

withdraw(), harvest(), claimFees() and exitNFT() do not carry the pause check, and never will. They work in any state of the contract.

exitNFT() also queries no oracle and performs no swap: it transfers you the NFT of your position, and that is it. It still works with a broken pool, a manipulated oracle, or governance in hostile hands.