Chainlink DLC Oracle

Workflow Tables

https://api.staging.dlc-oracle.lygos.dev
REFRESH · 15s

Live read-through of the four /api/workflow/loans/* lists the cron workflows poll every tick. Each row here is exactly what the workflow sees — empty section means there's nothing for that workflow to act on right now.

FETCH ERRORmaturity-events: error sending request for url (https://api.staging.dlc-oracle.lygos.dev/api/workflow/loans/maturity-events?limit=100&offset=0): client error (Connect): dns error: failed to lookup address information: Name or service not known

Pending maturity events

0
GET/api/workflow/loans/maturity-events

All loan-matured events still awaiting attestation. The loan-maturity workflow attests these once their maturity datetime has passed.

No pending events

Funding targets

0
GET/api/workflow/loans/funding-targets

Loans awaiting principal at loan_address. The loan-funding workflow scans for USDC inflows and attests not-paid if the deadline passes without full funding.

No funding targets

Repayment targets

0
GET/api/workflow/loans/repayment-targets

Funded loans whose repay hasn't been credited yet. The loan-repayment workflow scans USDC inflows to repay_address and attests repaid once the full amount lands.

No repayment targets

Price-watch targets

0
GET/api/workflow/loans/price-watch-targets

Loans whose maturity event is open and whose price_liquidation_threshold > 0. The loan-price workflow attests liquidated-by-price-threshold when the BTC feed drops at or below the threshold.

No price-watch targets