Goal
Understand when PRISM rebalances and who triggers it.
Time estimate
2h (single focused session)
Prerequisites
Study plan (in order)
- [25 min] PRISM_PRD_v1.0.html §Day 3 BellStrategy.shouldRebalance
- [25 min] Triggers: tick drift > X ticks OR time elapsed > Y AND real work to do
- [25 min] 24h fallback:
block.timestamp - lastTs > 24h short-circuit → anyone can rebalance
- [25 min] Keeper economics: bonus covers gas; competition for bonus = gas war risk
- [20 min] On-chain signals of keeper misbehavior: long time since rebalance, tick drift beyond threshold, vault share-price stagnation
Total: 120 min
After studying, you can
Tradeoff prompt for the architectural review
How would you detect keeper misbehavior from on-chain signals?
References
- PRISM_PRD_v1.0.html §Day 3, §13 Keeper liveness
Goal
Understand when PRISM rebalances and who triggers it.
Time estimate
2h (single focused session)
Prerequisites
Study plan (in order)
block.timestamp - lastTs > 24hshort-circuit → anyone can rebalanceTotal: 120 min
After studying, you can
Tradeoff prompt for the architectural review
How would you detect keeper misbehavior from on-chain signals?
References