> ## Documentation Index
> Fetch the complete documentation index at: https://zyfai.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Proposal Lifecycle

To ensure structured and effective DAO governance, proposals follow a multi-phase submission, review, and approval process.

To submit proposal, the creator must have at least **200,000 ZFI staked (stZFI)**.

***

#### The process consists of two main phases:

<div align="center">
  ```mermaid theme={null}
  ---
  config:
    look: classic
    theme: neutral

  ---
  flowchart LR
      A@{ shape: rounded, label: "1. FIRST CHECK" }-->B@{ shape: rounded, label: "2. ZIP (Zyfai Improvement Proposal)" }
  ```
</div>

### Phase 1: FIRST CHECK

**Objective:** Assess the initial interest and feasibility of the proposed idea.

<div align="center">
  ```mermaid theme={null}
  ---
  config:
    look: classic
    theme: neutral


  ---
  flowchart LR
      A@{ shape: rounded, label: "<h3>FIRST_CHECK Submission</h3><b>Format:</b> Use the FIRST CHECK submission template, including a descriptive title, a brief summary, and a clear explanation of the motivation.<br /><br /><b>Forum:</b> Post the proposal on the Zyfai forum under the [FIRST_CHECK] category.</br>
      <b>Links:</b> Include relevant supporting resources, if applicable.
      " }-->B@{ shape: rounded, label: "<h3>Community Discussion</h3><b>Duration:</b> The proposal must remain open for comments on the forum for at least 5 days.<br /><br /><b>Feedback:</b> Community members may discuss and provide feedback.<br /><br /><b>Eligibility for Voting:</b> If none of the Protectors reject the proposal before it moves to Snapshot, it proceeds to the voting phase." }-->C@{ shape: rounded, label: "<h3>Snapshot Vote</h3><b>Start:</b> Voting begins 2 days after the proposal is posted on Snapshot.<br /><br /><b>Duration:</b> The vote remains open for 5 days.<br /><br /><b>Voting Options:</b> YES, NO, ABSTAIN." }-->D@{ shape: rounded, label: "<h3>Quorum</h3><b>Requirement:</b> The quorum must reach 50% (currently ~8M stZFI) of all staked ZFI at the time of the vote in order to advance to the ZIP phase. Otherwise, the proposal is rejected." }
  ```
</div>

<Info title="📃 FIRST_CHECK Template">
  **Title:** \[FIRST CHECK] Proposal Title<br />
  **Author:** Author Name / Entity<br />
  **Date:** YYYY-MM-DD<br />
  **Summary:** Brief description of the proposal.<br />
  **Motivation:** Detailed explanation of the proposal and potential benefits.
</Info>

### Phase 2: ZIP (Zyfai Improvement Proposal)

**Objective:** Submit the finalized proposal for an official vote and ensure implementation if approved.

<div align="center">
  ```mermaid theme={null}
  ---
  config:
    look: classic
    theme: neutral


  ---
  flowchart LR
      A@{ shape: rounded, label: "<h3>ZIP Submission</h3><b>Format:</b> Use the ZIP submission template, including a summary, motivation, detailed specifications, associated costs, and implementation plan.<br /><br /><b>Forum:</b> Post the proposal on the Zyfai forum under the <i>[ZIP]</i> category within 3 days following the FIRST_CHECK proposal validation.<br /><br /><b>Review:</b> If none of the Protectors reject the proposal before it moves to Snapshot, it proceeds to the voting phase." }-->B@{ shape: rounded, label: "<h3>Snapshot Vote:</h3><b>Start:</b> Voting begins 2 days after the proposal is posted on Snapshot.<br /><br /><b>Duration:</b> The vote remains open for 5 days.<br /><br /><b>Voting Options:</b> YES, NO, ABSTAIN." }-->C@{ shape: rounded, label: "<h3>Quorum & Approval:</h3><b>Requirement:</b> The quorum must reach 50% (currently ~8M stZFI) of all staked ZFI at the time of the vote.<br /><br /><b>Majority:</b> The proposal must receive a majority of &quot;Yes&quot; votes <b>and</b> meet the quorum requirement to pass.<br /><br /><b>Conflict of Interest:</b> Protectors may not approve their own proposals." }-->D@{ shape: rounded, label: "<h3>Implementation:</h3><b>Execution:</b> If approved, the proposal is implemented by core contributors under the supervision of the Protectors.<br /><br /><b>Transparency:</b> A transparency report is published detailing the actions taken and the rationale behind the implementation." }
  ```
</div>

<Info title="📃 ZIP Template">
  **Title:** \[ZIP] Proposal Title<br />
  **Author:** Author Name / Entity<br />
  **Date:** YYYY-MM-DD<br />
  **Summary:** Brief description of the proposal.<br />
  **Motivation:** Detailed explanation of the proposal and potential benefits.<br />
  **Specifications:** Detailed technical description of the proposed changes.<br />
  **Costs:** Estimated costs associated with the implementation.<br />
  **Implementation Plan:** Details on the implementation, including timeline, contingency plans, and target dates.<br />
  **FIRST\_CHECK Link:** \[Link to the corresponding FIRST\_CHECK proposal]
</Info>
