Skip to content

Commit

Permalink
update contest explainer
Browse files Browse the repository at this point in the history
  • Loading branch information
MattPereira committed Dec 1, 2023
1 parent cc94658 commit 0844860
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions packages/nextjs/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,37 +9,37 @@ const steps = [
number: 1,
text: (
<>
Enter a contest to be airdropped 10,000 <span className="text-yellow-400">GODL</span> tokens
Enter contest to be airdropped 10,000 <span className="text-yellow-400">GODL</span> tokens
</>
),
},
{
number: 2,
text: <>Compete for the highest return on investment over 3 rounds that last a maximum of 5 minutes each</>,
},
{
number: 3,
text: (
<>
During each round, allocate your <span className="text-yellow-400">GODL</span> into each vault as you see fit
Deposit your <span className="text-yellow-400">GODL</span> into the vaults according to your risk tolerance
</>
),
},
{
number: 3,
text: <>Wait for Chainlink VRF to generate the random numbers that determine return on investment for each vault</>,
},
{
number: 4,
text: (
<>
After allocating 100% of your <span className="text-yellow-400">GODL</span> into the vaults, put pressure on the
competition by clicking the ready button to expadite the round closing process
Re-allocate your <span className="text-yellow-400">GODL</span> each round based on game theory of where other
players are allocated
</>
),
},
{
number: 5,
text: (
<>
At the end of each round, the market contract sends or takes <span className="text-yellow-400">GODL</span> from
the vaults based on the random numbers generated by VRF
At the end of the third round, the player with the most <span className="text-yellow-400">GODL</span> is the
champion
</>
),
},
Expand Down

0 comments on commit 0844860

Please sign in to comment.