Architecture

In Nabla, oracles are integrated through Oracle Adapters that conform to a standardized interface, ensuring seamless interoperability within the protocol. These adapters are responsible for registering the price feeds of the tokens traded on the platform and fetching the necessary price data to facilitate protocol operations.

The currently available Oracle Adapters for Nabla include:

  • Pyth Adapter This adapter utilizes Pyth Network price feeds to provide reliable and up-to-date price information for various assets. It includes functionalities to register, unregister, and update price feeds, and it ensures accurate price information by requiring periodic updates to the price feeds.

  • Chainlink Adapter (coming soon) The Chainlink Adapter will extend the protocol's capability by integrating Chainlink's decentralized oracle network. This will provide additional options for sourcing price data, enhancing the robustness and reliability of the price feed mechanism within Nabla.

Last updated