Post
Topic
Board Economics
Topic OP
Decentralized Game framework
by
dedavid
on 18/08/2020, 12:21:29 UTC

In 2017, CryptoKitties project has been so popular in blockchain applications. According to DappRadar, CryptoKitties users flooded ethereum’s blockchain caused Ethereum congestion and daily active users peak was reached 14,914 in December 2017. However, crytpo user lost their interests for CryptoKitties quickly as well. CryptoKitties’s daily active users for now is around 46.

Vitalik Buterin bought forward an on-chain decentralized exchanges idea called “x*y=k market maker”, k for some constant. inspired by the Vitalik, Uniswap using this constant equation to create liquidity pool which provides liquidity for ERC20 tokens, its trading volume surpassing $1.76 billion in August.

Learned from the automatic market maker and the Uniswap, I am developing a multi-chain wallet game framework call “STONE”, which would embed wallets of different protocols and connects players of different games. There are traits following:

Swapping wallets of protocols that corresponding to different games to STONE, players can login the game by wallet

Token+ Stablecoin, user can exchange token for stable coin, game points.

Automatic market maker on this multi-chain wallet

Assuming that X token is USDT(stablecoin) and Y token is the token of any projects.

If one user wants to purchase more project tokens, and it will result in a shortage of project tokens and increased the amount of USDT, meaning the price of project token will higher.

The first user that deposit two tokens provides liquidity to the wallet, but doesn’t decide the exchange rate. However, the exchange rate will change according to the deposit quantity of USDT and the project token by the first one liquidity provider. The exchange rate of USDT/TOKEN provides arbitrage opportunities for trader, the transaction fees for liquidity providers.