> For the complete documentation index, see [llms.txt](https://docs.defi.app/knowledge-base/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.defi.app/knowledge-base/ko/governance/improvement-proposals.md).

# 개선 제안

$HOME 보유자($HOME를 보유하고 있거나 $HOME을 스테이킹하는 분들)는 거버넌스 제안을 제안하고 투표함으로써 디파이 App의 미래에 영향을 미칠 수 있으며, 이러한 제안은 **디파이 앱 개선 제안** (DIPs). DIP은 프로토콜 개발, 재무금고 배분, 기타 전략적 이니셔티브에 대한 의사결정을 안내하는 데 사용되는 공식 거버넌스 제안입니다.

DIPs는 $HOME 보유자들이 커뮤니티를 위해 프로토콜의 장기적인 건전성을 보장하는 메커니즘입니다. 에서 [DIP-003](https://snapshot.box/#/s:defi.app/proposal/0x35f232fdee6bcb69ef4af411052ed8ee8460839da8b595857965742141e01559), 투표 권한은 프로토콜 참여와 장기 기여자 헌신에 맞춰졌습니다.

디파이 앱의 활성 및 이전 DIP를 확인하세요 [거버넌스 포털](https://app.defi.app/governance) 또는 [Snapshot 스페이스](https://snapshot.box/#/s:defi.app).

***

## DIP 유형

### 헌법적 vs. 비헌법적

**헌법 제안** DAO(탈중앙화 자율조직)의 기반 정관에 직접적인 영향을 미칩니다. 예를 들어, [DIP-003](https://snapshot.box/#/s:defi.app/proposal/0x35f232fdee6bcb69ef4af411052ed8ee8460839da8b595857965742141e01559) $HOME을 기본 DAO 유틸리티 토큰으로 사용해 가중 투표 시스템을 구축합니다. 헌법 DIPs는 통과하기 위해 비(非)헌법 제안보다 더 많은 투표 권한을 요구합니다.

**비헌법적** 제안은 DAO(탈중앙화 자율조직)의 기본 헌장에 영향을 주지 않습니다. 대부분의 제안은 비(非)헌법적 성격이며, 자금 조달, 파트너십, 기술 업그레이드(예: 스마트 컨트랙트 배포 또는 파라미터 변경), 운영 워크플로우, 또는 정보성 이니셔티브와 관련된 제안이 포함됩니다.

### 분류

DIP는 네 가지 범주로 분류됩니다:

<table><thead><tr><th width="149">레이블</th><th>설명</th></tr></thead><tbody><tr><td>프로세스</td><td>DAO(탈중앙화 자율조직) 절차, 거버넌스 메커니즘 또는 운영 워크플로우를 수정하거나 정의하는 제안입니다.</td></tr><tr><td>펀딩</td><td>트레저리 할당, 그랜트 또는 예산 승인을 위한 요청.</td></tr><tr><td>정보성</td><td>조치가 필요하지 않은 맥락, 분석 또는 권고 사항.</td></tr><tr><td>기술적</td><td>프로토콜 수준의 코드, 아키텍처 또는 인프라를 도입하거나 변경하는 제안입니다.</td></tr></tbody></table>

***

## 커뮤니티

커뮤니티 거버넌스에 참여하려면 디파이 앱의 [디스코드](https://discord.gg/defiapp) 채널과 더 자세히 알아보세요 [제안 중](/knowledge-base/ko/governance/improvement-proposals/submit-a-proposal.md) 개선 사항 및 [투표](/knowledge-base/ko/governance/improvement-proposals/vote-on-a-proposal.md).

## DIP 상태

활성 DIPs의 상태와 과거 DIPs의 결과는 디파이 App의 [거버넌스 포털](https://app.defi.app/governance) 또는 [Snapshot 스페이스](https://snapshot.box/#/s:defi.app). 모든 거버넌스 제안은 오류 사항을 반영하기 위해 24시간의 대기 기간을 거친 뒤, 표준화된 5일간의 투표 기간이 이어집니다.


---

# 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.defi.app/knowledge-base/ko/governance/improvement-proposals.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.
