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

# 제안에 투표하기

제안에 투표하여 디파이 앱의 미래에 영향을 줄 수 있습니다. 프로토콜에 더 많이 투자할수록 여러분의 투표에 더 큰 가중치가 부여됩니다.

디파이 앱을 사용하여 진행 중인 제안에 투표할 수 있습니다 [거버넌스 포털](https://app.defi.app/governance).

***

### 계정 투표 권한

귀하의 투표 권한은 계정의 총 $HOME 잔액을 기준으로 계산되며, 둘 다 **스테이킹된** 및 **유동적인**. $HOME가 많을수록 영향력이 커집니다.

{% hint style="info" %}
**스테이킹된 HOME** 토큰은 프로토콜 보안에 기여하는 공식 디파이 앱 스테이킹 컨트랙트에 예치됩니다. 스테이킹 $HOME에 대해 더 알아보세요 [여기](/knowledge-base/ko/home-token/staking.md).

**Liquid HOME** 토큰은 스테이킹되어 있지 않아서 거래할 수 있습니다. 따라서 유동성 $HOME 잔액은 다음 전반에 걸친 보유량의 합입니다 **Base** 및 **BNB 스마트 체인** 네트워&#xD06C;**.**
{% endhint %}

귀하의 투표 권한은 다음의 합계와 같습니다:

1. 보유한 스테이킹된 $HOME 수량의 4배에 더해
2. Base 및 BNB Smart Chain 네트워크 전반에서 보유한 유동성 $HOME 수량

{% code title="투표 권한 공식" fullWidth="false" %}

```
Voting_Power = (스테이킹된 $HOME × 4) + (유동성 $HOME)
```

{% endcode %}

스테이킹된 $HOME은 유동성 $HOME의 4배에 해당하는 투표 권한을 가집니다. 이는 프로토콜의 보안에 기여하기 때문입니다.


---

# 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/vote-on-a-proposal.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.
