This market has a ~49% chance of resolving as YES in early 2030
Basic
10
Ṁ3782030
49%
chance
1D
1W
1M
ALL
If the following python prints "True" when I run it in early 2030 (hopefully January 1st, but it might take a few days more to arrange a time in case I'm traveling), this market will resolve as YES. Otherwise, it will resolve as NO. I will not bet on this market and am willing to run the script publicly in order to prove that it is done fairly. This is being done as a demonstration of an idea I wrote about in a post about iterative prediction markets. Here is the code:
import random
print(random.random() <= 0.49)
This question is managed and resolved by Manifold.
Get
1,000
and3.00
Sort by:
FYI, there is a Manifold bot for generating provably random numbers https://github.com/u0s41v/FairlyRandom/#usage-instructions