Emergency Controls
Rescue Tokens
The rescueTokens
function allows Node owners to recover tokens accidentally sent to the Node that are not part of its components.
Constraints
Only Node owner can call
Cannot rescue Node's underlying asset
Cannot rescue any token that is a component
Token must implement ERC20
Use Cases
Recover tokens sent to Node by mistake
Remove airdrops or other unwanted tokens
Clean up Node contract of non-component assets
Security
The function prevents extraction of:
Node's underlying asset
Any current component tokens
Any tokens used in Node strategies
Last updated