# Bonus Allocations

Every DAO has a bonus amount of shares that is banked and released linearly over the lifetime of the DAO. The amount of bonus shares is based on the initial configuration of the DAO.&#x20;

Bonus shares are given out using the "**Reward Member"** proposal found under Core proposals. The amount of bonus shares that are unlocked is shown and many members can be given shares in the same proposal.

<figure><img src="/files/G2ncjEuzP4oW0rmFmIWY" 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://aetos.gitbook.io/aetos.vc/getting-started/bonus-allocations.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.
