# Dynamic In-App Rewards

## In-App Token Rewards

Aggre's in-app AG token rewards aim to offset user subscription costs while fueling new revenues and in-app engagement. In-app token emissions are a product of in-app revenues from paid subscriptions, sale of data points and free tier advertisements. New AG tokens are minted when users claim their AG tokens on-chain. The corresponding revenues earned go to buy / burn AG token from the open market.&#x20;

## Dynamic Emissions

#### The quantity of in-app rewards per rated prompt are based on these key factors:

* AG token price
* Cost of user subscription
* Maximum quantity of monthly prompts

$$
\text{Target Value of AG Tokens per Prompt} \geq \frac{\text{Cost of User Subscription}}{\text{Maximum Quantity of Monthly Prompts}}
$$

## How it works

### **Subscription Matching**

When a user subscribes to Aggre they pay a monthly fee. Aggre's rewards system aims to reward AG tokens in an amount worth at least what is paid for in the subscription, or even more.&#x20;

NOTE: Lot's of volatility is to be expected in the early days of AG token. For that reason, users must anticipate fluctuations in the value of in-app rewards. In-app rewards will require a ton of fine-tuning.

### **Earning Tokens**

Users earn AG tokens by submitting prompts and rating the best responses from different AI models.&#x20;

More prompts submitted -> More responses rated -> More AG tokens earned

### **Balancing Rewards and Engagement**

The total quantity of AG token rewards needed to offset the user's subscription costs are divided by the maximum number of prompts the user can submit within their subscription tier.&#x20;

### **In-App Reward Ceilings**

Every subscription tier comes with a maximum quantity of prompts per month. This maximum is based on the hard costs to use multiple AI model APIs. To earn maximum AG token rewards, users will aim to reach the maximum quantity of prompts allotted by their paid subscription. If desired, users can recharge their AI credits on Aggre if they max out for the month.&#x20;

Remember, the goal here is free AI. Anyone buying an Aggre subscription just to rip through AI prompts   in an attempt to amass tons of AG rewards will be disappointed.&#x20;


---

# 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://docs.aggregated.app/overview/ag-token/dynamic-in-app-rewards.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.
