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