# 모듈식 합의 프레임워크

모듈형 합의 프레임워크는 다양한 이해관계자를 위한 여러 프로세스를 표준화하고 간소화합니다:

1. **기여자**:
   * **기여 프로세스**: 기여자들은 모듈형 합의 프레임워크를 활용하여 프런트엔드를 통해 자신의 제안을 제출합니다. 각 제안은 수락 여부와 관계없이 기여 NFT를 생성하여 제출 출처를 인증합니다.
   * **ICV의 상태 최종성**: 수락된 기여는 온체인에서 서비스 NFT로 민팅되고 ICV 내 적절한 Virtual 주소에 할당되어, Virtual 생태계로의 통합을 검증합니다.
2. **검증자**:
   * **전략 및 자원 배분**: 유동성 제공자는 특정 에이전트에 스테이킹하여 프로토콜의 전략적 방향을 결정하고, 스테이킹 가중치에 따라 DAO의 자원 배분에 영향을 미칩니다.
   * **검증 및 최종화**: 위임지분증명(Delegated Proof of Stake) 메커니즘을 활용하여 토큰 보유자는 적격 검증자에게 토큰을 위임하며, 이 검증자들은 각 에이전트의 상태를 최종 확정하는 책임을 집니다.

검증자에 대한 자세한 정보는

{% content-ref url="/pages/3f495d2b41bbdec4f92993227c9d6b475f20de71" %}
[에이전트 SubDAO 거버넌스](/virtuals-protocol-whitepaper-ko/virtuals-1/the-protocol/virtual/subdao.md)
{% endcontent-ref %}


---

# 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://whitepaper.virtuals.io/virtuals-protocol-whitepaper-ko/virtuals-1/the-protocol/co-contribution-and-provenance/modular-consensus-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.
