01 - Decentralized Derivatives Exchange
Go to 01
Searchโฆ
English ๐บ๐ธ
Introduction
Get Started
FAQ
Troubleshooting
๐
Guides
Creating Margin Account
Depositing
Opening Trading Position
Earn Lending Yield
Borrowing Tokens
๐
Trading
Perpetual Futures
Power Perpetuals
๐ต
Borrow
Overview
๐ฅฉ
Stake
ZAMM
โ
Margin
Collateral
Overview
Account Risk
Definitions
Limits
Borrow Margin
Liquidation
๐
Dev
SDKs
Keepers & Liquidators
Arbitrage Bots
๐
protocol
Trading Circle
Partners
DAO
Token
Fees
Roadmap
๐
Links
Go to 01
Twitter
Blog
Github
Discord
Feedback
Powered By
GitBook
Limits
Initial Margin Fraction [IMF]
The total IMF is the minimum
OMF
needed to open a new order.
The base IMF is the IMF per market computed as:
For derivative markets,
I
M
F
b
a
s
e
=
1
l
e
v
e
r
a
g
e
m
a
x
IMF_{base} = \frac{1}{leverage_{max}}
I
M
F
ba
se
โ
=
l
e
v
er
a
g
e
ma
x
โ
1
โ
For borrowing,
I
M
F
b
a
s
e
=
1.1
W
โ
1
IMF_{base} = \frac{1.1}{W} - 1
I
M
F
ba
se
โ
=
W
1.1
โ
โ
1
where W is the weight of the asset being borrowed
where
l
e
v
e
r
a
g
e
m
a
x
leverage_{max}
l
e
v
er
a
g
e
ma
x
โ
is the max allowed initial leverage per market (ex: 20)
The total IMF is computed as the average of each market's base IMFs weighted by the position open notional for that market
I
M
F
t
o
t
a
l
=
โ
p
o
s
i
t
i
o
n
ย
o
p
e
n
ย
n
o
t
i
o
n
a
l
ร
I
M
F
b
a
s
e
t
o
t
a
l
ย
p
o
s
i
t
i
o
n
ย
o
p
e
n
ย
n
o
t
i
o
n
a
l
IMF_{total} = \frac{\sum position \space open \space notional \times IMF_{base}}{total \space position \space open \space notional}
I
M
F
t
o
t
a
l
โ
=
t
o
t
a
l
ย
p
os
i
t
i
o
n
ย
o
p
e
n
ย
n
o
t
i
o
na
l
โ
p
os
i
t
i
o
n
ย
o
p
e
n
ย
n
o
t
i
o
na
l
ร
I
M
F
ba
se
โ
โ
OMF needs to be above the IMF to increase a position.
OMF needs to be above the IMF after withdrawal.
Cancel Margin Fraction [CMF]
The total CMF is the minimum
OMF
needed to not have your open orders cancelled.
The base CMF is the CMF per market:
For derivative markets,
C
M
F
b
a
s
e
=
5
ร
I
M
F
b
a
s
e
8
CMF_{base} = \frac{5 \times IMF_{base}}{8}
CM
F
ba
se
โ
=
8
5
ร
I
M
F
ba
se
โ
โ
โ
For borrowing, the CMF base is the same as the borrow IMF base
The total CMF is computed as the average of each marketโs CMF weighted by the position open notional for that market
C
M
F
t
o
t
a
l
=
โ
p
o
s
i
t
i
o
n
ย
o
p
e
n
ย
n
o
t
i
o
n
a
l
ร
C
M
F
b
a
s
e
t
o
t
a
l
ย
p
o
s
i
t
i
o
n
ย
o
p
e
n
ย
n
o
t
i
o
n
a
l
CMF_{total} = \frac{\sum position \space open \space notional \times CMF_{base}}{total \space position \space open \space notional}
CM
F
t
o
t
a
l
โ
=
t
o
t
a
l
ย
p
os
i
t
i
o
n
ย
o
p
e
n
ย
n
o
t
i
o
na
l
โ
p
os
i
t
i
o
n
ย
o
p
e
n
ย
n
o
t
i
o
na
l
ร
CM
F
ba
se
โ
โ
Maintenance Margin Fraction [MMF]
The total MMF is the minimum
MF
needed to not be liquidated.
The base MMF is the MMF per market:
For derivative markets,
M
M
F
b
a
s
e
=
I
M
F
b
a
s
e
2
MMF_{base} = \frac{IMF_{base}}{2}
MM
F
ba
se
โ
=
2
I
M
F
ba
se
โ
โ
โ
For borrowing,
M
M
F
b
a
s
e
=
1.03
W
โ
1
MMF_{base} = \frac{1.03}{W} - 1
MM
F
ba
se
โ
=
W
1.03
โ
โ
1
where W is the weight of the asset being borrowed
The total MMF is computed as the average of each marketโs MMF weighted by the position notional for that market
M
M
F
t
o
t
a
l
=
โ
p
o
s
i
t
i
o
n
ย
n
o
t
i
o
n
a
l
ร
M
M
F
b
a
s
e
t
o
t
a
l
ย
p
o
s
i
t
i
o
n
ย
n
o
t
i
o
n
a
l
MMF_{total} = \frac{\sum position \space notional \times MMF_{base}}{total \space position \space notional}
MM
F
t
o
t
a
l
โ
=
t
o
t
a
l
ย
p
os
i
t
i
o
n
ย
n
o
t
i
o
na
l
โ
p
os
i
t
i
o
n
ย
n
o
t
i
o
na
l
ร
MM
F
ba
se
โ
โ
MF needs to be above the MMF to place new orders.
Previous
Definitions
Next
Borrow Margin
Last modified
4mo ago
Copy link
Contents
Initial Margin Fraction [IMF]
Cancel Margin Fraction [CMF]
Maintenance Margin Fraction [MMF]