Node Execute Function
The execute
function enables valid Routers to make arbitrary contract calls on behalf of the Node, allowing for complex DeFi interactions while maintaining security controls.
Security Controls
Only whitelisted routers can call
execute
Only works during rebalance window
Target address cannot be zero
Emits event with full call data and result
Common Usage
Use Cases
Token approvals
Vault deposits/withdrawals
Protocol-specific interactions
Multi-step DeFi operations
All interactions must be implemented in the router contract, maintaining security through the whitelisting system.
Last updated