// STARTUP COMPARISON
Greensill Capital vs LendingClub (2016 crisis)
Greensill Capital failed in 2021 due to Fraud. LendingClub (2016 crisis) failed in 2016 due to Founder Chaos. Different causes, different sectors, different eras — but the same simulation outcome.
| METRIC | 🔥 Greensill Capital | 🔥 LendingClub (2016 crisis) |
|---|---|---|
| Sector | Fintech | Fintech |
| Country | UK | USA |
| Founded | 2011 | 2006 |
| Died | 2021 | 2016 |
| Raised | $1.7B | $1.3B |
| Peak | $7B valuation | $9B valuation |
| Primary Cause | Fraud | Founder Chaos |
// WHY EACH FAILED
A business model with a single external dependency that can be cancelled overnight is a scheduled failure. Diversify or accept the concentration risk explicitly.
For marketplace lenders, loan data integrity is the product. Falsifying origination dates is not a compliance technicality — it invalidates every institutional investor's credit risk model and destroys the trust that marketplace lending is built on.
// IN THE SIMULATION
Greensill triggers SINGLE_DEPENDENCY_FAILURE when INSURANCE_CANCELLED fires. The simulation flags business models with a single point of failure — one cancelled contract should never be able to destroy a $7B company overnight.
LendingClub triggers FINTECH_FOUNDER_DATA_MANIPULATION — the simulation models loan data integrity as a hard constraint for marketplace lenders. When origination data is falsified, every institutional investor's credit model becomes invalid simultaneously.
// EXPLORE FURTHER