Resolves to MKT (meaning resolves to whatever the market probability is at the time of close).
The market close time will be quasi-randomly extended if there is still ongoing trading activity; using a procedure similar to what @MartinRandall describes on the market linked below. This is to avoid encouraging big last-minute trades to move the market.
I will bet in this market and may bet in any direction.
Close date updated to 2022-09-22 11:59 pm
Close date updated to 2022-09-25 11:59 pm
Close date updated to 2022-09-30 7:59 pm
Close date updated to 2022-09-30 8:20 am
🏅 Top traders
# | Name | Total profit |
---|---|---|
1 | Ṁ629 | |
2 | Ṁ56 | |
3 | Ṁ41 | |
4 | Ṁ8 | |
5 | Ṁ6 |
People are also trading
This will be the RNG mechanism:
Get the first Bitcoin block mined after midnight UTC, according to https://explorer.btc.com/btc/blocks. Take the last 8 hexadecimal digits of the hash, convert that to an integer, and divide by 16^8. This results in a random number between 0 and 1 that is publicly verifiable and highly resistant against manipulation. (See for example https://eprint.iacr.org/2015/1015.pdf)
This is the same RNG mechanism I used in https://manifold.markets/jack/resolves-yes-1-chance-na-99-chance
As Yev said, this will use the same rules (1/3 chance of close)
Here is the bitcoin block: https://explorer.btc.com/btc/block/755858
Last 8 hexadecimal digits of hash: 820ac7af
Result: 0.5079769899602979
This is > 1/3, so the market stays open.
Block: https://explorer.btc.com/btc/block/755987
Last 8 digits: 67b6ae72
Result: 0.4051312473602593
This is > 1/3, so the market stays open
I forgot to do this yesterday:
Block: https://explorer.btc.com/btc/block/756137
8 digits: cc9cc72c
Result: 0.7992672426626086
This is > 1/3, so the market stays open
https://explorer.btc.com/btc/block/756280
17476215
0.090932970168069 < 1/3
Market resolves to Sep 29 average
https://manifold.markets/jack/will-biden-be-president-on-915-reso#3s2gPDWSeM104vHho3hg
I'm working on fleshing out details of the random (Poisson) process for determining the close time. There's some discussion here: https://manifold.markets/MartinRandall/is-the-sky-blue-resolves-to-mkt#jvnC6tH17DO2tuxS5WkQ. I'll be posting more details soon and asking the market for feedback. In the meantime (just a couple days probably), the market will continue to operate on the rule of closing after a period of 24 hours of no change (to the nearest whole percent) as described on Martin's market.