Skip to content

Lending Liquidation Sentinel (#9)#188

Closed
freshtemp-labs wants to merge 1 commit into
daydreamsai:masterfrom
freshtemp-labs:lending-liquidation-sentinel
Closed

Lending Liquidation Sentinel (#9)#188
freshtemp-labs wants to merge 1 commit into
daydreamsai:masterfrom
freshtemp-labs:lending-liquidation-sentinel

Conversation

@freshtemp-labs
Copy link
Copy Markdown

Closes #9

What I Built

A lending liquidation sentinel agent that:

  • Monitors Aave V3 and Compound V3 borrow positions
  • Computes health factors, liquidation prices, and buffer percentages
  • Classifies risk levels (safe / warning / danger / critical)
  • Simulates price crash scenarios
  • Runs standalone or as a Daydreams/Lucid agent

Files

  • src/calculations.ts — Core math
  • src/types.ts — Type definitions
  • src/index.ts — Agent entrypoints
  • tests/calculations.test.ts — 15 tests

- Health factor monitoring for Aave V3 and Compound V3
- Liquidation price and buffer percent calculations
- Risk classification (safe/warning/danger/critical)
- Price crash simulation (what-if analysis)
- Standalone HTTP server mode
- 15 tests passing
@freshtemp-labs
Copy link
Copy Markdown
Author

Hi maintainers! Just following up on this PR (and #191, #192, #193) submitted 10 days ago. All are mergeable and ready for review. Would appreciate any feedback. Thanks!

@freshtemp-labs
Copy link
Copy Markdown
Author

Closing due to prolonged inactivity (7 months since last repo push). Happy to reopen if maintainer returns.

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.

Lending Liquidation Sentinel

1 participant