> 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/4.-adoption.md).

# 4. Adoption

We build proof-of-viability with early adopter research communities, with broader institutional buy-in following initial success.

The early adopters phase focuses on (1) research communities who adopt the MOSAIC stack because the tools improve their day-to-day work (as described in Sec. 3), and (2) individual and institutional backers using funding platforms like Catalyze who need better signals to allocate capital to individuals and small teams. MOSAIC gives them a living, verifiable view of where promising work is happening. Together they form a self-reinforcing loop: better signals attract better-allocated funding, which rewards researchers using the tools, which draws in more adopters.

The second phase broadens adoption through research-lifecycle integrations (ORCID, journals, preprint servers, scientific authoring tools). MOSAIC integrations are backwards-compatible: they enrich existing publications with structured signals, turning the literature into a connected substrate for both researchers and AI. As adoption compounds, the gains scale: mainstream researchers join with less risk once early adopters have demonstrated the rewards; MOSAIC data provides a real-time progress map that mainstream funders and institutions rely on for allocation and evaluation; and social networks enable broad, active public participation.

<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/4.-adoption.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.
