Home / Advanced / bStocks in DeFi
Advanced · On-chain

Using bStocks in DeFi: Collateral, Borrowing & Liquidation Risk

Muzhi Chen · Editorial Published 2026-07-16 Updated 2026-07-16 ~12 min read
Diagram: a stock token deposited into a lending protocol as collateral, with the collateral factor, borrowing limit and liquidation line marked
Deposit a stock token into a lending protocol as collateral and you can borrow without selling — but the collateral factor and the liquidation line are what decide whether you're safe.
On this page
  1. What "using a stock token in DeFi" means
  2. Why people do it
  3. How collateralized borrowing works
  4. Where it works today: Venus and Lista DAO
  5. The one thing to learn first: liquidation
  6. Oracles and depegs are another layer
  7. Risks stack — they don't replace each other
  8. If you want to try it, think through these
  9. FAQ

Most people meet bStocks as "US stock tokens you can buy on-chain": buy, hold, sell. But over the first half of 2026 a new use showed up — depositing your bStocks into a lending protocol as collateral and borrowing stablecoins or other assets against them without selling. It works a lot like a stock-backed loan, except it happens on-chain and a smart contract runs it. This piece breaks that down: how it works, where you can use it today, and — most importantly — which extra risks it loads onto you.

A note on level: this is advanced material. If you're still fuzzy on how a token relates to the real share, read the complete guide and how 1:1 backing works first, then come back. Collateralized borrowing adds another layer of complexity, and it's not something to try on a shaky foundation.

What "using a stock token in DeFi" means

bStocks are BEP-20 tokens on BNB Chain, and like any on-chain token they can be received and handled by other smart contracts. "Using them in DeFi" means letting decentralized protocols — lending, market-making and the like — accept them too. The main use right now is collateralized borrowing: you deposit bStocks into a lending protocol, it gives you a borrowing limit based on their value, and you borrow something else (usually a stablecoin) while your bStocks stay locked inside, still tracking the stock price.

The logic mirrors a stock-backed loan at a broker, minus the human approval: everything runs on preset contract rules — how much you can deposit, how much you can borrow, when you get force-closed are all parameters written into the code. That's genuinely convenient, but "nobody can make an exception" is just as real — trigger a liquidation and the contract won't negotiate.

Why people do it

The core motive is one thing: put an asset to work without selling it. Say you're bullish on a stock, want to keep holding its token long-term, but need some liquidity for a while. Selling means giving up the position. Borrowing offers a third path: post the token, borrow a stablecoin to use, and repay later to unlock the token — your holding never breaks.

Another group wants to amplify exposure: borrow a stablecoin, buy more tokens, effectively adding leverage. That path magnifies both gains and losses, isn't for beginners, and I won't unpack it here beyond flagging it exists. At the market level things are clearly moving this way — per public reporting, on-chain assets under management for bStocks crossed the billion-dollar mark within weeks of launch, and a large part of what's pulling it is demand to use tokenized stocks as collateral rather than to trade them short-term.

How collateralized borrowing works

Ignoring the specifics of any one protocol, the skeleton of collateralized borrowing is a few steps:

Notice that what decides your safety isn't "how much I can borrow" but "how much I actually borrowed and how far I am from the liquidation line." The borrowing limit is a ceiling, not a suggestion — max it out and you've pinned yourself to the liquidation line, where a small move can trigger it.

Where it works today: Venus and Lista DAO

By mid-2026, some lending protocols on BNB Chain had started accepting bStocks as collateral. Two publicly documented examples help build intuition — not recommendations, and the exact parameters are whatever the protocol's own page shows at the time:

One is Venus Protocol. Per public reporting, it opened collateral markets in its core pool for a few bStocks — Tesla (TSLAB), Nvidia (NVDAB) and SpaceX (SPCXB) — with collateral factors set around 60%, 60% and 50%. Notice SPCXB's is lower: protocols tend to give more conservative factors to assets that are more volatile or thinly traded.

The other is Lista DAO, which activated support for bStocks around mid-June 2026, letting holders use tokenized US equities as collateral to borrow or run yield strategies.

These integrations turn bStocks from "a token you can only trade" into "an asset that can be reused on-chain." But each protocol you add is another layer to understand: its liquidation rules, how it prices your collateral, whether the contracts have been audited. The protocol's own smart-contract risk — the chance it gets exploited or has a bug — is separate from issuer risk and has to be assessed on its own; the issuer layer we covered in issuer and counterparty risk.

An easy thing to mix up "High collateral factor" and "safer" are not the same thing. The factor is the ratio the protocol lets you borrow; a high one only says the protocol considers the collateral relatively stable. What actually protects you is borrowing conservatively yourself — using far less than the ceiling and leaving room for price swings. How much the protocol allows and how much you should use are two different questions.

The one thing to learn first: liquidation

If you remember one thing from this piece, make it liquidation. It's where beginners in collateralized borrowing trip most.

The trigger is mechanical: when your collateral value divided by your borrowed value falls below the protocol's threshold, anyone (usually an automated liquidation bot) can repay part of your debt for you, take the matching collateral, and earn a liquidation reward. None of it needs your consent, and nothing calls you first. The only two things you can do are borrow conservatively, and top up collateral or repay as the price approaches.

What makes bStocks liquidation trickier is that it tracks a US stock. US stocks have market hours; on-chain liquidation is 24/7. So in the small hours when the US market is closed and on-chain prices are thin and prone to drift, liquidation can still happen — and if you want to top up, you're facing that same thin book. That market-hours-and-liquidity pothole, which we covered in trading US stocks 24/7, stacks directly onto your liquidation risk.

Oracles and depegs are another layer

To value your collateral, a lending protocol needs to know what a bStock "is worth right now." It relies on an oracle — a mechanism that feeds an external price on-chain. Whatever price the oracle reports directly decides whether you're near the liquidation line, and that brings two new problems.

First, the oracle's price source and update cadence aren't necessarily visible to you. If the price it reads gets briefly pushed off in some thin moment, even for a few seconds, it can drop certain accounts below the liquidation line in an instant. Second, bStocks can depeg — the token price and the underlying stock price fall out of line for a while. If a depeg hits a position you've collateralized, the oracle reads that drifted on-chain price, not the "stock price" in your head, so liquidation can fire when you feel the stock "hasn't really moved."

This isn't to say oracles are unreliable — it's to point out that collateralized borrowing hands your safety to "how the protocol prices your collateral," something you don't fully control. Understand this layer and you won't be left, post-liquidation, asking "but the stock didn't even drop."

Want to get comfortable with the on-chain basics first? Start with an account and a wallet

Whether or not you ever touch collateralized borrowing, the first step for handling bStocks on-chain is usually a Binance account and the Binance wallet. Signing up is free — open the account, get the wallet and a small amount working end to end, and only then talk about advanced moves. That's far steadier than jumping straight into borrowing.

Code

Risks stack — they don't replace each other

The easiest thing to miss about posting bStocks as DeFi collateral is this: you're not swapping new risk for old risk, you're stacking it. Every risk of just holding bStocks is still there, and DeFi adds its own on top.

The layers you're carrying at once Stock price moves (the underlying US stock rises and falls) + crypto market moves + issuer/counterparty risk (see counterparty risk) + off-hours liquidity and depeg — and now add: liquidation risk, interest cost, oracle risk, and the protocol's own smart-contract risk. A problem in any one layer can hurt your position. This site is educational only; we don't recommend buying or selling, don't predict prices, and don't promise any return. Collateralized borrowing is high-risk; whether to take part is your own decision and subject to the laws where you live.

The point of listing these isn't to talk you out of it — it's so that before you touch it, you have a clear tally of what you're actually taking on. A lot of people only sit down to count these layers after they've been liquidated. That's too late.

If you want to try it, think through these

If your foundation is solid and you genuinely want a small-scale try, here's the self-check I'd run first:

Run through those and you'll roughly know whether this is for you right now. Not being able to answer a few isn't a knock on your ability — it just means it isn't time yet. Get the basics and small hands-on reps solid first; this path will still be here, no rush.

FAQ

Is it worth borrowing against my bStocks?

That depends on your goal and risk tolerance — there's no one answer. Borrowing lets you pull out liquidity without selling, but the cost is an extra layer of liquidation risk plus interest. For a beginner, the safer move is to first learn how the liquidation price is calculated and run a tiny position through it, rather than reaching for leverage on day one. This site won't make that decision for you.

What does a 60% collateral factor mean?

Roughly, it means that if you post bStocks worth 100, you can borrow assets worth at most about 60, leaving 40 as a buffer for price swings. The lower the collateral factor, the more volatile the protocol considers that collateral and the more conservative it is. What actually keeps you safe isn't how much you're allowed to borrow, but how much you actually borrowed and how far you are from the liquidation line.

Is getting a stock token liquidated the same as a crypto liquidation?

Mechanically yes — once collateral value falls below a threshold, the protocol force-sells it to repay the debt. But bStocks add a wrinkle: the US stock they track has market hours, while on-chain prices can be thin and drift outside those hours, and liquidation doesn't wait for the US market to open. So the market-hours and liquidity risks stack on top of the liquidation risk.

Bringing bStocks into DeFi is a step in this class of asset going from "tradable" to "reusable," and the direction is genuinely interesting. But for you personally it's more of an advanced exercise: first understand how liquidation is computed, how the oracle prices things, and how the risks stack — then decide whether to act. Thought through, it's one more option in the toolbox; jumped into blind, it's just one more way to get liquidated at 3 a.m. Steady wins.

Muzhi Chen · TOKENWISE Editorial
Pen name. Focused on on-chain assets and tokenized securities, and partial to turning DeFi's complicated mechanics into something you can actually act on. This is educational, not investment or legal advice; protocol parameters and facts follow the official pages at the time, checked 2026-07.