> For the complete documentation index, see [llms.txt](https://kr-docs.aftermath.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kr-docs.aftermath.finance/farms/undefined/claiming-rewards.md).

# Claiming Rewards

Afterburner Vault에 스테이크 한 후에는 포지션의 상태를 모니터링하고 다양한 작업을 수행할 수 있습니다. 여러 농장에 스테이크한 경우, 포트폴리오 탭으로 이동하여 농장 탭을 선택하고 모든 농장 포지션을 쉽게 볼 수 있으며 각각의 페이지로 이동할 수 있습니다.[ 포트폴리오 보기: 농장](https://docs.aftermath.finance/getting-started/viewing-your-portfolio#farms) 문서 섹션을 참조하십시오.

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

스테이크한 Afterburner Vault의 페이지로 이동하면 여러 가지 작업을 수행할 수 있습니다. 이러한 작업에는 스테이크 추가, 스테이크 해제, 잠금 연장, 보상 청구가 포함됩니다.

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

스테이크 추가를 통해 농장에 커밋한 LP 토큰의 양을 늘릴 수 있습니다. 이 옵션을 선택하면 작업을 수행하기 전에 포지션에 대한 변경 사항을 검토할 수 있습니다. 새로운 잠금 기간, 새로운 APY 잠금 부스트 및 총 APY, 스테이크 양과 같은 지표를 검토할 수 있습니다.

<figure><img src="/files/WntMoCuyD4xtxZiTaSRT" alt="" width="344"><figcaption></figcaption></figure>

잠금 연장을 통해 이전에 스테이크한 LP 토큰을 더 긴 기간 동안 커밋함으로써 추가 보상을 받을 수 있습니다. 이 옵션을 선택하면 거래를 실행하기 전에 새로운 APY와 새로운 잠금 기간을 포함한 스테이킹 포지션에 대한 변경 사항을 검토할 수 있습니다.

<figure><img src="/files/3eQb5MRHYLEruateu1Vx" alt="" width="375"><figcaption></figcaption></figure>

보상 청구를 통해 지갑에 있는 모든 보상을 받을 수 있습니다. 그런 다음 이를 원하는 대로 사용할 수 있습니다.

<figure><img src="/files/K8g4Ysil44sleoXniQlQ" alt="" width="375"><figcaption></figcaption></figure>

특정 시점에 FE는 그 순간에 누적된 정확한 보상을 표시합니다. 그러나 보상이 실현될 때까지 누적된 보상을 추정치로 간주해야 합니다. 이는 보상을 더 자주 청구할수록 FE에 표시된 것과 실제 청구된 보상이 더 정확하게 일치하게 됨을 의미합니다.

저희 볼트는 Sui에 내재된 소유권 의미론을 활용합니다. 저희 afSUI/SUI LP와 같은 자산을 저희 볼트 중 하나에 스테이크할 때, 스테이크한 코인을 래핑하는 포지션을 생성합니다. 저희 볼트는 포지션에 대해 보상을 배포하는 것을 포함하여 귀하의 StakedPosition과 상호 작용할 수 없습니다 - 그것들은 귀하에 의해서만 소유되기 때문입니다. 따라서 귀하의 포지션의 보상은 귀하가 포지션과 상호 작용하는 트랜잭션에 서명한 후에만 체인상에서 업데이트됩니다. 저희는 보상을 청구하는 행위뿐만 아니라 수행할 수 있는 모든 작업이 귀하의 포지션의 누적 보상을 업데이트하도록 설정했습니다.

포지션의 소유자로서, 여러분만이 그것과 상호 작용할 수 있는 거래를 실행할 수 있습니다. 본질적으로 볼트는 여러분이 투자한 자금에 대해 아무것도 할 수 없습니다.

그게 다입니다! 질문이 있으시면 Aftermath 팀에 [디스코드](https://discord.com/invite/VFqMUqKHF3)로 연락주시면 도와드리겠습니다.


---

# 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://kr-docs.aftermath.finance/farms/undefined/claiming-rewards.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.
