LogoLogo
TwitterWebsiteTestnet
  • Introduction
    • About B3X
  • World Market
    • Introduction
    • Problems with Current Markets
      • DeFi's Never-Ending Cold Start Problem
      • Limited Utility for Existing Assets
      • CeFi Dominates with 100x Volume
      • Outdated DeFi Perps Offerings
      • Consistent Battle for Liquidity
      • Stablecoins with No Use-case
      • Unfair LP Treatment
      • No Settlement Venue is Best
  • Introducing: The World Market
    • Solving the Crypto UX Nightmare
    • Purposeful Stablecoins
    • Unlimited Open Interest
    • Enabling Deep Liquidity
    • LPs as 1st Class Citizens
    • First-Principle Orderbook Design
  • World Modules
    • Delta-Neutral Stablecoin
    • Yield-Bearing Stablecoin
    • Long-Only Vault
    • Short-Only Vault
    • Long vs Short Vault
    • Lending
    • Funding Rate Collector
  • Future: Supercharged DeFi
    • User-Centric Intent, Action, and Execution Marketplace
    • Yield Trading
    • Simplified Market Experience
    • LPs as First-Class Citizens: Mini DAOs
    • Building Distribution for all — Chains, Protocols and Users
    • Resolving Cold-start Problem
    • Launching New Markets
    • Building Solutions with Derivatives as a First Principle
    • Bootstrapping TVL Growth: Unlocking DeFi’s True Potential
    • Boosting Token Utility
    • Meaningful Second-order Incentives
    • Boosting Economical Security of DeFi protocols
  • Our Call to Action
  • Technical Specs
    • Architectural Design
    • Pricing Mechanism
    • Risk Management
      • Risk Factors
      • Price Protection
      • Auto Deleverage
      • Liquidation
    • Settlement Design
    • Asset Management
    • Market Management
  • Fees
  • Testnet
    • World Market (Rise)
  • World Fund
    • Introduction
    • The Problem
    • Architecture
      • User Layer
      • Human-driven Application Layer
      • AI-driven Application Layer
      • Infrastructure Layer
    • Core Components
      • Fund Builder
      • Quant Agent
      • Strategy Framework
    • Decentralized Architecture
    • Execution Layer
    • Conclusion
    • References
    • Original Whitepaper PDF
  • Economics
    • World Market
    • World Fund
  • External Links
    • Website
    • Twitter
    • Discord
Powered by GitBook
On this page

Was this helpful?

Export as PDF
  1. Technical Specs

Architectural Design

The protocol’s architecture can be summarized as follows, where the components of the protocols are modular, hence the implementation of the such components relies on the actual implementation under proxy which are updated on regular basis. The possible key modules of the protocols are:

Chain: Manages protocol’s cross-chain messages, in order to achieve multichain modularity and enabling seamless trade execution for end-users.

Market: Manages protocol’s market-places, by allowing any users to permissionlessly create, modify or remove markets and adjust market related parameters.

Order: Accepts and handles protocol’s core functions, such as swaps & futures actions

Asset: Responsible for asset creation, management and adjustment asset related parameters

Oracle: Handles pricing logics and sources which includes off-chain and on-chain sources.

Role: Handles protocol’s roles which defines whitelisted actors for proper and secure functioning of the protocol.

Storage: Responsible for storing, updating and removing protocols storage state variables.

Keeper: Manages off-chain and on-chain keepers logics, their implementations and whitelisted keepers.

Router: Handles cross-contract communication for the protocol.

OrderBook: Responsible for storage and maintainence of orderbooks.

Solver: Handles intent-based solver system which lives fully onchain.

PreviousOur Call to ActionNextPricing Mechanism

Last updated 15 days ago

Was this helpful?