-
Notifications
You must be signed in to change notification settings - Fork 17
Maker offer configuration #3
Comments
What do you think of having dynamically priced offers? The user enters a spread instead of a fixed rate for the offer (in addition to other parameters as amounts and leverage). The actual rate is then computed dynamically and periodically using some price feed (e.g. bitmex). |
If I remember correctly, our initial scope was to manually create an offer when we know that someone wants to try out the product with us. It is a good idea but sounds out of scope from what we have discussed. |
Do you think this would change the scope too much? If so, we could do the same thing without auto update. The interesting part here is that the user (the maker) does not have to do the math to come up with a price but it gets computed automatically. |
If we want to keep our existing architecture of dumb frontend with all calculations in the backend then yes it is quite a bit of a change because either a) you send and store the user's parameters (spread, etc) in the backend so you can compute the price and send it out on the feed / to the takers I don't think any of the above are worth doing if all we get out of it is not having the user do some math. We can easily implement this as a feature on top once everything else works. |
At the very least, we need the manual thing working first. I think this actually already implemented anyway and just this ticket is stale. @da-kami please confirm and close if so. |
Instead of a static offer the maker has UI fields to create an offer.
The text was updated successfully, but these errors were encountered: