# 노미네이터

노미네이터 (Nominator)는 바이프로스트 네트워크의 스테이킹 하위 시스템에서 활동하는 참여자 유형 중 하나입니다. 이들은 두 번째 유형의 참여자인 검증자 (Validator)에게 자신의 스테이킹 자산을 위임하는 역할을 맡습니다. 스테이킹된 자산을 위임함으로써, 노미네이터들은 라운드마다 검증자를 선출할 수 있으며 보상도 지급받습니다.

검증자가 블록 생성과 최종성 (Finality) 메커니즘에 적극적으로 참여하는 네트워크의 활성 참여자라면, 노미네이터는 다소 수동적인 역할을 수행합니다. 노미네이터가 되기 위해 자체 노드를 운영하거나 온라인 가동 시간을 신경 쓸 필요는 없습니다. 하지만 올바른 노미네이터는 자신이 선출하는 검증자에 대해 철저한 검토를 수행해야 합니다. 노미네이터는 특정 검증자를 지명할 때 자신의 보상 비율에 주의를 기울여야 합니다.


---

# 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.bifrostnetwork.com/kr/nominators.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.
