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

# 19 Roadmap

## Genesis Markets

Make important events tradable.

* Launch the core Prediction Market.
* Use USDG for trading and settlement.
* Launch the first equity and crypto event markets.
* Launch Stock Story Pages.
* Launch RobinDog Battleground.
* Establish market-status and resolution records.
* Launch user performance records and share cards.

## Story Network

Connect isolated markets into continuing stories.

* Launch the complete Story Tree.
* Support historical nodes and conditional branches.
* Introduce Story Rollover.
* Launch Creator markets and Alpha Packs.
* Build the Rewards Center.
* Expand the narrative network across companies, macro events, and crypto.

## Trade the Impact

Trade how events may affect markets.

* Launch Conditional Impact Markets.
* Introduce Narrative Combo Positions.
* Integrate qualifying directional asset markets.
* Establish professional price sampling and exception handling.
* Expand relative-performance and cross-asset markets.

## The Story Layer

Develop narrative-trading infrastructure for Robinhood Chain.

* Explore Stock Token collateral, denomination, and settlement.
* Build an open market-creation network.
* Expand Story Trees across companies, industries, and assets.
* Open interfaces for probability, historical, and narrative data.
* Advance progressive governance.
* Enable third-party applications to use RobinDog market data.

Progress at each stage depends on the security, settlement reliability, real usage, and liquidity achieved in the previous stage. The roadmap does not constitute a fixed timetable.


---

# 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://robindog.gitbook.io/robindog-docs/19-roadmap.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.
