Markets like this:
/Tetraspace/who-will-be-elected-president-in-20
Have loads of 0% answers or <1% answers. Have you attempted to quantify how that affects betting on the >1% answers? Can you quantify it? Seems like a fun exercise.
@FH7979e there are some specific edge cases like very small pools are omitted. (Or were at one point)
@Eliza the exact mechanism of the buying and selling has a good code comment, about how they first buy excess shares of the other type then use the leftover to buy more shares and iterate that loop until there's none left.
@Eliza As I understand it now, the mechanism for multi choice questions is that there is a separate binary CPMM for each answer, and the system automatically arbitrages between them. This means that each answer has its own separate liquidity pool. You can see this in the API - e.g. https://api.manifold.markets/v0/slug/who-will-be-elected-president-in-20 has a separate pool for each answer, and each answer has a totalLiquidity. What's not yet clear to me is how is liquidity distributed among the answers when it is added to the market.