# DAO Tax

Staking returns are inherently built into the Libre blockchain. This is inflationary by design, but becomes less inflationary over time due to the halvings related to validator rewards and LIBRE mining.

It is also inflation that is generated directly out of code -- so that, from a user's perspective **if they are expecting a 10% APY, they will be guaranteed a 10% APY in unit terms**.

In other words, new tokens are minted systematically for every stake, as opposed to generated as a whole for the chain and then apportioned to stakers.\
\
With this in mind, the token economics have been designed that every "mint" of LIBRE tokens corresponding to a stake results in a 10% mint to the DAO.

You can think of this as a "**sustainability tax**" for community projects which include subsidizing wallets, audits, development, and even community growth / marketing.

Every spend from the DAO must be voted on by a majority of the overall [Voting Power](https://gitlab.com/libre-chain/libre-chain-gitbook/-/blob/main/legacy-docs/governance/voting-power.md) and approved by 2/3+1 of the active validators.

Voting Power is based on the amount of LIBRE that a user has actively staked.

This will be constantly recalculated by the [DAO smart contract](https://gitlab.com/libre-chain/btc-libre-governance).\
\\


---

# 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://docs.libre.org/libre-docs/earn/dao-tax.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.
