> 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/overview/rewards/holding-reward.md).

# Holding Reward

## What is Holding?

Holding an artist’s work for a long time indirectly contributes to the NFT ART ecosystem as the floor price steadily uprises.

At 2R2, we do not take holding NFTs for granted and wanted to return these positive vibes to the ecosystem contributors.

A collector can gain passive income when owning the NFT purchased within the 2R2 protocol. The longer you HODL to the NFT, the more you earn.

## Holding Reward Formula

$$
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 = Artwork Price
* W3 = Weight
* HP = Holding Period
* CT = Curent Transaction
* LT = Last Transaction
  {% endhint %}

## How do I get them?

Simply hold on to your NFT and enjoy your RP yields over time.

You can check your RP gains [**here**](https://test.2r2.io/rewards?select=all)


---

# 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:

```
GET https://docs.2r2.io/overview/rewards/holding-reward.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.
