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

# What's next

### Current focus — bread.hot v.1

What we're shipping now is **bread.hot v.1**. The first working version of the launch architecture. v.1 locks in:

* Two launch modes (Bonding Curve and Presale)
* Baseline supply distribution logic
* The first mechanics for increasing hold time
* The direct-access-only rule
* Permanent LP lock after migration
* Predict Terminal

### v.1 is only the beginning

A good system grows in layers. We've been building those layers for a long time already.

On the roadmap:

* **bread.hot v.2** — the next version of the launch architecture with community feedback
* **bread.DEX** — own DEX layer
* **bread.hakaton** — program for developers
* **bread.propAMM** — proprietary AMM
* **Prediction markets integration** — tokens will be able to attach to real-world events

This is already an active direction of the team's work. Every new layer strengthens the environment.

### What market we stand for

For a market where:

* Hold matters again
* Belief stops looking naive
* A community gets a real chance to form around a token before its structure is broken
* Tokenization stops being a primitive game around the first seconds and becomes a real way to build new products, new communities, and new forms of coordinating capital and attention

We're not waiting for market conditions to improve on their own. We're already building the conditions in which that improvement can start happening.

> **That improvement starts now in bread.hot.**

We don't publish exact dates or priority ordering. Follow the official channels.


---

# 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://bread-5.gitbook.io/bread/roadmap/whats-next.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.
