Will Manifold implement N/A shares before September 1?
Basic
19
16k
Sep 1
1.6%
chance

It's been proposed that Manifold implement "N/A shares" on binary markets. This would be a way for markets to resolve to N/A without having to reverse previous trades.

Will Manifold implement "N/A shares" in any form, on at least one market, before September 1, 2024?


To do this, instead of binary markets just being resolvable to YES or NO, with N/A being a magical option that reverses trades, they would instead be resolvable to YES, NO, or N/A. Users would be able to buy N/A shares in a market that return mana when the market resolves N/A. By default, users could keep all of their N/A shares when they buy a position in a market, but advanced users would be able to buy N/A shares or to buy YES/NO shares without buying N/A shares.

This allows us to keep on having N/A post-pivot, but it also allows us to calculate a probability of the market resolving to N/A, which is an interesting statistic to keep track of. A downside of this however is that users can be extra incentivized to make a market resolve to N/A, since they could buy just N/A shares.


Here's a concrete example:

I create a market with 1000 mana of liquidity, so the pool starts with 1000 YES, 1000 NO, and 1000 N/A shares. Concretely, this is kind of like 33% YES, 33% NO, and 33% N/A, but the UI would by default just show the relative YES-NO percentage (so 50%). (We'll assume p=1/3.)

I will use "z" as the variable for N/A shares.

y = 1000

n = 1000

z = 1000

p = 1/3

thus k = y^p × n^(1-p-p) × z^(1-p-p) = 1000

simple likelihood YES = 50%

simple likelihood NO = 50%


Imagine an advanced user comes along and wants to buy 100 mana worth of YES shares. They're an advanced user, so they're only buying YES shares. They send 100 mana to the AMM. The AMM turns that in 100 YES, 100 NO and 100 N/A shares.

y = 1100

n = 1100

z = 1100

We want to maintain the k, so we will return Y YES shares to the user:

k = (y-Y)^p × n^(1-p-p) × z^(1-p-p)

1000 = (1100-Y)^(1/3) × 1100^1/3 × 1100^1/3

Y ~= 274

So now the pool has

y = 726

n = 1100

z = 1100

and the user has 274 YES shares.

If the market resolves to N/A they get nothing back.

If the market resolves to YES, they get 274 mana.

simple likelihood YES = 1100 / (726 + 1100) ~= 60%

simple likelihood NO = 726 / (726 + 1100) ~= 40%


Imagine a new user comes along and wants to buy 100 mana worth of YES shares. Since they're using the default UI, we're going to have them actually buy both YES shares and 100 N/A shares. They send 100 mana to the AMM. The AMM turns that in 100 YES, 100 NO and 100 N/A shares.

y = 1100

n = 1100

z = 1100

All 100 N/A shares are returned to the user by default, so now

y = 1100

n = 1100

z = 1000

We want to maintain the k, so we will return Y YES shares to the user:

k = (y-Y)^p × n^(1-p-p) × z^(1-p-p)

1000 = (1100-Y)^(1/3) × 1100^1/3 × 1000^1/3

Y ~= 190

So now we have

y = 810

n = 1100

z = 1000

and the user has 190 YES shares and 100 N/A shares.

If the market resolves to N/A they get their initial mana back.

If the market resolves to YES, they get 190 mana.

simple likelihood YES = 1100 / (810 + 1100) ~= 58%

simple likelihood NO = 810 / (810 + 1100) ~= 42%

Get Ṁ600 play money
Sort by:

This is a really interesting idea. Some scenarios I'm curious about:

  • New User 1 buys M100 of Yes (and implicitly 100 shares of N/A). New User 2 then does the same. Then, New User 1 sells all their Yes+N/A shares. How would this change affect the prices of each of these?

  • New User buys M100 of Yes, and later (even though the prices haven't changed since) buys M100 of No. Has this user just invisibly (to them) lost a whole bunch of mana?

  • I imagine it would be common to just "bet against N/A", buying a whole bunch of Yes+No without associated N/A shares. If someone is pretty sure a market won't N/A, and they buy M5000 of Yes+No, how would this affect prices? Is it possible to basically drain liquidity out this way?

A downside of this however is that users can be extra incentivized to make a market resolve to N/A, since they could buy just N/A shares.

Penalize users who create N/A'd questions. Like, increase their price to create further questions, or reduce/eliminate the rewards they get from the N/A'd one, something like that. It'd probably be good to make the penalty decrease with time, for the rare cases where N/A is not the user's fault.

Low-quality markets is one of Manifold's disadvantages, and penalizing creators of vague markets is one way to address that.

bought Ṁ10 YES

If every casual user buys NA by default, then the invisible peice of those increases, making the conversion of 100 mana into yes shares less attractive: each further trader recieves less and less yes shares for 100 mana, because most of its value went into buying NA

@KongoLandwalker If all casual users buy N/A shares, it won’t affect the price for future users since it doesn’t affect the pool, just like how one user buying into another user’s limit order doesn’t affect the price. However there could be problems with advanced users having bought extra N/A shares and taking them out of the pool.

Thanks for proposing this! I haven't thought this through yet but my first question is how this plays out for decision markets.