> For the complete documentation index, see [llms.txt](https://docs.omniyield.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.omniyield.finance/zh/omniyield/zhi-li.md).

# 治理

### OmniYield DAO <a href="#stargate-dao" id="stargate-dao"></a>

OmniYield 作为一个去中心化自治组织（DAO）运行，由其社区的所有成员完全治理 [veOY](/zh/dai-bi-jing-ji-xue/veoy-suo-ding-de-oy.md) 持有者。治理框架允许社区对协议提出建议、投票并实施更改。

在治理初始发布后，提案必须遵循以下列出的指南才能通过。这些指南可由 DAO 随时间更新。

#### 讨论

此阶段作为知情决策的基础，使社区成员能够提出想法、讨论其价值，并在进入正式投票阶段前完善提案：

{% stepper %}
{% step %}
**想法生成**

社区成员集思广益并开发可能改进 OmniYield 协议的想法。
{% endstep %}

{% step %}
**软提交**

在提案安排投票之前，会先起草一份初始提案并在 Discord 上与社区分享。该草案包括有关拟议变更的详细信息、提出理由、潜在收益以及任何相关风险。&#x20;
{% endstep %}

{% step %}
**社区讨论**

一旦提案提交，即会进入公开讨论。社区成员可提供反馈、提出问题，并就提案的优缺点展开讨论。在治理初始发布后，此讨论阶段将持续五天，但未来可能会调整。

如果某次投票至关重要并对协议产生重大影响，将在 Discord 上举行社区线上大会，深入讨论该提案。我们也鼓励社区成员在 Discord 上自行组织独立线上大会。
{% endstep %}

{% step %}
**修订**

根据收到的反馈，提案作者可以进行修订，以回应关切并澄清某些要点。
{% endstep %}

{% step %}
**最终草案**

在修订之后，提案会更新为最终草案。此版本体现了前述各阶段的集体意见，通常也更加完善。&#x20;
{% endstep %}
{% endstepper %}

#### 提案与投票

此阶段确保决策反映社区的集体意愿。&#x20;

投票向任何符合资格的 [veOY](/zh/dai-bi-jing-ji-xue/veoy-suo-ding-de-oy.md) 持有者开放，并在 Snapshot 上进行：

{% stepper %}
{% step %}
**在 Snapshot 上发起的提案**

在讨论阶段对提案进行完善并定稿后，它会发布到 Snapshot 进行投票。在治理初始发布后，投票期将持续五天，未来可能会调整。
{% endstep %}

{% step %}
**投票资格**

要参与投票，用户必须在该次投票的快照发生前拥有 [veOY](/zh/dai-bi-jing-ji-xue/veoy-suo-ding-de-oy.md) 余额。投票权重按线性方式计算。

一些 veOY 持有者可能会选择将其投票权委托给值得信赖的代表，由代表代其投票。虽然有一份官方代表名单，用户也可以直接委托给自己选择的任意地址。
{% endstep %}

{% step %}
**投票计票**

随着投票被投出，它们会被记录并统计。在治理初始发布后，如果某项提案获得简单多数（超过 50%）的投票，它就会通过。此规则可能会随未来的治理提案而更改。
{% endstep %}

{% step %}
**结果公布与实施**

投票期结束后，将公布结果并开始实施。

如果发现有新的且重要的信息在提案中被遗漏，该提案可能会重新提交进行新一轮投票。
{% endstep %}
{% endstepper %}

<div align="right"><figure><img src="/files/e0a8f64b1176b99c365cb925b661c108fcb5abca" alt="" width="17"><figcaption></figcaption></figure></div>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.omniyield.finance/zh/omniyield/zhi-li.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.
