# Treasury Management Proposals (TMPs)

### Overview

Treasury Management Proposals (TMPs) are governance proposals that aim to execute relevant actions involving management of the Treasury.

***

### Template

The author must use the following template when writing a TMP for voting on Snapshot:

{% code overflow="wrap" %}

```
---
[TMP-#] <title>
---
## Abstract
Two or three sentences that summarize the TMP.
## Motivation
A statement on why the Xyxyx community should implement the XIP.
## Rationale
An explanation of how the TMP aligns with the Xyxyx community's mission and guiding values.
## Key Terms
Definitions of any terms within the proposal that are unique to the proposal, new to the Xyxyx community, and/or industry-specific. This section is optional, but recommended.
## Specifications
A detailed breakdown of the specifications of the proposal. This is where you can elaborate on the "why" of your terms decisions.
## Steps to Implement
The steps to implement the TMP, including associated costs, manpower, and other resources for each step where applicable.
## Timeline
Relevant timing details, including but not limited to start date and completion dates.
## Overall Cost
The total cost to execute the TMP. The overall cost section should include a breakdown of the total cost of the TMP, including any associated costs for each step where applicable. Consider both fixed costs and recurring costs.
```

{% endcode %}

***

### Preamble&#x20;

TMP drafts on the Governance Forum must include a preamble section at the head of the post using the following template:

```
TMP#: <number>
Title: <title>
Author(s): <author>
Contributors: <contributors>
Status: <status>
Date Proposed: <yy-mm-dd>
Date Ratified: <yy-mm-dd>
Forum URL: <URL>
Ratification Poll URL: <URL>
```

#### Status

* **Draft**: This TMP is a work in progress.
* **Proposed**: This TMP is issued for voting.&#x20;
* **Accepted**: This TMP has passed and must be executed.&#x20;
* **Rejected**: This TMP has failed to reach community consensus.&#x20;
* **Executed**: This TMP has been executed.


---

# 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.xyxyx.pro/protocol/governance/treasury-management-proposals-tmps.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.
