General
What is the Open Nile Protocol?
What is the Open Nile Protocol?
What network is the protocol deployed on?
What network is the protocol deployed on?
What collateral does the protocol accept?
What collateral does the protocol accept?
Trading
What tenors are available?
What tenors are available?
| Tenor | Duration |
|---|---|
| 1 Day | 24 hours |
| 1 Week | 7 days |
| 1 Month | 30 days |
What is the minimum position size?
What is the minimum position size?
How is my PnL calculated?
How is my PnL calculated?
- LONG position:
PnL = notional * (currentPrice - entryPrice) / 1e18 - SHORT position:
PnL = notional * (entryPrice - currentPrice) / 1e18
Can I get liquidated?
Can I get liquidated?
Liquidity Providers
How does the LP vault work?
How does the LP vault work?
- Deposit USDC into the vault and receive share tokens in return
- Share tokens represent your proportional ownership of the pool
- Share price reflects pool performance — it increases when the pool earns trading fees and liquidation penalties, and decreases when traders are net profitable
- Withdraw by redeeming shares for USDC at the current share price
What are the risks of providing liquidity?
What are the risks of providing liquidity?
- Directional risk — If traders are net profitable over a period, the pool (and LP share value) decreases
- Utilization risk — High utilization may temporarily prevent withdrawals
- Smart contract risk — As with any DeFi protocol, there is inherent risk in the smart contract code
- Trading fees collected on every position open and close
- Liquidation penalties seized from underwater positions
- Diversification — many positions in different directions tend to offset each other
Why?
Why EUR/USD first?
Why EUR/USD first?
Why not use perpetual futures for FX hedging?
Why not use perpetual futures for FX hedging?
Why isolated margin instead of cross margin?
Why isolated margin instead of cross margin?
Why the zero-sum pool model?
Why the zero-sum pool model?
Who provides liquidity?
Who provides liquidity?
Technical
Why are there no proxy upgrades?
Why are there no proxy upgrades?