Skip to content

Commit

Permalink
Merge pull request #282 from Azuro-protocol/main
Browse files Browse the repository at this point in the history
add fix from main
  • Loading branch information
Avvrik authored Oct 28, 2024
2 parents f32758a + df47743 commit 4653cd2
Show file tree
Hide file tree
Showing 6 changed files with 80 additions and 5 deletions.
75 changes: 75 additions & 0 deletions pages/concepts/airdrops/azuro-score/overview.mdx
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).
6 changes: 3 additions & 3 deletions pages/knowledge-hub/airdrops/azuro-score/_meta.json
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"
}
2 changes: 1 addition & 1 deletion pages/knowledge-hub/airdrops/azuro-score/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ $$
- 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/historical-settings).
- For previous settings check [here](/knowledge-hub/airdrops/azuro-score/changelog).
</Callout>

<Button
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Community Airdrop 1 comes in 2 snapshots:
- \$AZUR pool 5 of **738,000** tokens distributed to 738 addresses (1,000 each) which held testnet NFTs.
- In total 50% of tokens are unlocked at TGE, 50% are vested linearly over 183 days, block by block.
- all tokens up to 1,000 are fully unlocked. This means 43,459 addresses receive more than 50% unlocked tokens. To balance this the 2,207 top receiving addresses receive 45% unlocked and 55% vested.
- Azuro Score holders who have received their score via the [Polygon and GnosisChain drops](/knowledge-hub/azuro-score/drops) but have never interacted with the Azuro Protocol on mainnet have been excluded.
- Azuro Score holders who have received their score via the [Polygon and GnosisChain drops](/knowledge-hub/azuro-score/phase-1) but have never interacted with the Azuro Protocol on mainnet have been excluded.

---

Expand Down

0 comments on commit 4653cd2

Please sign in to comment.