> For the complete documentation index, see [llms.txt](https://docs.bosagora.org/kr/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bosagora.org/kr/votera/metamask.md).

# Metamask에서 투표용 키 불러오기

Votera 투표에 사용되는 **투표용 키(voter-keystore-... 파일)**&#xB294; **Ethereum Keystore V3** 형식으로 저장됩니다. 이 파일은 MetaMask에 불러와 사용할 수 있습니다.

## **절차**

1. MetaMask 실행 후, **계정 아이콘 → 계정 가져오기(Import Account)** 를 선택합니다.
2. **JSON 파일 업로드(Keystore File)** 옵션을 선택합니다.
3. `voter-keystore-...` 파일을 업로드합니다.
4. 파일 생성 시 설정했던 **비밀번호**를 입력합니다.
5. 불러오기가 완료되면 MetaMask에 Votera 투표용 계정이 추가됩니다.

👉 이 계정을 사용하여 Votera 플랫폼에서 **투표**를 진행할 수 있습니다.


---

# 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.bosagora.org/kr/votera/metamask.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.
