Underwriting Workflow
Underwriting Workflow
Credie’s underwriting is fully automated, AI-driven, and recalculated for each credit request using real-time signals.
Step-by-step flow:
User Onboarding
Lightweight KYC (email + device fingerprint)
Wallet linking (EVM or mobile-native)
Credit Assessment
Pull dynamic Credie Trust Index (CTI)
Run risk percentile through ML stack
Compare with current liquidity pool risk thresholds
Loan Quote Generation
User receives:
Loan amount range
Repayment window
Dynamic APR tier
Quotes are time-sensitive, valid for 15 minutes
Smart Contract Signing
User accepts terms and signs loan agreement
Funds are released via smart contract
Contract includes auto-repay fallback via wallet triggers
Post-loan Monitoring
Behavior during repayment contributes to future CTI
Rewards offered for early repayment and positive actions
Visual Summary:
A[User Request] --> B[CTI + Risk Score]
B --> C{Eligible?}
C -- Yes --> D[Quote Offered]
C -- No --> E[Denied or Waitlist]
D --> F[Smart Contract Executed]
F --> G[Funds Released]
G --> H[Live Repayment Tracking]
The underwriting engine is stateless and uncached, each decision is fresh and unique, reducing gaming and model manipulation.
Last updated