# Oracle

LiquidOps uses a instance of the [Redstone](https://www.redstone.finance/) pull oracle on AO.

Oracle process ID: R5rRjBFS90qIGaohtzd1IoyPwZD0qJZ25QXkP7\_p5a0

You can via Oracle messages via ao.link [here](https://www.ao.link/#/entity/R5rRjBFS90qIGaohtzd1IoyPwZD0qJZ25QXkP7_p5a0?tab=incoming)

```json
// 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
    }
  }
}
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.liquidops.io/protocol/oracle.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
