Satori Finance Docs
  • ✨About Satori Finance
  • 👉Beginner's Guide
    • Deposit & Withdrawal
    • Trading
  • 💸Perpetual Trading
    • Matchmaking
    • Margin
    • Isolated/Cross Margin
    • Funding Costs
    • Trading fees
    • Index Price
    • Mark Price
    • Liquidations
    • Insurance Funds
    • Automatic Deleveraging
  • 🌽Vaults
  • 📲Telegram Mini APP
  • 🚀Liquid Restaked Tokens (LRT)
  • 🔥Points
  • 🎉Trading Competition
    • Satori Season2 Trading Competition Backed by Hemi
  • 🎭Referrals
  • 🦄Ecosystem Partner Incentives
  • API DOCS
    • 👨‍💻OpenAPI
      • Introduce
      • Auth
      • URL
      • Response Code
      • Rest API
        • A complete example
        • Order Operation 【Private Operation】
          • Create order
          • Batch create orders
          • Cancel order
          • Batch Cancel orders
        • Position Operation 【private operation】
          • Add/reduce margin
        • 【Private Query】
          • [Account] Query account balance
          • [Order] Query current order list
          • [Trade] Query match result
          • [Position] Query position list
        • 【Public Query】
          • System time
          • Index price
          • Mark price
          • Last trade
          • Pair list
      • WebSocket
        • Events
        • Subscription
          • Basic parameters
          • Example
          • Account
          • Orders
          • Positions
          • Trades
Powered by GitBook
On this page
  1. Perpetual Trading

Isolated/Cross Margin

Satori offers two margin modes: Isolated Margin and Cross Margin.

Isolated Margin

Isolated margin is the default mode on Satori. In this mode, the margin allocated to a position is separate from the trader's overall account balance. This allows traders to manage risk effectively, as the maximum loss from liquidation is limited to the margin placed for that specific position.

Cross Margin

Cross margin utilizes the entire available balance within the corresponding trading pair to prevent liquidation. If the equity in the trading pair falls below the maintenance margin, the position will be liquidated. In the event of liquidation, the trader risks losing all equity associated with that particular trading pair.

Users can only select one margin mode per perpetual trading pair. To change the position mode or replace an order, any open orders or positions for that pair must be closed first.

PreviousMarginNextFunding Costs

Last updated 5 months ago

💸