> For the complete documentation index, see [llms.txt](https://docs.chiliz.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.chiliz.com/ko/baeuggi/geomjeungja/geomjeungja-seullaeissing.md).

# 검증자 슬래싱 소개

## 검증자 슬래싱이란 무엇인가요?

검증자 슬래싱은 네트워크 무결성을 유지하는 데 필수적인 패널티 메커니즘입니다.

Chiliz Chain과 같은 Proof of Staked Authority(PoSA) 블록체인에서 검증자는 토큰을 스테이킹하고 평판과 스테이킹 금액에 따라 선출됩니다.

{% hint style="info" %}
PoSA는 Proof of Stake(PoS)와 Proof of Authority(PoA) 합의 메커니즘의 요소를 결합합니다.
{% endhint %}

검증자 슬래싱은 검증자들이 책임감 있게 행동하고 Chiliz Chain의 이익을 위해 행동하도록 보장합니다. 따라서 블록 누락 및 장기 다운타임과 같은 악의적인 활동을 억제합니다.

슬래싱은 검증자의 행동을 네트워크의 보안 및 신뢰성과 일치시키는 데 중요합니다.

## Chiliz Chain의 검증자 패널티

검증자에게는 블록 누락과 장기 다운타임이라는 두 가지 가능한 패널티가 있습니다.

{% hint style="info" %}
이 패널티들은 누적됩니다. 동일한 에포크 내에서 검증자 노드가 슬래싱 레벨 1에 도달한 후 슬래싱 레벨 2에 도달하는 방식으로 부과됩니다.

즉, 두 번째 패널티(슬래싱 레벨 2)에 도달한 검증자 노드는 이미 첫 번째 패널티(슬래싱 레벨 1)의 결과를 감수하고 있습니다.
{% endhint %}

두 패널티의 세부 사항:

* **블록 누락 패널티**: 검증자 노드가 에포크(약 하루)당 `XXX`개의 블록을 누락하면 해당 에포크의 보상을 잃습니다. 이것이 슬래싱 레벨 1입니다.
* **장기 다운타임 패널티("구금")**: 검증자 노드가 에포크당 `YYY`개의 블록을 누락하면 이미 해당 에포크의 보상을 잃었으며(슬래싱 레벨 1), 추가로 4 에포크 동안 "구금"됩니다(슬래싱 레벨 2). 검증자 노드 소유자는 이 기간이 지나야만 검증자 노드를 "해제"할 수 있습니다.

패널티는 다음 공식에 따라 계산됩니다.

* 슬래싱 레벨 1:\
  `XXX = (에포크의 총 블록 수 / 총 검증자 수) / 2`
* 슬래싱 레벨 2:\
  `YYY = (에포크의 총 블록 수 / 총 검증자 수) * 3/4`

## 검증자 노드 구금 해제 방법

검증자 노드가 "구금"된 경우, 문제를 해결하고 4 에포크를 기다린 후 "해제"(구금 해제)할 수 있습니다.

{% hint style="info" %}
해제를 요청하기 전에 노드를 구금으로 이끈 문제가 해결되었는지 확인하세요!

이는 노드를 업그레이드하거나 노드 활성화를 방해하는 모든 문제를 수정하는 것을 의미할 수 있습니다.
{% endhint %}

검증자 노드를 구금에서 해제하려면 다음 단계를 따르세요.

1. 노드 구금의 초기 문제를 해결한 후 4 에포크(약 4\~5일)를 기다려야 합니다.
2. 4 에포크가 지나면 검증자의 소유자 지갑을 [Chiliz 스테이킹 dApp](https://governance.chilizchain.com/staking)에 연결합니다.
3. 오른쪽에 위치한 "구금 해제" 버튼을 클릭합니다.<br>

   <figure><img src="/files/LVXDatDQbeGo349UjK8m" alt=""><figcaption></figcaption></figure>
4. 구금된 노드의 지갑 주소를 입력하고 "제출"을 클릭합니다.

<figure><img src="/files/6uyzYyajpI3fLcbOQ1zw" alt="" width="359"><figcaption></figcaption></figure>

5. 노드가 구금에서 해제되어 다시 활성화될 수 있습니다.

{% hint style="info" %}
노드가 블록 생성을 재개하려면 다음 에포크를 기다려야 합니다. 최대 24시간이 소요될 수 있습니다.
{% endhint %}


---

# 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.chiliz.com/ko/baeuggi/geomjeungja/geomjeungja-seullaeissing.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.
