Overview of the Hub & Spoke Model
The Hub
The Hub is a fast EVM chain that acts as the protocol’s control center.
All accounting, interest accrual, liquidations, and oracle integrations happen here.
It holds the user's vault state, meaning deposits and borrows are globally visible and manageable.
The Spokes
Spoke Chains include any additional networks like Ethereum, Solana, or Sui.
They are lightweight interfaces where users can:
Deposit collateral
Borrow or repay funds
Cross-Chain Execution (Powered by Wormhole)
User interacts with a Spoke Contract (e.g., deposits USDC on Solana).
A token transfer with a payload is triggered via Wormhole.
The message and assets are received on the Hub chain.
The Hub Contract updates the vault, verifies collateral, and allows borrowing.
If needed, borrowed assets are sent back cross-chain.
Benefits
Modular Expansion: Easily add new chains without reworking logic.
Centralized Logic: Eliminates inconsistencies and sync issues across chains.
Unified Liquidity: Capital on one chain can power borrowing on another.
Safer Liquidations: No race conditions, all handled centrally.
This model provides the foundation for a truly unified DeFi experience, across chains and without compromise.
Last updated