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

# 7. Roadmap

Years 1-2 build the core MOSAIC stack and seed key ATProto Science apps. Years 2-4 focus on research-lifecycle integrations to broaden adoption. Years 3-5 demonstrate sustainability: paid institutional subscriptions, a larger matching pool, and reinvested revenue together reduce the program's dependence on grants.

Phase 1 (\~2 years): Active deployments in \~20 pilot communities with sustained use. 20k monthly active researchers on the MOSAIC stack. At least $2M total flowing through Catalyze ($1M community contributions matched 1:1 by MOSAIC's pool) to researchers and infrastructure in the MOSAIC ecosystem. Initial integrations with journals and preprint servers (e.g., eLife, bioRxiv, medRxiv). Retrofitting of existing literature at scale. Demonstrated reuse of modular contributions across multiple research domains.

Phase 2 (\~5 years): Over 200k monthly active researchers on the MOSAIC stack. Between $10M-20M in funding allocated via Catalyze to researchers and infrastructure in the MOSAIC ecosystem (with $4M from MOSAIC's matching pool). Annual recurring revenue of $3-5M from institutional partnerships, demonstrating a credible trajectory toward self-sustainability. Substantial deepening of integrations from Phase 1.

<br>


---

# 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.mosaic-program.org/7.-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.
