> For the complete documentation index, see [llms.txt](https://docs.baumai.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.baumai.xyz/tokens/treasury-lp-out-ladder.md).

# Treasury LP-out ladder

How Baum raises capital — from the open market, at prices set in advance.

The ladder is how Baum raises capital. **There is no private round.** The treasury converts up to 20% of supply to liquidity in fixed tranches as BAUM's fully diluted valuation (FDV) reaches the bands below, so Baum's funding comes from the open market at prices everyone can see in advance.

The first 15% is defined here. Tranches are placed as one-sided liquidity across each band.

| FDV band     | Tranche                              | Cumulative |
| ------------ | ------------------------------------ | ---------- |
| $2M – $4M    | 1.00%                                | 1.00%      |
| $5M – $7M    | 1.00%                                | 2.00%      |
| $8M – $10M   | 1.00%                                | 3.00%      |
| $12M – $15M  | 1.00%                                | 4.00%      |
| $18M – $21M  | 1.00%                                | 5.00%      |
| $25M – $30M  | 1.00%                                | 6.00%      |
| $30M – $60M  | 3.00%, placed evenly (1% per $10M)   | 9.00%      |
| $60M – $100M | 6.00%, placed evenly (1.5% per $10M) | 15.00%     |

The remaining 5.56% of treasury supply may be placed between $100M and $250M FDV at the treasury's discretion.

Fully executed through $100M, the ladder raises approximately **$6.9M** at band midpoints, before LP fees.

## Use of proceeds

Proceeds fund:

* Baum operations
* USDX/mUSDX liquidity
* USDX Loop capital

{% hint style="info" %}
Each [sub-DAO](/network/sub-daos.md) token's LP bucket follows this same ladder.
{% endhint %}


---

# 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.baumai.xyz/tokens/treasury-lp-out-ladder.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.
