waves
waves copied to clipboard
Workspace for project waves - bringing DeFi to Liquid.
At the moment the UI deals with some currency amounts in `BTC` rather than `SAT`. I'd recommend to introduce currency amount classes where the actual value is always in the...
At the moment there is some logic to check if a loan is acceptable for the lender, but it is not complete. E.g. min/max principal is not checked, and we...
* Bobtimus liquidates when an Oracle value that was published matches a liquidation rate. * Show rate based liquidation danger to the user - Extension of #222 Note: Borrower notification...
* Monitor the loan contract output for spending * If spent by lender => liquidation * Notify the user about liquidated loan / refresh UI
The frontend should show that a loan is in danger to be liquidated (the user has the option to pay back then - and potentially take out another loan with...
At the moment the borrower only sees ongoing loans. The user should be able to also see historic swaps / loans for reference. For loans this should include the final...
Use `liquidate-loans` on an expired loan to see that Bobtimus actually liquidates.
In order to run Bobtimus we need a Liquid node running and synced. Run Bobtimus with such a node setup for mainnet testing.
There is no error information passed back to the user. At the moment it can easily happen that a loan is not acceptable because the rate changed (there no time/price...
Make sure that the names make sense: - Waves = the web application the user sees ^= the fontend the lender serves and the borrower uses ^= the product? -...