# OxPoints

OxPoints is the internal currency of the OxData platform, created as a temporary solution before the introduction of a native token on the blockchain. Points collected by users are intended to be exchanged for the platform's native token in the future.

OxPoints can be used to pay for subscription plans that give access to platform features, as well as for donations to rule authors. Users can also purchase additional scanning channels using the points they have collected.

{% hint style="info" %}
All points collected by users will eventually be converted into the platform's native token. We invite you to familiarize yourself with the token's features [OXD Token](/roadmap/oxd-token.md) and the estimated time of its launch: [Roadmap timeline](/roadmap/roadmap-timeline.md)
{% endhint %}

### Applications

* Fees for plans that give access to the features of the OxData platform
* Donations to rule authors you want to thank
* With points, you can purchase additional channels that we will scan for you

### How to receive points?

* We periodically publish tasks that, upon completion, add points to your account. Visit the website [Quests](/earninig/quests.md) to learn more.
* Contests with prize pools that we publish on Telegram: [Telegram](/intro/telegram.md)
* Points for completing profile information
* If you find a significant bug in the application, report it, and after verification, you will receive points
* Users of [LIVETIME](/intro/livetime.md) can earn points if their public rules are subscribed to by others. More info on the website: [Rules Publisher](/earninig/rules-publisher.md)


---

# 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.oxdata.io/intro/oxpoints.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.
