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

# Roadmap

What we're building next, honestly framed. Beta feedback reorders this list weekly — the fastest way to move something up is to make the case in [Discord](https://discord.gg/Hj5RstMUU).

## Now (closed beta)

* **Hardening with real testers**: scanner on more devices, marketplace flows, performance. Same-day fixes are the norm.
* **Deeper charts everywhere**: the OHLC candles (1H/4H/1D/1W) just landed — intraday depth grows automatically as the oracle samples hourly.
* **Deal-finding surfaces**: putting the oracle's fair-value-vs-listing gap in front of you ("this is 18% under fair") across the marketplace.

## Next

* **Public launch**: open registration, out of invite-only.
* **Arbitrage views** (Pro): EU↔US and raw↔graded gaps as a browsable screen, not just per-card data.
* **Grading flow, end to end**: from "worth grading?" (already in) to a guided submission with a partner grader.
* **Notifications that matter**: wishlist matches, price alerts and deal updates as push notifications, not just in-app.
* **More import sources** and a smarter text importer.

## Later

* **More games** — the engine is game-agnostic; Yu-Gi-Oh! and Lorcana are the obvious candidates. Each addition brings catalog + prices + scanning together.
* **On-device scanning** exploration: moving recognition into the phone for instant, cost-free scans.
* **Native shells** (App Store / Play Store) once the PWA stops being the fastest way to ship.
* **Localization** — Italian first, we are Italian after all.

***

**Follow along:** [Discord](https://discord.gg/Hj5RstMUU) · [X / Twitter](https://x.com/magpiedotgg) · [Instagram](https://www.instagram.com/magpiedotgg)


---

# 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://docs.magpie.gg/project/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.
