Hook
On July 7, Strike rolled out a Bitcoin-collateralized loan product with a single, explosive claim: no price-driven liquidations. Remove the 65% LTV warning, remove the automatic margin call, remove the forced sale. At first glance, this sounds like the holy grail for every BTC hodler who dreads a flash crash eating their collateral. But as a researcher who has spent years auditing smart contracts and dissecting protocol risk models, I know that no-liquidation is not the same as no-risk. The real question is: what mechanism replaces the price oracle as the safety net? And based on the information available, the answer is deeply unsettling.
Context
Strike is a Chicago-based company best known for its lightning network payments and fiat on-ramp integrations. CEO Jack Mallers has built a reputation around making Bitcoin spendable, not around lending. The new product, simply called “Strike Loan,” allows users to deposit BTC as collateral and borrow US dollars or USDT. The key innovation: the loan will not be liquidated if Bitcoin’s price drops during the loan term. No margin calls, no forced closing. The loan runs its full term, and at maturity the borrower repays principal plus interest to retrieve their BTC. On the surface, this removes the biggest pain point of traditional crypto lending. But the legal and technical architecture behind it remains opaque. Strike has not published an audit report, has not described the smart contract logic, and has not clarified who bears the downside risk. This is not a protocol you can verify on-chain—it's a company you have to trust.
Core
Let’s start with the financial engineering. In standard DeFi lending (Aave, Compound), liquidation triggers protect lenders by ensuring collateral value always exceeds loan value. If BTC drops 20%, the protocol sells some of your collateral to bring the LTV back into safe territory. Strike removes that trigger. That means the lender (Strike or its liquidity providers) is exposed to credit risk: if BTC falls significantly and the borrower walks away, the collateral may not cover the loan. To compensate, Strike must implement alternative safeguards. Based on my experience modeling risk for layer-2 protocols, there are only three viable approaches:

- Extremely low LTV: Borrow only 30% of collateral value. In this case, even a 50% BTC crash leaves enough BTC to cover the loan. But then the product loses most of its appeal—why tie up 3 BTC to borrow 1 BTC?
- Fixed term with non-dischargeable obligation: The borrower signs a legally binding contract, and if they default, Strike pursues them through traditional collections. This shifts risk from price volatility to counterparty creditworthiness—and requires KYC, legal enforcement, and significant overhead.
- Hedging via options or insurance pools: Strike could buy deep out-of-the-money put options or run an internal insurance fund to absorb losses. But this cost would be passed to borrowers via higher interest rates.
The limited public information suggests Strike is using a combination of (1) and (2). The loan terms reportedly require full repayment of principal plus interest by the end date. If the borrower fails, Strike keeps the collateral. This is effectively a non-recourse loan where the maximum loss to the lender is the difference between the borrowed amount and the collateral’s value at default. But without an independent audit, we cannot verify the smart contract code or the custody arrangement. Based on my past work reverse-engineering 0x Protocol v1, I learned that the devil is always in the edge cases—especially around upgradeability and withdrawal logic. If Strike has administrative control over the collateral wallets, a single compromised key could drain all user deposits. Code is law, but only if the law is transparent.
Furthermore, the product is entirely centralized. Strike manages the collateral, sets the interest rates, determines the LTV caps, and decides how to handle defaults. Users have no vote, no recourse beyond legal action. This creates a single point of failure that mirrors Celsius and BlockFi—both of which promised “safe” lending before freezing withdrawals. The blockchain is supposed to eliminate counterparty risk. Here, Strike reintroduces it in full force.

Contrarian
The obvious narrative is “no liquidations = safer for borrowers.” That is a dangerous half-truth. Let’s flip the perspective. For lenders (the capital providers), this product is profoundly riskier than a standard overcollateralized loan. Without automatic liquidation, the lender absorbs all price downside. In a severe bear market, Strike could face a wave of defaults that deplete its reserves, forcing it to halt redemptions or even file for bankruptcy. The borrower, while not force-liquidated, may still lose their BTC if the company collapses—because the collateral is held centrally and may not survive insolvency proceedings. This is exactly what happened to Voyager and Celsius users who were “not liquidated” but still lost access to their funds.
Moreover, the removal of the 65% LTV warning implies that the original product had a maximum LTV above 65%—which is already high. A new product with, say, 70% LTV and no liquidation means the lender is dangerously close to being underwater even with a moderate 10% price drop. The only way this is viable is if Strike is charging interest rates that compensate for the expected loss—likely north of 15%. At that rate, only desperate borrowers will take the loan, worsening adverse selection.
Speed is an illusion if the exit door is locked. Strike’s loan locks your BTC for the term, and you can only retrieve it by repaying in full. There is no early exit. If you need liquidity mid-term, you cannot sell the loan or unwind early. This lack of liquidity is itself a hidden cost.
Logic prevails, but bias hides in the edge cases. The edge case here is a simultaneous market crash and a Strike operational failure. That combination—black swan meet single point of failure—is exactly what toppled the centralized lenders of 2022. Strike is repeating the same model with a “no liquidation” sticker, but the underlying fragility remains.

Takeaway
Strike’s no-liquidation Bitcoin loan is a fascinating experiment in re-allocating risk, but it is not a breakthrough in trust-minimized finance. It replaces price risk with credit risk and centralization risk. For the borrower, the trade-off is straightforward: pay a premium for the peace of mind that your BTC won’t be force-sold, but accept that your collateral is now in the hands of a single company that may not survive the next crypto winter. For the ecosystem, this product is a canary—proof that demand exists for less volatile collateral lending. But the solution should not require sacrificing the very decentralization that makes Bitcoin valuable. I will be watching for two signals: the first major BTC drawdown and Strike’s response, and any regulatory action from the SEC. If this model works, it will be copied by every CeFi platform. If it fails, it will be another cautionary tale in the long list of “safe” lending gone wrong. The real test isn’t the product launch; it’s the exit.