# Proposal Template

{% hint style="info" %}
Please use this template to create a formal governance proposal. This template should also help guide informal discussions to cover important points when brainstorming solutions as a community.

Gov mods will help ensure completeness, mostly looking to be sure it incorporates all necessary information and discussion, and can reach out to core team members to provide missing info as needed.

When writing, using bullet points is helpful for readability and staying concise.
{% endhint %}

#### Title&#x20;

Write a clear and unique title, add in parentheses themes it touches on.&#x20;

*Ex. Distributing proceeds in ETH (Buy Back and Burn, Tokenomics, Revenue)*

#### BIP-#&#x20;

\[A moderator will add the BIP-# to keep track of proposals.]

#### Summary&#x20;

Elaborate what actions the proposal requires and what goals the proposal aims to achieve. (\~3-5 sentences. It can be easiest to write this part last.)

#### Rationale&#x20;

* Briefly describe background aspects of the proposal that need to be understood.&#x20;
* Indicate the motives behind the proposal and goals for the protocol this supports, e.g. issues to be addressed, opportunities to be considered, areas to be improved, etc.&#x20;

*Ex. OlympusDAO offers bonds in exchange for LP shares, enabling the Botto protocol to own its liquidity.*

#### Proposal Specification&#x20;

Detail the specific steps that would need to be carried out and what the new scenario looks like after. This should include a timeline estimating how long each step might take.

#### Budget (If applicable)&#x20;

Indicate the expected budget and resources needed to complete the implementation and how the budget shall be distributed. This estimate will be reviewed by core DAO members and/or the treasurers.

#### Criteria of success (if a larger project)&#x20;

This section should indicate how the success of the proposal could be determined. A key question to ask here would be ‘what is our definition of done?’

#### Disadvantages&#x20;

Summarize arguments against and disadvantages/risks of your proposal, highlighting possible ramifications and problem areas when implementing.


---

# 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.botto.com/details/governance/proposal-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.
