> For the complete documentation index, see [llms.txt](https://docs.2r2.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.2r2.io/korean/2r2-1/undefined-2/holding-reward.md).

# 보유 보상 (Holding Reward)

## Holding Reward란 무엇인가요?

아티스트의 작품을 오랜 기간 보유하는 것은 바닥 가격이 꾸준히 상승함에 따라 NFT ART 생태계에 간접적으로 기여합니다.

2R2에서는 NFT 보유를 당연시하지 않으며, 이러한 긍정적인 에너지를 활동적인  컬렉터에게 반환하고자 합니다.

컬렉터는 2R2 프로토콜 내에서 구매한 NFT를 소유함으로써 안정적인 보상을 받을 수 있습니다. NFT를 오랫동안 보유할수록 더 많은 보상을 얻을 수 있습니다.

## Holding Reward 수식

$$
HR(Holding Reward) = \frac{AP*W3*HP}{1ETH}\*\frac{CT}{LT},\quad if\ CT\<LT,
$$

$$
HR(HoldingReward) = \frac{AP*W3*HP}{1ETH}\*1,\quad if\  CT \geqq LT.
$$

{% hint style="info" %}

* AP = 작품 가격
* W3 = 가중치
* HP = 홀딩 기간
* LT = 마지막 트랜잭션
* CT = 현재 트랜잭션
  {% endhint %}

## 어떻게 얻을 수 있나요?

단순히 NFT를 보유하고 시간이 지남에 따라 RP 보상을 받으세요.\
[**여기**](https://test.2r2.io/rewards?select=all)에서 RP 획득 내역을 확인할 수 있습니다.


---

# 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.2r2.io/korean/2r2-1/undefined-2/holding-reward.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.
