The Smart Contract-Based Randomized Game, Funded With a Randomized ICO

Size: px
Start display at page:

Download "The Smart Contract-Based Randomized Game, Funded With a Randomized ICO"

Transcription

1 The Smart Contract-Based Randomized Game, Funded With a Randomized ICO

2 Content Introduction to Slot! The Game for Blockchain Purists The Case for Slot How the Slot Game Works Progressive Jackpot Chances of Winning Technical description Gas Prices Random Number SLOT Tokens Token Sale SLOT Token Sale in Brief Bonus Structure Unsold Allocations Fund allocation Token Allocation Value Proposition of SLOT Profit and Dividend Forecasts Paying Dividends to SLOT Holders Conclusion

3 Introduction to Slot! Slot is a transformative game of chance, the first ever operated entirely on the blockchain ledger and instantly verifiable on any blockchain explorer. Unlike existing casino based blockchain projects, Slot is run exclusively on a smart contract, and payouts are guaranteed and triggered every 100 contributions. Slot is an Ethereum Smart-Contract written in Solidity. It emphasizes ease of use, full decentralization, and a fair outcome with low Gas prices. Uniquely transparent, Slot is aiming to become the game of chance for every blockchain enthusiast, achieving 100% decentralization. Slot guarantees that 95% of contributions be immediately paid back out to sweepstake participants, with an instant return of 5x - 40x the 0.1 Ether contribution. As the game is played entirely on the blockchain, any player can verify every winner and their wallet address using Etherscan. A further 2.5% of all contributions go into a progressive jackpot which remains stored on the same contract as the game itself. This progressive jackpot is attached to a randomized generator and operates at odds of 999,999/1, paying out huge jackpots on the blockchain. SLOT is the token of the Slot project and 100% of the game is owned by SLOT holders. SLOT takes a 2.5% margin on every game played, the sum of which is distributed to SLOT holders every 1,000 ETH raised. Unlike comparable ICO s, Slot is already fully functioning and being played right now. Uniquely the Slot ICO is a slot game itself, with the bonus structure decided completely by chance. One ICO participant will win the ICO Jackpot and own over 7% of the entire Slot project.

4 The Game for Blockchain Purists Slot is a game developed for blockchain purists - no dressed up slot machine interface, no hidden margins, no gimmicks, just a pure game of chance on the blockchain ledger. The first ever game of chance to be operated entirely on the blockchain ledger using a smart contract, with no use of any outsourced functionality, Slot is transparent, accountable, and verifiable like no other. Slot consists of a smart contract that performs the function of accepting game plays at the price of 0.1 Ether, and pays out prizes every 100 participations, with each game viewable on any blockchain explorer in perpetuity. The Case for Slot The online gambling industry was valued at over $40bn in 2016, but has major flaws. Among the issues are the need for greater transparency, widespread corruption and waiting periods to receive winnings (when playing online). The birth and development of digital currencies, especially Bitcoin, certainly helped solve many of the issues in online gaming. The lack of transaction costs in particular allowed cryptocurrency online casinos to lower their edge while maintaining their profits. Despite this, many online cryptocurrency casinos are actually still centralized entities with the ability to manipulate odds and especially to withhold large winnings. Some projects have attempted to go further and fully decentralize the process, or at least advertised the intention of doing as such. Projects such as Edgeless, TrueFlip and Funfair have been launched with major marketing campaigns and promises of huge casinos with multiple games existing on the blockchain. To date these projects remain elusive in terms of delivery and unclear in terms of how the entirety of the game will be verifiable and on the blockchain. Slot breaks the mould by providing a fully functioning and operating game on the blockchain that needs no further development or delivery. Investors in Slot are purchasing profit-sharing rights for a functioning entity due to receive dividend payment immediately. Investors in the Slot project do not need need to concern themselves with whether the project development team will deliver a functioning concept or hit unexpected issues, as the code for the functioning game is running and verifiable on blockchain explorers already.

5 How the Slot Game Works A Slot game costs 0.1 Ether (100 Finney) a Spin. Once 100 contributions have been completed, the smart contract randomly allocates prizes to 8 of the contributors and sends it directly to the same Ethereum wallet from which the contribution arrived. Prizes are paid every 100 spins to the same prize structure listed below. The prizes are paid out instantly after the 100th contribution, upon which time the next round begins immediately. The only exception is the progressive jackpot for which there is an explanation below. 1st Prize (x1) 4 Ether 2nd Prize (x1) 2 Ether 3rd Prize (x1) 1 Ether 4th Prize (x5) 0.5 Ether Progressive Jackpot Contribution Token Holder Dividend Refund for Gas of 100th entry 0.25 Ether 0.25 Ether Ether

6 Progressive Jackpot On every transaction to the Slot smart contract, there is a 1,000,0001 chance of winning the progressive jackpot, which will average 2,500 ETH (~$900,000). As the jackpot is triggered randomly, it will sometimes be less and sometimes far more. Whereas the 10 ETH sweepstake is triggered automatically every (100 * 0.1 ETH) contributed, the progressive jackpot is triggered separately using a random number generator. The jackpot number is triggered when the random number assigned matches the jackpot number which is between 000,000 and 999,999. The jackpot is paid out instantaneously when triggered, and future contributions start building the next progressive. Each individual 0.1 entry counts as one ticket to the progressive jackpot. Chances of Winning Prize Chance of triggering 0.5 ETH 5% 1 ETH 1% 2 ETH 1% 4 ETH 1% Jackpot! 0.001% Any Prize 8.001% Token Holders Edge 2.5%

7 Technical description Users need only to send 0.1 Ether to buy one ticket. A transaction with a lower amount won't succeed. If a user sends enough for multiple tickets, he will have more entries and a bigger chance to win. If the lot is full (i.e. 100 tickets have been sold), the user's multiple tickets will be split among two games. If the amount is not enough for another ticket, he will be refunded. After 100 entries -or 10 Ether- the sweepstakes are activated and the prizes are awarded based on a single pseudorandom number, as explained below. The winning number will be the index in the participant's list by order of participation, and will receive the first prize. The second-place winner is the next to participate after him, and so forth for eight different prizes. If the end of the list has been reached, = the next winner is selected from the beginning of the list. Furthermore, every user has a chance of one in a million to win the Jackpot, which is an accumulated sum from all games. At the end of the sweepstakes, Ether is set aside for the Jackpot, for marketing and development costs, and 0.02 is given to the 100th participant to refund his Gas cost with an added bonus, as explained below. Gas Prices Gas prices depend on the number of tickets bought and wether the player is the last participant in the game. Approximately, the cost of participating is 68,000 Gas. Any extra ticket bought in a single transaction requires an extra 30,000 Gas (approximate). If the user is the last participant in a game (and activates the sweepstakes and award transfers), he needs another 130,000 Gas (approximate, which is refunded with a bonus). Furthermore, the first player ever needs to pay an extra 20,000 Gas (approximate). For this reason, we recommend all players to include 300,000 Gas or more for any transaction, since Ethereum immediately refunds any extra Gas. Random Number The winning number is based on the last block's hash. It's not technically random since it's a hash based on the block's Merkle Tree of all its transactions, yet it is unknowable at the time of participating. This is because no randomness can occur within the Blockchain, since two differing blocks with different random numbers cannot achieve consensus. Miners can influence a number by neglecting to publish a block with a certain hash, yet they would lose their miner's reward and would have to do so repeatedly until hitting their desired number. This is very difficult to achieve, highly impractical, and not worth the money.

8 SLOT Tokens SLOT tokens holders are the sole owners of the Slot game. Each of the 14,000,000 tokens that will be minted represent an equal share in all profits derived from the game. SLOT is an ERC-20 token under the Ethereum network. The tokens can be considered a digital asset representing ownership rights. The use of the Ethereum network accelerates the traceability and functionality of the SLOT token. Token Sale The Slot token sale proposition is fundamentally different to any other crowdsale in cryptocurrency history, as it operates under the same concept as the project itself - with a totally randomized return structure. Every participation in the token sale will receive a random amount of between 500 SLOT tokens and 1,000,000 SLOT tokens per Ether. The results of this are 100% random and dictated by a fully verifiable smart contract. The entire process takes place on the Ethereum network. The crowdsale begins 9th October 2017 at GMT. The crowdsale ends 8th November 2017 at GMT or after 10,000,000 SLOT tokens have been distributed.

9 SLOT Token Sale in Brief Crowdsale Starts Crowdsale ends Bonus Structure Cap Tokens distributed Tokens minted Minimum investment 9th October GMT 9th November GMT or 10,000,000 SLOT Slot! - See table below! 4,715 ETH 10,000,000 SLOT 14,000,000 SLOT 1.00 ETH SLOT per ETH 500-1,000,000 % of tokens distributed in crowdsale 71.4% % of tokens for bounty program 1.8%

10 Bonus Structure The bonus structure for SLOT is like no other, ever! Taking the form of the Slot game itself, participants must contribute a minimum of 1 ETH and in multiples of 1 ETH. Each 1 ETH is an entrance in the sweepstake ICO and worth between 500 and 1,000,000 SLOT s. One participant will receive over 7% of all SLOT tokens (1,000,000) for only 1 Ether! Number of allocations Number of slots Distribution from this allocation 1x 1,000,000 1,000,000 4x 250,000 1,000,000 10x 100,000 1,000,000 50x 20,000 1,000, x 10,000 1,000, x 4,000 1,000, x 2,000 1,000, x 1,250 1,000, x 1,000 1,000, x 500 1,000,000 Total - 4,715 10,000,000 10,000,000

11 Unsold Allocations If there are unsold allocations, the Slot team will inherit them and participate in in the crowdsale sweepstake at the same value allocations and on the same smart contract. The exception is the top 100,000 SLOT token allocation which MUST be allocated to a crowdsale participant. In the case that no crowdsale participant takes the jackpot allocation, this 1,000,000 SLOT allocation will be added to the Ether jackpot in the game proper and distributed to the same winner. Fund Allocation Marketing - 80% The most important budgetary concern, by far, is the marketing in order to ensure that the exposure of the Slot game remains high, especially in its embryonic phase, before it catches on to wide scale appeal. This marketing budget is going to be spent primarily on sites focused on the cryptocurrency community as the barrier to entry for participation is significantly lower. It is in the interests of the founders and token holders alike that this budget is used accordingly, and it is the primary reason for raising funds via the crowdsale. Slot Founders - 20% The founders of slot will receive 20% of funds raised, as we are distributing not only a concept but an already operating game. The founder fee is low considering the phase of the game and the fact it s investors are purchasing a share in an existing product. Token Allocation Crowdsale Participants - 10,000,000 SLOT (71.4%) Far more SLOT will be distributed to crowdsale participants than comparable ICO s Holding over 70% of the tokens will assure that the crowdsale participants remain the most important stakeholders in the Slot game subsequent to the sale. Founders - 3,750,000 (27.8%) Bounty program 250,000 (1.85)

12 Value Proposition of SLOT The value of SLOT, the token, is solely defined by the amount of game play of the Slot game. Every game of Slot, which consists of ETH transactions, generates 2.5 ETH of token holder revenue. Frequent game play in which a Slot game is being played every few minutes would generate very significant dividends for SLOT token holders. SLOT will be a fully exchangeable token, with its price highly linked to the game play volume. We anticipate an average 4x multiple being attributed to SLOT tokens, due to the reliability and dependability of the dividend structure. The volume of game play will be highly linked to the rolling jackpot, and we expect the amount of Slot being played to drastically increase in instances where the jackpot surpasses $1,000,000. During these instances the dividend volume will increase as multiple games are completed per minute. SLOT is the ideal token for Ether holders looking to diversify their holding into a dividend paying asset. Unlike other investments, holders of SLOT do not need to worry about potential lack of completion of the Slot project and can know their investment will vest into a dividend paying asset immediately. In particular, as the Slot game is based on Ether and the dividends are paid in Ether, the token is ideal for those wishing to continue benefiting from increase in the price of Ether, and to benefit from the Ethereum projects ongoing growth

13 Profit and Dividend Forecasts The following graphs represent the Slot team s conservative and moderate forecasts. In practice we believe in a far more aggressive forecast based on the fact the game is already functioning and the potential is for many games per hour as the game gains traction within the Ethereum community and jackpots continue to grow. Year 1 (conservative) Rounds completed per day Rounds completed total Ether Profit Ether Dividend per 1,000 SLOT Ether Dividend for ICO Jackpot winner October ,464 1, November ,400 1, December ,975 1, January ,370 2, February ,800 2, March ,500 3, April ,500 4, May ,800 6, June ,000 7, July ,000 7, August ,000 7, September ,000 7,

14 Year 1 (moderate) Rounds completed per day Rounds completed total Ether Profit Ether Profit per 1,000 SLOT Ether Profit for ICO Jackpot winner October ,750 1, November ,000 3, December ,600 4, January ,800 6, February , March ,200 9, April ,000 10, May ,600 12, June ,000 13, July ,900 14, , August ,000 15, , September ,000 15, , Paying Dividends to SLOT Holders Dividends to SLOT token holders are paid out in Ether (ETH), not in SLOT. The Ether dividends are paid out to current holders of SLOT in real time, as verified by Etherscan. This means that the moment dividends are due, the holders of SLOT are located using a blockchain explorer and the dividends are paid out according to SLOT holders instantly.

15 Conclusion The first ever game of chance operated entirely on the blockchain, Slot is transformative and groundbreaking. Gamers wishing for a quick gambling rush need no longer worry if they ll get paid out should they win, and can now gamble with 100% surety and governed 100% by smart contract. Uniquely accessible and transparent, Slot is geared towards becoming the game of chance for every blockchain purist and enthusiast. Now that we ve created this revolutionary game, we re giving the Ethereum community an opportunity to own over 70% of it. Whereas other gambling projects have made big promises, Slot is already up and running meaning any contributor knows they re buying into something already functioning and ready. No dressed up slot machine interface, no opaque odds, no hidden margins, no gimmicks; just a pure game of chance on the blockchain ledger.

THE FIRST TRANSPARENT LOTTERY ON BLOCKCHAIN

THE FIRST TRANSPARENT LOTTERY ON BLOCKCHAIN THE FIRST TRANSPARENT LOTTERY ON BLOCKCHAIN Introduction Over 100 million people play Lottery every day in the world. On average about 1 in 14 people win. Pretty impressive, no? The reason we bring up

More information

PROJECT CIRCLE WHITEPAPER

PROJECT CIRCLE WHITEPAPER Table of Contents Abstract What is Project? Introduction Market Summery Our Solution Architecture History of Project 1 2 3 Features of Circle Coin Token and Project Factsheet Provable Fairness Roadmap

More information

White Paper FIRE LOTTO. January Page i

White Paper FIRE LOTTO. January Page i White Paper FIRE LOTTO January 2018 Page i CONTENTS INTRODUCTION... 1 Global Lottery Industry... 1 Challenges Faced by Lottery Industry... 2 Fairness... 2 Regulations... 3 Availability... 3 HOW THE BLOCK

More information

A decentralized poker room using blockchain technology

A decentralized poker room using blockchain technology A decentralized poker room using blockchain technology BillPoker whitepaper Version 1.0.3 (27 October, 2017) This whitepaper comprises the single legal document presented to public by the Company in connection

More information

1. Introduction What is MoneyBall? The online gambling market The MoneyBall solution Technology and anonymity...

1. Introduction What is MoneyBall? The online gambling market The MoneyBall solution Technology and anonymity... 1 1. Introduction... 3 2. What is MoneyBall?... 5 3. The online gambling market... 6 3-1. Licenses... 6 3-2. The size of the online gambling market... 7 4. The MoneyBall solution... 8 5. Technology and

More information

Version Last Updated

Version Last Updated A Blockchain Based Video-Game Ecosystem that Rewards Gamers with a Competitive-Proof-of-Stake Consensus Model. Version 1.1 - Last Updated 12.27.2017 By. Robert Han Abstract A fair and decentralized blockchain

More information

TRON M A R C H

TRON M A R C H TRONTOPIA WHITEPAPER V 1.0 M A R C H 2 0 1 9 TABLE OF CONTENTS CONTENTS TABLE OF CONTENTS...2 INTRODUCTION...3 CAPITALIZE...4 OUR TEAM...5 WHY TRON?...6 INFLATIONARY VS DEFLATIONARY...7 TRONtopia PLATFORM...8

More information

WHITEPAPER DRAFTCOIN

WHITEPAPER DRAFTCOIN EXECUTIVE SUMMARY BTCDraft is an e-sports and betting platform with a fully integrated cryptocurrency exchange and a stiff focus on diversifying coin holder s cryptocurrency portfolio. There are future

More information

~~~ TABLE OF CONTENTS ~~~

~~~ TABLE OF CONTENTS ~~~ Version 1.1-27 May, 2018 ~~~ TABLE OF CONTENTS ~~~ (1) Abstract... pg. 2 (2) Overview... pg. 3 (2.1) Collectable Games... pg. 3 (2.2) Idol Games... pg. 3 (3) Game Mechanics... pg. 4 (3.1) Land... pg. 4

More information

Innovative Gambling Platform On The Ethereum Blockchain

Innovative Gambling Platform On The Ethereum Blockchain Innovative Gambling Platform On The Ethereum Blockchain Today s gaming market suffers from the crisis of trust between the players and the game organizers. As you are aware of, the organizers of casino

More information

H Y D R O. ICO: August 24, 2017 Written: June 16, 2017

H Y D R O. ICO: August 24, 2017 Written: June 16, 2017 H Y D R O ICO: August 24, 2017 Written: June 16, 2017 Hydro Coin is the working name for the conceptualization of water as a currency and furthermore the inception of water as a tradable commodity. Hydro

More information

WHITE BOOK EDITION 1 2nd REVIEW 1 MAY 2018

WHITE BOOK EDITION 1 2nd REVIEW 1 MAY 2018 WHITE BOOK EDITION 1 2 nd REVIEW 1 MAY 2018 CONTENTS INTRODUCTION... 3 GAMEPLAY... 5 BLOCK OF LAND... 6 DISTRICTS... 7 BLOCK TYPES... 9 RESOURCES... 10 BUILDINGS... 11 TAXES... 13 INFLUENCE... 15 UPGRADING...

More information

BitRs Coins WHITEPAPER

BitRs Coins WHITEPAPER BitRs Coins WHITEPAPER 02 www. bitrscoin.com INDEX BitRs Coin Introduction3 Coin & Token Details 4 Business Plan 5 Future Plan 6 Contact Details 6 Technical Details 7 ERC20 Tokens 8 03 www. bitrscoin.com

More information

esports & Online Gambling

esports & Online Gambling Dios bendice por favor este proyecto, que sea aceptado en masa por todo el mundo, que generemos buenos ingresos de dinero y recaudemos buenas inversiones, para poder llevar a cabo un buen trabajo, por

More information

NEW ERA IN GAMBLING INDUSTRY

NEW ERA IN GAMBLING INDUSTRY NEW ERA IN GAMBLING INDUSTRY The only gambling platform 100% managed by its community. Players control the house, host all the games and receive most of the profit. White Paper 2018 Disclaimers The information

More information

The Future Is Now... White Paper

The Future Is Now... White Paper The Future Is Now... White Paper White Paper Glossary -Introduction- -What Is Turbo Tron- -Token Related- -Our Goal- -Token Supply- -Legal Disclamer- Turbo Tron Introduction As crypto currency enthusiast

More information

TABLE OF CONTENTS TABLE OF CONTENTS

TABLE OF CONTENTS TABLE OF CONTENTS Page 1 Page 1 of 13 TABLE OF CONTENTS TABLE OF CONTENTS 1. Introduction 5 1.1. esports Market Overview 5 1.2. Current esports events 7 1.3. DPLAY Tournaments Market Potential 8 2. esports Tournaments 9

More information

Overall Game Mechanics

Overall Game Mechanics 1 Introduction We see great potential in crypto-technologies as they pertain to mobile and computer gaming, as well as various other entertainment industries. We are proud to say that we are one of the

More information

Earn money with your knowledge!

Earn money with your knowledge! Earn money with your knowledge! The world s first block chain based game in which your win depends on your knowledge Table Of Contents What Is Coinquiztador And Why You Should Play... 4 Why Coinquiztador?...4

More information

Cryptocurrency Philosophy in Cryptography we Trust

Cryptocurrency Philosophy in Cryptography we Trust #befutureready With Cryptocurrency Philosophy in Cryptography we Trust Digital asset Secure online payment system requires end-to-end encryption Digital asset designed to work as a medium of exchange.

More information

«The dice is one of the most popular far-fetched games survived to our days.

«The dice is one of the most popular far-fetched games survived to our days. WHITE PAPER «The dice is one of the most popular far-fetched games survived to our days. The first dice marks the beginning of all gambling games. In our project we connect the modern world of high technologies

More information

CURRENSEE INITIAL GOLD BACKED COIN OFFERING

CURRENSEE INITIAL GOLD BACKED COIN OFFERING WHITE PAPER www.currensee.io CURRENSEE INITIAL GOLD BACKED COIN OFFERING 01 Currensee Initial Gold Backed Table Of Contents Introduction 02 Future of Cryptocurrencies 03 Gold on the Blockchain 04 Why CURRENSEE?

More information

A Mathematical Analysis of Oregon Lottery Keno

A Mathematical Analysis of Oregon Lottery Keno Introduction A Mathematical Analysis of Oregon Lottery Keno 2017 Ted Gruber This report provides a detailed mathematical analysis of the keno game offered through the Oregon Lottery (http://www.oregonlottery.org/games/draw-games/keno),

More information

WHITE PAPER A Global Crypto currency

WHITE PAPER A Global Crypto currency WHITE PAPER A Global Crypto currency CONTENTS 1. Introduction a. What is Capricot Coin 2. Capricot Coin Specification 3. Capricot Coin Distribution a. Capricot Coin Pre Sale b. Capricot Coin Pre Sale Target

More information

TABLE OF CONTENTS. Introduction 1. Abstract 3. Features 5. What makes the DixiHub project different 6. The Gaming Industry 8. Roadmap 9.

TABLE OF CONTENTS. Introduction 1. Abstract 3. Features 5. What makes the DixiHub project different 6. The Gaming Industry 8. Roadmap 9. TABLE OF CONTENTS Introduction 1 Abstract 3 Features 5 What makes the DixiHub project different 6 The Gaming Industry 8 Roadmap 9 Bounties 10 Coin Information 11 INTRODUCTION Gamers are constantly scraping

More information

Lightpaper. Bryllite Platform. Beyond the Game Boundaries. Bryllite Ltd.

Lightpaper. Bryllite Platform. Beyond the Game Boundaries. Bryllite Ltd. Lightpaper Platform Beyond the Game Boundaries Ltd. labs@bryllite.com www.bryllite.com Introduction of the Platform The Platform is a platform that provides functions which enable gamers to securely store

More information

FRESCO WHITEPAPER

FRESCO WHITEPAPER FRESCO WHITEPAPER 01.21.2018 CONTENTS I. Disclaimer II. About III. Art market today IV. Art market with Fresco V. TOKEN (FRES) distribution VI. Roadmap Disclaimer IMPORTANT NOTICE PLEASE READ THIS ENTIRE

More information

THE INTRO Tokens all together Tokens in presale Tokens in crowd sale

THE INTRO Tokens all together Tokens in presale Tokens in crowd sale ULTI Coin WHITE PAPER 2 INDEX THE INTRO PURPOSE The first Real money in-game currency ULTI & Game Industry Decentralisation Payment fraud solution ULTI in-game application MARKET INDUSTRY GROWTH ULTI COIN

More information

TOKEN SALE AGREEMENT

TOKEN SALE AGREEMENT TOKEN SALE AGREEMENT SwiftDemand Last Updated: March 30, 2018 This Token Sale Agreement is a legally binding contract between you and SwiftDemand Inc. (hereinafter Company ) regarding your rights and responsibilities

More information

Abstract. GameX (GX) is a gaming-themed crypto-currency (token) that s built on Waves blockchain. It consists of three main projects

Abstract. GameX (GX) is a gaming-themed crypto-currency (token) that s built on Waves blockchain. It consists of three main projects 1 Abstract GameX (GX) is a gaming-themed crypto-currency (token) that s built on Waves blockchain. It consists of three main projects that is planned to be the main usage areas of generated GX tokens.

More information

Origami Network. Whitepaper v

Origami Network. Whitepaper v Origami Network Whitepaper v1.2 01-15-2018 http://ori.network 1 Table of contents I. EXECUTIVE SUMMARY... 2 II. WHAT IS THE ORIGAMI NETWORK?... 3 1. ORIGAMI MARKETPLACE... 5 i. What is it?... 5 ii. Origami

More information

I just try to relax and think about videogames, what I m going to do after the race -Usain Bolt

I just try to relax and think about videogames, what I m going to do after the race -Usain Bolt TAP PROJECT WHITEPAPER Contents Introduction... 2 Market & Industry... 2 Vision... 4 Developers & Publishers... 5 Gamers... 7 ERC20-TOKEN STANDARD... 8 Proof of Stake Concept... 8 Roadmap Road to Zion...

More information

The Wild Crypto Token Sale will be going live to the public at 8 am GMT+1 (London) on 5th September 2017.

The Wild Crypto Token Sale will be going live to the public at 8 am GMT+1 (London) on 5th September 2017. Version 2.5 Table of Contents Cover page...1 Executive Summary... 3 The Problem The Traditional Lottery Market... 6 The Market... 7 The Existing Market Players... 9 Wild Crypto s Competitive Advantages...

More information

EDGELESS CASINO CROWDSALE WHITEPAPER

EDGELESS CASINO CROWDSALE WHITEPAPER EDGELESS CASINO CROWDSALE WHITEPAPER December, 2016 1 Executive Summary 3 1. Price and Transparency Problems of Online Gambling 5 1.1. Rise of the Cryptocurrency Reduce the Gamble Price 7 1.2. Fairness

More information

What is Proof of Stake?

What is Proof of Stake? What is Proof of Stake? Educational Series September 20, 2018 History The proof-of-stake consensus mechanism was first suggested on the Bitcointalk forum in 2011, but was not formally introduced until

More information

Next Generation Gaming Platform & Marketplace. WHITEPAPER v Oct 17

Next Generation Gaming Platform & Marketplace. WHITEPAPER v Oct 17 Next Generation Gaming Platform & Marketplace WHITEPAPER v1.2 10 Oct 17 Contents 1. Abstract... 3 2. Background... 3 3. The Problem... 5m 3.1 Overwhelming number of games... 5 3.2 Pricing Power... 6 3.3

More information

The student will explain and evaluate the financial impact and consequences of gambling.

The student will explain and evaluate the financial impact and consequences of gambling. What Are the Odds? Standard 12 The student will explain and evaluate the financial impact and consequences of gambling. Lesson Objectives Recognize gambling as a form of risk. Calculate the probabilities

More information

Design for Fundraisers

Design for Fundraisers Poker information Design for Fundraisers The most common structure for a fundraiser tournament would be a re-buy tournament. The reason for re-buys is to allow players to continue playing even if they

More information

THE ETHERNIA PROJECT

THE ETHERNIA PROJECT ddddd THE ETHERNIA PROJECT Ethernia is the first open world MMO, multi-platform game that is powered by the Ethereum blockchain. It s a new ERA of gaming. Each step of exploration will be at your own

More information

Ex 1: A coin is flipped. Heads, you win $1. Tails, you lose $1. What is the expected value of this game?

Ex 1: A coin is flipped. Heads, you win $1. Tails, you lose $1. What is the expected value of this game? AFM Unit 7 Day 5 Notes Expected Value and Fairness Name Date Expected Value: the weighted average of possible values of a random variable, with weights given by their respective theoretical probabilities.

More information

CRYPTONIA POKER WHITE PAPER. Online poker room powered with cryptocurrency

CRYPTONIA POKER WHITE PAPER. Online poker room powered with cryptocurrency CRYPTONIA POKER WHITE PAPER Online poker room powered with cryptocurrency Table of Contents Executive Summary 1. Current scenario of online poker 1.1 Issue so far 1.1.1. The game logic is unclear 1.1.2.

More information

BetNinja Coin Whitepaper BetNinjaCoin WHITE PAPER

BetNinja Coin Whitepaper BetNinjaCoin WHITE PAPER BetNinjaCoin WHITE PAPER 1 Abstract At BetNinjaCoin.com we love gaming. Our team consists of (e)sports enthusiasts, that s why we enjoy competing and challenging like-minded people. Therefore, we developed

More information

1.1. INTRODUCTION PURPOSE COIN SPECIFICATION ALGORITHM COIN TYPE MASTERNODE FEATURES

1.1. INTRODUCTION PURPOSE COIN SPECIFICATION ALGORITHM COIN TYPE MASTERNODE FEATURES 1 1.1. INTRODUCTION 3 2.1. PURPOSE 3 3.1. COIN SPECIFICATION 4 4.1. ALGORITHM 5 5.1. COIN TYPE 5 6.1. MASTERNODE 6 7.1. FEATURES 7 8.1. MARKETING 7 9.1. COIN OWNERSHIP 8 10.1 COIN DISTRIBUTION 8 10.2.

More information

AR/VR technology innovators for blockchain gambling industry

AR/VR technology innovators for blockchain gambling industry AR/VR technology innovators for blockchain gambling industry Short paper The BetInReal Platform BetInReal is a revolutionary platform, that brings an immersive gaming experience to the doorsteps of players

More information

Abstract. Introduction to Project Arena

Abstract. Introduction to Project Arena Abstract esports trading is very popular in the cryptocurrency space. The Arena platform is designed for people to get together to exchange information and sell esports and cryptocurrency trading picks.

More information

TECHNOLOGY. Our product is 100% ready and is constantly updated. Developing the game, we used technologies assuring high quality of our product:

TECHNOLOGY. Our product is 100% ready and is constantly updated. Developing the game, we used technologies assuring high quality of our product: ABOUT US Crypto Farmer is an economic online game using Blockchain technology allowing to withdraw money. It will passionate those interested in earning money, wages and finance. Our game allows each player

More information

2018 was a year of cryptocurrency market maturation, growth of masternode (here and further on MN) coins and MN services.

2018 was a year of cryptocurrency market maturation, growth of masternode (here and further on MN) coins and MN services. Table of contents Abstract... 3 1. OmniStore.Wallet goals and features... 4 2. Existing solutions. Competitors analysis... 6 3. The OMNS coin... 8 3.1. The OMNS coin concept... 8 3.2. The OMNS coin specifications...

More information

BitPlay INCENTIVISING PASSION. Gaming - The New Economy.

BitPlay INCENTIVISING PASSION. Gaming - The New Economy. BitPlay INCENTIVISING PASSION Gaming - The New Economy. Table Of Content Overview 03 Gaming as a Skill / Profession 04 BitPlay s Model (Decentralizing Gaming & Sports) 04 Why Blockchain 04 The future of

More information

White paper. SKINCOIN (SKIN) - Universal Cryptocurrency based on Ethereum for instant trading CS:GO, Dota 2 skins, and making bets on e-sports events.

White paper. SKINCOIN (SKIN) - Universal Cryptocurrency based on Ethereum for instant trading CS:GO, Dota 2 skins, and making bets on e-sports events. White paper SKINCOIN (SKIN) - Universal Cryptocurrency based on Ethereum for instant trading CS:GO, Dota 2 skins, and making bets on e-sports events. Alexey Zakharov, Igor Solomatin Version 1.0 skincoin.org

More information

CRYPTONIA POKER. Executive Summary. Online poker room powered with cryptocurrency

CRYPTONIA POKER. Executive Summary. Online poker room powered with cryptocurrency CRYPTONIA POKER Executive Summary Online poker room powered with cryptocurrency Table of Contents Executive Summary 1. is ready to play. Current state of online poker. A fair game.1 Fair play programmes.

More information

pixeos Project V b

pixeos Project V b pixeos Project V 2.13.01b Yusaymon pixeos Where Games and Art collide. pixeos will develop the first arts and games smart-economy on the EOS blockchain where pixeos tokens have multiple utilities and support

More information

Arker. HTTPS://arker.io

Arker. HTTPS://arker.io Whitepaper Arker HTTPS://arker.io Index Index 2 Intro 3 Arker 4 Project description 4 Items and abilities 4 Game mechanics 5 Preparation 5 Matchmaking 5 Turns 5 End of the game and rewards 5 Gamification

More information

1. Introduction Online Gambling Market Size Major segments of online gambling Consumer Analysis of online gambling industry 4 1.

1. Introduction Online Gambling Market Size Major segments of online gambling Consumer Analysis of online gambling industry 4 1. Abstract Zero Edge is a revolutionary Ethereum smart contract based online casino aiming to disrupt the online gambling industry by offering players 0% house edge games and feeless sports betting platform.

More information

A Decentralised Platform For Gaming

A Decentralised Platform For Gaming A Decentralised Platform For Gaming v1.5.3 Contents page p2 Introduction 1. Title Page 2. Contents Page 3. Abstract 4. Abstract The gaming industry 5. Current state of the market 6. Problems with gaming

More information

Make better decisions. Learn the rules of the game before you play.

Make better decisions. Learn the rules of the game before you play. BLACKJACK BLACKJACK Blackjack, also known as 21, is a popular casino card game in which players compare their hand of cards with that of the dealer. To win at Blackjack, a player must create a hand with

More information

Expload. Blue Paper 0.2. A Development and Digital Distribution Platform for Decentralized Games. English version 10 May, expload.

Expload. Blue Paper 0.2. A Development and Digital Distribution Platform for Decentralized Games. English version 10 May, expload. Expload Blue Paper 0.2 A Development and Digital Distribution Platform for Decentralized Games English version 10 May, 2018 expload.com Contents 1. Intro 2. Platform Overview Architecture Expload Blockchain

More information

Introduction. What is Kraken Coin. Why invest in Kraken Coin

Introduction. What is Kraken Coin. Why invest in Kraken Coin Table of Contents INTRODUCTION 2 What is Kraken Coin 2 Why invest in Kraken Coin 2 Features 3 Kraken Coin Specifications 4 Invest in masternodes to generate cryptocurrency yields 5 Masternodes building

More information

ETHINO. War Card Game. Whitepaper

ETHINO. War Card Game. Whitepaper ETHINO War Card Game Whitepaper Version 2.5 The following paper does not represent any sort of Public Offering, Equity Offering or Share ownership of Ethino. Ownership of Ethino is strictly owned by the

More information

Investing in a real diamond mine in West-Africa with a greater share for the miners by cutting out unreasonable fees.

Investing in a real diamond mine in West-Africa with a greater share for the miners by cutting out unreasonable fees. Investing in a real diamond mine in West-Africa with a greater share for the miners by cutting out unreasonable fees. Whitepaper Prepared for Public Release. Table of Contents Abstract 3 Problem Overview

More information

ICO Review: UnikoinGold (UKG)

ICO Review: UnikoinGold (UKG) ICO Review: UnikoinGold (UKG) Decentralized esports Betting Token September 18, 2017 PROJECT OVERVIEW What is Unikrn? WEB AND MOBILE PLATFORM Unikrn is a gaming and esports company that was established

More information

E4ROW Contribution Campaign Official Document, May 2017 VERSION 3.9

E4ROW Contribution Campaign Official Document, May 2017 VERSION 3.9 E4ROW Contribution Campaign Official Document, May 2017 VERSION 3.9 Summary LPG Global Ventures, LLC (referred to here as Live Player Games or LPG ) is a Nevis Limited Liability Company whose mission is

More information

What is Bet the Flop?

What is Bet the Flop? What is Bet the Flop? Bet the Flop is a great new side bet for poker games that have a 3-card FLOP, like Texas Hold em and Omaha. It generates additional poker table revenue for the casino or poker table

More information

Poker.io. Global Poker Game Block Chain Platform. White Paper V3.0. Poker.io International Foundation

Poker.io. Global Poker Game Block Chain Platform. White Paper V3.0. Poker.io International Foundation Poker.io Global Poker Game Block Chain Platform White Paper V3.0 Poker.io International Foundation Jan. 8 2018 PROJECT SUMMARY Poker.io is a decentralized online poker game platform based on block chain

More information

Billionaire Token: The first super-deflationary, gambling oriented coin

Billionaire Token: The first super-deflationary, gambling oriented coin Billionaire Token: The first super-deflationary, gambling oriented coin Super-deflation achieved through the use of Smart Contracts Whitepaper v1.2 (02-Jan-2018) The Billionaire Token Team Because money

More information

The game of poker. Gambling and probability. Poker probability: royal flush. Poker probability: four of a kind

The game of poker. Gambling and probability. Poker probability: royal flush. Poker probability: four of a kind The game of poker Gambling and probability CS231 Dianna Xu 1 You are given 5 cards (this is 5-card stud poker) The goal is to obtain the best hand you can The possible poker hands are (in increasing order):

More information

E4ROW Contribution Campaign Official Document, May 2017 VERSION 3.9

E4ROW Contribution Campaign Official Document, May 2017 VERSION 3.9 E4ROW Contribution Campaign Official Document, May 2017 VERSION 3.9 Summary Live Player Games LLC (referred to here as Live Player Games or LPG ) is an Israel Limited Liability Corporation (Chevrat Baam)

More information

PKG Token (PKG) Whitepaper V2.4

PKG Token (PKG) Whitepaper V2.4 PKG Token (PKG) Decentralized game platform operating on Blockchain, with VR/AR and machine learning technologies Whitepaper V2.4 2018.08.28 PKG Token Foundation 1. Introduction: PKG is decentralized game

More information

Table of Contents. ZenGold (ZNG) ZenGold Coin (ZGC)...05

Table of Contents. ZenGold (ZNG) ZenGold Coin (ZGC)...05 Whitepaper Table of Contents ABSTRACT....01 ZEN ASSETS ON METAVERSE...02 ZENGOLD INTRODUCTION...04 ZENGOLD TOKENS EXPLANATION...05 ZenGold (ZNG)...05 ZenGold Coin (ZGC)...05 KEY PROCESSES...05 ZenGold

More information

They are also home to weekly progressive rake races for both Sit & Go s and cash games that have awarded over millions to its players to date.

They are also home to weekly progressive rake races for both Sit & Go s and cash games that have awarded over millions to its players to date. Site Review: Website: www.blackchippoker.eu Black Chip Poker brings the prestige of online poker back to the USA! In May of 2012, Black Chip Poker moved onto the Winning Poker Network and has since dramatically

More information

SECURITY. EFFICIENCY. WORLDWIDE AVAILABILITY.

SECURITY. EFFICIENCY. WORLDWIDE AVAILABILITY. SECURITY. EFFICIENCY. WORLDWIDE AVAILABILITY. 2 2 TABLE OF CONTENTS 1 LEGAL DISCLAIMER 3 2 MISSION STATEMENT 4 3 ABSTRACT 5 4 THE PAST 6-7 5 THE PRESENT 8 6 THE FUTURE 9 7 OUR PLAN 10 8 OUR ROADMAP 16

More information

CONNECTICUT LOTTERY CORPORATION OFFICIAL GAME RULES Connecticut Lucky-4-Life"

CONNECTICUT LOTTERY CORPORATION OFFICIAL GAME RULES Connecticut Lucky-4-Life CONNECTICUT LOTTERY CORPORATION OFFICIAL GAME RULES Connecticut Lucky-4-Life" Please take notice that the Connecticut Lottery Corporation (CLC) duly adopted, with the advice and consent of the Board of

More information

The Howey Test: Are Crypto-Assets Investment Contracts?

The Howey Test: Are Crypto-Assets Investment Contracts? University of Miami Law School University of Miami School of Law Institutional Repository University of Miami Business Law Review 12-19-2018 The Howey Test: Are Crypto-Assets Investment Contracts? Justin

More information

SapphireCoin White Paper v1.0.1

SapphireCoin White Paper v1.0.1 SapphireCoin White Paper v1.0.1 Executive Summary Sapphire Coin is the exclusive currency for a skill-based gambling game with the world s biggest jackpot for it s kind. The Sapphire enables people to

More information

MegaJackpots Siberian Storm

MegaJackpots Siberian Storm MegaJackpots Siberian Storm A single spin could change your life! Get 5 MegaJackpots scatter symbols anywhere on the screen to win a life-changing MegaJackpots fortune! The higher your bet, the better

More information

MegaJackpots Cleopatra

MegaJackpots Cleopatra MegaJackpots Cleopatra Introduction A single spin could change your life! Line up 5 MegaJackpots symbols on the centre payline to win a life-changing MegaJackpots fortune! The higher your bet, the better

More information

They are also home to weekly progressive rake races for both Sit & Go s and cash games that have awarded over millions to its players to date.

They are also home to weekly progressive rake races for both Sit & Go s and cash games that have awarded over millions to its players to date. Site Review: Website: www.blackchippoker.eu Black Chip Poker brings the prestige of online poker back to the USA! In May of 2012, Black Chip Poker moved onto the Winning Poker Network and has since dramatically

More information

Table Games Rules. MargaritavilleBossierCity.com FIN CITY GAMBLING PROBLEM? CALL

Table Games Rules. MargaritavilleBossierCity.com FIN CITY GAMBLING PROBLEM? CALL Table Games Rules MargaritavilleBossierCity.com 1 855 FIN CITY facebook.com/margaritavillebossiercity twitter.com/mville_bc GAMBLING PROBLEM? CALL 800-522-4700. Blackjack Hands down, Blackjack is the most

More information

720 WAYS Displays the current number of ways being played. Betting is fixed at 720 ways which costs 50 coins.

720 WAYS Displays the current number of ways being played. Betting is fixed at 720 ways which costs 50 coins. MegaJackpots Siberian Storm A single spin could change your life! Get 5 MegaJackpots scatter symbols anywhere on the reels to win a life-changing MegaJackpots fortune! The higher your bet, the better your

More information

ABOUT WISHMAKER PARTNERS

ABOUT WISHMAKER PARTNERS ABOUT WISHMAKER PARTNERS Whether you're a player or an affiliate, Wishmaker is focused on providing you with the best experience possible. Wishmaker Partners is the place to be if you want bang for your

More information

INTRODUCTION OBJECT OF THE GAME. Classic Bingo. Pattern Bingo

INTRODUCTION OBJECT OF THE GAME. Classic Bingo. Pattern Bingo INTRODUCTION Bingo offers players a choice of several Bingo Rooms, each with its own variations and twists. Some Bingo Rooms are for players from the province of Quebec only, while others welcome players

More information

GAMES BEGIN AUGUST 24 TH! RETAIL PRODUCT PLAN AUGUST SEPTEMBER calottery.com

GAMES BEGIN AUGUST 24 TH! RETAIL PRODUCT PLAN AUGUST SEPTEMBER calottery.com GAMES BEGIN AUGUST 24 TH! RETAIL PRODUCT PLAN AUGUST SEPTEMBER 2016 calottery.com LOTTERY S SEPTEMBER 2016 SUPERLOTTO PLUS RAFFLE PROMOTION Make Sure Your Players Know! The SuperLotto Plus Raffle Promotion

More information

Scrinium Coin ( SCR ) Sale. Coin Sale Agreement

Scrinium Coin ( SCR ) Sale. Coin Sale Agreement Scrinium Coin ( SCR ) Sale Last Update: 09.02.2018 Coin Sale Agreement This Сoin Sale Agreement (the CSA ) shall be entered into by and between ABT Technologies LP, which expression shall, unless it be

More information

STEFAN RISTHAUS. A game by. for 2 4 players. 12 years and up

STEFAN RISTHAUS. A game by. for 2 4 players. 12 years and up A game by STEFAN RISTHAUS for 2 4 players 12 years and up Contents 1.0 Introduction 2.0 Game components 3.0 Winning the game 4.0 Setting up the game 5.0 Sequence of Play 6.0 End of Turn Phase 7.0 Emergency

More information

Origami Network. A protocol for building decentralized marketplaces using the Ethereum blockchain. Whitepaper v1.3 Subject to change

Origami Network. A protocol for building decentralized marketplaces using the Ethereum blockchain. Whitepaper v1.3 Subject to change Origami Network A protocol for building decentralized marketplaces using the Ethereum blockchain Whitepaper v1.3 Subject to change 2018-02-26 More informations on : https://ori.network https://review.ori.network

More information

Expected Value, continued

Expected Value, continued Expected Value, continued Data from Tuesday On Tuesday each person rolled a die until obtaining each number at least once, and counted the number of rolls it took. Each person did this twice. The data

More information

A Mathematical Analysis of Oregon Lottery Win for Life

A Mathematical Analysis of Oregon Lottery Win for Life Introduction 2017 Ted Gruber This report provides a detailed mathematical analysis of the Win for Life SM draw game offered through the Oregon Lottery (https://www.oregonlottery.org/games/draw-games/win-for-life).

More information

SRG Comunity Play&Earn

SRG Comunity Play&Earn Play&Earn W H I T E P A P E R Introduction Market analysis Concept of the project Principles of the Operation How the SRG Community will earn income Distribution of the profit to the SRG Community Key

More information

PIVX Zerocoin (zpiv) Technical Paper

PIVX Zerocoin (zpiv) Technical Paper PIVX Zerocoin (zpiv) Technical Paper Revision 0.9 Last updated October 16 2017 PIVX OVERVIEW PIVX is a Bitcoin-based community-centric cryptocurrency with a focus on decentralization, privacy, and real-world

More information

HashCash in Gaming. Gaming is now more Exciting with HC Net Blockchain. HashCash Consultants All Rights Reserved HashCash Gaming

HashCash in Gaming. Gaming is now more Exciting with HC Net Blockchain. HashCash Consultants All Rights Reserved HashCash Gaming HashCash in Gaming Gaming is now more Exciting with HC Net Blockchain HashCash Consultants All Rights Reserved HashCash Gaming AN OVERVIEW CURRENT GAMING INDUSTRY The computer and video game industry has

More information

Uk49s lunchtime predictions Split the cost with more people and save money Buy more tickets on your current budget More tickets means more chances of

Uk49s lunchtime predictions Split the cost with more people and save money Buy more tickets on your current budget More tickets means more chances of Uk49s lunchtime predictions Split the cost with more people and save money Buy more tickets on your current budget More tickets means more chances of winning Every ticket is a winner. GD Lotto Play the

More information

WHITEPAPER. Version 1.0 January 10th,

WHITEPAPER. Version 1.0 January 10th, WHITEPAPER Version 1.0 January 10th, 2018 Disclaimer The sole purpose of this whitepaper is to introduce the Starcro platform and Starcro coin XSC to assist potential Starcro coin holders in making decisions

More information

THE PREMIERE FANTASY INVESTMENT TRADING APP. v 3.2

THE PREMIERE FANTASY INVESTMENT TRADING APP. v 3.2 THE PREMIERE FANTASY INVESTMENT TRADING APP v 3.2 All rights reserved TradePlayz LP, Suite 1 5 Percy Street, Fitzrovia, London, UK, W1T 1DG 2017-2018 TABLE OF CONTENTS DISCLAIMER OF LIABILITY 3 1 ABSTRACT

More information

6. a) Determine the probability distribution. b) Determine the expected sum of two dice. c) Repeat parts a) and b) for the sum of

6. a) Determine the probability distribution. b) Determine the expected sum of two dice. c) Repeat parts a) and b) for the sum of d) generating a random number between 1 and 20 with a calculator e) guessing a person s age f) cutting a card from a well-shuffled deck g) rolling a number with two dice 3. Given the following probability

More information

Highlights. WHITEPAPER v0.9. Massive Potential. Make DGame Development Easier. Established Community. Top Tier Team. High Profile Advisors

Highlights. WHITEPAPER v0.9. Massive Potential. Make DGame Development Easier. Established Community. Top Tier Team. High Profile Advisors WHITEPAPER v1.0 Highlights Massive Potential Games will be one of the first killer applications for blockchain technology and cryptocurrencies. The global games market reaches 116B in 2017 and grows by

More information

The following represents a work in progress, but is not a representation of the final product.

The following represents a work in progress, but is not a representation of the final product. The following represents a work in progress, but is not a representation of the final product. CryptoPets is a platform where people can manage, interact, and hodl their digital pets on the blockchain.

More information

Page: A decentralized marketplace for comparison between tokens using blockchain technology

Page: A decentralized marketplace for comparison between tokens using blockchain technology Page: A decentralized marketplace for comparison between tokens using blockchain technology 1 DreamShareCoin. www.dreamsharecoin.com Page: 2 THE BIG IDEA Since the beginning of mankind, we have been living

More information

The Blockchain-Based, Incentivised, Open Gaming Platform.

The Blockchain-Based, Incentivised, Open Gaming Platform. The Blockchain-Based, Incentivised, Open Gaming Platform. White Paper v1.5 Released: 16 July 2018 Abstract Games are fun, development should be too. But the process of making games has been bogged down

More information

PLAY, REVIEW, AND SHARE TO EARN GAME PLATFORM BY BLOCKCHAIN TOKEN ECONOMY. Subdream Studios, Inc. Jikhan Jung

PLAY, REVIEW, AND SHARE TO EARN GAME PLATFORM BY BLOCKCHAIN TOKEN ECONOMY. Subdream Studios, Inc. Jikhan Jung PLAY, REVIEW, AND SHARE TO EARN GAME PLATFORM BY BLOCKCHAIN TOKEN ECONOMY Subdream Studios, Inc. Jikhan Jung Table of Contents 1. Overview Dawn of the New Era of Gaming Where we are coming from Problems

More information

POWERED BY FOREVER COIN. BUYER S GUIDE: FOREVER COIN GAME TOKEN The power to control supply. The capability to supercharge demand.

POWERED BY FOREVER COIN. BUYER S GUIDE: FOREVER COIN GAME TOKEN The power to control supply. The capability to supercharge demand. POWERED BY FOREVER COIN BUYER S GUIDE: FOREVER COIN GAME TOKEN The power to control supply. The capability to supercharge demand. Terms and conditions for purchasing the Forever Coin game token It is important

More information

Design Document for: Math Town Where Math Meets Fun!

Design Document for: Math Town Where Math Meets Fun! Design Document for: Math Town Where Math Meets Fun! All work Copyright 2011 by Corinne Handy Written by Corinne Handy Version # 2.00 Sunday, May 08, 2011 Table of Contents MATH TOWN 1 DESIGN HISTORY 3

More information