base.cards
base.cards is a on-chain game protocol, players can wager $CHIP
drawing inspiration from OHM and using a uniswap v2 pool as a cashier.
Game
$CHIP is a debasing cashier and community token, it debases through players losses.
base.cards is utlizing the cashier token and accept wagers on blackjack using it.
player losses are 85% burned with the remainder used to debase the liquidity pool and kickback to dividend pool stakers.
max bet is 0.1x kelly based on the CHIP liquidity pool.
Contracts
Blackjack Game 0xbDaAA0ff128aDffCDD983A23f1E584EEc8ce8a5e
$CHIP 0x48768574DD36184B790f6c789CFAc370fb684db2
DIVIDEND POOL 0xTBD
+future games
Randomness
Randomness is something thats hard to come by on-chain, especially cheap.
thats why the protocol utilizes BasedRNG - my own RNG generator
its the closest I got to esentially free randomness that is full on-chain, without any rent seekers.
BasedRNG uses a commit reveal scheme based block-hash system to generate random numbers.
The Cashier is used to fund the gas cost of generating randomness.