Table of Contents
Cascade is an autonomous Peer-to-Peer (P2P) Loan Optimization Agent. It automates the process of purchasing loans on Prosper through its API. Cascade uses linear programming combined with machine learning to optimize a portfolio of loans, hands-free.
- Install all dependencies
- Get Prosper Data
- Navigate to
/cascade/supabase/functions/backtest
- Run
deno run --allow-all index.ts
to start backtesting script
- Install all dependencies
- Navigate to
/cascade/cascade
- Run
npm run dev