# Outcomes

Polymarket markets can be either **single-outcome** or **multi-outcome**. In both cases, each outcome is represented by a **yes/no contract**.

### Single-Outcome

A single-outcome market has only **one outcome** tied to the event. It resolves to **Yes** or **No**.

*Example*: *Will the US confirm that aliens exist in 2025?*

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

### Multi-Outcome

A multi-outcome market has **several possible outcomes** for the same event, with each outcome represented by its own **contract**. Each **contract** has its own **order book** and trades separately.

*Example*: In the *Presidential Election Winner 2028* market, each candidate is a separate outcome.

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

You can imagine multi-outcome markets as a **group of single-outcome questions** bundled together. For instance, the *Presidential Election Winner 2028* market can be broken down into:

* Will J.D. Vance be the 2028 presidential election winner?
* Will Gavin Newsom be the 2028 presidential election winner?
* Will Alexandria Ocasio-Cortez be the 2028 presidential election winner?

...and many other candidates.


---

# 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/markets/structure/outcomes.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.
