> 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/points-and-levels/levels.md).

# Levels

Five levels — higher reward weight and lower fees as points accrue.

| Level | Reward weight | Volume fee | API markup | Requirement                          |
| ----- | ------------- | ---------- | ---------- | ------------------------------------ |
| 1     | 1.0×          | 15 bps     | 20%        | Mint                                 |
| 2     | 1.5×          | 12 bps     | 15%        | 1,000,000 pts                        |
| 3     | 2.0×          | 9 bps      | 10%        | 3,000,000 pts                        |
| 4     | 3.0×          | 5 bps      | 5%         | 6,500,000 pts + 100,000 BAUM locked  |
| 5     | 4.0×          | 2 bps      | 0          | 11,000,000 pts + 250,000 BAUM locked |

Reward weight determines a Broker's share of [sub-DAO allocations](/network/sub-daos.md#token-allocation).

## Locked BAUM

Locked BAUM is **a gate, not an accelerator**: it does nothing below Level 4.

* Levels 4 and 5 hold only while the lock is maintained.
* Unlocking drops the Broker to Level 3 with its points intact.
* Lock requirements halve as BAUM's FDV grows — see [Sunset rule](/points-and-levels/sunset-rule.md).

Levels travel with the Broker on sale.

## How long it takes

For reference, a Broker lending **$10,000 of USDG** runs at the daily cap and reaches:

| Level | Common Broker |
| ----- | ------------- |
| 2     | \~5 weeks     |
| 3     | \~3 months    |
| 4     | \~7 months    |
| 5     | \~1 year      |

A **Rare** Broker on the same capital reaches Level 5 in about eight months.

$10,000 of LP reaches Level 3 in about ten months.


---

# 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/points-and-levels/levels.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.
