Governance
The protocol includes several critical management functions essential for integrating future collateral and jAsset tokens. These functions leverage the foundational Ownable
concept, which transfers ownership to the governance contract upon deployment.
Contract | Function |
---|---|
TokenManager |
|
| |
| |
| |
| |
| |
| |
ReservePool |
|
| |
TroveManager |
|
SwapOperations |
|
Additionally, the PriceFeed incorporates a fallback price storage mechanism to handle situations where the Pyth network becomes unavailable. These fallback prices can be updated using the PriceFeed.setFallbackPrices()
function.
Last updated