Admin powers
The owner is set at deployment and handed to the treasury with a two-step transfer (transferOwnership, then acceptOwnership from the new address).
The owner can
| Call | Effect |
|---|---|
addMarket |
List a new stock against an initialised V4 pool |
updateMarket |
Enable or disable a market, change its price guard within 0.01 to 10 % |
queueFee |
Queue a fee up to 0.50 %, applied 48 hours later by anyone |
setCommitsPaused |
Stop new commitments. Reveals, settlement and withdrawals continue |
setTreasury |
Change where the treasury share goes |
setStakeToken |
Set the staking token, once, forever |
The owner cannot
- move, freeze or seize any balance;
- stop a withdrawal of free balance;
- change the batch timing, the bond, the book size or the staker share, which are immutable;
- change the pool a live market reads;
- raise the fee above 0.50 % or apply a change without the 48 hour wait;
- upgrade the contract. There is no proxy.