> For the complete documentation index, see [llms.txt](https://realitymeta.gitbook.io/renderreality/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://realitymeta.gitbook.io/renderreality/introduction.md).

# Introduction

<figure><img src="/files/30VDEDPr1NRoi2PLGUvb" alt=""><figcaption></figcaption></figure>

Welcome to the "Render Reality" campaign! We continue to collaborate with Golem Network to Power Reality Metaverse. Here's the deal: everyone who renders and shares a Reality NFT is rewarded with a Reality NFT. It's simple: render, share, and earn! Apart from the guaranteed NFT, active participants also have a chance to win exclusive prizes. Remember, play fair and keep the spirit genuine! Find all the details of participation [here](/renderreality/how-to-participate.md).<br>

### Exclusive Rewards for Active Participants

* The first 10 participants rendering videos of all 14 [eligible NFTs](/renderreality/the-list-of-eligible-nfts.md) will receive a [Reality NFT Loot Box](https://realitymeta.io/home/lootbox) (1 for each participant).
* If there are no 10 participants with 14 NFTs rendered till the end of the event, the top 5 participants with the most NFTs rendered will receive a Loot Box (1 for each participant).
* If multiple users have rendered the same number of NFTs, the one who rendered them first will be ranked higher than those who rendered them later.
* Note: Rendering the same NFT more than once is not allowed. All NFTs must be distinct.

### Event Schedule

* Kick-off: OCT 3, 1 PM UTC
* Conclusion: OCT 17, 1 PM UTC
* Note: Videos produced beyond this schedule will not be considered for the "Render Reality" campaign.
* Rewards will be distributed to qualifying participants within two weeks post-event.


---

# 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://realitymeta.gitbook.io/renderreality/introduction.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.
