Adding Quoters & Routers
Adding Quoters and Routers
Quoters provide price discovery for Node components, while Routers handle deposits, withdrawals, and rebalances. Both contract types must be whitelisted at the protocol level before they can be used by individual Nodes.
Quoters
Protocol-level management:
Node-level management:
Constraints:
Only protocol owner can whitelist/remove quoters
Nodes can only use whitelisted quoters
Nodes can only have one active quoter at a time
Routers
Protocol-level management:
Node-level management:
Constraints:
Only protocol owner can whitelist/remove routers
Nodes can only use routers whitelisted at a protocol level
Nodes can have multiple active routers
Cannot add same router twice to a Node
Cannot remove a router that's not added to the Node
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.
Last updated