> For the complete documentation index, see [llms.txt](https://doc.m-safe.io/aptos/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.m-safe.io/aptos/overview/use-cases/treasury-management.md).

# Treasury Management

One of the key use cases enabled by the MSafe wallet is treasury management. By putting an entity’s treasury into a multi-sig wallet, stakeholders can safeguard the treasury in a collaborative manner.

## Fund Management

MSafe Wallet can be used to hold a fund that is created and managed by a set of stakeholders. Thus, all operations related to the wallet are executed by collecting enough signatures of the stakeholders, and the stakeholders are able to participate in fund management.

## DAO Treasury

MSafe Wallet is also ideal for storing a DAO’s treasury that needs to be co-managed by selected DAO members. These selected DAO members are responsible for managing the DAO treasury according to DAO votes or DAO policies. Managing a DAO’s treasury using MSafe Wallet enables the true decentralized nature of DAO, where community members can have voices, including treasury management.

## Project Token Management

When a project uses MSafe Wallet to manage its token assets, core team members or even community leaders can decentralize the access permission of the project treasury and protocol. Projects can use MSafe Wallet in multiple ways, such as:

1. Project token vesting and distribution.
2. Fund management & project revenue.
3. Streaming payments sent to employees or partners.

<figure><img src="/files/4Uszb7a87bJtCiXlCjZq" alt=""><figcaption></figcaption></figure>


---

# 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://doc.m-safe.io/aptos/overview/use-cases/treasury-management.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.
