# UMA Oracle

**UMA (Universal Market Access)** is the oracle protocol Polymarket uses to resolve markets on its international platform.&#x20;

Here's how it works:&#x20;

When a market is ready to be resolved, users can propose an outcome through the UMA oracle by posting a **$750 bond**. If the outcome goes **unchallenged**, the market resolves to that outcome and the proposer earns their bond back plus a **$2 reward**. If it's **disputed**, it goes to a vote, where oracle participants decide how the market should resolve. If the proposer **loses**, they **lose their bond**.

*Example*: How UMA's Optimistic Oracle resolves a market

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

***

*Watch*: UMA's Optimistic Oracle Explained (3 min)

{% embed url="<https://www.youtube.com/watch?v=7gSyCWhGE3Q>" %}


---

# 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/uma-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.
