Adding & Removing Components
Components are the vaults and strategies where a Node deploys assets. Each component must be validated and whitelisted before being added to a Node. This section covers the complete lifecycle of component management, from addition and configuration to removal.
Adding Components
Security Checks
Component must:
Not be zero address
Not already be a component
Have same underlying asset as Node
Be whitelisted in specified Router
Router must:
Be whitelisted in Node
Be whitelisted in Registry
Timing:
Cannot add during rebalance window
Example Usage
Removing Components
Security Checks
Component must:
Be registered component
Have zero balance (unless force=true)
Timing:
Cannot remove during rebalance window
Best Practices
Update allocation to zero first:
Wait for rebalancer to exit position
Remove component:
Component Validation
Components and their allocations must:
Sum to 100% (1e18) with reserve ratio
Use whitelisted routers
Match Node's underlying asset
Be whitelisted in their respective routers
These checks are enforced during:
Component addition
Allocation updates
Rebalance initiation
Governance & Whitelisting
NashPoint implements a multi-tiered permissioning system to protect Nodes from misconfiguration or malicious components. Each router and component must be approved at protocol, router, and node levels before use.
Adding Routers and Components - Step by Step Guide
Last updated