# Metronome Improvement Proposal (MIP) Template

### MIP-000: Title&#x20;

A MIP number, like MIP-001, will be assigned and the proposal author should give it a short, descriptive title.&#x20;

### Summary&#x20;

In easy-to-understand language, describe the purpose of your proposal and what it intends to achieve for the Metronome ecosystem.&#x20;

### **Motivation**&#x20;

Briefly describe how this proposed change will impact the Metronome ecosystem.&#x20;

### Specification&#x20;

In detailed, technical language, describe the inner workings of your proposed contract.&#x20;

### Appendix&#x20;

Include test cases, data, etc.


---

# 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.metronome.io/metronome-2.0/governance/metronome-improvement-proposal-mip-template.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.
