(the 7 day period must fully complete before the end of 2023)
"Amplified odds" approach copied from https://manifold.markets/LivInTheLookingGlass/amplified-odds-100x-will-a-nuclear-767e27d543c2
This rule resolves YES if the referenced market resolves YES.
If the referenced market resolves NO, I will get a random number using a predetermined seed. If it is less than 1 / a
, I will resolve NO. Otherwise, I will resolve N/A. This means that, for this rule, you should treat NO as if it is a
times less likely to happen than it actually is.
For example, if a = 10
, and your actual expected outcome is 0.1% YES, 99.9% NO, you should expect this to resolve with probabilities 0.1% YES, 9.999% NO, 89.901% N/A, which means that your price of a YES share should be ~1%.
Some other values, for calibration (using the formula YES' = YES/(YES + (1-YES)/10), where YES' is the price for this question, and YES is your actual probability):
0.1% YES => 1% YES' (actually 0.99%)
0.2% YES => 2% YES' (actually 1.96%)
0.5% YES => 5% YES'
1% YES => 9% YES'
2% YES => 17% YES'
5% YES => 34% YES'
10% YES => 53% YES'
20% YES => 71% YES'
50% YES => 91% YES'
This market will resolve if any of the following are true:
- If this market reaches its close date
It will resolve based on the following decision tree:
- If the human operator agrees:
--- Amplified odds:
----- If the referenced market resolves YES, resolve YES
----- If it resolved NO, generate a random number using a predetermined seed
------- If the number is less than `1 / a` (10 -> ~0.1), resolve NO
------- Otherwise, resolve N/A
----- Otherwise, resolve to the equivalent price of the reference market
- Otherwise, a manually provided value
Note that the bot operator reserves the right to resolve contrary to the purely automated rules to preserve the spirit of the market. All resolutions are first verified by the human operator.
The operator also reserves the right to trade on this market unless otherwise specified. Even if otherwise specified, the operator reserves the right to buy shares for subsidy or to trade for the purposes of cashing out liquidity.
@jacksonpolack yes, I ran python -c "import random; print(random.randint(1,10)==1)" - it returned True for this, but False for https://manifold.markets/AndyMartin/amplified-odds-10x-will-coinbase-su , which led to this resolving False and the other market resolving N/A
I made a non-"amplified odds" version of this market here: https://manifold.markets/AndyMartin/will-binance-suspend-withdrawals-fo