A social experiment.
Game Stats
calculating
TLOS stacked
TLOS stacked
calculating
Until possible Payout
Until possible Payout
Stack Size: Calculating
Current Potential Winner: Loading..
The Game
What are the game rules?
The Stack Game consists of a stack of TLOS which is sent to a simple smart contract. Everytime some one stacks TLOS, the stack grows. The last player who stacks TLOS in the end will be able to payout the whole stack for themselves (everyone will be able to hit the payout button, if ever possible). In order to determine the last player and to make sure everyone has enough time to be that last player, the smart contract automatically adds a 'waiting time' once someone stacks TLOS. After that waiting time passed, the last player would be theoretically able to pay out the whole stack. But since anyone can stack new TLOS in the meantime, the waiting time automatically extends. See in FAQ how the smart contract calculates the waiting time based on the stacked amount.What do people say
Testimonials
Some more Details
FAQ
What is this?
How do I get my TLOS back?
By winning this game.
How do I win this game?
By being the last one putting TLOS on the stack.
How do you calculate the waiting time after each time someone stacks?
We wanted to calculate it by this exponential curve: But since performing exponential calculations in Solidity is a huge pain in the ass, we decided to calculate it by using this simple table. As soon as the stacking amount reaches value of X, time of Y will be used as waiting time.
X: TLOS Stacked | Y: Waiting Time |
---|---|
0.1 | 8h |
1 | 4h |
10 | 1h |
100 | 10m |
1000 | 75s |
10,000 | 7.5s |