> For the complete documentation index, see [llms.txt](https://graphdex-1.gitbook.io/graphdex-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://graphdex-1.gitbook.io/graphdex-docs/research-predictions/new-markets.md).

# New Markets

**The freshest prediction markets — sorted by creation time, refreshed live.**

The **New** tab in Research shows markets in the order they were opened. The most recently created market sits at the top; rows below it climb down the list as new markets open.

This is the view to keep open if you want to be first in a brand-new market before volume builds and the implied probability settles.

## What you see in each row

* **Prognosis** — the market question and its date/window.
* **Created** — seconds-to-minutes-ago indicator. The newest rows show `just now`, `1s`, `5s`, etc.
* **Ending** — when the market resolves. Short-window markets ("24h", "5M") move faster than long-window ones ("1d", "1w").
* **Participants / Volume / Outcome** — usually near-zero for the very newest rows; they fill in as the market gets traded.
* **Quick Buy** — `Up / Down` buttons at your current speed and amount presets.

## When New is the right view

* You want to provide early liquidity and shape the implied probability.
* You are following a specific recurring market (e.g. "Bitcoin Up or Down" every 5 minutes) and want the next instance the moment it opens.
* You filter by category (Politics, Sports) to catch fresh markets in your area of interest.

## When New is the wrong view

* You only care about high-volume markets — switch to [Trends](/graphdex-docs/research-predictions/trends.md).
* You want a visual scan of the entire universe — switch to [Bubble](/graphdex-docs/research-predictions/bubble.md).

{% hint style="warning" %}
Fresh markets often have wide spreads and thin order books. Read [Execution Risks](/graphdex-docs/trading-predictions/execution-risks.md) before sizing a position on a market with $0 volume.
{% endhint %}

## FAQs

<details>

<summary>How often does the list refresh?</summary>

Live — new markets appear at the top as they open, without a page reload.

</details>

<details>

<summary>Why does the same market name keep appearing every few minutes?</summary>

Recurring short-window markets ("Bitcoin Up or Down — 5 minute window") spawn a new instance each cycle. Each row is its own market with its own settlement.

</details>

<details>

<summary>Can I hide certain categories?</summary>

Use the category pills above the table — pick one to narrow, or leave on \`All\` to see everything.

</details>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://graphdex-1.gitbook.io/graphdex-docs/research-predictions/new-markets.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
