# 제안에 투표하기

제안에 투표하여 Defi App의 미래에 영향을 줄 수 있습니다. 프로토콜에 더 많이 투자할수록 투표의 가중치가 더 크게 적용됩니다.&#x20;

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

***

### 계정 투표 권한

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

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

**유동성 HOME** 토큰은 스테이킹되지 않았으므로 거래가 가능합니다. 보유한 유동성 $HOME 잔액은 다음 항목 전반에 걸친 보유량의 합입니다. **기본** 및 **BNB 스마트 체인** 네트워&#xD06C;**.**
{% endhint %}

투표 권한은 다음의 합과 같습니다:

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

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

```
Voting_Power = (Staked $HOME × 4) + (Liquid $HOME)
```

{% endcode %}

스테이킹된 $HOME은 프로토콜의 보안에 기여하므로, 유동성 $HOME보다 4배의 투표 권한 가치를 가집니다.


---

# 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://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.
