# 검증자 등록과 투표용 키

* 검증자가 되려면 **40,000 BOA**를 예치해야 합니다.
* 자세한 절차는 [Validator 가이드](https://bosagora.io/ko/validator)를 참고하세요.
* 키 생성은 [agora-key-gen](https://github.com/bosagora/agora-key-gen) 도구로 진행합니다.
* 생성 시 두 가지 파일이 만들어집니다:
  * `keystore-...` : 검증에 사용하는 **검증자 키**
  * `voter-keystore-...` : Votera 투표에 사용하는 **투표 키** (Ethereum Keystore V3)
* 투표 키는 **Metamask**에 불러와 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/voting-key.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.
