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

Mark Price

Satori implements a fair price marking methodology to prevent unnecessary forced liquidations. This system ensures that the latest traded price does not deviate excessively from the price index due to market manipulation or low liquidity.

Calculation Formula:

Mark price = Index Price + 30 Minute Moving Average

The 30 minute moving average is calculated as follows: 30 Minute Moving Average = Moving Average [(Bid Price + Ask Price) / 2 - Index Price] taken at 30 minute intervals, sampled every second.

After your order is executed, you may notice a positive or negative unrealized profit and loss due to slight deviations between the mark price and the executed price. This does not indicate a loss of funds, but it is crucial to monitor your liquidation price to avoid premature forced liquidation.

PreviousIndex PriceNextLiquidations

Last updated 5 months ago

💸