# Oracle Interface

On the [UMA Oracle](https://oracle.uma.xyz), you can find submitted, unsubmitted, and settled proposals.&#x20;

<figure><img src="/files/ZmqzUlIauYa7wgNbBiQM" alt=""><figcaption></figcaption></figure>

### Verify

In the Verify tab, you can view active proposals that are in their **challenge period**. You can **review** these proposals and **dispute** any that seem incorrect.&#x20;

<figure><img src="/files/5Bd4HmDO0ofgyeAExVAK" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
To submit or dispute a proposal, you need USDC.e, which is different from regular USDC.
{% endhint %}

### Propose

In the Propose tab, you can view **unsubmitted proposals** and **submit answers** to them.&#x20;

<figure><img src="/files/nrWLbmqIKEL4BUclUQCq" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Managed Optimistic Oracle V2 proposals are whitelisted, while Optimistic Oracle V2 proposals are open for anyone to submit.
{% endhint %}

### Settled

In the Settled tab, you can find **resolved proposals** and their final outcomes.&#x20;

<figure><img src="/files/1Ciy760qEyJl3xAURqEG" alt=""><figcaption></figcaption></figure>


---

# 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://polymarketguide.gitbook.io/polymarketguide/resolution/the-resolution-process/oracle-interface.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.
