> 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/voting-reward.md).

# 투표 보상 (Voting Reward)

## Voting Reward가 무엇인가요?

2R2에서 컬렉터들은 RP로 NFT에 투표할 수 있으며, 이는 프로토콜 내의 다양한 활동을 통해 얻을 수 있습니다.

## Voting Reward 수식

$$
VR(Voting Reward) =\frac{AP*W1*MyStake}{TotalVote1}
$$

{% hint style="info" %}

* TotalVote1 = 거래된 작품의 총 보팅량
* AP = 작품 가격
* W1 = 가중치
* MyStake = 거래된 작품의 내 보팅량
  {% endhint %}

이는 NFT 구매를 거치지 않고도 좋아하는 아티스트의 작품을 후원할 수 있는 적극적인 표현 중 하나입니다.

2R2 생태계는 작품의 가격뿐만 아니라 투표 결과도 제공하며, 컬렉터는 NFT의 내재 가치를 결정할 수 있으며, 투표를 받음으로써 창작자는 작품의 즉각적인 판매 없이도 지속적인 활동을 위한 동기 부여를 받을 수 있습니다.


---

# 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/voting-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.
