Markets (Arbitrum One)
Sorted by Category
About Naming Conventions
We recommend following the naming format below when possible:
__
Markets are named using the format:
L-A/B+C
where:
_
L
is the market'sLEVERAGE
(a positive integer without leading zeros)
_ A
is the BASE
currency/token
_ B
is the QUOTE
currency/token_
_ C
is the SETTLEMENT
currency/token_For example, a 3 leverage market for the market pair BTC/USD, settled in USDC, would be referred to as:
3-BTC/USD+USDC
``
Pool Tokens are named using the format:
LS-A/B+C
where:
L
is the market'sLEVERAGE
(a positive integer without leading zeroes_)_S
is the market's SIDE
(L - long or S - short)A
is the BASE
currency/tokenB
is the QUOTE
currency/tokenC
is the SETTLEMENT
currency/tokenFor example, a 3p leverage Pool's short token, for the market pair BTC/USD settled in USDC, would be referred to as:
3S-BTC/USD+USDC
Please note that Metamask does not support symbols longer than 11 characters. Some of the Pools will have a "Metamask Symbol" which is passed to the users adding the token via our front-end. The Metamask Symbol is given for applicable markets.
Last modified 1yr ago