Skip to content

How Hobba works

Every overcollateralized loan is inefficient by design. To borrow safely you lock up far more value than you take out, and most of that locked value does nothing - it exists purely as a buffer against price swings.

Picture your collateral’s borrowing power as a bar:

How Hobba activates the idle portion of an overcollateralized loan

  • Borrowed - the loan you actually took out.
  • Idle - headroom that only protects the loan from price fluctuations. On a normal loan this capital earns nothing.
  • Locked - the margin above the liquidation LTV (LLTV) that can never be borrowed against.

On a typical loan the entire Idle band is dead weight. Hobba activates it. Without touching your safety margin, the protocol borrows into the idle band and deploys that liquidity into yield vaults - the green Active portion

  • leaving a thin Idle buffer for protection. The yield flows back to you.

Every Hobba position has two kinds of debt against the same collateral:

  1. Your borrow. The USDC you explicitly take out, to use however you like. Capped at 50% LTV, well below the liquidation line.
  2. The working borrow. On top of your loan, Sonnar borrows additional USDC up to a per-asset target LTV (around 60-65%) and deposits it into the best-yielding vault. This capital never leaves the protocol - it exists only to earn yield for you.

The vault yield earned on the working borrow is harvested and applied against your debt, so your effective borrow rate is roughly:

effective loan APY ≈ market borrow rate - vault yield subsidy

When the vault out-earns the borrow rate, the effective rate goes negative

  • your loan balance shrinks on its own. Hobba even shows a projected self-repay date: the day the harvested yield will have fully paid the loan off if rates hold.

If the economics ever invert (borrow rate above vault yield), Sonnar unwinds the working borrow entirely rather than leak money - the position falls back to behaving like a plain loan until the spread returns.

PieceWhat it does
CollateralcbBTC or SOL you deposit to back the loan.
LendersYour debt lives on Jupiter Lend or Kamino Lend - Hobba picks the cheaper one when your position is created, so you never choose a market.
Yield vaultsThe working borrow is deployed into vetted USDC vaults: Allez, Prime, RockawayRWA (Kamino vaults) or Perena (USD* and USD*J).
SonnarThe risk engine: keeps LTV in band, switches vaults for better yield, harvests profits, unwinds when unprofitable.

You always stay in control of your funds. The protocol’s automation can only manage the working borrow - borrow, repay, and move funds between your loan and the approved vaults. It can never withdraw your collateral, never close your position, and never send funds anywhere else. Only your wallet can deposit, withdraw, or take out a loan.

  1. Deposit - you add cbBTC or SOL as collateral. (SDK: deposit)
  2. Borrow - you take out USDC, up to 50% LTV. (SDK: borrow)
  3. Activate - Sonnar borrows the idle band up to the target LTV and deploys it into the highest-yielding vault.
  4. Stay balanced - as prices move, Sonnar rebalances; roughly every hour it harvests vault profit and pays your debt down with it.
  5. Repay - pay down any amount whenever you want, no penalty. (SDK: repay)
  6. Withdraw - reclaim collateral; the working borrow is unwound and repaid automatically first. (SDK: withdraw)
ThresholdValueMeaning
Max user LTV50%The most you can borrow against your collateral.
Sonnar target LTV~60% (SOL) / ~65% (cbBTC)Where the risk engine steers total debt (yours + working).
Liquidation LTV75-90%Liquidation LTV of the current best lender per asset - read live from rates.

The gap between the target and the liquidation LTV is your safety margin; the activated capital never eats into it.

  • LTV (loan-to-value) - total borrowed value ÷ collateral value. The higher it is, the closer the position is to liquidation.
  • LLTV (liquidation LTV) - the LTV at which the underlying lender can liquidate the position.
  • Effective loan APY - your real borrow cost after the vault-yield subsidy; negative means the loan is self-repaying.
  • Working borrow / operator debt - the extra USDC Sonnar deploys to vaults on your behalf; tracked separately from your loan and invisible in the “what you owe” figure.