Margin Framework
Flash Trade's margin system uses two key parameters to manage risk and enable leveraged trading across different asset pools. Understanding these requirements is essential for maintaining healthy positions and avoiding liquidations.
Overview
The margin framework consists of two main components:
Minimum Initial Margin - Minimum collateral required to open a position
Minimum Maintenance Margin - Minimum collateral required to keep a position open
These parameters vary by pool type to reflect different risk profiles and market conditions.
Margin Requirements by Pool
Crypto (Pool 1)
BTC, ETH, SOL
1% of position size
0.2% of position size
100x / 500x
Synthetic (Pool 2)
FX, Metals, Oil
1% of position size
0.5% of position size
100x / 200x
Solana Beta (Pool 3)
JUP, JTO, RAY, etc.
2% of position size
1.0% of position size
50x / 100x
Understanding the Numbers
Initial Margin (Opening Positions):
Pool 1: 1% = 100x maximum leverage
Pool 2: 0.5% = 100x maximum leverage
Pool 3: 5% = 50x maximum leverage
Maintenance Margin (Keeping Positions Open):
Pool 1: 0.2% = 500x effective leverage at liquidation
Pool 2: 0.25% = 200x effective leverage at liquidation
Pool 3: 1.0% = 100x effective leverage at liquidation
High Volatility Flag Impact
During periods of high market volatility, Flash Trade's pricing engine activates special risk management protocols that affect collateral valuation and position management.
Position-Specific Volatility Rules
When holding long positions during High Volatility Flag periods:
Price Impact:
Lower bound of Pyth's confidence interval is used for both:
Collateral valuation (discounted value)
Current PnL calculation (reduced profits)
Liquidation Risk:
Double impact from discounted collateral AND reduced PnL
If combined effect drops below maintenance margin → Liquidation triggered
Risk Management Implications
Discounted Collateral
Reduced margin buffer
Monitor confidence intervals
Lower Bound PnL
Conservative profit calc
Plan for volatility periods
Double Discount
Accelerated liquidations
Use conservative leverage
Best Practices
Technical Details
Position Health = (Collateral Value + Unrealized PnL) / Position Size
Where during High Volatility Flag:
Collateral Value = Lower Bound of Confidence Interval
Unrealized PnL = Calculated using bounds that minimize trader assets
Last updated
Was this helpful?