fix: red-team-program.md taxRate naming inconsistency (pre-existing) (#835)
This commit is contained in:
parent
7e20f9fe74
commit
91e4bdf926
1 changed files with 2 additions and 2 deletions
|
|
@ -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.
|
Any account can call it (public). TWAP oracle enforces safety.
|
||||||
|
|
||||||
### Staking
|
### Staking
|
||||||
`Stake.snatch(assets, receiver, taxRateIndex, positionsToSnatch)`
|
`Stake.snatch(assets, receiver, taxRate, positionsToSnatch)`
|
||||||
- taxRateIndex: 0–29 (index into the 30-element TAX_RATES array — not a raw percentage)
|
- taxRate: 0–29 (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 staked is held by the Stake contract (excluded from adjusted_supply)
|
||||||
- KRK in Stake does NOT count against the floor denominator
|
- KRK in Stake does NOT count against the floor denominator
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue