🐻
Ursa
  • Getting Started
    • 👨‍🌾User Guide
    • ❓FAQ
    • Deployed Contracts
  • Documentation
    • 👩‍🔬Technical Overview
      • Supply
      • Collateral
      • Borrow
      • Interest
      • Reserves
      • Liquidation
      • Staking
        • Emission Gauge Voting
      • Proof of Liquidity
    • 🤖Contracts
      • Lens
      • Comptroller
        • Events
        • Error Reporting
      • Oracles
      • Interest Rate Models
      • lTokens
        • Market and Account State
        • Events
        • Error Reporting
Powered by GitBook
On this page
  • Introduction
  • PriceOracleProxyBERA
  • getUnderlyingPrice
  • Redstone Oracles
  1. Documentation
  2. Contracts

Oracles

How the protocol uses oracles to accurately price assets

Introduction

The protocol uses Price Oracles in order to gather price data for the protocol. The Comptroller ingests price data from the PriceOracleProxy contract and uses it as a source of truth for all prices. Prices are updated by verified, secure price feeds.

PriceOracleProxyBERA

getUnderlyingPrice

Returns the price of the underlying asset for a given lToken via the respective aggregator contract.

Redstone Oracles

Ursa uses RedStone Oracles as the primary solution for crypto assets pricing. RedStone is a Modular Oracle that delivers frequently updated, reliable, and diverse data feeds in a few models.

PreviousError ReportingNextInterest Rate Models

Last updated 4 months ago

🤖