LogoLogo
  • 🏹Tigris
    • 📖Introduction
    • 🔗Quick links
    • 🆕First time trading on-chain
    • 📈Fees and trading guide
      • Opening a trade
      • Spread
      • Funding Fees
      • Closing a trade
      • Limit and Stop orders
      • Take Profit and Stop Loss
      • Partially closing a trade
      • Opening a position on top of another one
      • Adding margin to an open position
      • Removing margin from an open position
      • Liquidation
    • ↕️Binary Options
    • 🪙Trading Liquidity
    • 🔮Oracle
    • 🏛️TIG and Governance
      • Governance NFTs
      • Multisig and Timelock
    • 💎xTIG and trading rewards
    • 💡Referrals
    • 🗺️Roadmap
    • 💻For Developers
    • ⚒️Listed Pairs
    • 📑Contract Addresses
      • 🔵Arbitrum
      • 🟡Blast
      • ⚪Meter
      • 🟣Polygon
    • 📰Media Kit
    • 🎮Demo trading
Powered by GitBook
On this page

Was this helpful?

  1. Tigris
  2. Fees and trading guide

Spread

PreviousOpening a tradeNextFunding Fees

Last updated 1 year ago

Was this helpful?

To protect liquidity providers each pair has a dynamic spread, based on short-term price volatility using the 10min SMA indicator.

Spread is calculated as:

spread = -spreadApproaching * (relativePriceDifference) ** curveAmplification + spreadApproaching

curveAmplification = 100; 
spreadApproaching = 0.004;

curveAmplification is an arbitrary value that determines how sharp the curve is; spreadApproaching is the spread % at maximum price difference between current price and x minute SMA. This formula makes the spread react instantly to big price movements while allowing a small spread during periods of low volatility.

The spread value is shown in the pairs info bar above the chart.

You can also see the spread in the price chart as the BID and ASK prices.

Longs open at ASK while shorts open at BID.

🏹
📈