> For the complete documentation index, see [llms.txt](https://guide-v1.elyfi.world/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide-v1.elyfi.world/korean-2/governance/on-chain-vote/delegation.md).

# 투표권 위임 방법

보유한 sELFI 토큰(투표권)이 10,000개 미만이어서 투표 참여 조건을 만족하지 못 하는 상황의 경우에도 본인이 보유한 투표권을 다른 지갑에 위임함으로써 거버넌스에 참여할 수 있습니다. 구체적인 투표권 위임 과정은 다음과 같습니다.

1. **Delegate vote 버튼을 클릭하여 팝업창을 활성화시킵니다.**

![](/files/mZNtq7Hx1Pb29bNPM60y)

**2. 팝업창이 뜨면 Delegate to an address 버튼을 클릭하세요.**

![](/files/mzJEnowSin8rZg7JYltk)

**3. 위임하고자 하는 주소를 입력하고 'Delegate votes' 버튼을 클릭하여 메타마스크를 실행시켜주세요.**

![](/files/n4DzSdPLB0Yn65Vv9yYh)

**4. 메타마스크에서 'Confirm' 버튼을 눌러서 트랜잭션을 전송합니다.**

![](/files/KL1jlM8gHSzVP4bci4LW)

**5. 사이트 하단에 알림 메시지로 전송한 트랜잭션의 완료 여부를 확인할 수 있습니다.**

![](/files/NJEdaTgayR1Rw1NlsYHH)

**6. 트랜잭션이 완료되면, 위임 상태를 보여주는 'Delegating to' 영역에 위임한 지갑주소가 표기됩니다.**

* Delegation 상태는 하단에 공유한 링크에 본인지갑주소를 넣고 브라우저에 검색하면 확인할 수 있습니.
* <https://www.withtally.com/voter/\\[your> Ethereum address]/governance/elyfi

![](/files/azO5b8i09JVMbHy5Bo8N)


---

# 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://guide-v1.elyfi.world/korean-2/governance/on-chain-vote/delegation.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.
