Skip to content

feat: implement collateralized lending contract#311

Open
Babigdk wants to merge 1 commit into
MindFlowInteractive:mainfrom
Babigdk:feature/collateralized-lending
Open

feat: implement collateralized lending contract#311
Babigdk wants to merge 1 commit into
MindFlowInteractive:mainfrom
Babigdk:feature/collateralized-lending

Conversation

@Babigdk

@Babigdk Babigdk commented Jul 24, 2026

Copy link
Copy Markdown
  • Pool-based lending with configurable reserve parameters
  • Collateral deposit/withdrawal with enable/disable
  • Loan issuance with utilization-based interest rate model
  • Health factor calculation via oracle price feeds
  • Liquidation mechanics when health factor drops below threshold
  • Comprehensive test suite with mock oracle

Closes #255

- Pool-based lending with configurable reserve parameters
- Collateral deposit/withdrawal with enable/disable
- Loan issuance with utilization-based interest rate model
- Health factor calculation via oracle price feeds
- Liquidation mechanics when health factor drops below threshold
- Comprehensive test suite with mock oracle

Closes MindFlowInteractive#255
@drips-wave

drips-wave Bot commented Jul 24, 2026

Copy link
Copy Markdown

@Babigdk Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Collateralized Lending Contract

1 participant