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

# Roadmap

{% stepper %}
{% step %}

### Phase 1: Foundation (Target: LitVM Mainnet Launch)

* Deploy core smart-contract suite on LitVM
* Open permissionless Creator-Led market creation
* Launch 3–5 curated Featured Markets around upcoming high-attention events
* Launch initial Daily Markets: BTC, ETH, SOL, gold, oil, Fed rate expectations
* Launch [Founder Program](/midaspredict/knowledge-base/founder-program.md) (Founder NFTs, multipliers, Welcome Grants for qualifying testnet users)
* Activate Midas Points (MP) system and 3-tier referral program
* Complete at least one independent smart-contract audit
* Ship web-based frontend with embedded-wallet and external-wallet support
  {% endstep %}

{% step %}

### Phase 2: Expansion (Target: 3–6 Months Post-Launch)

* Expand Daily Market categories: silver, equity indices, additional crypto pairs, macro indicators
* Integrate deeper collateral options as LitVM DeFi ecosystem matures
* Launch public API and embeddable widget SDK
* Implement creator reputation system and enhanced curation tools
* Explore cross-protocol composability
  {% endstep %}

{% step %}

### Phase 3: Advanced Modes (Target: 6–12 Months Post-Launch)

* Evaluate advanced market structures (scalar, combinatorial, conditional markets)
* Assess rapid-resolution market mode based on user demand
* Transition dispute resolution toward decentralized resolver set
* Explore AI-agent integration for automated market creation and prediction analytics
  {% endstep %}
  {% endstepper %}

> Prediction markets powered by conviction, built on Litecoin.


---

# 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://midashand-1.gitbook.io/midaspredict/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.
