@oikos/oikos-bsc
Version:
The smart contracts which make up the Oikos system. (Oikos.cash)
104 lines (103 loc) • 1.87 kB
JSON
[
{
"name": "oUSD",
"asset": "USD",
"category": "forex",
"sign": "$",
"description": "US Dollars",
"subclass": "MultiCollateralSynth"
},
{
"name": "oBTC",
"asset": "BTC",
"category": "crypto",
"sign": "฿",
"description": "Bitcoin"
},
{
"name": "oXAU",
"asset": "XAU",
"category": "commodity",
"sign": "Au",
"description": "Gold"
},
{
"name": "oETH",
"asset": "ETH",
"category": "crypto",
"sign": "Ξ",
"description": "Ether",
"subclass": "MultiCollateralSynth"
},
{
"name": "oBNB",
"asset": "BNB",
"category": "crypto",
"sign": "",
"description": "Binance Coin",
"subclass": "MultiCollateralSynth"
},
{
"name": "iBTC",
"asset": "BTC",
"category": "crypto",
"sign": "₿",
"description": "Inverse Bitcoin",
"subclass": "PurgeableSynth",
"inverted": {
"entryPoint": 34360.1,
"upperLimit": 51540.15,
"lowerLimit": 22906.73
}
},
{
"name": "iETH",
"asset": "ETH",
"category": "crypto",
"sign": "Ξ",
"description": "Inverse Ether",
"subclass": "PurgeableSynth",
"inverted": {
"entryPoint": 2111.65,
"upperLimit": 3167.47,
"lowerLimit": 1407.76
}
},
{
"name": "iBNB",
"asset": "BNB",
"category": "crypto",
"sign": "",
"description": "Inverse Binance Coin",
"subclass": "PurgeableSynth",
"inverted": {
"entryPoint": 322.89,
"upperLimit": 484.33,
"lowerLimit": 215.26
}
},
{
"name": "oCAKE",
"asset": "CAKE",
"category": "crypto",
"sign": "",
"description": "PancakeSwap",
"subclass": "MultiCollateralSynth"
},
{
"name": "oDOT",
"asset": "DOT",
"category": "crypto",
"sign": "",
"description": "Polkadot",
"subclass": "MultiCollateralSynth"
},
{
"name": "oICP",
"asset": "ICP",
"category": "crypto",
"sign": "",
"description": "Internet Computer",
"subclass": "MultiCollateralSynth"
}
]