# Glass Payouts

Each glass type has specific base attributes that differentiate them from each other.

**These attributes affect both the payout and daily allowable watch time of the user.**&#x20;

There are two attributes associated with each glass type, i.e., durability, and luck.  Durability and luck both increase automatically as glass levels and type increase, The payout equation is given as:<br>

<figure><img src="https://lh3.googleusercontent.com/WJDV8331z58Df3B27I1N4cassfnZkBhZ583x7Tzw0jed4CTTWMZQ1VYERzNp4IzT7nnTH_2Dib4Zhl91q2CecFfca5OmX87m7o3fjaIv_RiMa7MqF_I-5gR1s77g0wRE3KUMOZhcdc2mCCf-WjRjLR_B7VC2Y-efdhHhmWt_ny2mza35htAizufaSq_Z3g" alt=""><figcaption></figcaption></figure>

TOG = 1,2 or 3. Where 1 represents common glass and 3 represents Superscript

Level = The level the glass is currently at.\
K = Durability constant. The durability constant is the number of additional minutes a user can watch when they level up.

A = It is the constant number a user can fully charge their glasses in a day.&#x20;

The number 20 represents 20 mins which is essentially the base amount of minutes on a freshly minted glass.

<figure><img src="https://lh5.googleusercontent.com/Z1DaREiwdncCX-_zITN64RfEIMOEaouTLBtVc7_KMRzfRKyR5aX4Lg4uvycPjlS1aCfkYjRw1daaqDoSQZ3NuZminm45PQK4pkQLxVkxvWhUW7JSsuvjl8GP4nax0_mUe_uFKbijCoGOzADdZJW4t_OcE_BPZOJyJfcwJ_z4DIl202PuacxG81u3HQuLog" alt=""><figcaption></figcaption></figure>

Where Rmax is the max reward that can be earned by a maxed-out glass and Tmax is the max allowable watch time in a day for a maxed-out glass given a certain glass type.

<figure><img src="https://lh4.googleusercontent.com/O1wV0mkRY320Hs8ZLXcJBI67M-ng8sC-rDmEosdybXovEAkKlHskGM9CZUrKdsbuiIUxLZqQZFgM7w9MKICRLUzG57FGOM5hADhy7G9cHFQEUnEJf3rtV4G56-sjfUxj4rzgVBooyEUwPZlZTNg-gQuNF7mEJqPDi53v_KmESB7aqvFuAQp-jtHs-hEHcQ" alt=""><figcaption></figcaption></figure>

<figure><img src="https://lh6.googleusercontent.com/sT0S9GBBqoGXG8b54-tUpxGfpeHLdeczW8yuUyU0OVyOGLWWJMm_h1LaMGNSUz3DFwx0lxbJ6BWscZR45DesRXaZhv2_J6uQt6uDsKh-WVSHgk2-hfUC2dPHOAhC4UkOIb5NUvYrEzEh74Ujkf75gajGDYXitYYLBP83yVBvbRzycT5YjHXgnQkli0P3Ew" alt=""><figcaption></figcaption></figure>

Note that all the payouts will be vested for a period of 14 days. Users can view their rewards but cannot claim them until the grace period is completed.


---

# 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/glass-payouts.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.
