-
Notifications
You must be signed in to change notification settings - Fork 648
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Understanding prediction markets #1776
Comments
|
The issues you mentioned have existed all the time so I don't see a reason to block them unless they can break the chain. We will be creating basic UI for it that will only allow to set the parameters in a feasible way, and certainly proper restrictions are necessary in the backend but I don't think we should postpone it due to that. After all, you are at the complete mercy of the prediction market creator anyways. |
A PM can be settled at any time.
The feed price should always be ignored for a PM.
Feeds could be useful to control the core exchange rate, for example.
Yes.
Not possible.
A PM must have the same precision as the underlying asset. |
As mentioned in #460 (comment), I think price feeds can be used to globally settle PMs in a decentralized way, the logic would be totally different than the current.
Why not 0 or 1? By the way, settling at 0 means the market fees collected by the asset issuer/creator and shared to referral program worth zero. That's not a good business. Can discuss protocol changes here: bitshares/bsips#42 |
Good point on market fee and settling to 0. Do you have an idea how asset owner can profit from market fee either case or make offering a prediction market profitable (seeing as he would be the neutral house of sorts)? |
I had an idea about setting a base price, e.g. borrow with 101% collateral but not 100%, then the 1% goes to the house; when trading, the buyer pays more collateral to pay house fees. In short, charge fees in collateral asset. |
I'd recommend that we discuss new features in bitshares/bsips#42. |
The correct question would be "Why not something in between?" :-) (AFAIK the idea is that e. g. in case of a poll the PM would pay out in relation to the poll result. In theory, as the poll date approaches the price of the asset will approximate the poll result, i. e. the market will predict the outcome of the poll. Hence the name.)
Yes, that's a drawback. Mitigated by
|
Settling at a price between 0 and 1 means it's no longer a "binary" prediction market. The scenario you described does exist though, but I guess it's less common. |
Thanks for the insight, collect enough information to continue building for UI. |
User Story
As a
developer
I wantto understand prediction markets
such thatI can create UI for it
.Considering the handling on the backend, what is the difference of a prediction market bitasset compared to a normal bitasset?
In particular:
Additional Context (optional)
Tickets for UI are bitshares/bitshares-ui#2717 and bitshares/bitshares-ui#1065
CORE TEAM TASK LIST
The text was updated successfully, but these errors were encountered: