Updating Component Allocations
Node owners can modify a component's target allocation, maximum deviation, and router using the updateComponentAllocation function.
Security Checks
Component must:
Be an existing component
Be whitelisted in new router (if router changes)
Router must:
Be whitelisted in Node
Be whitelisted in Registry
Timing:
Cannot update during rebalance window
Example Usage
Important Notes
New allocations must still sum to 100% with other components and reserve
Changes take effect at next rebalance
Consider impact on reserve ratio when changing allocations
Router changes require component to be whitelisted in new router
Last updated