# Agora staking economics

초기에 필요한 지분은 검증자당 40,000 BOA이다. 각 검증자는 필요할 때 블록을 제안하고 다른 검증자가 제안한 유효한 블록을 증명함으로써 정직하게 행동하면 할당된 검증자 보상의 몫을 받는다. 검증자가 선택한 검증자일 때 차단을 제안하지 않거나 예상 시간 내에 차단을 증명하지 않을 경우 소량의 지분을 제거함으로써 불이익을 받는다. 만약 그것이 정직하지 않다는 것이 증명된다면 그것은 삭감될 것이고 더 많은 양의 지분이 제거되는 결과를 초래할 것이다. 슬래시는 다음 프로토콜 위반에 대해서만 발생합니다.

1. 동일한 슬롯 높이에서 두 개의 다른 블록을 제안하는 잘못된 행동 블록 제안자
2. 동일한 대상 체크포인트에 대해 서로 다른 소스 체크포인트로 투표를 게시하는 참가자
3. 소스 및 대상 체크포인트와 관련하여 다른 투표를 둘러싸거나 둘러싸고 있는 투표를 게시하는 증명자


---

# 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/agora/what-is-bosagora/agora-staking-economics.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.
