# Voting Proposal Framework

Every governance proposal will have to be presented in the following fashion to be considered a valid proposal :

1. Title: Type of proposal (see here : Voting - Docs 1) + ID number of the proposal + 7 words max summary ;
2. Summary : One sentence explanation of the proposal ;
3. Context & Reasoning : Comprehensive overview of the proposal ;
4. Rationale : Why is this proposal the best available solution to the problem it tackled ;
5. Means : What resources are needed to enable the proposal : parameter modification, expertise, code modification specifications, % of treasury allocated / Budget ;
6. Sustainability : Is there a next step ? How is the implementation overseen ? What metrics can be used to measure its success ?
7. Voting Options : Please don’t forget to add an abstain option ;

New proposals can be added here: <https://gov.paladin.vote/t/formal-proposal-framework/102/11>


---

# 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.paladin.vote/governance/voting-proposal-framework.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.
