LiquidOps Docs
Home
  • 👋Welcome to LiquidOps
  • 📜Protocol
    • Oracle
  • 🔐Security
    • Audits
  • ⚙️Developers
    • LiquidOps JS
      • Installation & quickstart
      • Token data
      • Utility functions
      • oToken data functions
      • Protocol data functions
      • Lending
      • Borrowing
      • Liquidations
      • Retrieving transactions
  • Additional links
    • Send feedback
    • Linktree
  • Social media
    • X
    • Discord
    • GitHub
Powered by GitBook
On this page

Was this helpful?

Edit on GitHub
  1. Protocol

Oracle

PreviousWelcome to LiquidOpsNextAudits

Last updated 1 month ago

Was this helpful?

LiquidOps uses a instance of the pull oracle on AO.

Oracle process ID: R5rRjBFS90qIGaohtzd1IoyPwZD0qJZ25QXkP7_p5a0

You can via Oracle messages via ao.link

// Example oracle message to the controller

{
  "AR": {
    "verifiedPackage": {
      "v": 5.10010259,
      "t": 1744749890000
    }
  },
  "qAR": {
    "verifiedPackage": {
      "v": 5.10010259,
      "t": 1744749890000
    }
  },
  "USDC": {
    "verifiedPackage": {
      "v": 1.00000612,
      "t": 1744749890000
    }
  },
  "wUSDC": {
    "verifiedPackage": {
      "v": 1.00000612,
      "t": 1744749890000
    }
  }
}
📜
Redstone
here