On-Chain Private Credit Default: Liquidate Collateral or Sue the Borrower?

 / 
3

The answer is: It depends on whether the loan has collateral. For secured loans, go for collateral liquidation. For unsecured loans, you can only go through legal proceedings — which almost always means you lose most of your investment.

OKX Exchange
A leading global cryptocurrency platform,suitable for both beginners and experienced traders.
New user benefit: 20% off trading fees upon registration!!

After an on-chain private credit default, the resolution path depends on the loan type. Secured loans (backed by crypto assets or physical real-world collateral) can directly liquidate collateral via smart contracts to reduce losses. For unsecured loans, on-chain code cannot resolve off-chain disputes — you can only recover funds via traditional legal channels, which is the biggest real-world bottleneck for RWA credit.

For Secured Loans: Follow the On-Chain Liquidation Path

If a loan has collateral (crypto assets or legally bound physical assets), the protocol can usually launch the liquidation process directly via smart contracts.

Maple's liquidation process is a typical example: after a borrower misses a repayment, the triggerDefault() function is called, collateral is forcibly seized and liquidated, and the proceeds are added directly to the lending pool's totalAssets. If there is still a gap after all collateral is liquidated, the protocol will use the reserved "First-Loss Capital" in the pool to cover the shortfall.

But for tokenized real-world assets (such as invoices, real estate), on-chain liquidation becomes far more difficult. The legal ownership of these assets is stored off-chain, so they cannot be liquidated with one click like ETH. You still have to rely on the traditional legal system to enforce collateral disposal.

For Unsecured Credit: You Can Only Sue, And This Path Is Very Hard

For unsecured loans (such as the Goldfinch model), there are no assets on-chain that can be automatically liquidated after a borrower defaults. The only path is to go through off-chain legal procedures to recover funds — and the core problem here is not "winning the lawsuit", but "who you can actually collect the money from".

The Goldfinch case fully exposes this dilemma:

  • Business Model: Users deposit USDC into lending pools, and the protocol lends the funds to small and micro enterprises in emerging markets such as Kenya and Nigeria, with borrowers paying high interest rates of 15% to 25%.

  • Default Scale: 2 out of 8 total borrowers have defaulted, and 6 are undergoing debt restructuring. Total outstanding loans add up to around $56 million, while the protocol's on-chain TVL is only $1.63 million left.

  • Collection Cost: A liquidation proposal allocated 150,000 USDC for debt collection, and set up a US-based trust structure dedicated to chasing payments, with an expected recovery period of more than 2 years.

  • Actual Loss: One depositor reported that they started putting money in the protocol in 2021, and only got back 30% of their principal after 5 years, with an estimated real loss of around 70%.

The blockchain can transparently prove that a credit claim exists, but whether the loan can actually be recovered depends entirely on the off-chain borrower's willingness to repay, available legal recourse tools, and continuous post-lending management costs. This is a long, highly uncertain process.

The root problem is: the protocol moves funds from anonymous wallets to high-risk borrowers, but does not have the localized risk control and debt collection infrastructure that traditional credit institutions have spent decades building. After USDC is converted to local currency and lent out, depositors cannot track where the funds go, the operating status of the borrowing business, or whether the loan is being repaid as agreed — all information that determines the quality of the credit claim lives off-chain, controlled by borrowers in countries most investors have never even visited.

Comparison of The Two Resolution Paths

DimensionSecured Collateral LiquidationSue the Borrower (Unsecured)
Execution MethodAutomatic smart contract execution (on-chain liquidation)Off-chain legal proceedings
Execution SpeedMinutes to hoursMonths to years
Expected Recovery RateDepends on collateral value and market liquidity~30% per the Goldfinch case
CostGas fees onlyAttorney fees and collection costs (starting from 150,000 USDC)
Protocol PrerequisiteEligible liquidatable collateral availableEnforceable SPV legal structure in place

OKX Exchange
A leading global cryptocurrency platform,suitable for both beginners and experienced traders.
New user benefit: 20% off trading fees upon registration!!

Verification Steps After Default

If you have invested in an on-chain private credit protocol, you need to confirm which path the protocol is taking after a default:

  1. Check if the protocol has called the triggerDefault() function: Search the loan pool's contract address on a block explorer, and check if any Default or Impairment events have been triggered.

  2. Confirm if there is collateral available for liquidation: If the loan is secured, check the protocol dashboard or governance proposals to view liquidation progress and total recovered funds.

  3. If the protocol is taking the legal recourse path: Follow the project's governance forum and official announcements, confirm if a dedicated trust structure or legal counsel has been appointed. If the protocol has not even approved a debt collection budget, your expected fund recovery rate will be extremely low.