BounceBit Documentation
HomepagePortalBounceClub
  • 🔳Welcome to BounceBit
    • BounceBit's Philosophy
    • Challenges Addressed By BounceBit
    • BounceClub: Build on BounceBit
  • CeDeFi
    • 🏦BounceBit CeFi + DeFi
      • Infrastructure
      • Yield Structure
    • 📊CeDeFi Yield
      • Funding Rate Arbitrage
      • Fixed
      • Auto
      • Manual
      • Integration of Node Staking Rewards
      • Rebasing Mechanism
      • Asset Manager Directory
    • 🌎RWA (Real World Assets)
      • RWA in Yield Generation
      • RWA on BounceBit Chain
    • Subscription & Redemption Rules
      • Auto & Manual
      • Fixed
    • Security Risk Management
    • dApp
      • ⚡Superfast
      • Ethena <> BounceBit
      • Convert
  • Infrastructure
    • ⛓️BounceBit PoS Chain
      • Dual-Token Staking Consensus
      • EVM Compatibility and Developer Support
    • 🔐Shared Security Clients
    • 🌉BTC Bridge
    • 🔮Oracle
      • Price Feed On-chain
      • Price Feed Off-chain
      • Data Feed Addresses
    • 💽Ecosystem Integrations
  • ♣️BounceClub
    • Intro
    • 🫂BounceClub Membership
    • MEME
    • Quanto
    • AI Agents
  • Token
    • 🏦BounceBit Tokenomics
      • Key Terms
      • 🪙BB Coin
      • Liquid Staking Token (stBBTC & stBB)
      • Bitcoin on BounceBit (BBTC)
      • Stablecoins on BounceBit (BBUSD)
    • 🧱Staking Delegation
    • 💧Liquid Staking
    • 📤Liquid Custody
    • 🍞Bread and Butter (BB Cross-chain Liquidity)
  • User Guides
    • General
      • How to Get BTCB from Binance
        • How to Transfer BTCB to your Binance Web3 Wallet
      • How to Use the Testnet Faucet
      • How to Add BounceBit Network to Your Wallet
    • 🌉Bridging
      • Portal Bridge
      • MultiBit Bridge
    • BounceClub V2
      • How to Launch a Memecoin
      • Arcade
      • DeFi
        • Quanto
        • Stablecoin
      • AI Agents
    • 📊CeDeFi
      • How to Withdraw/Redeem Your LCT
      • How to Subscribe to CeDeFi (V2)
      • How to Unsubscribe from CeDeFi (V2)
      • How to Wrap / How to get BBTC, BBUSD
      • Ethena <> BounceBit
      • Superfast Trading Guide
    • 💠Node Staking and Delegation
      • How to Stake/Unstake on Portal
      • How to Stake/Unstake BB and BBTC (Delegation)
  • Assets
    • 🪪Brand Guidelines
      • 🎨Logo Kit
    • ✅BounceBit's TVL
    • ✅Smart Contract Audit Report
    • First BounceBit's BTC TVL Audit Report
  • Developer Resources
    • BounceBit Mainnet Node Setup
      • Cosmovisor
    • Chain Info
    • RPC Support
    • How to Verify Smart Contracts
    • How to Withdraw Validator Commission
  • OTHER
    • 🌐BounceBit Official Social Media Channels
    • Terms of Use
    • Privacy Policy
Powered by GitBook
On this page
  • Quanto Trading System on BounceBit
  • Core Features
  • Implementation
  • Fee Calculation
  1. BounceClub

Quanto

PreviousMEMENextAI Agents

Last updated 4 months ago

Quanto Trading System on BounceBit

Quanto introduces cross-currency perpetual contracts to the BounceBit network, enabling traders to maintain positions in one asset while posting collateral in another. This system removes the traditional barriers between different asset classes and blockchains in derivatives trading.

Core Features

The system operates as a decentralized perpetual contract platform where positions have no expiration date. Traders can maintain long or short positions indefinitely, provided they meet margin requirements. What distinguishes Quanto is its ability to separate the trading asset from the collateral asset - users can trade BTC/USD markets while posting ETH, BB, or other supported tokens as margin.

Implementation

On BounceBit, Quanto contracts bridge the gap between different asset markets through fixed-rate settlement. For example, a trader can:

  • Open a BTC/USD position

  • Post BB tokens as collateral

  • Settle profits and losses in BB

  • Maintain exposure to BTC price movements

This architecture effectively removes currency boundaries in derivatives trading while keeping settlement within the BounceBit ecosystem. The system's quanto characteristic enables traders to access any supported market regardless of their held assets, significantly expanding trading opportunities.

Guide:

Fee Calculation

Borrowing fees

The direction of borrowing fee payments is determined by Open Interest (OI) imbalance:

  • The side with greater OI (longs or shorts) is responsible for paying the fee

  • The side with lower OI receives no charges

Borrowing fees are assessed at two levels:

  • Individual trading pair level

  • Group level that the pair belongs to

  • The system applies whichever fee is higher (never combines them)

Fee calculation basis:

  • Applied to total position value (calculated as collateral × leverage)

The formula for borrowing fee per block is:

feePerBlock * (abs(longOi - shortOi) / maxOi) ** feeExponent

♣️
club.bouncebit.io/defi/quanto
Quanto