# 3. Adding a DAO

Every SAFU token can integrate a DAO into its token design. This DAO can own a pre-minted supply equal to that 30% of the minted supply. The DAO consists of a simple smart contract that enables a vote to decide to send a number of tokens to the proposed wallet.&#x20;

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

All DAOs need at least 20% of the total supply to pass a proposal. This provides a certain degree of safety for its users that the team will not use these tokens for themselves. DAOs are only available to static token models. Choosing an Inflation model will prevent the creator from choosing a DAO.&#x20;

**Proposal Requirement:** Minimum number of tokens a user needs to hold to set a proposal, measured as a % of the total supply.&#x20;

**DAO Pre-mint Treasury:** Amount of tokens that the DAO treasury will own from TGE onward, measured as a percent of preminted supply. The DAO cannot own more than 30% of sold softcap supply.&#x20;

#### Example:&#x20;

Softcap of 200,000 BUSD

Price per token: $0.1 BUSD

Minted tokens: 2,000,000 SAMPL&#x20;

DAO can mint up to 600,000 SAMPL or less

### DAO interface:

V1 of SAFU.io will use [Tally.xyz a DAO governance interface. ](https://www.tally.xyz/)

Tally allows for treasury management and delegation of votes. In the next version of SAFU.io all governance interfaces will be internalized.&#x20;


---

# 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:

```
GET https://safu-pad.gitbook.io/safu.io/safu-minter/3.-adding-a-dao.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.
