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

Index Price

The Index Price refers to the price of the underlying asset in the spot market. It is an aggregate price based on data from multiple exchanges and Pyth. The index price is calculated every second.

The exchanges used for aggregation include: Coinbase, Binance, OKX

Oracle Protocol: Pyth Network

For BTC-denominated currency pairs, the system multiplies the OKX BTC-USD index to convert to the US dollar price.

To ensure that index fluctuations remain within a normal range, the system invalidates exchanges where the latest transaction price or trade volume has not been updated for a specific time. If an exchange price deviates by more than 3% from the median price of all exchanges, it will be adjusted to either median * 0.97 or median * 1.03.

PreviousTrading feesNextMark Price

Last updated 4 months ago

💸