# Intro

You can participate in the oracle by submitting proposals.&#x20;

### What is proposing?&#x20;

Proposing means **submitting an answer** to a market's outcome question.&#x20;

### Why do markets need proposals?&#x20;

For a market to resolve, an **outcome must be submitted** through a proposal. When the proposal is accepted, the market resolves to that outcome.

### What do I need to get started?

To submit proposals, you need **750 USDC.e** on the **Polygon network**. This serves as your bond when proposing.

### How can I propose?&#x20;

To submit a proposal:

1. Go to the market's **Rules** section.
2. Click **Propose resolution**. This opens the UMA Oracle interface.
3. Approve your **USDC.e** bond.
4. Select your answer, confirm it, and click **Propose**.

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

### What happens next?

After submitting your proposal:

1. It appears under the **Verify** tab.
2. It enters a **challenge period** (2 hours).
3. If undisputed, the market moves to the **Settled** tab.
4. If disputed, it will proceed to a **vote** in the next **voting cycle**.

<figure><img src="/files/MRMkCJslGlqPgdASBi4I" 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/how-to-participate/propose/intro.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.
