Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 1.51 KB

File metadata and controls

16 lines (11 loc) · 1.51 KB

Oracles

The Oracle module in CAP is responsible for providing reliable, up-to-date price and rate data to the protocol. It acts as the backbone for all value calculations, including minting, burning, borrowing, and liquidation processes.

Oracle Data Sources

The protocol leverages multiple oracle sources for different types of data:

For function signatures, parameters, and data structures, see the Oracle Contract Reference.