# 수수료

## 지연된 언스테이킹 프로토콜 수수료

획득한 스테이킹 보상의 5%에 해당하는 수수료가 일반 언스테이킹 프로세스 중에 부과됩니다. 수수료는 귀하의 포지션이 획득한 총 스테이킹 보상에 적용되며 다음과 같이 계산할 수 있습니다.

Fee = amount\_staked \* staking\_APY \* duration\_staked \* 5%

본보기:

3개월 동안 100 SUI를 스테이킹하고 스테이킹 APY가 3.5%인 경우 획득하는 총 스테이킹 보상은 다음과 같습니다:

staking\_rewards = 100 (SUI) \* 0.035 (APY) \* 0.25 (Years)  =  0.875 SUI&#x20;

수수료는 이 금액의 5%입니다. (staking\_rewards \* 0.05):

Fee = 0.875 (SUI) \* 0.05 = 0.043 SUI

수수료는 스테이킹되는 SUI의 총 금액에 대한 백분율로 표현할 수도 있습니다:

Fee/(amount\_staked + staking\_rewards) \* 100

Percent\_of\_total\_unstaked = 0.043 / (100 + 0.875)  \* 100 = 0.043%

## 아토믹 언스테이크 프로토콜 수수료

이 수수료는 Unstake Instantly를 선택한 경우에만 적용됩니다. 아토믹 프로토콜 수수료는 스테이킹되는 SUI의 총량에 적용됩니다. 수수료 가치는 프로토콜이 아토믹 언스테이킹을 위해 할당하는 SUI 준비금에서 사용할 수 있는 유동성에 따라 달라지며 다음과 같이 계산됩니다.

max\_fee - (max\_fee - min\_fee) \* reserves\_value / reserves\_target\_value

여기서 reserves\_value는 현재 언스테이킹 후 원자 언스테이킹을 위해 프로토콜에 할당된 SUI의 양이며, 다른 매개변수는 상수입니다:

max\_fee = 1%

min\_fee = 0.1%

reserves\_target\_value = 10000 SUI

## 검증자 수수료 (선택적)

각 검증자는 각 스테이크에 적용되는 자신의 수수료를 설정할 수 있습니다. AFSUI가 발행되면, 이 금액의 지정된 부분이 스테이크가 이루어진 검증자에게 전송됩니다. 기본적으로 이 수수료는 0과 같습니다. 각 검증자는 다음 범위 내에서 이 값을 변경할 수 있습니다: \[0, 0.1%]

검증인이 수수료를 설정한 경우, 스테이킹 페이지의 검증인 선택 드롭다운 메뉴에 표시됩니다:

<figure><img src="/files/N4TTxdWnstnsCUmTks4v" alt="" width="375"><figcaption><p>Validator Fee in Select Validator dropdown menu</p></figcaption></figure>


---

# 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://kr-docs.aftermath.finance/liquid-staking/undefined-1.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.
