> For the complete documentation index, see [llms.txt](https://docs.axiomprotocol.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.axiomprotocol.io/whitepaper/bootstrap-phase/why-bootstrap-mode-exists.md).

# Why Bootstrap Mode Exists

Axiom’s governance model relies on:

* A large base of stakers
* Stable snapshot data
* Active participation from top 50 percent stakers
* Fresh resolution voters
* Distributed proposer activity

At launch, none of this exists. There are:

* No stakers
* No one in the top 50 percent
* No one eligible to create markets
* No one eligible to resolve outcomes
* No governance infrastructure operating at scale

This creates the classic **cold start** problem. Without governance, there are no markets. Without markets, there is no yield. Without yield, there is no incentive to stake.

Bootstrap mode solves this by temporarily allowing a controlled, transparent group to create markets and resolve outcomes until organic participation is large enough.


---

# 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:

```
GET https://docs.axiomprotocol.io/whitepaper/bootstrap-phase/why-bootstrap-mode-exists.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
