Merge pull request 'fix: red-team-program.md taxRate naming inconsistency (pre-existing) (#835)' (#868) from fix/issue-835 into master

This commit is contained in:
johba 2026-03-16 11:14:20 +01:00
commit c5519a34b1

View file

@ -86,8 +86,8 @@ to rebalance, then re-deploys positions at the current price. It:
Any account can call it (public). TWAP oracle enforces safety.
### Staking
`Stake.snatch(assets, receiver, taxRateIndex, positionsToSnatch)`
- taxRateIndex: 029 (index into the 30-element TAX_RATES array — not a raw percentage)
`Stake.snatch(assets, receiver, taxRate, positionsToSnatch)`
- taxRate: 029 (index into the 30-element TAX_RATES array — not a raw percentage)
- KRK staked is held by the Stake contract (excluded from adjusted_supply)
- KRK in Stake does NOT count against the floor denominator