|
|
|
|
|
by carmen_sandiego
1530 days ago
|
|
The loan is zero-risk for the lender because it's taken out and repaid within the same transaction (sort of like a database transaction). If the borrower fails to repay, the entire transaction fails/reverts and the money is never lent out. Now, the borrower doesn't only have to put the borrow and repay calls into that one transaction. They can put anything in between, for example interacting with Beanstalk. |
|