> For the complete documentation index, see [llms.txt](https://docs.octusbridge.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.octusbridge.io/octus-bridge-kr/staking/explorer/interface/stakeholders.md).

# 스테이크홀더(Stakeholder)

탐색기의 아래에 위치한 블록(공간)은 **스테이크홀더(Stakeholders)** 관련 정보란입니다.&#x20;

BRIDGE 토큰의 모든 스테이크홀더 정보는 이곳에 나옵니다. 여기서는 각 스테이크홀더에 대한 정보를 볼 수 있습니다

* 주소 - 에버스케일의 각 스테이크홀더 주소
* 형식 - 스테이크홀더의 형식 (보통 혹은 중계자)
* 동결된 스테이크 - 동결된 BRIDGE 토큰의 수
* 30일 보상 - 스테이크홀더가 최근 30일간 획득한 보상
* 총 보상 - 스테이크홀더가 획득한 총 보상

블록의 오른쪽 상단에서 스테이킹 기간, 잔액, 고정 스테이크, 마지막 보상, 총 보상 및 유형별로 검색 **필터**를 활성화하고 구성할 수 있습니다.&#x20;

![](/files/wJDQrszZL5X9yp49Lacb)


---

# 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.octusbridge.io/octus-bridge-kr/staking/explorer/interface/stakeholders.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.
