You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Define the autorepayment logic for USDC: detect eligible users, trigger repayment from user USDC balance, handle failure path.
Eligibility gate: only users without pending debt accruing interest can enable autorepayment.
Failure handling: on any failure, emit a notification event to the user. Notification is the only fallback — no retries with other assets, no partial repayment, no rollover.
📐 Scope & Requirements
In scope:
Out of scope:
Requirements:
⚙️ Backend Tasks