> For the complete documentation index, see [llms.txt](https://docs.supervol.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.supervol.io/archives/minato-testnet-archives/points-minato.md).

# Points (Minato)

{% hint style="info" %}
Below points scheme applies solely to SuperVol's Minato Testnet product, and may be subject to change over the course of development.
{% endhint %}

### **Introducing SuperVol Points⚡** <a href="#introducing-stvol-points" id="introducing-stvol-points"></a>

Welcome and big GM to SuperVol Minato testnet contributors!

Your participation is key in developing both our community and product. Thus, the team is always considering user reward as a major factor in our journey towards success.

As of now, we believe that a fair and transparent measurement of your efforts is possible through a points scheme.

Check your progress through our in-site [Dashboard](https://supervol.io/dashboard) feature.

<figure><img src="/files/Pp8vSgsVN6rYTF3PtVBW" alt=""><figcaption><p>SuperVol Dashboard</p></figcaption></figure>

### How to Earn Points <a href="#how-to-earn-points" id="how-to-earn-points"></a>

We value all efforts that make SuperVol a better place, from rigorous trading on SuperVol to spreading the word about us on social media. Any suggestions or bug reports are also valued, making sure we’re all set before Mainnet launch.

As of now, we’re keeping things as simple as possible – just trade and refer frens!

**1. Trade**

Make trades on our ‘1 Hour’ product to accumulate **Trading Points**.

* 1 Hour
  * 1 Order Unit Filled = 100 Trading Points
  * e.g.) 10 Market Orders on BTC/USD 1 hour, +1% Over = 1,000 Trading Points

{% hint style="info" %}
***Why?***

*The order size of ‘1 Hour’ trades is fixed at $100. Regardless of your order price, 1 unit of trade is recognized as $100.*

*Under this setup, both ITM trades (orders with a high probability to win; likely to be priced higher) and OTM trades (orders with a low probability to win; likely to be priced lower) will be treated equally important in SuperVol Point scheme.*
{% endhint %}

**2. Referral**

SuperVol rewards **both referrers** and **referees**, the most important aspect of SuperVol Referral Points Scheme.

In most projects, rewards for referrers (the inviter) are straightforward while rewards for referees (the invited) are not as strong. Hence the incentive for referees (the invited) to use someone else's referral link to join a project is limited.

Gated participation is a way to tackle this problem, but we want SuperVol to remain a public experience. Instead, we are giving equal points to referees as well as referrers.

On top of this, SuperVol will give bonus points to "active referrals" if the referee achieves a minimum trade volume of $1,000. Both referrers and referees get bonus points from active referrals.

Sharing 4 major glossaries of SuperVol Referral Points Scheme for the SuperVol community:

**(1) My Referrals**

* \# of users that have registered your referral code + Make at least 1 trade on SuperVol

**(2) Referral Trading Pts**

* 10% of the total trading points earned by your Referees

**(3) My Trading Pts Boost**

* Register a referral code, and you gain a 10% boost on your trading points (=better to be referred by your friend to onboard!)

**(4) Referral Bonus Pts**

* If someone registers your code, and that person trades the first $1,000:
  * That person earns 10,000 points
  * You earn 5,000 points

Spread the word easily by clicking "Copy Referral Link." This opens a pop-up to let you directly tweet your link or copy link to share elsewhere.

<figure><img src="/files/iGiNMAvMdUElP3UC12KX" alt="" width="563"><figcaption></figcaption></figure>


---

# 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://docs.supervol.io/archives/minato-testnet-archives/points-minato.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.
