Skip to main content

Loan Structure

Every Fleets facility is a fully amortising USD loan secured by a vehicle lien held by the licensed Nigerian SPV. The operator contributes between 20% and 40% of the vehicle value as equity; the protocol funds the remainder. This results in a loan-to-value ratio of 60–80%.
At default, the only recoverable asset is the vehicle itself. There is no additional collateral. Available loan terms: 12, 24, or 36 months
APR range: 15–25%, fixed at drawdown

The Amortisation Formula

Every loan uses the standard annuity (PMT) formula to compute a fixed monthly payment:
This is the same formula used by every bank, mortgage lender, and auto finance company worldwide.

How Interest and Principal Work

Although the monthly payment is constant, the split between interest and principal shifts each month. Interest is calculated on the remaining balance, which decreases after every payment:
For the protocol’s pool accounting, loan income is modelled as a fixed monthly interest contribution. This ensures predictable pool growth forecasting across the loan term.

Worked Example: $80,000 Loan at 22% APR, 36 Months

Total interest paid over 36 months: $29,128.24

How Repayments Are Routed

When a repayment arrives in the pool, the full payment is converted to yield-bearing tokens and enters the pool. The protocol accounts for the payment as follows:
Only the interest portion increases pool value. The principal portion reduces the outstanding loan balance, returning that capital to the pool’s yield-bearing token holdings.

Payment Schedule

All payment due dates derive from disbursement_ts — the timestamp of the actual USDC transfer to the operator via the SPV:
This is important: disbursement_ts is the clock anchor for all payment dates, not the loan origination date.

Grace Period and Default

If an operator misses a payment:

Penalty Interest

Penalty interest follows the same amortised structure as the regular loan, but with a 1.25x multiplier applied to the interest rate. This keeps penalties bounded — they cannot exceed the normal repayment amount scaled by 1.25. For a $50,000 loan at 25% APR:
If an operator cures within the grace period, they owe their normal repayment plus the accrued penalty interest. If not cured, the vehicle lien is executed. Recovered penalty income — if any — is credited to the pool and benefits all LP token holders.
Multiple concurrent facilities can be active simultaneously. Total loan interest each period is the sum across all active loans. Each loan is tracked independently in its own on-chain account.
Ready to deposit? See Getting Started for a step-by-step depositor guide.