> 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/submit-a-proposal.md).

# 제안 제출

디파이 앱 개선 제안(DIP)은 Discord 커뮤니티에서 디파이 앱 개선 제안(DIS)으로 시작합니다. 다음에서 토론에 참여하세요 [디스코드](https://discord.gg/defiapp) 제안을 제출하기 위해.

***

## DIP 대 DIS

디파이 앱 개선 제안(DISs)은 커뮤니티 구성원이 프로토콜 또는 생태계와 관련된 새로운 아이디어, 개선 사항 또는 피드백을 제안하기 위해 제출하는 비공식 제안입니다. DIS 제출은 단순화된 형식을 사용하며 구속력이 없습니다. 이들은 [커뮤니티 스튜어드](#user-content-fn-1)[^1] 그리고 관련된 [작업 그룹(들)](#user-content-fn-2)[^2] 관련성과 향후 조치, 그리고 공식 DIP로의 에스컬레이션 가능성까지 평가하기 위해

***

## 프로세스

검증된 계정 보유자라면 누구나 커뮤니티를 위한 제안을 제출할 수 있습니다. 디파이 앱(DeFi App)에 참여하세요 [디스코드](https://discord.gg/defiapp) 아이디어를 제출할 수 있는 커뮤니티.

제출은 다음 과정을 거칩니다:

1. **커뮤니티 제출:** 비공식 제안 아이디어는 su*b*포럼 기반 거버넌스 채널을 통해 제출된.
2. **초기 검토:** 커뮤니티 스튜어드가 1차 검토를 수행하고 콘텐츠를 승인하며, 제안의 실행 가능성과 정합성을 평가합니다.
3. **초기 평가:** 비공식 제안은 상향됨, 거절됨 또는 플래그됨(오류 수정 또는 빠른 재제출용) 중 하나로 표시됩니다.
4. **워킹 그룹 평가:** 상향된 경우, 관련 워킹 그룹이 정식 DIP 제출을 위한 제안의 실행 가능성을 검토합니다. 워킹 그룹이 동의하지 않으면 비공식 제안은 거절됨 또는 플래그됨으로 표시됩니다.
5. **정식 제출:** 워킹 그룹의 승인을 받으면 커뮤니티 스튜어드가 라벨을 승인됨으로 변경하고, 다듬은 제안서를 공식 번호가 부여된 DIP로 제출합니다.

[^1]: 거버넌스 채널을 통해 커뮤니티가 제출한 제안을 검토하고 진행하는 책임을 맡은 지정 역할입니다.

[^2]: DAO(탈중앙화 자율조직) 의회 내에서 거버넌스 도메인과 운영 책임에 따라 조직된 기능별 분담이 있습니다.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.defi.app/knowledge-base/ko/governance/improvement-proposals/submit-a-proposal.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
