> For the complete documentation index, see [llms.txt](https://onion-encryption.gitbook.io/onion-encryption-whitepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://onion-encryption.gitbook.io/onion-encryption-whitepaper/unique-features/onion-rewards.md).

# Onion Rewards

## Overview

**Browse2Earn** rewards system is developed to for users to earn ONI tokens by actively using browser or viewing privacy ads within Onion Encryption Browser. Rewards are divided into Ad Viewing Rewards (**AVR**) and Activity Based Rewards (**ABR**) where AVR’s allows users to earn ONI tokens by viewing privacy-respecting ads and ABR’s system rewards users for daily activities.  These rewards allow users to earn ONI tokens through built in activities, creating enhanced browsing experience while contributing to the ecosystem's growth.

{% tabs %}
{% tab title="Ad Viewing Rewards (AVR)" %}
These Ad Viewing Rewards are designed to help users earn ONI token right within the Onion Encryption Browser. We offer users to get full control over the frequency and the type of ads they see while browsing, creating a customizable and user friendly system. The AVR system allows users to earn ONI token and supports our browsers ecosystem.

**PRIVACY ADS SYSTEM**&#x20;

* Users earn ONI tokens by viewing privacy ads.&#x20;
* Ads are relevant, ensuring a great browsing experience.&#x20;
* Users can opt-in to receive ads and control the frequency and type of ads they see.
  {% endtab %}

{% tab title="Activity Based Rewards (ABR)" %}
Engaging with Onion Encryption Browser on a daily basis allow users to earn ONI tokens through various daily activities such as, performing web searching and interacting with content. Activity Based Rewards (ABR) system is designed to encourage users engagement and make daily browsing routine rewarding and enjoyable. By implementing ABR Onion Encryption Browser offers more interactive and user centric experience increasing both retention rate and overall ecosystem growth.<br>

**DAILY USAGE REWARDS**&#x20;

* ONI Tokens rewarded daily by using the Onion Browser.&#x20;
* Search Rewards allow users to gain tokens for performing searches using the browser’s integrated search engine.&#x20;
* Content Interaction Rewards let users to receive ONI tokens by interacting with content such as articles, videos, and tutorials.
  {% endtab %}
  {% endtabs %}


---

# 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://onion-encryption.gitbook.io/onion-encryption-whitepaper/unique-features/onion-rewards.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.
