đDecentralized Oracle
Efficient decentralized oracle designed by NAVI, audited by OtterSec.
Overview
The NAVI decentralized oracle consistently produces stable and reliable prices by integrating data from multiple trusted oracle providers on Sui. Currently, we have selected Pyth and Supra as our price providers. To learn more, please refer to our medium post.
The Oracle operates on a PUSH model, allowing anyone to trigger updates. To ensure the protocol's security, we enforce a valid price interval of 15 seconds, meaning that any price older than 15 seconds is considered stale and not allowed. It is always recommended to update the price before using the NAVI lending protocol.
To trigger the price update manually, you can integrate oracle::oracle_pro::update_single_price
into a PTB before calling any functions from lending_core
.
Last updated