-
Notifications
You must be signed in to change notification settings - Fork 23
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
[AAVE V3 Lending Protocol] Issue 2: Borrowing, Repayment, and Interest Accrual #35
Comments
Can I work on this, please? |
Can i please be assigned to this issue ? |
Could I be assigned to this? |
Can i work on this? |
Hi! Great to see you all here, but I guess we'll wait for the basic implementation of the contract (to be done in #34) before assigning this issue |
Could I take a shot at this? |
Can I tackle this one? |
To address this issue I would implement borrowing with collateral security such that borrowing assets is done efficiently. Then, implement the repayment process and dynamic interest rate calculation with demand-supply mechanics. Accurately calculate interest accrual over time. Test all of these thoroughly to validate the system's reliability and usability for the users. |
@codebestia Hi! I understand 2 days may be too fast for such an issue, but please share your progress and kindly submit a draft PR shortly. If you won't do it, we'll have to reassign it to someone else |
@kfastov GM!. I was under the impression that the parent issue will be completed before this issue is addressed. As that is not the case, give me an estimate of 24 hours to make a PR. I already have my implementation in mind. |
@codebestia Are you still interested to submit a PR? If yes, please don't wait for the other PR to be merged. You can branch from it and continue. |
@raduciobanu22 Okay.. On it. |
Parent issue: #23
Objective:
Create mechanisms to allow users to borrow assets, repay loans, and accrue interest over time.
Description:
This issue focuses on enabling borrowing and repayment functionalities and implementing interest accrual mechanisms based on demand and supply.
Tasks:
Acceptance Criteria:
The text was updated successfully, but these errors were encountered: