# Gems

There will be three gems each being unlocked every 10 levels such that gem 1 unlocks at level 10, gem 2 at level 20 and gem 3 at level 30. Users will have to buy gems from SPAY tokens and the proceeds will be burned. Users with gems will be eligible for weekly rewards. The protocol will have three reward pools for each gem level. The amount of SPAY to be funded to each of the pools will be dynamic and initially determined by the protocol. Each user holding a gem will be eligible to obtain a share of the reward pool based on the watch time. The reward distribution formula is defined as:

<figure><img src="https://lh4.googleusercontent.com/uPxHQKUL38HLe-obEvKORMYZXTDf4UfS1szjckMxsBarrKoivbGms4eu4oKjXEwhZFfgGx8IY6XA1ks9LvUeCKyVAkmfqgln-bc6PAZUv5LoRTrUPDXeC0XpKKaQsxro1ioXkSD4WOa33bFmePZJ90GuOm05lFQC6DN0O94z8mydOOHFoYLDMPWXS6Cvuw" alt=""><figcaption></figcaption></figure>

The reward is for a defined time period. ‘Wu’ is the watch time of the user i.e. the number of minutes the user has watched over a given time period. ‘Wt’ is the total watch time on the protocol by all users holding the gem of that particular tier. ‘P’ is the amount of SPAY in the reward pool and ‘n’ represents the gem tier.


---

# Agent Instructions: 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://documentation.script.tv/script-tokens/spay/mechanism-design-of-glasses/gems.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.
