Oddbean new post about | logout
 Nost idea

An Sport Bet or General Bet client. That also provide information and news in the future. I don't bet but people could be interested just to play around. And maybe if a NIP is born this could be integrated to the other clients.

The system of bet could be simple. This is an example:

WB = Winner Bounty based on the LN address
SF = Standar Fee
BSA = Bet sats amount based on the LN address
TAL = Total Sum of the sats of the losers
i = LN address who place the bet

$$ WB = BSA_i - SF_i + { ( TAL* 0.5 * {TAL\over BSA_i} )} $$

TAL could also be expressed as (please forgive me if something is wrong, i'm not a math wizz):

$$TAL = \sum_{k=1}^n SBA_k - SF_k $$

The winner gets a proportional amount of the losers money based on the formula above.

The rest of the money goes to funding the project and funding other important projects.

#asknostr #plebchain #gm 
 TAL could also be expressed as (please forgive me if something is wrong, i'm not a math wizz):

$$TAL = \sum_{k=1}^n BSA_k - SF_k $$

mistake corrected.