Oracle
Each asset pool in the protocol has an oracle node that reports market prices for collateralization. Oracle nodes are registered in the protocol and can be simple (like Chainlink or Redstone feeds) or composite (combining multiple sources with circuit breakers or reducers). Nodes can reference other nodes as parents, creating flexible oracle configurations. Authorized roles assign nodes to pools and manage the oracle system. When prices are needed, the system processes the assigned node to return the current price feed.
Last updated