# 乐观批准机制

乐观批准是一种新的治理原语，允许治理变更以时间锁定和否决流程为条件。这是一种非常灵活的机制，不仅可以用于简化治理流程，还可以更好地协调协议参与者之间的激励，不仅适用于 Gyroscope，也适用于更广泛的 DeFi 治理。您可以在此处阅读我们介绍乐观批准的研究文章。

乐观批准有助于在不同类型的参与者之间协调激励：一方拥有治理权力（治理者），另一方（守护者）则在时间锁定期间拥有可选择的否决权。通常情况下，守护者无需参与日常治理，但否决权赋予他们阻止那些偏离协议愿景的恶意提案的能力。乐观批准框架扩展了谁在时间延迟期间拥有治理权力，以及谁拥有否决权。


---

# 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://darktu.gitbook.io/gyroscope/zhi-li/le-guan-pi-zhun-ji-zhi.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.
