> 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/voting-key.md).

# 검증자 등록과 투표용 키

* 검증자가 되려면 **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
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/voting-key.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.
