-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #282 from Azuro-protocol/main
add fix from main
- Loading branch information
Showing
6 changed files
with
80 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,75 @@ | ||
import { PageHeadline, Callout, Button, Formula } from 'components' | ||
|
||
<PageHeadline | ||
title="Azuro Score" | ||
subTitle="Azuro Score points will be convertible into $AZUR tokens after the $AZUR token is launched" | ||
/> | ||
|
||
|
||
<Callout type="feature"> | ||
$AZUR token is launched. The Azuro Score program has ended. No new points will be awarded in Azuro Score from June 26th onwards. | ||
Data endpoints will remain accessible until July 1st. The Azuro Score program is being replaced by the new [Azuro Waves program](/knowledge-hub/airdrops/azuro-waves/overview) | ||
</Callout> | ||
|
||
|
||
## How to earn Azuro Score points? | ||
|
||
### Place bets on Azuro apps | ||
|
||
Find them on https://azuro.org/ecosystem | ||
|
||
<Formula> | ||
$$ | ||
\begin{array}{l} | ||
&\text{Score} = \$ \text{ amount of the bet} \times \text{ odds of the bet} \times 5 \ | ||
\end{array} | ||
$$ | ||
</Formula> | ||
|
||
<Callout type="info"> | ||
- Example: a user makes a bet of $10 at odds of 3 (European odds used for the example). Points are calculated like this: **10 * 3 * 5 = 150 points** | ||
- All bets count. For combo bets - the final odds of the combo are used for the multiplier. | ||
- The max odds mutiplier is 10. I.e. if the odds of the bet or combo are above 10, then they are counted as 10 for the Azuro Score multiplier. | ||
- For previous settings check [here](/knowledge-hub/airdrops/azuro-score/changelog). | ||
</Callout> | ||
|
||
<Button | ||
className="mt-6" | ||
title="Go to Frontends" | ||
toTab="https://azuro.org/ecosystem" | ||
/> | ||
|
||
|
||
### Provide liquidity | ||
|
||
**1 USDT/XDAI liquidity for 1 increment of time = 1.05 points** (i.e. \$1 liquidity provided for 2 increments | ||
(at least 14 days) = 2.1 points; and so on…) | ||
|
||
<Callout type="info"> | ||
- 1 increment of time is 7 days. Only full increments count. | ||
- There is no restrictions on adding/withdrawing liquidity. The points are calculated according to the total amount of time liquidity has been provided for. | ||
- Score points are updated/attributed once per day at midnight UTC. | ||
</Callout> | ||
|
||
|
||
<Button | ||
className="mt-6" | ||
title="Go to Liquidity Pools" | ||
toTab="https://www.azuro.org/liquidity" | ||
/> | ||
|
||
### Test Live betting and report bugs | ||
|
||
Read our bug reporting [guidelines](/community/live-betting-test-challenge), test one of the scenarios, describe your issue and earn Azuro Score points. | ||
For more details, see our [Live Betting Test Challenge](/community/live-betting-test-challenge). | ||
|
||
|
||
## Leaderboard | ||
|
||
<Callout type="info"> | ||
As of the start of Azuro Score Phase 2, a Weekly Leaderboard is introduced! It allows top Azuro Scorers every week to gain multipliers or boosts to their points. The weekly leaderboard resets every Sunday midnight at 00:00 UTC. | ||
</Callout> | ||
|
||
Check your Azuro Score and your place in the Weekly Leaderboard here https://azuro.org/score. | ||
|
||
If you want to show leaderboard in your UI, please follow [this guide](/guides/azuro-score). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"overview": "Overview", | ||
"historical-settings": "Changelog", | ||
"drops": "Phase 1", | ||
"airdrop": "Phase 2" | ||
"changelog": "Changelog", | ||
"phase-1": "Phase 1", | ||
"phase-2": "Phase 2" | ||
} |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters