> For the complete documentation index, see [llms.txt](https://docs.minto.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.minto.finance/minto-protocol/treasury/joint-treasury-management-mechanics.md).

# Joint Treasury Management Mechanics

**Introduction**

This document contains the general principles of Minto Treasury management. It includes approaches and recommendations to ensure responsible and effective management of Minto resources.

1. **Roles and responsibilities**

**Objective**: To determine who will manage the Treasury, what their powers and responsibilities are.

An Investment Committee is being formed to manage Minto Treasury.&#x20;

The Investment Committee comprises 5 members who are elected by voting.

Each Investment Committee member holds one of the 5 private keys as a multiple signature from the Minto Treasury. The initial board of the Investment Committee is formed from the current key holders according to the Whitepaper.

Any Minto holder can nominate their own or someone else's candidacy to the Investment Committee, subject to the minimum requirements.

The main responsibilities of the Investment Committee members are:

* Defining a long- and short-term investment strategy
* Treasury funds management according to agreed investment strategies
* Budget preparation and approval
* Monitoring budget implementation
* Reports preparation and publication

2. **Treasury management rules**

**Objective**: To develop rules for Treasury funds management, conditions for funds allocation, criteria for investments.

Minto Treasury funds are managed through long- and short-term investment strategies by voting on the <https://vote.minto.finance/> portal.&#x20;

The Investment Committee forms and submits investment strategies to Minto holders for approval. A long-term strategy is formed for a period of at least 1 calendar year, a short-term strategy is formed on a monthly or quarterly basis.&#x20;

If it is necessary to make adjustments to the strategy, the Investment Committee initiates a new vote, justifying the need to make the proposed adjustments.

Investment decisions require the mandatory approval of a simple majority of the Investment Committee.

The distribution of Minto Treasury funds takes place on a monthly basis by voting on the <https://vote.minto.finance/> portal.

With regard to the long-term and short-term strategies agreed upon by Minto holders, the Investment Committee comes forward with a plan for the distribution of Treasury funds on a monthly basis, no later than 7 working days after the beginning of the next month.

The final decision and approval of the proposed plan is carried out by a general vote on the <https://vote.minto.finance/> portal.

The threshold for making decisions on funds allocation is a simple majority (more than 50% of the votes) for one of the selected options in the voting.

If the vote is not approved by a simple majority, the funds received during the previous period remain in the Treasury, and the vote is considered completed.

3. **Transparency and accountability**

**Objective**: To develop a reporting system that provides full transparency of Minto Treasury funds management for all interested parties, including, e.g., regular reports, audits, and the implementation of blockchain tools for tracking transactions.

To ensure transparency and accountability, a reporting system is being formed as part of Minto Treasury management activities, consisting of the following documents:&#x20;

1. The register of past votes, located on the Snapshot platform at <https://vote.minto.finance/>&#x20;
2. Monthly, quarterly, and annual reports of Minto indicators, published in the company news section, social networks, email newsletter, and on the page [Stats](https://app.minto.finance/stats).
3. Detailed information on financial, product and blockchain indicators will be published on the project statistics page app.minto.finance/stats for Minto holders, and on the minto.finance/stats page,  accessible to everybody

The detailed information will contain:

* Monthly, quarterly, and annual reports on company performance
* The history of transactions on mined BTC and their subsequent distribution with links to sources in the blockchain
* Up-to-date information on the current Treasury balances, the history of Treasury operations&#x20;
* Up-to-date information on Minto community votes
* Audit reports

4. &#x20;**Communication**

**Objective**: To develop mechanisms for receiving feedback from Minto holders and making changes to the management mechanics.

An important part of Minto development is to receive feedback from Minto holders and the community. For effective community interaction, Minto suggests holding discussions through initiatives or votes in the Minto Telegram Community. Community information is available on the Minto website or via the link: <https://t.me/btcmtofficial>.&#x20;

Any community member and a Minto holder can put forward an initiative for voting using the “Initiatives” section in the Voting section on the Minto website (this section will be implemented).

<br>


---

# 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.minto.finance/minto-protocol/treasury/joint-treasury-management-mechanics.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.
