B-DEX is Libertum’s bonding-curve decentralized exchange. It gives offerings continuous on-chain liquidity from the moment they deploy — no order book, no market makers, no liquidity providers required. The bonding curve mathematics determine price deterministically as supply moves, so investors always have a buy-side and sell-side price quoted on chain.
Use B-DEX when continuous, programmatic liquidity matters from day one — for utility / governance tokens, for primary fundraising on a curve, or as a continuous secondary venue layered on a tokenized asset.
Traditional secondary markets need either an order book (bids and asks from many participants) or an automated market maker pool (someone has to deposit liquidity). B-DEX needs neither: the bonding curve itself is the counterparty. As soon as the contract deploys:
Pricing on B-DEX is fully deterministic, derived from a few configurable parameters:
initialMarketCap × (1 + LBM%) (e.g. $120,000)targetMarketCap ÷ totalTokenSupplyX × tokenPricecost × feePercentage / 10,000 (typically 2–5%, distributed between platform and fee collector)Because the curve is deterministic, any participant can verify the price they’ll get before they sign the transaction. There are no surprises and no hidden slippage from front-running market makers.
For issuers, B-DEX doubles as a fundraising mechanism:
This makes B-DEX a hybrid tool — primary fundraise + continuous liquidity in a single contract — and is particularly well-suited for bonding tokens, utility tokens, and offerings where price discovery via the curve is more attractive than a fixed primary price.
For investors, B-DEX feels like an instant on/off-switch on the offering:
Every buy and sell pays a fee that’s automatically split on chain between:
Both portions are settled in stablecoin and accounted for in the platform’s audit trail. Issuers can use the fee collector portion as an ongoing revenue stream from secondary trading on top of any primary raise.
B-DEX is one of two secondary-market models Libertum offers:
Issuers can use either or both:
All B-DEX flows settle in S-Suite stablecoin; investor identity, KYC and wallet whitelisting are enforced by the same compliance stack as T-Suite offerings — there’s no separate identity layer.
The core B-DEX contracts are deployed on Base Mainnet (Bonding Factory Proxy: 0x7EF73E4E6e2Bcb4bF38CFE5d14A50441F63809b9). The investor-facing /bonding-market route is currently disabled in the production frontend pending a secondary-market policy review; B-DEX continues to be available for issuer-side fundraises and via direct contract integration.
See the Roadmap for re-enablement timing.