> For the complete documentation index, see [llms.txt](https://docs.bifrostnetwork.com/kr/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bifrostnetwork.com/kr/staking/glossary/all-validators.md).

# 모든 밸리데이터

<figure><img src="/files/ovBmpytBfNS5YbZdXcE4" alt=""><figcaption></figcaption></figure>

1. 이름/주소로 검색: 밸리데이터의 이름 또는 컨트롤러 (Controller) 주소를 입력해 검색할 수 있습니다.
2. 유형 (Types): 검색 시 “풀 노드(Full node)” 또는 “베이직 노드 (Basic node)”로 구분할 수 있습니다.
3. 이름 (Name): 밸리데이터의 이름이 표시됩니다.
4. 주소 (Address): 밸리데이터의 컨트롤러 주소가 표시됩니다.
5. 스테이킹된 수량 (Staked): 해당 밸리데이터의 BFC 스테이크 수량이 표시됩니다. 이는 밸리데이터가 자신이 직접 스테이킹한 금액 (self-bonding)과 해당 밸리데이터에게 위임된 BFC의 총합을 의미합니다.
6. 생산성 (Productivity): 밸리데이터가 해당 라운드에서 정상적으로 블록을 생성하고 있는지를 나타내는 지표입니다. 예를 들어 생산성이 100%로 표시되면, 100%의 효율로 블록을 생성하고 있으며 오류가 없다는 뜻입니다.
7. 커미션 (Commission): 밸리데이터가 위임자 (Nominator)로부터 받는 수수료율입니다. 이 수수료는 스테이킹 보상에서 차감되며, 밸리데이터마다 수수료율이 상이합니다.
8. EYR (Estimated Yearly Return): 예상 연간 수익률입니다.
9. 스테이킹(Staking): 해당 밸리데이터에게 스테이킹하려면 “스테이킹” 버튼을 클릭하세요. 이미 스테이킹 중인 경우에는 “언스테이킹” 버튼이 대신 표시됩니다.


---

# 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.bifrostnetwork.com/kr/staking/glossary/all-validators.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.
