# Pooled Baking

Master baker-authorized `Baker`contracts can pool deposits to bake `$BREAD` .  This is the same technical mechanism that's used in the "Pre-Deposit Vaults".

Pooled Baking via `Baker` contracts is the **only** way to mint new `$BREAD`  after the maxBake cap has been hit.

* This allows users to all get the same price
* The pooled baking contract can execute the baking according to predetermined rules, such as time, target amount of `$BERA` raised, or others
* Pooled baking can also implement WLs
* In the future, Pooled Baking may be incentivized via various mechanisms (e.g. RFA)

<figure><img src="/files/w3rVVYXgbnZPah8tm9dD" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: 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://documentation.bakerdao.io/the-bakery/pooled-baking.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.
