📈Trading Mechanism
Traders interested in speculating on event outcomes must link their wallets, choose their preferred outcome, and sign the contract through their wallet to participate in the market. Upon market closure and verification, traders receive their earnings directly in their designated wallets, with the payout amount being influenced by their contract size and the market's overall size.
Here are the formulas we use to calculate the outcome of the market.
Total Incorrect Stake (TIS): This represents the aggregate of stakes placed on incorrect predictions.
Formula: TIS=TotalMarketValue×PercentageofIncorrectPrediction
Example: For a total market value of 50,000 tokens with 70% incorrect predictions, TIS=50,000×70 tokens.
Net Reward Pool (NRP): This is the total pool available for distribution to those who predicted correctly, after deducting the market fee.
Formula: NRP=TIS−(TIS×MarketFeePercentage)
Example: With a market fee of 5%, NRP=35,000−(35,000×5 tokens
Total Correct Stake (TCS): This is the total of stakes on the correct outcome.
Formula: TCS=TotalMarketValue×PercentageofCorrectPrediction
Example: If 30% predicted correctly, TCS=50,000×30 tokens.
Individual Share of Correct Stake (ISCS): This determines a user's proportion of the total correct stake.
Formula: ISCS=User’sStake/TCS
Example: If User X stakes 5,000 tokens, ISCS=5,000/15,000=33.33.
Individual Reward (IR): This is the amount a user wins, based on their share of the correct stake.
Formula: IR=ISCS×NRP
Example: IR=33.33 x 33,250 = 11, 083.33 tokens.
Market Fee (MF): This is the fee taken from the total market value.
Formula: MF=TotalMarketValue×MarketFeePercentage
Example: MF=50,000×5 = 2,500 tokens.
Last updated