OptionBlitz Docs
⚡️Start trading🐦Twitter🌐Telegram
  • ⚡Welcome to OptionBlitz
    • Trade now
  • 🙌Getting started
    • 🌐Signing in with a social login or email
    • 🔑Signing in with an external wallet
    • ⚙️Wallet management
      • ⬇️Receive funds
      • ⬆️Sending funds
      • 🔎Monitor activity
    • ⚡1-click trading
    • ⛽Gasless trading
  • 🌎Available Assets
    • 🕙Market hours
  • 🛒Products & Features
    • ⏳Available maturities
    • 🔎Selection menu
    • 💰Payout rates
    • Binary options
    • Barrier options
      • Touch and Double-Touch
      • No-Touch and Double-No-Touch
    • Vanilla options
      • Product specifications
      • Creating a trade
    • 🛠️Position management
      • Binary and Barrier options
      • Vanilla options
        • Take profit conditions
    • 👥Social trading
      • Trader sentiment
      • Chart annotations
      • Live chat
    • 📡Signals
    • 📰Live Newsfeed
    • 🤖Profile and Analytics
  • 🤑Referral program
    • 🆕Fuul referral program
      • Visit the fuul referral app
      • How do I get started?
      • Restrictions
      • How do I claim rewards?
      • Is there a media kit?
      • How does it work?
      • 💰Trading Volume/Turnover sharing
        • Reward structure
      • ⚡BLX token staking referrals
        • Reward structure
        • Restrictions
    • ⛓️Native referral program
      • Visit the native referral app
      • Referral reward structure
  • ⛏️Staking
  • 🚀BLX token
    • 💳How to Buy and Sell BLX
  • 🧠Advanced
    • 📊Price feeds
    • ⏰Order execution
    • 🚨Risk controls
  • Website
  • Twitter
  • Telegram
  • Discord
  • Audit
  • 🛠️Contract addresses
Powered by GitBook
On this page
  1. Advanced

Price feeds

All about price discovery in OptionBlitz

PreviousAdvancedNextOrder execution

Last updated 1 year ago

OptionBlitz uses a decentralised price oracle from . Here, the client subscribes to the Pyth oracle (price service) to get signed price data and then transmits the payload with their transaction instructions when executing trades. The OptionBlitz smart contracts verify the signature provided and then accepts the trade. When a trade is closed, the Pyth price is checked and then used for settlement calculations.

This model does not involve any third party keeper or middle man. Other platforms have keepers which can omit your transactions or fail to detect them altogether which can cause you to miss critical entry times in the market.

With OptionBlitz the client is responsible for executing all his trades.

Since Pyth is a third party dependency, we rely on Pyth to have price data available when requested, not only for the open price but also the close. In the event that a price is not available, the client will be able to call the refund function in the code, which will revert his transaction. This is expected to be very rare but a risk nonetheless which should be stated. According to Pyth, published price aggregations are available almost every second and OptionBlitz supports a +/-1 second margin in order to mitigate the risk of a transaction being reverted.

🧠
📊
Pyth