> 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/getting-started/what-is-breadhot.md).

# What is bread.hot

### Context

The Solana memecoin market has already shown a lot. It made token creation accessible, and we have seen how fast launches can happen, how virality builds momentum, and how attention turns into liquidity in a matter of minutes.

That was an important stage for the ecosystem.

But speed has normalized another reality. In most cases, the early life of a token is poorly structured. Early supply access becomes asymmetric.

A significant share of the upside goes to those best prepared to extract liquidity instantly.

The foundation for real holders starts degrading too early. Price pressure arrives before the project gets a real chance to form its first layer of attention, trust, and community.

**bread.hot is a Solana launchpad built as a response to these conditions.**

We treat a token launch as a structural problem of market design as a whole. We care not only about the moment of creation, but about the quality of the first minutes of a token's life in the pre-migration phase.

* **We are not claiming we built a perfect market**
* **We are not removing speculation**
* **We are not saying one product instantly fixes the entire environment**

We are saying something much simpler: bread.hot v.1 is a first working version of a launch mechanic that — in our view — can shift the market and its participants toward longer hold time and a wider audience on both sides — traders and developers.

### v.1 — the first working version

What we shipped now is **bread.hot v.1**. This is the first working version of our launch architecture. In v.1 we lock in the current launch modes, the baseline supply distribution logic, and the first mechanics aimed at increasing hold time.

Future versions will roll out together with community feedback.

**We believe in HOLD on Solana.**

***


---

# 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/getting-started/what-is-breadhot.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.
