-
Notifications
You must be signed in to change notification settings - Fork 5
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
Display bity.com annual cashout limit to user #171
Comments
I have contacted bity.com and outlined the issue we have. Waiting for their reply in my email :) |
@TimDaub so the amount is recalculated only if the order is not yet executed. |
Some more: maxstarka: So we can assume, that in "general case" what we see in amount - that's what user will get (provided that order wasn't canceled ofc), right? flor: When the input is in crypto, in most cases you should get the amount that zas initially shown once timestamp_price_guaranteed is present, provided that you pay the correct amount promptly. Typical cases were you would not get the guaranteed amount are listed in my previous message. |
bounty timed out |
Scope
https://exchange.api.bity.com/v2/orders lists all created orders on bity.com. Using
timestamp_executed
, we can check whether an order was fulfilled by the wallet. Potentially, we could also use the sum of all orders'output.amount
to determine how much a user has cashed out with a specific IBAN.A problem that arises however, is that
output.amount
in an order is apparently dynamically computed on the bity.com backend and hence it changes with changes in Ethereum price.That in turn means that we can't be exactly confident in our calculations about the annual cashout amount of 5000 CHF.
A bunch of ideas for resolution:
Deliverables
Notes
Someone from the LeapDAO team that is in contact with bity.com preferably works on this issue.
Gains for the project
Roles
bounty gardener: @TimDaub / 10%
bounty worker: name / 75%
bounty reviewer: name / 15%
The text was updated successfully, but these errors were encountered: