# Governance process

## The DAO works in the following framework:

1. Community Discord discussion.&#x20;
2. Snapshot voting with SPR as a voting token.

Each proposal should be posted on Discord in the Governance section at least 24 hours before posting on Snapshot, which allows the community to give some feedback, and propose changes.&#x20;

*Why only 24 hours? Being agile and really fast in decision-making is crucial for long-term success.*

## Stage 1: Making a Proposal and Discord Discussion

Before the main voting, a member of the community should create a proposal in a dedicated [Discord channel](https://discord.com/channels/1054724431404089445/1093490553120903261) and follow a specific proposal format to make it more understandable for other DAO members and to articulate the primary goals of the proposal.&#x20;

### Thus, to make a proposal correctly, follow this template:&#x20;

{% hint style="warning" %}
**Proposal type, number, and name:**  Each proposal must be easily identifiable and correctly classified.
{% endhint %}

1. **Type:** SIR - SGP - SIP - SPP - STP

[Spiral Integration Request (SIR)](https://docs.spiral.farm/dao/governance-process/spiral-integration-request-sir)

[Spiral Governance Proposal (SGP)](https://docs.spiral.farm/dao/governance-process/spiral-governance-proposal-sgp)

[Spiral Improvement Protocol (SIP)](https://docs.spiral.farm/dao/governance-process/spiral-improvement-protocol-sip)

[Spiral Partnership Proposal (SPP)](https://docs.spiral.farm/dao/governance-process/spiral-partnership-proposal-spp)

[Spiral Treasury Proposal (STP)](https://docs.spiral.farm/dao/governance-process/spiral-treasury-proposal-stp)

2. **Name:** The name must be the same on Discord and on Snapshot (Max 10 words).
3. **Number:** Each proposal must have a number that represents the post order on Discord and on Snapshot.

{% hint style="info" %}
***Example:** SGP-0┃Spiral Governance Framework Proposal*
{% endhint %}

When a proposal is out, a ***Discord discussion*** begins. DAO members are to contribute to the discussion by expressing their own views of the possible actions.&#x20;

The discussion duration is usually 24-96 hours, depending on the community involvement. Thus, if paid enough attention by the members, the discussion moves to the next stage more quickly. In case there is sufficient support among community members, the proposal moves forward to the last but not least step, **The Vote.**

## Stage 2: Final vote

Each member of the DAO can take part in the quote on our [Snapshot](https://snapshot.org/#/spiralgov.eth) and, according to their **voting power (SPR),** affect the current proposal.

The vote duration is recommended to be 72 hours. After 72 hours, a final snapshot is taken, and the community's final decision is announced. After that,  the Treasury or Protocol multi-sig should execute the decision if there are no conflicts with the DAO's vision and previous decisions.&#x20;


---

# 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.spiral.farm/dao/governance-process.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.
