diff --git a/.env.example b/.env.example index 137053bed..5bf6743fe 100644 --- a/.env.example +++ b/.env.example @@ -3,6 +3,7 @@ VITE_BASE_URL= VITE_ALCHEMY_API_KEY= VITE_PRIVY_APP_ID= +VITE_PRIVY_APP_CLIENT_ID= VITE_PK_ENCRYPTION_KEY= VITE_ROUTER_TYPE= @@ -11,6 +12,9 @@ VITE_V3_TOKEN_ADDRESS= VITE_TOKEN_MIGRATION_URI= VITE_NUMIA_BASE_URL= +# URL for the qrcode that is generated within the modal share pnl analytics +VITE_SHARE_PNL_ANALYTICS_URL= + AMPLITUDE_API_KEY= AMPLITUDE_SERVER_URL= BUGSNAG_API_KEY= diff --git a/.github/workflows/validate-other-market-data.yml b/.github/workflows/validate-other-market-data.yml index 054c0c1df..dfed16ed7 100644 --- a/.github/workflows/validate-other-market-data.yml +++ b/.github/workflows/validate-other-market-data.yml @@ -36,19 +36,25 @@ jobs: - name: Checkout v4-chain repo uses: actions/checkout@v3 with: - repository: 'dydxprotocol/v4-chain' - ref: 'd4e0f0d1ac28f128c787e40c5a0cdc7c481e6c42' + repository: 'skip-mev/v4-chain' + ref: '86b361becee776c36dd9c8ee4b96ada17b913109' path: 'v4-chain' - name: Start v4 localnet run: | cd v4-chain/protocol sed -i '/\.consensus\.timeout_commit.*-v '\''5s'\''/s/5s/1s/' testing/testnet-local/local.sh - sed -i '/ datadog-agent:/,/ ports:/d; /^ - "8125:8215"/d; /^ - "8126:8126"/d' docker-compose.yml echo "Building v4-chain/protocol..." make build echo "Starting localnet..." DOCKER_BUILDKIT=1 make localnet-startd + + - name: Get diff of otherMarketData.json + run: | + git fetch origin + git diff remotes/origin/main -- public/configs/otherMarketData.json > otherMarketDiff.txt - name: Validate other market data + env: + DIFF: otherMarketDiff.txt run: pnpx tsx scripts/validate-other-market-data.ts diff --git a/README.md b/README.md index fb2a4936f..11826fcf5 100644 --- a/README.md +++ b/README.md @@ -91,6 +91,7 @@ Set environment variables via `.env`. - `STATUS_PAGE_SCRIPT_URI` (optional): Used for enabling the status page; used with `pnpm run build:inject-statuspage`. - `SMARTBANNER_APP_NAME`, `SMARTBANNER_ORG_NAME`, `SMARTBANNER_ICON_URL`, `SMARTBANNER_APPSTORE_URL` (optional): Used for enabling the smart app banner; used with `pnpm run build:inject-smartbanner`. - `VITE_PRIVY_APP_ID` (optional): App ID used for enabling Privy authentication. For deployment of DYDX token holders use `clua5njf801bncvpa0woolzq4`. +- `VITE_PRIVY_APP_CLIENT_ID` (optional): App Client ID used for enabling Privy authentication. ## Part 5: Configure entry points diff --git a/package.json b/package.json index 703e34bb6..3929e78cb 100644 --- a/package.json +++ b/package.json @@ -47,12 +47,13 @@ "@cosmjs/proto-signing": "^0.32.1", "@cosmjs/stargate": "^0.32.1", "@cosmjs/tendermint-rpc": "^0.32.1", - "@dydxprotocol/v4-abacus": "^1.7.72", + "@dydxprotocol/v4-abacus": "1.7.90", "@dydxprotocol/v4-client-js": "^1.1.23", - "@dydxprotocol/v4-localization": "^1.1.121", + "@dydxprotocol/v4-localization": "^1.1.134", "@ethersproject/providers": "^5.7.2", + "@hugocxl/react-to-image": "^0.0.9", "@js-joda/core": "^5.5.3", - "@privy-io/react-auth": "^1.66.2", + "@privy-io/react-auth": "^1.69.0", "@privy-io/wagmi-connector": "^0.1.12", "@radix-ui/react-accordion": "^1.1.2", "@radix-ui/react-checkbox": "^1.0.4", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 9ae156b38..f9a0f02bb 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -30,26 +30,29 @@ dependencies: specifier: ^0.32.1 version: 0.32.2 '@dydxprotocol/v4-abacus': - specifier: ^1.7.72 - version: 1.7.72 + specifier: 1.7.90 + version: 1.7.90 '@dydxprotocol/v4-client-js': specifier: ^1.1.23 version: 1.1.23 '@dydxprotocol/v4-localization': - specifier: ^1.1.121 - version: 1.1.121 + specifier: ^1.1.134 + version: 1.1.134 '@ethersproject/providers': specifier: ^5.7.2 version: 5.7.2 + '@hugocxl/react-to-image': + specifier: ^0.0.9 + version: 0.0.9(html-to-image@1.11.11)(react@18.2.0) '@js-joda/core': specifier: ^5.5.3 version: 5.5.3 '@privy-io/react-auth': - specifier: ^1.66.2 - version: 1.66.2(@babel/core@7.23.9)(@types/react@18.3.3)(react-dom@18.2.0)(react-is@18.3.1)(react@18.2.0)(typescript@5.1.3) + specifier: ^1.69.0 + version: 1.69.0(@babel/core@7.23.9)(@types/react@18.3.3)(react-dom@18.2.0)(react-is@18.3.1)(react@18.2.0)(typescript@5.1.3) '@privy-io/wagmi-connector': specifier: ^0.1.12 - version: 0.1.13(@privy-io/react-auth@1.66.2)(react-dom@18.2.0)(react@18.2.0)(viem@1.20.0)(wagmi@1.4.13) + version: 0.1.13(@privy-io/react-auth@1.69.0)(react-dom@18.2.0)(react@18.2.0)(viem@1.20.0)(wagmi@1.4.13) '@radix-ui/react-accordion': specifier: ^1.1.2 version: 1.1.2(@types/react-dom@18.2.6)(@types/react@18.3.3)(react-dom@18.2.0)(react@18.2.0) @@ -774,6 +777,17 @@ packages: - supports-color dev: false + /@coinbase/wallet-sdk@4.0.2: + resolution: {integrity: sha512-WMUeFbtS0rn8zavjAmNhFWq1r3TV7E5KuSij1Sar0/XuOC+nhj96uqSlIApAHdhuScoKZBq39VYsAQCHzOC6/w==} + dependencies: + buffer: 6.0.3 + clsx: 1.2.1 + eventemitter3: 5.0.1 + keccak: 3.0.3 + preact: 10.17.0 + sha.js: 2.4.11 + dev: false + /@colors/colors@1.6.0: resolution: {integrity: sha512-Ir+AOibqzrIsL6ajt3Rz3LskB7OiMVHqltZmspbW/TJuTVuyOMirVqAkjfY6JISiLHgyNqicAC8AyHHGzNd/dA==} engines: {node: '>=0.1.90'} @@ -1376,8 +1390,8 @@ packages: '@jridgewell/trace-mapping': 0.3.9 dev: true - /@dydxprotocol/v4-abacus@1.7.72: - resolution: {integrity: sha512-ie6ynsIwBNuAIKZgrOtMFy74tudEm26ruIW2y1816u/c37VzIG1R7ZsKDXFdZEDGlIjzXK0D16NIVR8jEEleqw==} + /@dydxprotocol/v4-abacus@1.7.90: + resolution: {integrity: sha512-epLilQgcZOZMwIn1Zd1qsDTuKV7HlfyY0o+zYOyQB8rCEtAy7YqwSZWBCdLX1/ys1a/aT1Glbk+UHWj4TaORZg==} dependencies: '@js-joda/core': 3.2.0 format-util: 1.0.5 @@ -1412,8 +1426,8 @@ packages: - utf-8-validate dev: false - /@dydxprotocol/v4-localization@1.1.121: - resolution: {integrity: sha512-pG3e5+lIuskM0HD45k18q8ZxnFNNkTpv4z/td0AzVIVUq7nzJ4O6ft4vcuNrm4k0Zd9nySEtSjODPC9qicxUKw==} + /@dydxprotocol/v4-localization@1.1.134: + resolution: {integrity: sha512-ni+l6G6hoRADkWc88Y8mlpHGYlUdekKWwplmI3nB7QuM6DlT9D26IOqBmZ++3hx3tWjKkwpvMCCpdPeDXfCBMw==} dev: false /@dydxprotocol/v4-proto@5.0.0-dev.0: @@ -2307,6 +2321,16 @@ packages: react: 18.2.0 dev: false + /@hugocxl/react-to-image@0.0.9(html-to-image@1.11.11)(react@18.2.0): + resolution: {integrity: sha512-UzPtjPb5k0V8oPKjmDvYnWtTNCuFh+2ysXF4+dXL0tnEaFDfu2M3iSt32pzKbJsZYoFu5X12JKKd9MKa2OsR6g==} + peerDependencies: + html-to-image: '>=1' + react: '>=16' + dependencies: + html-to-image: 1.11.11 + react: 18.2.0 + dev: false + /@humanwhocodes/config-array@0.11.14: resolution: {integrity: sha512-3T8LkOmg45BV5FICb15QQMsyUSWrQ8AygVfC7ZG32zOalnqrilm018ZVCw0eapXux8FtA33q8PSRSstjee3jSg==} engines: {node: '>=10.10.0'} @@ -3136,13 +3160,13 @@ packages: engines: {node: ^12.20.0 || ^14.18.0 || >=16.0.0} dev: true - /@privy-io/react-auth@1.66.2(@babel/core@7.23.9)(@types/react@18.3.3)(react-dom@18.2.0)(react-is@18.3.1)(react@18.2.0)(typescript@5.1.3): - resolution: {integrity: sha512-7gfAtwT4JOf0kKq7MkGmeD7xNDd3+En+nXAVXA+dUMhInNQvYlaKhdy6uX6asd+IVuAnj66IKNGVk41Y3C/I5Q==} + /@privy-io/react-auth@1.69.0(@babel/core@7.23.9)(@types/react@18.3.3)(react-dom@18.2.0)(react-is@18.3.1)(react@18.2.0)(typescript@5.1.3): + resolution: {integrity: sha512-tbqjhgVxEMUP6YkWzbyvcRInTrICaVXFrVS/4Wl8zzyu3QJqDWeuZUAJgHcGFjsAgl4wXIv5a5dQBaDhIDrHeg==} peerDependencies: react: ^18 react-dom: ^18 dependencies: - '@coinbase/wallet-sdk': 3.9.3 + '@coinbase/wallet-sdk': 4.0.2 '@ethersproject/abstract-signer': 5.7.0 '@ethersproject/address': 5.7.0 '@ethersproject/bignumber': 5.7.0 @@ -3158,7 +3182,7 @@ packages: '@marsidev/react-turnstile': 0.4.1(react-dom@18.2.0)(react@18.2.0) '@metamask/eth-sig-util': 6.0.2 '@simplewebauthn/browser': 9.0.1 - '@walletconnect/ethereum-provider': 2.12.0(@types/react@18.3.3)(encoding@0.1.13)(react@18.2.0) + '@walletconnect/ethereum-provider': 2.13.3(@types/react@18.3.3)(encoding@0.1.13)(react@18.2.0) '@walletconnect/modal': 2.6.2(@types/react@18.3.3)(react@18.2.0) base64-js: 1.5.1 dotenv: 16.4.5 @@ -3205,7 +3229,7 @@ packages: - utf-8-validate dev: false - /@privy-io/wagmi-connector@0.1.13(@privy-io/react-auth@1.66.2)(react-dom@18.2.0)(react@18.2.0)(viem@1.20.0)(wagmi@1.4.13): + /@privy-io/wagmi-connector@0.1.13(@privy-io/react-auth@1.69.0)(react-dom@18.2.0)(react@18.2.0)(viem@1.20.0)(wagmi@1.4.13): resolution: {integrity: sha512-dbel4pYvbJM+28m12DE7LvEKzJ8ni/rDkuHpF3RGwkph+HsgDNDxJy4OTgUjaKi6yJsjZ5nvhsZdNNVXbVFKkg==} peerDependencies: '@privy-io/react-auth': ^1.33.0 @@ -3214,7 +3238,7 @@ packages: viem: '>=0.3.35' wagmi: '>=1.4.12 <2' dependencies: - '@privy-io/react-auth': 1.66.2(@babel/core@7.23.9)(@types/react@18.3.3)(react-dom@18.2.0)(react-is@18.3.1)(react@18.2.0)(typescript@5.1.3) + '@privy-io/react-auth': 1.69.0(@babel/core@7.23.9)(@types/react@18.3.3)(react-dom@18.2.0)(react-is@18.3.1)(react@18.2.0)(typescript@5.1.3) react: 18.2.0 react-dom: 18.2.0(react@18.2.0) viem: 1.20.0(typescript@5.1.3) @@ -7665,7 +7689,7 @@ packages: - utf-8-validate dev: false - /@walletconnect/core@2.12.0(encoding@0.1.13): + /@walletconnect/core@2.12.0: resolution: {integrity: sha512-CORck4dRvCpIn6hl2ZtUnjrSJ0JHt9TRteGCViwPyXNSuvXz70RvaIkvPoybYZBGCRQR4WTJ4dMdqeQpuyrL/g==} dependencies: '@walletconnect/heartbeat': 1.2.1 @@ -7704,6 +7728,45 @@ packages: - utf-8-validate dev: false + /@walletconnect/core@2.13.3(encoding@0.1.13): + resolution: {integrity: sha512-TdF+rC6rONJGyOUtt/nLkbyQWjnkwbD3kXq3ZA0Q7+tYtmSjTDE4wbArlLbHIbtf69g+9/DpEVEQimWWcEOn2g==} + dependencies: + '@walletconnect/heartbeat': 1.2.2 + '@walletconnect/jsonrpc-provider': 1.0.14 + '@walletconnect/jsonrpc-types': 1.0.4 + '@walletconnect/jsonrpc-utils': 1.0.8 + '@walletconnect/jsonrpc-ws-connection': 1.0.14 + '@walletconnect/keyvaluestorage': 1.1.1 + '@walletconnect/logger': 2.1.2 + '@walletconnect/relay-api': 1.0.10 + '@walletconnect/relay-auth': 1.0.4 + '@walletconnect/safe-json': 1.0.2 + '@walletconnect/time': 1.0.2 + '@walletconnect/types': 2.13.3 + '@walletconnect/utils': 2.13.3 + events: 3.3.0 + isomorphic-unfetch: 3.1.0(encoding@0.1.13) + lodash.isequal: 4.5.0 + uint8arrays: 3.1.0 + transitivePeerDependencies: + - '@azure/app-configuration' + - '@azure/cosmos' + - '@azure/data-tables' + - '@azure/identity' + - '@azure/keyvault-secrets' + - '@azure/storage-blob' + - '@capacitor/preferences' + - '@netlify/blobs' + - '@planetscale/database' + - '@react-native-async-storage/async-storage' + - '@upstash/redis' + - '@vercel/kv' + - bufferutil + - encoding + - supports-color + - utf-8-validate + dev: false + /@walletconnect/crypto@1.0.3: resolution: {integrity: sha512-+2jdORD7XQs76I2Odgr3wwrtyuLUXD/kprNVsjWRhhhdO9Mt6WqVzOPu0/t7OHSmgal8k7SoBQzUc5hu/8zL/g==} dependencies: @@ -7732,7 +7795,7 @@ packages: /@walletconnect/ethereum-provider@2.11.0(@types/react@18.3.3)(react@18.2.0): resolution: {integrity: sha512-YrTeHVjuSuhlUw7SQ6xBJXDuJ6iAC+RwINm9nVhoKYJSHAy3EVSJZOofMKrnecL0iRMtD29nj57mxAInIBRuZA==} dependencies: - '@walletconnect/jsonrpc-http-connection': 1.0.7(encoding@0.1.13) + '@walletconnect/jsonrpc-http-connection': 1.0.7 '@walletconnect/jsonrpc-provider': 1.0.13 '@walletconnect/jsonrpc-types': 1.0.3 '@walletconnect/jsonrpc-utils': 1.0.8 @@ -7763,18 +7826,18 @@ packages: - utf-8-validate dev: false - /@walletconnect/ethereum-provider@2.12.0(@types/react@18.3.3)(encoding@0.1.13)(react@18.2.0): - resolution: {integrity: sha512-sX7vQHTRxByU+3/gY6eDTvt4jxQHfiX6WwqRI08UTN/Ixz+IJSBo3UnNRxNmPaC4vG8zUpsFQ4xYSsDnhfaviw==} + /@walletconnect/ethereum-provider@2.13.3(@types/react@18.3.3)(encoding@0.1.13)(react@18.2.0): + resolution: {integrity: sha512-gThsYguFJ7XZp18GP23W6TooQaS6XlF4faFDXPCQVqlWjzEatkkQ2R6Hhv4a4qk4D21qNXirCFnI59Xhbj0KJQ==} dependencies: - '@walletconnect/jsonrpc-http-connection': 1.0.7(encoding@0.1.13) - '@walletconnect/jsonrpc-provider': 1.0.13 - '@walletconnect/jsonrpc-types': 1.0.3 + '@walletconnect/jsonrpc-http-connection': 1.0.8(encoding@0.1.13) + '@walletconnect/jsonrpc-provider': 1.0.14 + '@walletconnect/jsonrpc-types': 1.0.4 '@walletconnect/jsonrpc-utils': 1.0.8 '@walletconnect/modal': 2.6.2(@types/react@18.3.3)(react@18.2.0) - '@walletconnect/sign-client': 2.12.0(encoding@0.1.13) - '@walletconnect/types': 2.12.0 - '@walletconnect/universal-provider': 2.12.0(encoding@0.1.13) - '@walletconnect/utils': 2.12.0 + '@walletconnect/sign-client': 2.13.3(encoding@0.1.13) + '@walletconnect/types': 2.13.3 + '@walletconnect/universal-provider': 2.13.3(encoding@0.1.13) + '@walletconnect/utils': 2.13.3 events: 3.3.0 transitivePeerDependencies: - '@azure/app-configuration' @@ -7812,7 +7875,15 @@ packages: tslib: 1.14.1 dev: false - /@walletconnect/jsonrpc-http-connection@1.0.7(encoding@0.1.13): + /@walletconnect/heartbeat@1.2.2: + resolution: {integrity: sha512-uASiRmC5MwhuRuf05vq4AT48Pq8RMi876zV8rr8cV969uTOzWdB/k+Lj5yI2PBtB1bGQisGen7MM1GcZlQTBXw==} + dependencies: + '@walletconnect/events': 1.0.1 + '@walletconnect/time': 1.0.2 + events: 3.3.0 + dev: false + + /@walletconnect/jsonrpc-http-connection@1.0.7: resolution: {integrity: sha512-qlfh8fCfu8LOM9JRR9KE0s0wxP6ZG9/Jom8M0qsoIQeKF3Ni0FyV4V1qy/cc7nfI46SLQLSl4tgWSfLiE1swyQ==} dependencies: '@walletconnect/jsonrpc-utils': 1.0.8 @@ -7823,6 +7894,17 @@ packages: - encoding dev: false + /@walletconnect/jsonrpc-http-connection@1.0.8(encoding@0.1.13): + resolution: {integrity: sha512-+B7cRuaxijLeFDJUq5hAzNyef3e3tBDIxyaCNmFtjwnod5AGis3RToNqzFU33vpVcxFhofkpE7Cx+5MYejbMGw==} + dependencies: + '@walletconnect/jsonrpc-utils': 1.0.8 + '@walletconnect/safe-json': 1.0.2 + cross-fetch: 3.1.8(encoding@0.1.13) + events: 3.3.0 + transitivePeerDependencies: + - encoding + dev: false + /@walletconnect/jsonrpc-provider@1.0.13: resolution: {integrity: sha512-K73EpThqHnSR26gOyNEL+acEex3P7VWZe6KE12ZwKzAt2H4e5gldZHbjsu2QR9cLeJ8AXuO7kEMOIcRv1QEc7g==} dependencies: @@ -7831,6 +7913,14 @@ packages: tslib: 1.14.1 dev: false + /@walletconnect/jsonrpc-provider@1.0.14: + resolution: {integrity: sha512-rtsNY1XqHvWj0EtITNeuf8PHMvlCLiS3EjQL+WOkxEOA4KPxsohFnBDeyPYiNm4ZvkQdLnece36opYidmtbmow==} + dependencies: + '@walletconnect/jsonrpc-utils': 1.0.8 + '@walletconnect/safe-json': 1.0.2 + events: 3.3.0 + dev: false + /@walletconnect/jsonrpc-types@1.0.3: resolution: {integrity: sha512-iIQ8hboBl3o5ufmJ8cuduGad0CQm3ZlsHtujv9Eu16xq89q+BG7Nh5VLxxUgmtpnrePgFkTwXirCTkwJH1v+Yw==} dependencies: @@ -7838,6 +7928,13 @@ packages: tslib: 1.14.1 dev: false + /@walletconnect/jsonrpc-types@1.0.4: + resolution: {integrity: sha512-P6679fG/M+wuWg9TY8mh6xFSdYnFyFjwFelxyISxMDrlbXokorEVXYOxiqEbrU3x1BmBoCAJJ+vtEaEoMlpCBQ==} + dependencies: + events: 3.3.0 + keyvaluestorage-interface: 1.0.0 + dev: false + /@walletconnect/jsonrpc-utils@1.0.8: resolution: {integrity: sha512-vdeb03bD8VzJUL6ZtzRYsFMq1eZQcM3EAzT0a3st59dyLfJ0wq+tKMpmGH7HlB7waD858UWgfIcudbPFsbzVdw==} dependencies: @@ -7912,7 +8009,7 @@ packages: /@walletconnect/legacy-provider@2.0.0: resolution: {integrity: sha512-A8xPebMI1A+50HbWwTpFCbwP7G+1NGKdTKyg8BUUg3h3Y9JucpC1W6w/x0v1Xw7qFEqQnz74LoIN/A3ytH9xrQ==} dependencies: - '@walletconnect/jsonrpc-http-connection': 1.0.7(encoding@0.1.13) + '@walletconnect/jsonrpc-http-connection': 1.0.7 '@walletconnect/jsonrpc-provider': 1.0.13 '@walletconnect/legacy-client': 2.0.0 '@walletconnect/legacy-modal': 2.0.0 @@ -7948,6 +8045,13 @@ packages: pino: 7.11.0 dev: false + /@walletconnect/logger@2.1.2: + resolution: {integrity: sha512-aAb28I3S6pYXZHQm5ESB+V6rDqIYfsnHaQyzFbwUUBFY4H0OXx/YtTl8lvhUNhMMfb9UxbwEBS253TlXUYJWSw==} + dependencies: + '@walletconnect/safe-json': 1.0.2 + pino: 7.11.0 + dev: false + /@walletconnect/modal-core@2.6.2(@types/react@18.3.3)(react@18.2.0): resolution: {integrity: sha512-cv8ibvdOJQv2B+nyxP9IIFdxvQznMz8OOr/oR/AaUZym4hjXNL/l1a2UlSQBXrVjo3xxbouMxLb3kBsHoYP2CA==} dependencies: @@ -7988,6 +8092,12 @@ packages: tslib: 1.14.1 dev: false + /@walletconnect/relay-api@1.0.10: + resolution: {integrity: sha512-tqrdd4zU9VBNqUaXXQASaexklv6A54yEyQQEXYOCr+Jz8Ket0dmPBDyg19LVSNUN2cipAghQc45/KVmfFJ0cYw==} + dependencies: + '@walletconnect/jsonrpc-types': 1.0.4 + dev: false + /@walletconnect/relay-api@1.0.9: resolution: {integrity: sha512-Q3+rylJOqRkO1D9Su0DPE3mmznbAalYapJ9qmzDgK28mYF9alcP3UwG/og5V7l7CFOqzCLi7B8BvcBUrpDj0Rg==} dependencies: @@ -8043,10 +8153,10 @@ packages: - utf-8-validate dev: false - /@walletconnect/sign-client@2.12.0(encoding@0.1.13): + /@walletconnect/sign-client@2.12.0: resolution: {integrity: sha512-JUHJVZtW9iJmn3I2byLzhMRSFiQicTPU92PLuHIF2nG98CqsvlPn8Cu8Cx5CEPFrxPQWwLA+Dv/F+wuSgQiD/w==} dependencies: - '@walletconnect/core': 2.12.0(encoding@0.1.13) + '@walletconnect/core': 2.12.0 '@walletconnect/events': 1.0.1 '@walletconnect/heartbeat': 1.2.1 '@walletconnect/jsonrpc-utils': 1.0.8 @@ -8074,6 +8184,37 @@ packages: - utf-8-validate dev: false + /@walletconnect/sign-client@2.13.3(encoding@0.1.13): + resolution: {integrity: sha512-3Pcq6trHWdBZn5X0VUFQ3zJaaqyEbMW9WNVKcZ2SakIpQAwySd08Mztvq48G98jfucdgP3tjGPbBvzHX9vJX7w==} + dependencies: + '@walletconnect/core': 2.13.3(encoding@0.1.13) + '@walletconnect/events': 1.0.1 + '@walletconnect/heartbeat': 1.2.2 + '@walletconnect/jsonrpc-utils': 1.0.8 + '@walletconnect/logger': 2.1.2 + '@walletconnect/time': 1.0.2 + '@walletconnect/types': 2.13.3 + '@walletconnect/utils': 2.13.3 + events: 3.3.0 + transitivePeerDependencies: + - '@azure/app-configuration' + - '@azure/cosmos' + - '@azure/data-tables' + - '@azure/identity' + - '@azure/keyvault-secrets' + - '@azure/storage-blob' + - '@capacitor/preferences' + - '@netlify/blobs' + - '@planetscale/database' + - '@react-native-async-storage/async-storage' + - '@upstash/redis' + - '@vercel/kv' + - bufferutil + - encoding + - supports-color + - utf-8-validate + dev: false + /@walletconnect/time@1.0.2: resolution: {integrity: sha512-uzdd9woDcJ1AaBZRhqy5rNC9laqWGErfc4dxA9a87mPdKOgWMD85mcFo9dIYIts/Jwocfwn07EC6EzclKubk/g==} dependencies: @@ -8130,10 +8271,35 @@ packages: - supports-color dev: false + /@walletconnect/types@2.13.3: + resolution: {integrity: sha512-9UdtLoQqwGFfepCPprUAXeUbKg9zyDarPRmEJVco51OWXHCOpvRgroWk54fQHDhCUIfDELjObY6XNAzNrmNYUA==} + dependencies: + '@walletconnect/events': 1.0.1 + '@walletconnect/heartbeat': 1.2.2 + '@walletconnect/jsonrpc-types': 1.0.4 + '@walletconnect/keyvaluestorage': 1.1.1 + '@walletconnect/logger': 2.1.2 + events: 3.3.0 + transitivePeerDependencies: + - '@azure/app-configuration' + - '@azure/cosmos' + - '@azure/data-tables' + - '@azure/identity' + - '@azure/keyvault-secrets' + - '@azure/storage-blob' + - '@capacitor/preferences' + - '@netlify/blobs' + - '@planetscale/database' + - '@react-native-async-storage/async-storage' + - '@upstash/redis' + - '@vercel/kv' + - supports-color + dev: false + /@walletconnect/universal-provider@2.11.0: resolution: {integrity: sha512-zgJv8jDvIMP4Qse/D9oIRXGdfoNqonsrjPZanQ/CHNe7oXGOBiQND2IIeX+tS0H7uNA0TPvctljCLiIN9nw4eA==} dependencies: - '@walletconnect/jsonrpc-http-connection': 1.0.7(encoding@0.1.13) + '@walletconnect/jsonrpc-http-connection': 1.0.7 '@walletconnect/jsonrpc-provider': 1.0.13 '@walletconnect/jsonrpc-types': 1.0.3 '@walletconnect/jsonrpc-utils': 1.0.8 @@ -8161,17 +8327,17 @@ packages: - utf-8-validate dev: false - /@walletconnect/universal-provider@2.12.0(encoding@0.1.13): - resolution: {integrity: sha512-CMo10Lh6/DyCznVRMg1nHptWCTeVqMzXBcPNNyCnr3SazE0Shsne/5v/7Kr6j+Yts2hVbLp6lkI2F9ZAFpL6ug==} + /@walletconnect/universal-provider@2.13.3(encoding@0.1.13): + resolution: {integrity: sha512-2tuV2d8AdB4Fg/uMs8IdNHrjYy1Tz1uT5kzaT8X1/wx5DHHa/oaheoY5kDZHI0L1oNIg/OlM0/ovonGIcI5ddw==} dependencies: - '@walletconnect/jsonrpc-http-connection': 1.0.7(encoding@0.1.13) - '@walletconnect/jsonrpc-provider': 1.0.13 - '@walletconnect/jsonrpc-types': 1.0.3 + '@walletconnect/jsonrpc-http-connection': 1.0.8(encoding@0.1.13) + '@walletconnect/jsonrpc-provider': 1.0.14 + '@walletconnect/jsonrpc-types': 1.0.4 '@walletconnect/jsonrpc-utils': 1.0.8 - '@walletconnect/logger': 2.1.0 - '@walletconnect/sign-client': 2.12.0(encoding@0.1.13) - '@walletconnect/types': 2.12.0 - '@walletconnect/utils': 2.12.0 + '@walletconnect/logger': 2.1.2 + '@walletconnect/sign-client': 2.13.3(encoding@0.1.13) + '@walletconnect/types': 2.13.3 + '@walletconnect/utils': 2.13.3 events: 3.3.0 transitivePeerDependencies: - '@azure/app-configuration' @@ -8258,6 +8424,39 @@ packages: - supports-color dev: false + /@walletconnect/utils@2.13.3: + resolution: {integrity: sha512-hjyyNhnhTCezGNr6OCfKRzqRsiak+p+YP57iRo1Tsf222fsj/9JD++MP97YiDwc4e4xXaZp/boiLB+8hJHsCog==} + dependencies: + '@stablelib/chacha20poly1305': 1.0.1 + '@stablelib/hkdf': 1.0.1 + '@stablelib/random': 1.0.2 + '@stablelib/sha256': 1.0.1 + '@stablelib/x25519': 1.0.3 + '@walletconnect/relay-api': 1.0.10 + '@walletconnect/safe-json': 1.0.2 + '@walletconnect/time': 1.0.2 + '@walletconnect/types': 2.13.3 + '@walletconnect/window-getters': 1.0.1 + '@walletconnect/window-metadata': 1.0.1 + detect-browser: 5.3.0 + query-string: 7.1.3 + uint8arrays: 3.1.0 + transitivePeerDependencies: + - '@azure/app-configuration' + - '@azure/cosmos' + - '@azure/data-tables' + - '@azure/identity' + - '@azure/keyvault-secrets' + - '@azure/storage-blob' + - '@capacitor/preferences' + - '@netlify/blobs' + - '@planetscale/database' + - '@react-native-async-storage/async-storage' + - '@upstash/redis' + - '@vercel/kv' + - supports-color + dev: false + /@walletconnect/window-getters@1.0.1: resolution: {integrity: sha512-vHp+HqzGxORPAN8gY03qnbTMnhqIwjeRJNOMOAzePRg4xVEEE2WvYsI9G2NMjOknA8hnuYbU3/hwLcKbjhc8+Q==} dependencies: @@ -10677,10 +10876,6 @@ packages: engines: {node: '>=6'} dev: true - /destr@2.0.2: - resolution: {integrity: sha512-65AlobnZMiCET00KaFFjUefxDX0khFA/E4myqZ7a6Sq1yZtR8+FVIvilVX66vF2uobSumxooYZChiRPCKNqhmg==} - dev: false - /destr@2.0.3: resolution: {integrity: sha512-2N3BOUU4gYMpTP24s5rF5iP7BDr7uNTCs4ozw3kf/eKfvWSIu93GEBi5m427YoyJoeOzQ5smuu4nNAPGb8idSQ==} dev: false @@ -11825,6 +12020,7 @@ packages: is-hex-prefixed: 1.0.0 strip-hex-prefix: 1.0.0 dev: false + bundledDependencies: false /event-emitter@0.3.5: resolution: {integrity: sha512-D9rRn9y7kLPnJ+hMq7S/nhvoKwwvVJahBi2BPmx3bvbsEdK3W9ii8cBSGjP+72/LnM4n6fo3+dkCX5FeTQruXA==} @@ -12603,7 +12799,7 @@ packages: '@keplr-wallet/types': 0.11.64 '@tanstack/react-query': 4.36.1(react-dom@18.2.0)(react@18.2.0) '@tanstack/react-query-devtools': 4.36.1(@tanstack/react-query@4.36.1)(react-dom@18.2.0)(react@18.2.0) - '@walletconnect/sign-client': 2.12.0(encoding@0.1.13) + '@walletconnect/sign-client': 2.12.0 '@walletconnect/types': 2.12.0 '@walletconnect/utils': 2.12.0 '@web3modal/standalone': 2.4.3(react@18.2.0) @@ -12640,10 +12836,10 @@ packages: dependencies: cookie-es: 1.0.0 defu: 6.1.3 - destr: 2.0.2 + destr: 2.0.3 iron-webcrypto: 1.0.0 radix3: 1.1.0 - ufo: 1.3.2 + ufo: 1.5.3 uncrypto: 0.1.3 unenv: 1.8.0 dev: false @@ -12923,6 +13119,10 @@ packages: lru-cache: 10.2.2 dev: true + /html-to-image@1.11.11: + resolution: {integrity: sha512-9gux8QhvjRO/erSnDPv28noDZcPZmYE7e1vFsBLKLlRlKDSqNJYebj6Qz1TGd5lsRV+X+xYyjCKjuZdABinWjA==} + dev: false + /html-void-elements@3.0.0: resolution: {integrity: sha512-bEqo66MRXsUGxWHV5IP0PUiAWwoEjba4VCzg0LjFJBpchPaTfyfCKTG6bc5F8ucKec3q5y6qOdGyYTSBEvhCrg==} dev: true @@ -14255,7 +14455,7 @@ packages: node-forge: 1.3.1 pathe: 1.1.1 std-env: 3.6.0 - ufo: 1.3.2 + ufo: 1.5.3 untun: 0.1.3 uqr: 0.1.2 dev: false @@ -15307,7 +15507,7 @@ packages: acorn: 8.11.3 pathe: 1.1.1 pkg-types: 1.0.3 - ufo: 1.3.2 + ufo: 1.5.3 /mocha@10.3.0: resolution: {integrity: sha512-uF2XJs+7xSLsrmIvn37i/wnc91nw7XjOQB8ccyx5aEgdnohr7n+rEiZP23WkCYHjilR6+EboEnbq/ZQDz4LSbg==} @@ -15726,14 +15926,6 @@ packages: http-https: 1.0.0 dev: false - /ofetch@1.3.3: - resolution: {integrity: sha512-s1ZCMmQWXy4b5K/TW9i/DtiN8Ku+xCiHcjQ6/J/nDdssirrQNOoB165Zu8EqLMA2lln1JUth9a0aW9Ap2ctrUg==} - dependencies: - destr: 2.0.2 - node-fetch-native: 1.6.4 - ufo: 1.3.2 - dev: false - /ofetch@1.3.4: resolution: {integrity: sha512-KLIET85ik3vhEfS+3fDlc/BAZiAp+43QEC/yCo5zkNoY2YaKvNkOaFr/6wCFgFH1kuYQM5pMNi0Tg8koiIemtw==} dependencies: @@ -18312,11 +18504,13 @@ packages: resolution: {integrity: sha512-bhTyI94tZofjo+Dn8SN6Zv8nBDvyXTymAdM3LDI/0IboIUwTu1rEhW7v2TfiVsoYWgkQ4kOVqnI8APUFbIQIFQ==} dev: false - /ufo@1.3.2: - resolution: {integrity: sha512-o+ORpgGwaYQXgqGDwd+hkS4PuZ3QnmqMMxRuajK/a38L6fTpcE5GPIfrf+L/KemFzfUpeUQc1rRS1iDBozvnFA==} - /ufo@1.5.3: resolution: {integrity: sha512-Y7HYmWaFwPUmkoQCUIAYpKqkOf+SbVj/2fJJZ4RJMCfZp0rTGwRbzQD+HghfnhKOjL9E01okqz+ncJskGYfBNw==} + + /uint8arrays@3.1.0: + resolution: {integrity: sha512-ei5rfKtoRO8OyOIor2Rz5fhzjThwIHJZ3uyDPnDHTXbP0aMQ1RN/6AI5B5d9dBxJOU+BvOAk7ZQ1xphsX8Lrog==} + dependencies: + multiformats: 9.9.0 dev: false /uint8arrays@3.1.1: @@ -18491,7 +18685,7 @@ packages: dependencies: anymatch: 3.1.3 chokidar: 3.5.3 - destr: 2.0.2 + destr: 2.0.3 h3: 1.9.0 idb-keyval: 6.2.1 ioredis: 5.3.2 @@ -18499,8 +18693,8 @@ packages: lru-cache: 10.2.2 mri: 1.2.0 node-fetch-native: 1.6.4 - ofetch: 1.3.3 - ufo: 1.3.2 + ofetch: 1.3.4 + ufo: 1.5.3 transitivePeerDependencies: - supports-color dev: false diff --git a/public/configs/markets.json b/public/configs/markets.json index 6e4f01e44..5d4e35b5a 100644 --- a/public/configs/markets.json +++ b/public/configs/markets.json @@ -1,669 +1,7533 @@ { - "1INCH-USD": { - "name": "1inch", - "tags": ["Defi"], - "websiteLink": "https://1inch.io/", - "whitepaperLink": "https://github.com/1inch", - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/1inch/" - }, - "AAVE-USD": { - "name": "Aave", - "tags": ["Defi"], - "websiteLink": "https://aave.com/", - "whitepaperLink": "https://github.com/aave/protocol-v2/blob/master/aave-v2-whitepaper.pdf", - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/aave/" - }, - "ADA-USD": { - "name": "Cardano", - "tags": ["Layer 1"], - "websiteLink": "https://cardano.org/", - "whitepaperLink": "https://why.cardano.org/en/introduction/motivation/", - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/cardano/" - }, - "AEVO-USD": { - "name": "Aevo", - "tags": ["Defi"], - "websiteLink": "https://www.aevo.xyz/", - "whitepaperLink": "https://docs.aevo.xyz/aevo-exchange/introduction", - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/aevo/" - }, - "AGIX-USD": { - "name": "SingularityNET", - "tags": ["AI"], - "websiteLink": "https://public.singularitynet.io/whitepaper.pdf", - "whitepaperLink": "https://public.singularitynet.io/whitepaper.pdf", - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/singularitynet/" - }, - "ALGO-USD": { - "name": "Algorand", - "tags": ["Layer 1"], - "websiteLink": "https://algorand.com/", - "whitepaperLink": "https://algorand.com/technology/white-papers", - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/algorand/" - }, - "APE-USD": { - "name": "ApeCoin", - "tags": [], - "websiteLink": "https://apecoin.com/", - "whitepaperLink": "https://apecoin.com/about", - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/apecoin-ape/" - }, - "API3-USD": { - "name": "API3", - "tags": [], - "websiteLink": "https://api3.org/", - "whitepaperLink": "https://drive.google.com/file/d/1JMVwk9pkGF7hvjkuu6ABA0-FrhRTzAwF/view", - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/api3/" - }, - "APT-USD": { - "name": "Aptos", - "tags": ["Layer 1"], - "websiteLink": "https://aptoslabs.com/", - "whitepaperLink": "https://aptos.dev/aptos-white-paper/", - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/aptos/" - }, - "ARB-USD": { - "name": "Arbitrum", - "tags": ["Layer 2"], - "websiteLink": "https://arbitrum.io/", - "whitepaperLink": "https://github.com/OffchainLabs/nitro", - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/arbitrum/" - }, - "ARKM-USD": { - "name": "Arkham", - "tags": [], - "websiteLink": "https://www.arkhamintelligence.com/", - "whitepaperLink": "https://www.arkhamintelligence.com/whitepaper", - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/arkham/" - }, - "ASTR-USD": { - "name": "Astar", - "tags": ["Layer 2"], - "websiteLink": "https://astar.network/", - "whitepaperLink": "https://docs.astar.network/docs/getting-started", - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/astar/" - }, - "ATOM-USD": { - "name": "Cosmos", - "tags": ["Layer 1"], - "websiteLink": "https://cosmos.network/", - "whitepaperLink": "https://v1.cosmos.network/resources/whitepaper", - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/cosmos/" - }, - "AVAX-USD": { - "name": "Avalanche", - "tags": ["Layer 1"], - "websiteLink": "https://www.avalabs.org/", - "whitepaperLink": "https://assets.website-files.com/5d80307810123f5ffbb34d6e/6008d7bbf8b10d1eb01e7e16_Avalanche%20Platform%20Whitepaper.pdf", - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/avalanche/" - }, - "AXL-USD": { - "name": "Axelar", - "tags": [], - "websiteLink": "https://axelar.network/", - "whitepaperLink": "https://axelar.network/axelar_whitepaper.pdf", - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/axelar/" - }, - "BCH-USD": { - "name": "Bitcoin Cash", - "tags": ["Layer 1"], - "websiteLink": "https://bitcoincash.org/", - "whitepaperLink": "https://bitcoincash.org/", - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/bitcoin-cash/" - }, - "BOME-USD": { - "name": "BOOK OF MEME", - "tags": ["Meme"], - "websiteLink": "https://llwapirxnupqu7xw2fspfidormcfar7ek2yp65nu7k5opjwhdywq.arweave.net/WuwHojdtHwp-9tFk8qBuiwRQR-RWsP91tPq656bHHi0", - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/book-of-meme/" - }, - "BONK-USD": { - "name": "BONK COIN", - "tags": ["Meme"], - "websiteLink": "https://bonkcoin.com/", - "whitepaperLink": "https://bonkcoin.com/", - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/bonk1/" - }, - "BLUR-USD": { - "name": "Blur", - "tags": ["NFT"], - "websiteLink": "https://blur.io/", - "whitepaperLink": "https://docs.blur.foundation/", - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/blur-token/" - }, - "BNB-USD":{ - "name": "BNB", - "tags": ["Layer 1"], - "websiteLink": "https://www.bnbchain.org/en", - "whitepaperLink": "https://www.exodus.com/assets/docs/binance-coin-whitepaper.pdf", - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/bnb/" - - }, - "CHZ-USD": { - "name": "Chiliz", - "tags": ["Layer 1"], - "websiteLink": "https://www.chiliz.com/", - "whitepaperLink": "https://www.chiliz.com/docs/litepaper-v1.1-20230703.pdf", - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/chiliz/" - }, - "CELO-USD": { - "name": "Celo", - "tags": [], - "websiteLink": "https://celo.org", - "whitepaperLink": "https://docs.celo.org", - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/celo/" - }, - "BTC-USD": { - "name": "Bitcoin", - "tags": ["Layer 1"], - "websiteLink": "https://bitcoin.org/", - "whitepaperLink": "https://bitcoin.org/bitcoin.pdf", - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/bitcoin/" - }, - "COMP-USD": { - "name": "Compound", - "tags": ["Defi"], - "websiteLink": "https://compound.finance/", - "whitepaperLink": "https://compound.finance/documents/Compound.Whitepaper.pdf", - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/compound/" - }, - "CRV-USD": { - "name": "Curve", - "tags": ["Governance"], - "websiteLink": "https://curve.fi/", - "whitepaperLink": "https://curve.fi/whitepaper", - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/curve-dao-token/" - }, - "DOGE-USD": { - "name": "Dogecoin", - "tags": ["Layer 1", "Meme"], - "websiteLink": "https://dogecoin.com/", - "whitepaperLink": "https://github.com/dogecoin/dogecoin", - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/dogecoin/" - }, - "DOT-USD": { - "name": "Polkadot", - "tags": ["Layer 1"], - "websiteLink": "https://polkadot.network/", - "whitepaperLink": "https://polkadot.network/PolkaDotPaper.pdf", - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/polkadot-new/" - }, - "DYDX-USD": { - "name": "dYdX", - "tags": ["Layer 1", "Defi"], - "websiteLink": "https://dydx.exchange/", - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/dydx-chain/" - }, - "DYM-USD": { - "name": "Dymension", - "tags": [], - "websiteLink": "https://dymension.xyz/", - "whitepaperLink": "https://docs.dymension.xyz/dymension-litepaper/dymension-litepaper-index", - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/dymension/" - }, - "ENJ-USD": { - "name": "Enjin", - "tags": [], - "websiteLink": "https://enjin.io/", - "whitepaperLink": "https://cdn.enjin.io/downloads/whitepapers/enjin-coin/en.pdf/", - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/enjin-coin/" - }, - "ENS-USD": { - "name": "Ethereum Name Service", - "tags": [], - "websiteLink": "https://coinmarketcap.com/currencies/ethereum-name-service/", - "whitepaperLink": "https://docs.ens.domains/", - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/ethereum-name-service/" - }, - "EOS-USD": { - "name": "EOS", - "tags": ["Layer 1"], - "websiteLink": "https://eos.io/", - "whitepaperLink": "https://github.com/EOSIO/Documentation/blob/master/TechnicalWhitePaper.md", - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/eos/" - }, - "ETC-USD": { - "name": "Ethereum Classic", - "tags": ["Layer 1"], - "websiteLink": "https://ethereumclassic.org/", - "whitepaperLink": "https://ethereumclassic.org/why-classic", - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/ethereum-classic/" - }, - "ETH-USD": { - "name": "Ethereum", - "tags": ["Layer 1"], - "websiteLink": "https://ethereum.org/", - "whitepaperLink": "https://ethereum.org/whitepaper/", - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/ethereum/", - "displayStepSize": "0.001", - "displayTickSize": "0.1" - }, - "ETHFI-USD": { - "name": "ether.fi", - "tags": [], - "websiteLink": "https://www.ether.fi/", - "whitepaperLink": "https://etherfi.gitbook.io/etherfi/ether.fi-whitepaper", - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/ether-fi-ethfi/" - }, - "FET-USD": { - "name": "Fetch.ai", - "tags": ["AI"], - "websiteLink": "https://fetch.ai/", - "whitepaperLink": "https://www.dropbox.com/s/gxptsecwdl3jjtn/David%20Minarsch%20-%202021-04-26%2010.34.17%20-%20paper_21_finalversion.pdf?e=1&dl=0", - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/fetch/" - }, - "FIL-USD": { - "name": "Filecoin", - "tags": ["Layer 1"], - "websiteLink": "https://filecoin.io/", - "whitepaperLink": "https://filecoin.io/filecoin.pdf", - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/filecoin/" - }, - "FLR-USD": { - "name": "Flare", - "tags": ["Layer 1"], - "websiteLink": "https://flare.network/", - "whitepaperLink": "https://docs.flare.network/", - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/flare/" - }, - "FTM-USD": { - "name": "Fantom", - "tags": [], - "websiteLink": "https://fantom.foundation/", - "whitepaperLink": "https://fantom.foundation/_next/static/media/wp_fantom_v1.6.39329cdc5d0ee59684cbc6f228516383.pdf", - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/fantom/" - }, - "GALA-USD": { - "name": "Gala", - "tags": ["Gaming", "Layer 1"], - "websiteLink": "https://gala.com/", - "whitepaperLink": "https://galahackathon.com/v1.0.0/pdf/sdk-documentation.pdf", - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/gala/" - }, - "GMT-USD": { - "name": "GMT", - "tags": ["Gaming"], - "websiteLink": "https://stepn.com/", - "whitepaperLink/": "https://whitepaper.stepn.com/", - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/green-metaverse-token/" - }, - "GRT-USD": { - "name": "The Graph", - "tags": [], - "websiteLink": "https://thegraph.com/", - "whitepaperLink/": "https://github.com/graphprotocol/research/blob/master/papers/whitepaper/the-graph-whitepaper.pdf", - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/the-graph/" - }, - "HNT-USD": { - "name": "Helium", - "tags": ["Layer 1"], - "websiteLink": "https://www.helium.com", - "whitepaperLink": "http://whitepaper.helium.com", - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/helium/" - }, - "HBAR-USD": { - "name": "Hedera", - "tags": [], - "websiteLink": "https://hedera.com/", - "whitepaperLink/": "https://files.hedera.com/hh_whitepaper_v2.2-20230918.pdf", - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/hedera/" - }, - "ICP-USD": { - "name": "Internet Computer", - "tags": ["Layer 1"], - "websiteLink": "https://dfinity.org", - "whitepaperLink": "https://dfinity.org/whitepaper.pdf", - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/internet-computer/" - }, - "IMX-USD": { - "name": "Immutable X", - "tags": ["Gaming", "Layer 2", "NFT"], - "websiteLink": "https://www.immutable.com/", - "whitepaperLink": "https://assets.website-files.com/646557ee455c3e16e4a9bcb3/6499367de527dd82ab7475a3_Immutable%20Whitepaper%20Update%202023%20(3).pdf", - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/immutable-x/" - }, - "INJ-USD": { - "name": "Injective", - "tags": ["Layer 1", "Defi"], - "websiteLink": "https://injective.com/", - "whitepaperLink": "https://docs.injective.network/intro/01_overview.html", - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/injective/" - }, - "JTO-USD": { - "name": "Jito", - "tags": ["Defi"], - "websiteLink": "https://www.jito.network/", - "whitepaperLink": "https://github.com/jito-foundation", - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/jito/" - }, - "JUP-USD": { - "name": "Jupiter", - "tags": ["Defi"], - "websiteLink": "https://station.jup.ag/", - "whitepaperLink": "https://station.jup.ag/blog/green-paper", - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/jupiter-ag/" - }, - "KAVA-USD": { - "name": "Kava", - "tags": ["Layer 1"], - "websiteLink": "https://www.kava.io/", - "whitepaperLink": "https://docsend.com/view/gwbwpc3", - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/kava/" - }, - "LDO-USD": { - "name": "Lido DAO", - "tags": ["Defi"], - "websiteLink": "https://lido.fi/", - "whitepaperLink": "https://lido.fi/static/Lido:Ethereum-Liquid-Staking.pdf", - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/lido-dao/" - }, - "LINK-USD": { - "name": "Chainlink", - "tags": ["Defi"], - "websiteLink": "https://chain.link/", - "whitepaperLink": "https://link.smartcontract.com/whitepaper", - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/chainlink/" - }, - "LTC-USD": { - "name": "Litecoin", - "tags": ["Layer 1"], - "websiteLink": "https://litecoin.org/", - "whitepaperLink": "https://litecoin.info/index.php/Main_Page", - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/litecoin/" - }, - "MAGIC-USD": { - "name": "MAGIC", - "tags": ["NFT"], - "websiteLink": "https://treasure.lol/", - "whitepaperLink": "https://files.treasure.lol/Treasure+Infinity+Chains+-+Litepaper+v1.0.pdf", - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/magic-token/" - }, - "MANA-USD": { - "name": "Decentraland", - "tags": ["AR/VR"], - "websiteLink": "https://decentraland.org/", - "whitepaperLink": "https://decentraland.org/whitepaper.pdf", - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/decentraland/" - }, - "MASK-USD": { - "name": "Mask Network", - "tags": [], - "websiteLink": "https://mask.io/", - "whitepaperLink": "https://masknetwork.medium.com/introducing-mask-network-maskbook-the-future-of-the-internet-5a973d874edd", - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/mask-network/" - }, - "MATIC-USD": { - "name": "Polygon", - "tags": ["Layer 2"], - "websiteLink": "https://polygon.technology/", - "whitepaperLink": "https://polygon.technology/lightpaper-polygon.pdf", - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/polygon/" - }, - "MEME-USD": { - "name": "Memecoin", - "tags": ["Meme"], - "websiteLink": "https://www.memecoin.org/", - "whitepaperLink": "https://www.memecoin.org/whitepaper", - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/meme/" - }, - "MINA-USD": { - "name": "Mina", - "tags": ["Layer 1"], - "websiteLink": "https://minaprotocol.com/", - "whitepaperLink": "https://docs.minaprotocol.com/assets/economicsWhitepaper.pdf", - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/mina/" - }, - "MKR-USD": { - "name": "Maker", - "tags": ["Governance"], - "websiteLink": "https://makerdao.com", - "whitepaperLink": "https://makerdao.com/whitepaper", - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/maker/" - }, - "NEAR-USD": { - "name": "NEAR Protocol", - "tags": ["Layer 1"], - "websiteLink": "https://near.org", - "whitepaperLink": "https://near.org/papers/the-official-near-white-paper/", - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/near-protocol/" - }, - "OCEAN-USD": { - "name": "Ocean Protocol", - "tags": ["AI"], - "websiteLink": "https://oceanprotocol.com/", - "whitepaperLink": "https://oceanprotocol.com/tech-whitepaper.pdf", - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/ocean-protocol/" - }, - "ORDI-USD": { - "name": "Ordinals", - "tags": ["NFT"], - "websiteLink": "https://ordinals.com/", - "whitepaperLink": "https://rodarmor.com/blog/", - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/ordi/" - }, - "OP-USD": { - "name": "Optimism", - "tags": ["Layer 2"], - "websiteLink": "https://www.optimism.io/", - "whitepaperLink": "https://github.com/ethereum-optimism", - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/optimism-ethereum/" - }, - "PEPE-USD": { - "name": "Pepe", - "tags": ["Meme"], - "websiteLink": "https://www.pepe.vip/", - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/pepe/" - }, - "PORTAL-USD": { - "name": "PORTAL", - "tags": ["Gaming"], - "websiteLink": "https://www.portalgaming.com/", - "whitepaperLink": "https://portalxyz.nyc3.cdn.digitaloceanspaces.com/Portal_Whitepaper.pdf", - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/portal-gaming/" - }, - "PYTH-USD": { - "name": "Pyth Network", - "tags": [], - "websiteLink": "https://pyth.network/", - "whitepaperLink": "https://pyth.network/whitepaper_v2.pdf", - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/pyth-network/" - }, - "RNDR-USD": { - "name": "Render Token", - "tags": ["AI"], - "websiteLink": "https://rendernetwork.com/", - "whitepaperLink": "https://renderfoundation.com/whitepaper", - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/render/" - }, - "RUNE-USD": { - "name": "THORChain", - "tags": ["Layer 1"], - "websiteLink": "https://thorchain.org", - "whitepaperLink": "https://whitepaper.io/document/709/thorchain-whitepaper", - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/thorchain/" - }, - "SAND-USD": { - "name": "The Sandbox", - "tags": ["Gaming"], - "websiteLink": "https://www.sandbox.game/en/", - "whitepaperLink": "https://installers.sandbox.game/The_Sandbox_Whitepaper_2020.pdf", - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/the-sandbox/" - }, - "SEI-USD": { - "name": "Sei", - "tags": ["Layer 1", "Defi"], - "websiteLink": "https://www.sei.io/", - "whitepaperLink": "https://github.com/sei-protocol/sei-chain/blob/3c9576fee3494ce039df684624f918dd8066ba3f/whitepaper/Sei_Whitepaper.pdf", - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/sei/" - }, - "SHIB-USD": { - "name": "Shiba Inu", - "tags": ["Meme"], - "websiteLink": "https://shibatoken.com/", - "whitepaperLink": "https://docs.shibatoken.com/", - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/shiba-inu/" - }, - "SNX-USD": { - "name": "Synthetix", - "tags": ["Defi"], - "websiteLink": "https://synthetix.io/", - "whitepaperLink": "https://docs.synthetix.io/litepaper", - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/synthetix-network-token/" - }, - "SOL-USD": { - "name": "Solana", - "tags": ["Layer 1"], - "websiteLink": "https://solana.com/", - "whitepaperLink": "https://solana.com/solana-whitepaper.pdf", - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/solana/" - }, - "STRK-USD": { - "name": "Starknet", - "tags": ["Layer 2"], - "websiteLink": "https://www.starknet.io/en", - "whitepaperLink": "https://docs.starknet.io/documentation/", - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/starknet-token/" - }, - "STX-USD": { - "name": "Stacks", - "tags": ["Layer 2"], - "websiteLink": "https://www.stacks.co/", - "whitepaperLink": "https://gaia.blockstack.org/hub/1AxyPunHHAHiEffXWESKfbvmBpGQv138Fp/stacks.pdf", - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/stacks/" - }, - "SUI-USD": { - "name": "Sui", - "tags": ["Layer 1"], - "websiteLink": "https://sui.io/", - "whitepaperLink": "https://github.com/MystenLabs", - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/sui/" - }, - "SUSHI-USD": { - "name": "Sushi", - "tags": ["Defi"], - "websiteLink": "https://sushi.com/", - "whitepaperLink": "https://docs.sushi.com/", - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/sushiswap/" - }, - "TIA-USD": { - "name": "Celestia", - "tags": ["Layer 1"], - "websiteLink": "https://celestia.org/", - "whitepaperLink": "https://arxiv.org/pdf/1905.09274.pdf", - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/celestia/" - }, - "TON-USD": { - "name": "Toncoin", - "tags": ["Layer 1"], - "websiteLink": "https://ton.org/", - "whitepaperLink": "https://ton.org/whitepaper.pdf", - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/toncoin/" - }, - "TRX-USD": { - "name": "TRON", - "tags": ["Defi"], - "websiteLink": "https://tron.network/", - "whitepaperLink": "https://tron.network/static/doc/white_paper_v_2_0.pdf", - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/tron/" - }, - "UMA-USD": { - "name": "UMA", - "tags": ["Defi"], - "websiteLink": "https://umaproject.org/", - "whitepaperLink": "https://github.com/UMAprotocol/whitepaper", - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/uma/" - }, - "UNI-USD": { - "name": "Uniswap", - "tags": ["Defi"], - "websiteLink": "https://uniswap.org/", - "whitepaperLink": "https://uniswap.org/whitepaper-v3.pdf", - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/uniswap/" - }, - "W-USD": { - "name": "Wormhole", - "tags": [ - "NFT", - "Defi" - ], - "websiteLink": "https://wormhole.com", - "whitepaperLink": "https://docs.wormhole.com/wormhole", - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/wormhole/" -}, - "WIF-USD": { - "name": "dogwifhat", - "tags": ["Meme"], - "websiteLink": "https://dogwifcoin.org/", - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/dogwifhat/" - }, - "WLD-USD": { - "name": "Worldcoin", - "tags": [], - "websiteLink": "https://worldcoin.org/", - "whitepaperLink": "https://whitepaper.worldcoin.org/", - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/worldcoin-org/" - }, - "WOO-USD": { - "name": "WOO Network", - "tags": ["Defi"], - "websiteLink": "https://woo.org/", - "whitepaperLink": "https://woo.org/Litepaper.pdf", - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/wootrade/" - }, - "XLM-USD": { - "name": "Stellar", - "tags": ["Layer 1"], - "websiteLink": "https://www.stellar.org/", - "whitepaperLink": "https://www.stellar.org/papers/stellar-consensus-protocol", - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/stellar/" - }, - "XMR-USD": { - "name": "Monero", - "tags": ["Layer 1"], - "websiteLink": "https://www.getmonero.org/", - "whitepaperLink": "https://www.getmonero.org/resources/research-lab/", - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/monero/" - }, - "XRP-USD": { - "name": "Ripple", - "tags": ["Layer 1"], - "websiteLink": "https://ripple.com/currency/", - "whitepaperLink": "https://github.com/ripple", - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/xrp/" - }, - "XTZ-USD": { - "name": "Tezos", - "tags": ["Layer 1"], - "websiteLink": "https://tezos.com", - "whitepaperLink": "https://tezos.com/whitepaper.pdf", - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/tezos/" - }, - "YFI-USD": { - "name": "Yearn", - "tags": ["Defi"], - "websiteLink": "https://yearn.finance/", - "whitepaperLink": "https://docs.yearn.finance/", - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/yearn-finance/" - }, - "ZEC-USD": { - "name": "Zcash", - "tags": ["Layer 1"], - "websiteLink": "https://z.cash/", - "whitepaperLink": "https://z.cash/technology/", - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/zcash/" - }, - "ZETA-USD": { - "name": "ZetaChain", - "tags": ["Layer 1"], - "websiteLink": "https://www.zetachain.com/", - "whitepaperLink": "https://www.zetachain.com/whitepaper.pdf", - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/zetachain/" - }, - "ZRX-USD": { - "name": "0x", - "tags": ["Defi"], - "websiteLink": "https://0x.org/", - "whitepaperLink": "https://0x.org/pdfs/0x_white_paper.pdf", - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/0x/" - } -} + "1INCH-USD": { + "name": "1inch", + "tags": [ + "Defi" + ], + "websiteLink": "https://1inch.io/", + "whitepaperLink": "https://github.com/1inch", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/1inch/" + }, + "AAVE-USD": { + "name": "Aave", + "tags": [ + "Defi" + ], + "websiteLink": "https://aave.com/", + "whitepaperLink": "https://github.com/aave/protocol-v2/blob/master/aave-v2-whitepaper.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/aave/" + }, + "ADA-USD": { + "name": "Cardano", + "tags": [ + "Layer 1" + ], + "websiteLink": "https://cardano.org/", + "whitepaperLink": "https://why.cardano.org/en/introduction/motivation/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/cardano/" + }, + "AEVO-USD": { + "name": "Aevo", + "tags": [ + "Defi" + ], + "websiteLink": "https://www.aevo.xyz/", + "whitepaperLink": "https://docs.aevo.xyz/aevo-exchange/introduction", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/aevo/" + }, + "AGIX-USD": { + "name": "SingularityNET", + "tags": [ + "AI" + ], + "websiteLink": "https://public.singularitynet.io/whitepaper.pdf", + "whitepaperLink": "https://public.singularitynet.io/whitepaper.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/singularitynet/" + }, + "ALGO-USD": { + "name": "Algorand", + "tags": [ + "Layer 1" + ], + "websiteLink": "https://algorand.com/", + "whitepaperLink": "https://algorand.com/technology/white-papers", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/algorand/" + }, + "APE-USD": { + "name": "ApeCoin", + "tags": [], + "websiteLink": "https://apecoin.com/", + "whitepaperLink": "https://apecoin.com/about", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/apecoin-ape/" + }, + "API3-USD": { + "name": "API3", + "tags": [], + "websiteLink": "https://api3.org/", + "whitepaperLink": "https://drive.google.com/file/d/1JMVwk9pkGF7hvjkuu6ABA0-FrhRTzAwF/view", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/api3/" + }, + "APT-USD": { + "name": "Aptos", + "tags": [ + "Layer 1" + ], + "websiteLink": "https://aptoslabs.com/", + "whitepaperLink": "https://aptos.dev/aptos-white-paper/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/aptos/" + }, + "ARB-USD": { + "name": "Arbitrum", + "tags": [ + "Layer 2" + ], + "websiteLink": "https://arbitrum.io/", + "whitepaperLink": "https://github.com/OffchainLabs/nitro", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/arbitrum/" + }, + "ARKM-USD": { + "name": "Arkham", + "tags": [], + "websiteLink": "https://www.arkhamintelligence.com/", + "whitepaperLink": "https://www.arkhamintelligence.com/whitepaper", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/arkham/" + }, + "ASTR-USD": { + "name": "Astar", + "tags": [ + "Layer 2" + ], + "websiteLink": "https://astar.network/", + "whitepaperLink": "https://docs.astar.network/docs/getting-started", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/astar/" + }, + "ATOM-USD": { + "name": "Cosmos", + "tags": [ + "Layer 1" + ], + "websiteLink": "https://cosmos.network/", + "whitepaperLink": "https://v1.cosmos.network/resources/whitepaper", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/cosmos/" + }, + "AVAX-USD": { + "name": "Avalanche", + "tags": [ + "Layer 1" + ], + "websiteLink": "https://www.avalabs.org/", + "whitepaperLink": "https://assets.website-files.com/5d80307810123f5ffbb34d6e/6008d7bbf8b10d1eb01e7e16_Avalanche%20Platform%20Whitepaper.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/avalanche/" + }, + "AXL-USD": { + "name": "Axelar", + "tags": [], + "websiteLink": "https://axelar.network/", + "whitepaperLink": "https://axelar.network/axelar_whitepaper.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/axelar/" + }, + "BCH-USD": { + "name": "Bitcoin Cash", + "tags": [ + "Layer 1" + ], + "websiteLink": "https://bitcoincash.org/", + "whitepaperLink": "https://bitcoincash.org/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/bitcoin-cash/" + }, + "BOME-USD": { + "name": "BOOK OF MEME", + "tags": [ + "Meme" + ], + "websiteLink": "https://llwapirxnupqu7xw2fspfidormcfar7ek2yp65nu7k5opjwhdywq.arweave.net/WuwHojdtHwp-9tFk8qBuiwRQR-RWsP91tPq656bHHi0", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/book-of-meme/" + }, + "BONK-USD": { + "name": "BONK COIN", + "tags": [ + "Meme" + ], + "websiteLink": "https://bonkcoin.com/", + "whitepaperLink": "https://bonkcoin.com/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/bonk1/" + }, + "BLUR-USD": { + "name": "Blur", + "tags": [ + "NFT" + ], + "websiteLink": "https://blur.io/", + "whitepaperLink": "https://docs.blur.foundation/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/blur-token/" + }, + "BNB-USD": { + "name": "BNB", + "tags": [ + "Layer 1" + ], + "websiteLink": "https://www.bnbchain.org/en", + "whitepaperLink": "https://www.exodus.com/assets/docs/binance-coin-whitepaper.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/bnb/" + }, + "CHZ-USD": { + "name": "Chiliz", + "tags": [ + "Layer 1" + ], + "websiteLink": "https://www.chiliz.com/", + "whitepaperLink": "https://www.chiliz.com/docs/litepaper-v1.1-20230703.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/chiliz/" + }, + "CELO-USD": { + "name": "Celo", + "tags": [], + "websiteLink": "https://celo.org", + "whitepaperLink": "https://docs.celo.org", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/celo/" + }, + "BTC-USD": { + "name": "Bitcoin", + "tags": [ + "Layer 1" + ], + "websiteLink": "https://bitcoin.org/", + "whitepaperLink": "https://bitcoin.org/bitcoin.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/bitcoin/" + }, + "COMP-USD": { + "name": "Compound", + "tags": [ + "Defi" + ], + "websiteLink": "https://compound.finance/", + "whitepaperLink": "https://compound.finance/documents/Compound.Whitepaper.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/compound/" + }, + "CRV-USD": { + "name": "Curve", + "tags": [ + "Governance" + ], + "websiteLink": "https://curve.fi/", + "whitepaperLink": "https://curve.fi/whitepaper", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/curve-dao-token/" + }, + "DOGE-USD": { + "name": "Dogecoin", + "tags": [ + "Layer 1", + "Meme" + ], + "websiteLink": "https://dogecoin.com/", + "whitepaperLink": "https://github.com/dogecoin/dogecoin", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/dogecoin/" + }, + "DOT-USD": { + "name": "Polkadot", + "tags": [ + "Layer 1" + ], + "websiteLink": "https://polkadot.network/", + "whitepaperLink": "https://polkadot.network/PolkaDotPaper.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/polkadot-new/" + }, + "DYDX-USD": { + "name": "dYdX", + "tags": [ + "Layer 1", + "Defi" + ], + "websiteLink": "https://dydx.exchange/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/dydx-chain/" + }, + "DYM-USD": { + "name": "Dymension", + "tags": [], + "websiteLink": "https://dymension.xyz/", + "whitepaperLink": "https://docs.dymension.xyz/dymension-litepaper/dymension-litepaper-index", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/dymension/" + }, + "ENJ-USD": { + "name": "Enjin", + "tags": [], + "websiteLink": "https://enjin.io/", + "whitepaperLink": "https://cdn.enjin.io/downloads/whitepapers/enjin-coin/en.pdf/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/enjin-coin/" + }, + "ENS-USD": { + "name": "Ethereum Name Service", + "tags": [], + "websiteLink": "https://coinmarketcap.com/currencies/ethereum-name-service/", + "whitepaperLink": "https://docs.ens.domains/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/ethereum-name-service/" + }, + "EOS-USD": { + "name": "EOS", + "tags": [ + "Layer 1" + ], + "websiteLink": "https://eos.io/", + "whitepaperLink": "https://github.com/EOSIO/Documentation/blob/master/TechnicalWhitePaper.md", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/eos/" + }, + "ETC-USD": { + "name": "Ethereum Classic", + "tags": [ + "Layer 1" + ], + "websiteLink": "https://ethereumclassic.org/", + "whitepaperLink": "https://ethereumclassic.org/why-classic", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/ethereum-classic/" + }, + "ETH-USD": { + "name": "Ethereum", + "tags": [ + "Layer 1" + ], + "websiteLink": "https://ethereum.org/", + "whitepaperLink": "https://ethereum.org/whitepaper/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/ethereum/", + "displayStepSize": "0.001", + "displayTickSize": "0.1" + }, + "ETHFI-USD": { + "name": "ether.fi", + "tags": [], + "websiteLink": "https://www.ether.fi/", + "whitepaperLink": "https://etherfi.gitbook.io/etherfi/ether.fi-whitepaper", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/ether-fi-ethfi/" + }, + "FET-USD": { + "name": "Fetch.ai", + "tags": [ + "AI" + ], + "websiteLink": "https://fetch.ai/", + "whitepaperLink": "https://www.dropbox.com/s/gxptsecwdl3jjtn/David%20Minarsch%20-%202021-04-26%2010.34.17%20-%20paper_21_finalversion.pdf?e=1&dl=0", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/fetch/" + }, + "FIL-USD": { + "name": "Filecoin", + "tags": [ + "Layer 1" + ], + "websiteLink": "https://filecoin.io/", + "whitepaperLink": "https://filecoin.io/filecoin.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/filecoin/" + }, + "FLR-USD": { + "name": "Flare", + "tags": [ + "Layer 1" + ], + "websiteLink": "https://flare.network/", + "whitepaperLink": "https://docs.flare.network/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/flare/" + }, + "FTM-USD": { + "name": "Fantom", + "tags": [], + "websiteLink": "https://fantom.foundation/", + "whitepaperLink": "https://fantom.foundation/_next/static/media/wp_fantom_v1.6.39329cdc5d0ee59684cbc6f228516383.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/fantom/" + }, + "GALA-USD": { + "name": "Gala", + "tags": [ + "Gaming", + "Layer 1" + ], + "websiteLink": "https://gala.com/", + "whitepaperLink": "https://galahackathon.com/v1.0.0/pdf/sdk-documentation.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/gala/" + }, + "GMT-USD": { + "name": "GMT", + "tags": [ + "Gaming" + ], + "websiteLink": "https://stepn.com/", + "whitepaperLink/": "https://whitepaper.stepn.com/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/green-metaverse-token/" + }, + "GRT-USD": { + "name": "The Graph", + "tags": [], + "websiteLink": "https://thegraph.com/", + "whitepaperLink/": "https://github.com/graphprotocol/research/blob/master/papers/whitepaper/the-graph-whitepaper.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/the-graph/" + }, + "HNT-USD": { + "name": "Helium", + "tags": [ + "Layer 1" + ], + "websiteLink": "https://www.helium.com", + "whitepaperLink": "http://whitepaper.helium.com", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/helium/" + }, + "HBAR-USD": { + "name": "Hedera", + "tags": [], + "websiteLink": "https://hedera.com/", + "whitepaperLink/": "https://files.hedera.com/hh_whitepaper_v2.2-20230918.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/hedera/" + }, + "ICP-USD": { + "name": "Internet Computer", + "tags": [ + "Layer 1" + ], + "websiteLink": "https://dfinity.org", + "whitepaperLink": "https://dfinity.org/whitepaper.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/internet-computer/" + }, + "IMX-USD": { + "name": "Immutable X", + "tags": [ + "Gaming", + "Layer 2", + "NFT" + ], + "websiteLink": "https://www.immutable.com/", + "whitepaperLink": "https://assets.website-files.com/646557ee455c3e16e4a9bcb3/6499367de527dd82ab7475a3_Immutable%20Whitepaper%20Update%202023%20(3).pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/immutable-x/" + }, + "INJ-USD": { + "name": "Injective", + "tags": [ + "Layer 1", + "Defi" + ], + "websiteLink": "https://injective.com/", + "whitepaperLink": "https://docs.injective.network/intro/01_overview.html", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/injective/" + }, + "JTO-USD": { + "name": "Jito", + "tags": [ + "Defi" + ], + "websiteLink": "https://www.jito.network/", + "whitepaperLink": "https://github.com/jito-foundation", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/jito/" + }, + "JUP-USD": { + "name": "Jupiter", + "tags": [ + "Defi" + ], + "websiteLink": "https://station.jup.ag/", + "whitepaperLink": "https://station.jup.ag/blog/green-paper", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/jupiter-ag/" + }, + "KAVA-USD": { + "name": "Kava", + "tags": [ + "Layer 1" + ], + "websiteLink": "https://www.kava.io/", + "whitepaperLink": "https://docsend.com/view/gwbwpc3", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/kava/" + }, + "LDO-USD": { + "name": "Lido DAO", + "tags": [ + "Defi" + ], + "websiteLink": "https://lido.fi/", + "whitepaperLink": "https://lido.fi/static/Lido:Ethereum-Liquid-Staking.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/lido-dao/" + }, + "LINK-USD": { + "name": "Chainlink", + "tags": [ + "Defi" + ], + "websiteLink": "https://chain.link/", + "whitepaperLink": "https://link.smartcontract.com/whitepaper", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/chainlink/" + }, + "LTC-USD": { + "name": "Litecoin", + "tags": [ + "Layer 1" + ], + "websiteLink": "https://litecoin.org/", + "whitepaperLink": "https://litecoin.info/index.php/Main_Page", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/litecoin/" + }, + "MAGIC-USD": { + "name": "MAGIC", + "tags": [ + "NFT" + ], + "websiteLink": "https://treasure.lol/", + "whitepaperLink": "https://files.treasure.lol/Treasure+Infinity+Chains+-+Litepaper+v1.0.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/magic-token/" + }, + "MANA-USD": { + "name": "Decentraland", + "tags": [ + "AR/VR" + ], + "websiteLink": "https://decentraland.org/", + "whitepaperLink": "https://decentraland.org/whitepaper.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/decentraland/" + }, + "MASK-USD": { + "name": "Mask Network", + "tags": [], + "websiteLink": "https://mask.io/", + "whitepaperLink": "https://masknetwork.medium.com/introducing-mask-network-maskbook-the-future-of-the-internet-5a973d874edd", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/mask-network/" + }, + "MATIC-USD": { + "name": "Polygon", + "tags": [ + "Layer 2" + ], + "websiteLink": "https://polygon.technology/", + "whitepaperLink": "https://polygon.technology/lightpaper-polygon.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/polygon/" + }, + "MEME-USD": { + "name": "Memecoin", + "tags": [ + "Meme" + ], + "websiteLink": "https://www.memecoin.org/", + "whitepaperLink": "https://www.memecoin.org/whitepaper", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/meme/" + }, + "MINA-USD": { + "name": "Mina", + "tags": [ + "Layer 1" + ], + "websiteLink": "https://minaprotocol.com/", + "whitepaperLink": "https://docs.minaprotocol.com/assets/economicsWhitepaper.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/mina/" + }, + "MKR-USD": { + "name": "Maker", + "tags": [ + "Governance" + ], + "websiteLink": "https://makerdao.com", + "whitepaperLink": "https://makerdao.com/whitepaper", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/maker/" + }, + "MOTHER-USD": { + "name": "Mother Iggy", + "tags": [ + "Meme" + ], + "websiteLink": "https://x.com/IGGYAZALEA", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/mother-iggy/" + }, + "NEAR-USD": { + "name": "NEAR Protocol", + "tags": [ + "Layer 1" + ], + "websiteLink": "https://near.org", + "whitepaperLink": "https://near.org/papers/the-official-near-white-paper/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/near-protocol/" + }, + "OCEAN-USD": { + "name": "Ocean Protocol", + "tags": [ + "AI" + ], + "websiteLink": "https://oceanprotocol.com/", + "whitepaperLink": "https://oceanprotocol.com/tech-whitepaper.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/ocean-protocol/" + }, + "ORDI-USD": { + "name": "Ordinals", + "tags": [ + "NFT" + ], + "websiteLink": "https://ordinals.com/", + "whitepaperLink": "https://rodarmor.com/blog/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/ordi/" + }, + "OP-USD": { + "name": "Optimism", + "tags": [ + "Layer 2" + ], + "websiteLink": "https://www.optimism.io/", + "whitepaperLink": "https://github.com/ethereum-optimism", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/optimism-ethereum/" + }, + "PEPE-USD": { + "name": "Pepe", + "tags": [ + "Meme" + ], + "websiteLink": "https://www.pepe.vip/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/pepe/" + }, + "PORTAL-USD": { + "name": "PORTAL", + "tags": [ + "Gaming" + ], + "websiteLink": "https://www.portalgaming.com/", + "whitepaperLink": "https://portalxyz.nyc3.cdn.digitaloceanspaces.com/Portal_Whitepaper.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/portal-gaming/" + }, + "PYTH-USD": { + "name": "Pyth Network", + "tags": [], + "websiteLink": "https://pyth.network/", + "whitepaperLink": "https://pyth.network/whitepaper_v2.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/pyth-network/" + }, + "RNDR-USD": { + "name": "Render Token", + "tags": [ + "AI" + ], + "websiteLink": "https://rendernetwork.com/", + "whitepaperLink": "https://renderfoundation.com/whitepaper", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/render/" + }, + "RUNE-USD": { + "name": "THORChain", + "tags": [ + "Layer 1" + ], + "websiteLink": "https://thorchain.org", + "whitepaperLink": "https://whitepaper.io/document/709/thorchain-whitepaper", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/thorchain/" + }, + "SAND-USD": { + "name": "The Sandbox", + "tags": [ + "Gaming" + ], + "websiteLink": "https://www.sandbox.game/en/", + "whitepaperLink": "https://installers.sandbox.game/The_Sandbox_Whitepaper_2020.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/the-sandbox/" + }, + "SEI-USD": { + "name": "Sei", + "tags": [ + "Layer 1", + "Defi" + ], + "websiteLink": "https://www.sei.io/", + "whitepaperLink": "https://github.com/sei-protocol/sei-chain/blob/3c9576fee3494ce039df684624f918dd8066ba3f/whitepaper/Sei_Whitepaper.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/sei/" + }, + "SHIB-USD": { + "name": "Shiba Inu", + "tags": [ + "Meme" + ], + "websiteLink": "https://shibatoken.com/", + "whitepaperLink": "https://docs.shibatoken.com/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/shiba-inu/" + }, + "SNX-USD": { + "name": "Synthetix", + "tags": [ + "Defi" + ], + "websiteLink": "https://synthetix.io/", + "whitepaperLink": "https://docs.synthetix.io/litepaper", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/synthetix-network-token/" + }, + "SOL-USD": { + "name": "Solana", + "tags": [ + "Layer 1" + ], + "websiteLink": "https://solana.com/", + "whitepaperLink": "https://solana.com/solana-whitepaper.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/solana/" + }, + "STRK-USD": { + "name": "Starknet", + "tags": [ + "Layer 2" + ], + "websiteLink": "https://www.starknet.io/en", + "whitepaperLink": "https://docs.starknet.io/documentation/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/starknet-token/" + }, + "STX-USD": { + "name": "Stacks", + "tags": [ + "Layer 2" + ], + "websiteLink": "https://www.stacks.co/", + "whitepaperLink": "https://gaia.blockstack.org/hub/1AxyPunHHAHiEffXWESKfbvmBpGQv138Fp/stacks.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/stacks/" + }, + "SUI-USD": { + "name": "Sui", + "tags": [ + "Layer 1" + ], + "websiteLink": "https://sui.io/", + "whitepaperLink": "https://github.com/MystenLabs", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/sui/" + }, + "SUSHI-USD": { + "name": "Sushi", + "tags": [ + "Defi" + ], + "websiteLink": "https://sushi.com/", + "whitepaperLink": "https://docs.sushi.com/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/sushiswap/" + }, + "TIA-USD": { + "name": "Celestia", + "tags": [ + "Layer 1" + ], + "websiteLink": "https://celestia.org/", + "whitepaperLink": "https://arxiv.org/pdf/1905.09274.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/celestia/" + }, + "TON-USD": { + "name": "Toncoin", + "tags": [ + "Layer 1" + ], + "websiteLink": "https://ton.org/", + "whitepaperLink": "https://ton.org/whitepaper.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/toncoin/" + }, + "TRX-USD": { + "name": "TRON", + "tags": [ + "Defi" + ], + "websiteLink": "https://tron.network/", + "whitepaperLink": "https://tron.network/static/doc/white_paper_v_2_0.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/tron/" + }, + "UMA-USD": { + "name": "UMA", + "tags": [ + "Defi" + ], + "websiteLink": "https://umaproject.org/", + "whitepaperLink": "https://github.com/UMAprotocol/whitepaper", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/uma/" + }, + "UNI-USD": { + "name": "Uniswap", + "tags": [ + "Defi" + ], + "websiteLink": "https://uniswap.org/", + "whitepaperLink": "https://uniswap.org/whitepaper-v3.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/uniswap/" + }, + "WIF-USD": { + "name": "dogwifhat", + "tags": [ + "Meme" + ], + "websiteLink": "https://dogwifcoin.org/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/dogwifhat/" + }, + "WLD-USD": { + "name": "Worldcoin", + "tags": [], + "websiteLink": "https://worldcoin.org/", + "whitepaperLink": "https://whitepaper.worldcoin.org/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/worldcoin-org/" + }, + "WOO-USD": { + "name": "WOO Network", + "tags": [ + "Defi" + ], + "websiteLink": "https://woo.org/", + "whitepaperLink": "https://woo.org/Litepaper.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/wootrade/" + }, + "XLM-USD": { + "name": "Stellar", + "tags": [ + "Layer 1" + ], + "websiteLink": "https://www.stellar.org/", + "whitepaperLink": "https://www.stellar.org/papers/stellar-consensus-protocol", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/stellar/" + }, + "XMR-USD": { + "name": "Monero", + "tags": [ + "Layer 1" + ], + "websiteLink": "https://www.getmonero.org/", + "whitepaperLink": "https://www.getmonero.org/resources/research-lab/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/monero/" + }, + "XRP-USD": { + "name": "Ripple", + "tags": [ + "Layer 1" + ], + "websiteLink": "https://ripple.com/currency/", + "whitepaperLink": "https://github.com/ripple", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/xrp/" + }, + "XTZ-USD": { + "name": "Tezos", + "tags": [ + "Layer 1" + ], + "websiteLink": "https://tezos.com", + "whitepaperLink": "https://tezos.com/whitepaper.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/tezos/" + }, + "YFI-USD": { + "name": "Yearn", + "tags": [ + "Defi" + ], + "websiteLink": "https://yearn.finance/", + "whitepaperLink": "https://docs.yearn.finance/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/yearn-finance/" + }, + "ZEC-USD": { + "name": "Zcash", + "tags": [ + "Layer 1" + ], + "websiteLink": "https://z.cash/", + "whitepaperLink": "https://z.cash/technology/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/zcash/" + }, + "ZETA-USD": { + "name": "ZetaChain", + "tags": [ + "Layer 1" + ], + "websiteLink": "https://www.zetachain.com/", + "whitepaperLink": "https://www.zetachain.com/whitepaper.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/zetachain/" + }, + "ZRX-USD": { + "name": "0x", + "tags": [ + "Defi" + ], + "websiteLink": "https://0x.org/", + "whitepaperLink": "https://0x.org/pdfs/0x_white_paper.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/0x/" + }, + "DAI-USD": { + "name": "Dai", + "tags": [ + "Defi" + ], + "websiteLink": "https://makerdao.com/", + "whitepaperLink": null, + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/multi-collateral-dai/" + }, + "MNT-USD": { + "name": "Mantle", + "tags": [ + "Layer 2" + ], + "websiteLink": "https://www.mantle.xyz/", + "whitepaperLink": "https://docs.mantle.xyz/network/introduction/overview", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/mantle/" + }, + "CRO-USD": { + "name": "Cronos", + "tags": [ + "Layer 1" + ], + "websiteLink": "https://cronos.org/", + "whitepaperLink": "https://whitepaper.cronos.org/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/cronos/" + }, + "KAS-USD": { + "name": "Kaspa", + "tags": [ + "Layer 1" + ], + "websiteLink": "https://www.kaspa.org", + "whitepaperLink": "https://eprint.iacr.org/2018/104.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/kaspa/" + }, + "TAO-USD": { + "name": "Bittensor", + "tags": [], + "websiteLink": "https://bittensor.com", + "whitepaperLink": "https://drive.google.com/file/d/1VnsobL6lIAAqcA1_Tbm8AYIQscfJV4KU/view?usp=sharing", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/bittensor/" + }, + "AR-USD": { + "name": "Arweave", + "tags": [], + "websiteLink": "https://www.arweave.org", + "whitepaperLink": "https://ar-io.net/azo-0qw6bb9u5doGdMR-atcIRV_ylJCV4K4Kwv85GO4", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/arweave/" + }, + "OKB-USD": { + "name": "OKB", + "tags": [], + "websiteLink": "https://www.okx.com/", + "whitepaperLink": null, + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/okb/" + }, + "VET-USD": { + "name": "VeChain", + "tags": [ + "Real World Assets" + ], + "websiteLink": "https://www.vechain.org/", + "whitepaperLink": "https://www.vechain.org/whitepaper/#bit_65sv8", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/vechain/" + }, + "THETA-USD": { + "name": "Theta Network", + "tags": [ + "Entertainment", + "AR/VR", + "NFT", + "Defi", + "Layer 1" + ], + "websiteLink": "https://www.thetatoken.org/", + "whitepaperLink": "https://s3.us-east-2.amazonaws.com/assets.thetatoken.org/Theta-white-paper-latest.pdf?v=1553657855.509", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/theta-network/" + }, + "FLOKI-USD": { + "name": "FLOKI", + "tags": [ + "Gaming", + "Meme" + ], + "websiteLink": "https://floki.com/", + "whitepaperLink": "https://docs.floki.com/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/floki-inu/" + }, + "CORE-USD": { + "name": "Core", + "tags": [], + "websiteLink": "https://www.coredao.org/", + "whitepaperLink": "https://docs.coredao.org/core-white-paper-v1.0.5/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/core-dao/" + }, + "FLOW-USD": { + "name": "Flow", + "tags": [ + "NFT", + "Layer 1" + ], + "websiteLink": "https://flow.com", + "whitepaperLink": "https://www.onflow.org/technical-paper/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/flow/" + }, + "AKT-USD": { + "name": "Akash Network", + "tags": [], + "websiteLink": "https://akash.network", + "whitepaperLink": null, + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/akash-network/" + }, + "BEAM-USD": { + "name": "Beam", + "tags": [ + "Gaming", + "Governance" + ], + "websiteLink": "https://www.onbeam.com/", + "whitepaperLink": "https://docs.onbeam.com/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/onbeam/" + }, + "ONDO-USD": { + "name": "Ondo", + "tags": [ + "Real World Assets" + ], + "websiteLink": "https://ondo.foundation/", + "whitepaperLink": "https://docs.ondo.foundation/ondo-token", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/ondo-finance/" + }, + "BSV-USD": { + "name": "Bitcoin SV", + "tags": [], + "websiteLink": "https://www.bsvblockchain.org/", + "whitepaperLink": null, + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/bitcoin-sv/" + }, + "ENA-USD": { + "name": "Ethena", + "tags": [ + "Defi" + ], + "websiteLink": "https://www.ethena.fi/", + "whitepaperLink": "https://ethena-labs.gitbook.io/ethena-labs/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/ethena/" + }, + "BTT-USD": { + "name": "BitTorrent (New)", + "tags": [], + "websiteLink": "https://bt.io/", + "whitepaperLink": "https://www.bittorrent.com/btt/btt-docs/BitTorrent_(BTT)_White_Paper_v0.8.7_Feb_2019.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/bittorrent-new/" + }, + "QNT-USD": { + "name": "Quant", + "tags": [ + "Real World Assets" + ], + "websiteLink": "https://quant.network/", + "whitepaperLink": null, + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/quant/" + }, + "AXS-USD": { + "name": "Axie Infinity", + "tags": [ + "NFT", + "Gaming" + ], + "websiteLink": "https://axieinfinity.com/", + "whitepaperLink": "https://whitepaper.axieinfinity.com/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/axie-infinity/" + }, + "NEO-USD": { + "name": "Neo", + "tags": [], + "websiteLink": "https://neo.org/", + "whitepaperLink": "https://docs.neo.org/docs/en-us/index.html", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/neo/" + }, + "EGLD-USD": { + "name": "MultiversX", + "tags": [ + "Defi", + "Gaming", + "Layer 1" + ], + "websiteLink": "https://multiversx.com/", + "whitepaperLink": "https://files.multiversx.com/multiversx-whitepaper.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/multiversx-egld/" + }, + "JASMY-USD": { + "name": "JasmyCoin", + "tags": [], + "websiteLink": "https://www.jasmy.co.jp/en_company.html", + "whitepaperLink": "https://www.jasmy.co.jp/images/whitepaper.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/jasmy/" + }, + "W-USD": { + "name": "Wormhole", + "tags": [ + "NFT", + "Defi", + "Governance" + ], + "websiteLink": "https://wormhole.com", + "whitepaperLink": null, + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/wormhole/" + }, + "XEC-USD": { + "name": "eCash", + "tags": [ + "Layer 1" + ], + "websiteLink": "https://e.cash/", + "whitepaperLink": null, + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/ecash/" + }, + "AIOZ-USD": { + "name": "AIOZ Network", + "tags": [ + "Entertainment", + "Layer 1" + ], + "websiteLink": "https://aioz.network/", + "whitepaperLink": null, + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/aioz-network/" + }, + "KCS-USD": { + "name": "KuCoin Token", + "tags": [], + "websiteLink": "https://www.kucoin.com/", + "whitepaperLink": "https://www.kcs.foundation/kcs-whitepaper.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/kucoin-token/" + }, + "CFX-USD": { + "name": "Conflux", + "tags": [ + "NFT", + "Defi" + ], + "websiteLink": "https://confluxnetwork.org/", + "whitepaperLink": "https://confluxnetwork.org/files/Conflux_Economic_Paper_20201230.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/conflux-network/" + }, + "PENDLE-USD": { + "name": "Pendle", + "tags": [], + "websiteLink": "https://pendle.finance/", + "whitepaperLink": "https://docs.pendle.finance/resources/lite-paper", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/pendle/" + }, + "GNO-USD": { + "name": "Gnosis", + "tags": [ + "Defi", + "Layer 1" + ], + "websiteLink": "https://gnosis.io/", + "whitepaperLink": "https://github.com/gnosis/research/blob/master/gnosis-whitepaper.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/gnosis-gno/" + }, + "LPT-USD": { + "name": "Livepeer", + "tags": [], + "websiteLink": "https://livepeer.org/", + "whitepaperLink": "https://github.com/livepeer/wiki/blob/master/WHITEPAPER.md", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/livepeer/" + }, + "NEXO-USD": { + "name": "Nexo", + "tags": [], + "websiteLink": "https://nexo.com", + "whitepaperLink": "https://nexo.com/assets/downloads/Nexo-Whitepaper.pdf?=a", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/nexo/" + }, + "CAKE-USD": { + "name": "PancakeSwap", + "tags": [ + "NFT", + "Defi", + "Defi", + "Governance" + ], + "websiteLink": "https://pancakeswap.finance/", + "whitepaperLink": "https://docs.pancakeswap.finance/developers", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/pancakeswap/" + }, + "IOTA-USD": { + "name": "IOTA", + "tags": [], + "websiteLink": "https://www.iota.org/", + "whitepaperLink": "https://iota.org/IOTA_Whitepaper.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/iota/" + }, + "USDD-USD": { + "name": "USDD", + "tags": [], + "websiteLink": "https://usdd.io/", + "whitepaperLink": "https://usdd.network/USDD-en.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/usdd/" + }, + "TFUEL-USD": { + "name": "Theta Fuel", + "tags": [ + "Entertainment", + "AR/VR", + "Defi" + ], + "websiteLink": "https://www.thetatoken.org", + "whitepaperLink": "https://s3.us-east-2.amazonaws.com/assets.thetatoken.org/Theta-white-paper-latest.pdf?v=1553657855.509", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/theta-fuel/" + }, + "CKB-USD": { + "name": "Nervos Network", + "tags": [ + "NFT", + "Defi" + ], + "websiteLink": "http://nervos.org/", + "whitepaperLink": "https://github.com/nervosnetwork/rfcs/blob/master/rfcs/0002-ckb/0002-ckb.md", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/nervos-network/" + }, + "KLAY-USD": { + "name": "Klaytn", + "tags": [ + "Layer 1" + ], + "websiteLink": "https://www.klaytn.foundation/", + "whitepaperLink": "https://docs.klaytn.foundation/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/klaytn/" + }, + "DEXE-USD": { + "name": "DeXe", + "tags": [ + "Defi" + ], + "websiteLink": "https://dexe.network/", + "whitepaperLink": "https://dexe.network/Dexe-DAO-Memo.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/dexe/" + }, + "PRIME-USD": { + "name": "Echelon Prime", + "tags": [ + "NFT", + "Gaming" + ], + "websiteLink": "https://echelon.io/", + "whitepaperLink": null, + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/echelon-prime/" + }, + "ROSE-USD": { + "name": "Oasis", + "tags": [ + "NFT", + "Defi" + ], + "websiteLink": "https://oasisprotocol.org/", + "whitepaperLink": "https://docs.oasis.io/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/oasis-network/" + }, + "OSMO-USD": { + "name": "Osmosis", + "tags": [], + "websiteLink": "https://osmosis.zone/", + "whitepaperLink": null, + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/osmosis/" + }, + "OM-USD": { + "name": "MANTRA", + "tags": [ + "Defi", + "Real World Assets" + ], + "websiteLink": "https://www.mantrachain.io", + "whitepaperLink": "https://docs.mantrachain.io/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/mantra/" + }, + "NOT-USD": { + "name": "Notcoin", + "tags": [ + "Gaming" + ], + "websiteLink": "https://notco.in/", + "whitepaperLink": "https://cdn.joincommunity.xyz/notcoin/Notcoin_Whitepaper.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/notcoin/" + }, + "GLM-USD": { + "name": "Golem", + "tags": [], + "websiteLink": "https://golem.network/", + "whitepaperLink": "https://golem.network/doc/Golemwhitepaper.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/golem-network-tokens/" + }, + "FTT-USD": { + "name": "FTX Token", + "tags": [], + "websiteLink": null, + "whitepaperLink": "https://docs.google.com/document/d/1u5MOkENoWP8PGcjuoKqRkNP5Gl1LLRB9JvAHwffQ7ec/view", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/ftx-token/" + }, + "SUPER-USD": { + "name": "SuperVerse", + "tags": [ + "NFT", + "Gaming" + ], + "websiteLink": "https://superverse.co/", + "whitepaperLink": "https://docs.superverse.cool/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/superfarm/" + }, + "XDC-USD": { + "name": "XDC Network", + "tags": [ + "Real World Assets", + "Layer 1" + ], + "websiteLink": "https://www.xdc.org/", + "whitepaperLink": "https://xinfin.org/docs/whitepaper-tech.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/xdc-network/" + }, + "WEMIX-USD": { + "name": "WEMIX", + "tags": [ + "NFT", + "Gaming" + ], + "websiteLink": "http://wemix.com/", + "whitepaperLink": "https://docs.wemix.com/v/en/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/wemix/" + }, + "TUSD-USD": { + "name": "TrueUSD", + "tags": [], + "websiteLink": "https://tusd.io/", + "whitepaperLink": null, + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/trueusd/" + }, + "BNX-USD": { + "name": "BinaryX", + "tags": [ + "Gaming" + ], + "websiteLink": "https://www.binaryx.pro?cmc", + "whitepaperLink": "https://binaryx.pro/whitepaper", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/binaryx-new/" + }, + "RAY-USD": { + "name": "Raydium", + "tags": [ + "Defi", + "Defi" + ], + "websiteLink": "https://raydium.io/#/", + "whitepaperLink": "https://raydium.io/Raydium-Litepaper.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/raydium/" + }, + "IOTX-USD": { + "name": "IoTeX", + "tags": [], + "websiteLink": "https://www.iotex.io/", + "whitepaperLink": "https://www.iotex.io/research", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/iotex/" + }, + "SKL-USD": { + "name": "SKALE", + "tags": [ + "Gaming", + "Layer 2" + ], + "websiteLink": "https://skale.space/?utm_medium=website&utm_source=coinmarketcap&utm_campaign=skalepage", + "whitepaperLink": "https://skale.space/docs/?utm_medium=website&utm_source=coinmarketcap&utm_campaign=skalepage", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/skale-network/" + }, + "ANKR-USD": { + "name": "Ankr", + "tags": [ + "Defi" + ], + "websiteLink": "https://www.ankr.com/", + "whitepaperLink": "https://www.ankr.com/ankr-whitepaper-2.0.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/ankr/" + }, + "RBN-USD": { + "name": "Ribbon Finance", + "tags": [ + "Real World Assets" + ], + "websiteLink": "https://www.ribbon.finance/", + "whitepaperLink": "https://docs.ribbon.finance/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/ribbon-finance/" + }, + "NFT-USD": { + "name": "APENFT", + "tags": [ + "NFT" + ], + "websiteLink": "http://apenft.org/", + "whitepaperLink": "https://foundation.apenft.io/book/APENFT%20White%20Paper.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/apenft/" + }, + "XRD-USD": { + "name": "Radix", + "tags": [ + "Layer 1" + ], + "websiteLink": "https://www.radixdlt.com/", + "whitepaperLink": "https://www.radixdlt.com/whitepapers/defi", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/radix-protocol/" + }, + "TWT-USD": { + "name": "Trust Wallet Token", + "tags": [], + "websiteLink": "https://trustwallet.com/", + "whitepaperLink": null, + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/trust-wallet-token/" + }, + "MX-USD": { + "name": "MX TOKEN", + "tags": [], + "websiteLink": "https://www.mexc.com", + "whitepaperLink": null, + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/mx-token/" + }, + "ZIL-USD": { + "name": "Zilliqa", + "tags": [], + "websiteLink": "https://www.zilliqa.com/", + "whitepaperLink": "https://docs.zilliqa.com/whitepaper.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/zilliqa/" + }, + "SSV-USD": { + "name": "ssv.network", + "tags": [], + "websiteLink": "https://ssv.network/", + "whitepaperLink": "https://docs.ssv.network/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/ssv-network/" + }, + "RPL-USD": { + "name": "Rocket Pool", + "tags": [ + "Defi" + ], + "websiteLink": "https://www.rocketpool.net/", + "whitepaperLink": "https://docs.rocketpool.net", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/rocket-pool/" + }, + "PAXG-USD": { + "name": "PAX Gold", + "tags": [ + "Real World Assets" + ], + "websiteLink": "https://www.paxos.com/paxgold/", + "whitepaperLink": "https://www.paxos.com/pax-gold-whitepaper", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/pax-gold/" + }, + "METIS-USD": { + "name": "Metis", + "tags": [ + "Layer 2" + ], + "websiteLink": "https://www.metis.io", + "whitepaperLink": "https://drive.google.com/file/d/1LS7CmKFt-FkfVXxSNu06hNgoZXxMzTC-/view", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/metisdao/" + }, + "RVN-USD": { + "name": "Ravencoin", + "tags": [], + "websiteLink": "https://ravencoin.org/", + "whitepaperLink": "https://ravencoin.org/whitepaper/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/ravencoin/" + }, + "RSR-USD": { + "name": "Reserve Rights", + "tags": [ + "Defi", + "Real World Assets" + ], + "websiteLink": "https://reserve.org/", + "whitepaperLink": "https://reserve.org/protocol/2021_version/#main-content", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/reserve-rights/" + }, + "HOT-USD": { + "name": "Holo", + "tags": [], + "websiteLink": "https://holochain.org/", + "whitepaperLink": "https://holo.host/whitepapers/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/holo/" + }, + "ID-USD": { + "name": "SPACE ID", + "tags": [], + "websiteLink": "https://space.id", + "whitepaperLink": "https://docs.space.id", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/space-id/" + }, + "SC-USD": { + "name": "Siacoin", + "tags": [], + "websiteLink": "https://sia.tech/", + "whitepaperLink": "https://sia.tech/sia.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/siacoin/" + }, + "GAL-USD": { + "name": "Galxe", + "tags": [], + "websiteLink": "https://galxe.com", + "whitepaperLink": "https://docs.galxe.com/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/galxe/" + }, + "ETHW-USD": { + "name": "EthereumPoW", + "tags": [], + "websiteLink": "https://ethereumpow.org/", + "whitepaperLink": null, + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/ethereum-pow/" + }, + "ANT-USD": { + "name": "Aragon", + "tags": [ + "Governance" + ], + "websiteLink": "https://aragon.org/", + "whitepaperLink": "https://wiki.aragon.org/documentation/whitepaper/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/aragon/" + }, + "BICO-USD": { + "name": "Biconomy", + "tags": [], + "websiteLink": "https://biconomy.io", + "whitepaperLink": "https://www.biconomy.io/litepaper", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/biconomy/" + }, + "MANTA-USD": { + "name": "Manta Network", + "tags": [ + "Layer 2" + ], + "websiteLink": "https://manta.network/", + "whitepaperLink": "https://mantanetwork.medium.com/the-manta-pacific-roadmap-d09a9d918553", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/manta-network/" + }, + "ILV-USD": { + "name": "Illuvium", + "tags": [ + "NFT", + "Gaming" + ], + "websiteLink": "https://illuvium.io/", + "whitepaperLink": "https://docs.illuvium.io/illuvium-whitepaper", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/illuvium/" + }, + "QTUM-USD": { + "name": "Qtum", + "tags": [], + "websiteLink": "https://qtum.org/", + "whitepaperLink": "https://qtumorg.s3.ap-northeast-2.amazonaws.com/Qtum_New_Whitepaper_en.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/qtum/" + }, + "PYUSD-USD": { + "name": "PayPal USD", + "tags": [], + "websiteLink": "https://www.paypal.com/pyusd", + "whitepaperLink": null, + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/paypal-usd/" + }, + "TRAC-USD": { + "name": "OriginTrail", + "tags": [ + "Real World Assets", + "Layer 1" + ], + "websiteLink": "https://origintrail.io/", + "whitepaperLink": "https://origintrail.io/ecosystem/whitepaper", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/origintrail/" + }, + "LRC-USD": { + "name": "Loopring", + "tags": [ + "Defi", + "Defi", + "Layer 2" + ], + "websiteLink": "https://loopring.org", + "whitepaperLink": "https://github.com/Loopring/protocols/blob/master/packages/loopring_v3/DESIGN.md", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/loopring/" + }, + "ELF-USD": { + "name": "aelf", + "tags": [], + "websiteLink": "http://aelf.com/", + "whitepaperLink": "https://aelf.com/gridcn/aelf_Economic_and_Governance_Whitepaper_v1.2_en.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/aelf/" + }, + "BAT-USD": { + "name": "Basic Attention Token", + "tags": [ + "Defi" + ], + "websiteLink": "https://basicattentiontoken.org/", + "whitepaperLink": "https://basicattentiontoken.org/BasicAttentionTokenWhitePaper-4.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/basic-attention-token/" + }, + "SFP-USD": { + "name": "SafePal", + "tags": [], + "websiteLink": "https://www.safepal.com", + "whitepaperLink": "https://www.safepal.com/pub/SFP_Whitepaper.pdf?a=5", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/safepal/" + }, + "T-USD": { + "name": "Threshold", + "tags": [], + "websiteLink": "https://threshold.network/", + "whitepaperLink": null, + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/threshold/" + }, + "POLYX-USD": { + "name": "Polymesh", + "tags": [ + "Real World Assets" + ], + "websiteLink": "https://polymesh.network/", + "whitepaperLink": "https://polymesh.network/resources", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/polymesh/" + }, + "DASH-USD": { + "name": "Dash", + "tags": [ + "Governance" + ], + "websiteLink": "https://www.dash.org/", + "whitepaperLink": "https://docs.dash.org/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/dash/" + }, + "FXS-USD": { + "name": "Frax Share", + "tags": [ + "Defi" + ], + "websiteLink": "https://frax.finance", + "whitepaperLink": "https://docs.frax.finance", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/frax-share/" + }, + "ALT-USD": { + "name": "Altlayer", + "tags": [ + "Governance" + ], + "websiteLink": "https://altlayer.io/", + "whitepaperLink": "https://docs.altlayer.io/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/altlayer/" + }, + "CSPR-USD": { + "name": "Casper", + "tags": [ + "Layer 1" + ], + "websiteLink": "https://casper.network/", + "whitepaperLink": "https://casper.network/network/developers/getting-started", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/casper/" + }, + "XEM-USD": { + "name": "NEM", + "tags": [], + "websiteLink": "http://nem.io", + "whitepaperLink": "https://docs.nem.io", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/nem/" + }, + "YGG-USD": { + "name": "Yield Guild Games", + "tags": [ + "NFT", + "Gaming" + ], + "websiteLink": "https://yieldguild.io/", + "whitepaperLink": "https://yieldguild.io/YGG-Whitepaper-English.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/yield-guild-games/" + }, + "CFG-USD": { + "name": "Centrifuge", + "tags": [ + "Real World Assets" + ], + "websiteLink": "https://centrifuge.io/", + "whitepaperLink": "https://centrifuge.io/cfg_token_summary.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/centrifuge/" + }, + "DCR-USD": { + "name": "Decred", + "tags": [], + "websiteLink": "https://decred.org/", + "whitepaperLink": "https://docs.decred.org/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/decred/" + }, + "GAS-USD": { + "name": "Gas", + "tags": [], + "websiteLink": "https://neo.org/", + "whitepaperLink": "http://docs.neo.org/en-us/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/gas/" + }, + "PEOPLE-USD": { + "name": "ConstitutionDAO", + "tags": [], + "websiteLink": "https://www.constitutiondao.com/", + "whitepaperLink": null, + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/constitutiondao/" + }, + "XCH-USD": { + "name": "Chia", + "tags": [ + "Real World Assets", + "Layer 1" + ], + "websiteLink": "https://www.chia.net/", + "whitepaperLink": "https://www.chia.net/whitepaper/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/chia-network/" + }, + "JST-USD": { + "name": "JUST", + "tags": [ + "Defi" + ], + "websiteLink": "https://just.network/#/", + "whitepaperLink": "https://www.just.network/docs/white_paper_en.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/just/" + }, + "FLUX-USD": { + "name": "Flux", + "tags": [ + "Governance" + ], + "websiteLink": "https://runonflux.io/", + "whitepaperLink": "https://fluxwhitepaper.app.runonflux.io/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/zel/" + }, + "MSOL-USD": { + "name": "Marinade Staked SOL", + "tags": [], + "websiteLink": "https://marinade.finance/", + "whitepaperLink": "https://docs.marinade.finance/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/marinade/" + }, + "POPCAT-USD": { + "name": "Popcat (SOL)", + "tags": [ + "Meme" + ], + "websiteLink": "https://www.popcatsolana.xyz/", + "whitepaperLink": null, + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/popcat-sol/" + }, + "TRUMP-USD": { + "name": "MAGA", + "tags": [ + "Meme" + ], + "websiteLink": "https://magamemecoin.com/", + "whitepaperLink": null, + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/maga/" + }, + "MOG-USD": { + "name": "Mog Coin", + "tags": [ + "Meme" + ], + "websiteLink": "https://www.mogcoin.xyz", + "whitepaperLink": null, + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/mog-coin/" + }, + "TEL-USD": { + "name": "Telcoin", + "tags": [], + "websiteLink": "https://www.telco.in/", + "whitepaperLink": "https://www.telco.in/docs/whitepaper.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/telcoin/" + }, + "ONE-USD": { + "name": "Harmony", + "tags": [], + "websiteLink": "https://www.harmony.one/", + "whitepaperLink": "https://harmony.one/whitepaper.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/harmony/" + }, + "DEGEN-USD": { + "name": "Degen", + "tags": [ + "Meme" + ], + "websiteLink": "https://www.degen.tips/", + "whitepaperLink": null, + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/degen-base/" + }, + "RSS3-USD": { + "name": "RSS3", + "tags": [], + "websiteLink": "https://rss3.io", + "whitepaperLink": "https://rss3.io/#/whitepaper", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/rss3/" + }, + "AMP-USD": { + "name": "Amp", + "tags": [], + "websiteLink": "https://amptoken.org", + "whitepaperLink": "https://docs.amptoken.org/about/whitepaper", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/amp/" + }, + "MEW-USD": { + "name": "cat in a dogs world", + "tags": [ + "Meme" + ], + "websiteLink": "https://mew.xyz/", + "whitepaperLink": null, + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/mew/" + }, + "GMX-USD": { + "name": "GMX", + "tags": [ + "Defi" + ], + "websiteLink": "https://gmx.io/", + "whitepaperLink": null, + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/gmx/" + }, + "PIXEL-USD": { + "name": "Pixels", + "tags": [ + "NFT", + "Gaming", + "Governance" + ], + "websiteLink": "https://www.pixels.xyz/", + "whitepaperLink": "https://whitepaper.pixels.xyz/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/pixels/" + }, + "TRB-USD": { + "name": "Tellor", + "tags": [ + "Defi" + ], + "websiteLink": "https://tellor.io/", + "whitepaperLink": "https://docs.tellor.io", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/tellor/" + }, + "WAVES-USD": { + "name": "Waves", + "tags": [], + "websiteLink": "https://waves.tech/", + "whitepaperLink": "https://docs.waves.tech/en/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/waves/" + }, + "ONT-USD": { + "name": "Ontology", + "tags": [], + "websiteLink": "https://ont.io/", + "whitepaperLink": "https://docs.ont.io", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/ontology/" + }, + "APU-USD": { + "name": "Apu Apustaja", + "tags": [ + "Meme" + ], + "websiteLink": "https://apu.club/", + "whitepaperLink": null, + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/apu-apustaja/" + }, + "CHR-USD": { + "name": "Chromia", + "tags": [ + "NFT", + "Defi", + "Gaming", + "Real World Assets", + "Layer 1" + ], + "websiteLink": "https://chromia.com/", + "whitepaperLink": "https://chromia.com/documents/Chromia-_-Platform-white-paper2019.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/chromia/" + }, + "AGI-USD": { + "name": "Delysium", + "tags": [], + "websiteLink": "https://www.delysium.com/", + "whitepaperLink": "https://www.delysium.com/whitepaper", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/delysium/" + }, + "KSM-USD": { + "name": "Kusama", + "tags": [], + "websiteLink": "https://kusama.network/", + "whitepaperLink": "https://guide.kusama.network/docs/kusama-getting-started/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/kusama/" + }, + "CVX-USD": { + "name": "Convex Finance", + "tags": [ + "Defi" + ], + "websiteLink": "https://www.convexfinance.com/", + "whitepaperLink": null, + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/convex-finance/" + }, + "GLMR-USD": { + "name": "Moonbeam", + "tags": [], + "websiteLink": "https://moonbeam.network/", + "whitepaperLink": "https://docs.moonbeam.network/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/moonbeam/" + }, + "TRIBE-USD": { + "name": "Tribe", + "tags": [ + "Defi", + "Governance" + ], + "websiteLink": "https://fei.money/", + "whitepaperLink": "https://fei.money/static/media/whitepaper.7d5e2986.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/tribe/" + }, + "VANRY-USD": { + "name": "Vanar Chain", + "tags": [ + "AR/VR", + "NFT" + ], + "websiteLink": "https://vanarchain.com/", + "whitepaperLink": "https://docs.vanarchain.com/documentation-v2/getting-started/vanar", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/vanar/" + }, + "AZERO-USD": { + "name": "Aleph Zero", + "tags": [ + "Layer 1" + ], + "websiteLink": "https://www.alephzero.org", + "whitepaperLink": "https://docs.alephzero.org/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/aleph-zero/" + }, + "CTC-USD": { + "name": "Creditcoin", + "tags": [ + "Real World Assets" + ], + "websiteLink": "https://creditcoin.org", + "whitepaperLink": "https://www.creditcoin.org/white-paper", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/creditcoin/" + }, + "VTHO-USD": { + "name": "VeThor Token", + "tags": [], + "websiteLink": "https://www.vechain.org/", + "whitepaperLink": "https://www.vechain.org/assets/whitepaper/whitepaper-3-0.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/vethor-token/" + }, + "RLC-USD": { + "name": "iExec RLC", + "tags": [ + "NFT", + "Defi" + ], + "websiteLink": "https://iex.ec/", + "whitepaperLink": "https://iex.ec/app/uploads/2017/04/iExec-WPv2.0-English.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/rlc/" + }, + "KDA-USD": { + "name": "Kadena", + "tags": [ + "NFT", + "Defi", + "Gaming", + "Defi", + "Layer 1" + ], + "websiteLink": "http://kadena.io/", + "whitepaperLink": "https://docs.kadena.io/basics/whitepapers/overview", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/kadena/" + }, + "ACH-USD": { + "name": "Alchemy Pay", + "tags": [], + "websiteLink": "https://alchemypay.org/", + "whitepaperLink": "https://file.alchemytech.io/Alchemy_WP-EN.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/alchemy-pay/" + }, + "ICX-USD": { + "name": "ICON", + "tags": [], + "websiteLink": "https://icon.community", + "whitepaperLink": "https://icondev.io/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/icon/" + }, + "BAND-USD": { + "name": "Band Protocol", + "tags": [ + "Defi" + ], + "websiteLink": "https://bandprotocol.com/", + "whitepaperLink": "https://bandprotocol.com/whitepaper-3.0.1.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/band-protocol/" + }, + "EDU-USD": { + "name": "Open Campus", + "tags": [], + "websiteLink": "https://www.opencampus.xyz/", + "whitepaperLink": "https://open-campus.gitbook.io/open-campus-protocol-whitepaper/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/open-campus/" + }, + "WAXP-USD": { + "name": "WAX", + "tags": [ + "Entertainment", + "NFT", + "Gaming", + "Layer 1" + ], + "websiteLink": "https://wax.io/", + "whitepaperLink": "https://developer.wax.io/api-docs-tools/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/wax/" + }, + "LCX-USD": { + "name": "LCX", + "tags": [], + "websiteLink": "https://www.lcx.com", + "whitepaperLink": "https://www.lcx.com/documents/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/lcx/" + }, + "BAL-USD": { + "name": "Balancer", + "tags": [ + "Defi", + "Governance" + ], + "websiteLink": "https://balancer.finance/", + "whitepaperLink": "https://balancer.finance/whitepaper/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/balancer/" + }, + "LSK-USD": { + "name": "Lisk", + "tags": [ + "Layer 2", + "Real World Assets" + ], + "websiteLink": "https://Lisk.com/", + "whitepaperLink": "https://lisk.com/documentation/lisk-sdk/index.html", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/lisk/" + }, + "POKT-USD": { + "name": "Pocket Network", + "tags": [], + "websiteLink": "https://www.pokt.network/", + "whitepaperLink": "https://docs.pokt.network/home/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/pocket-network/" + }, + "BDX-USD": { + "name": "Beldex", + "tags": [], + "websiteLink": "https://www.beldex.io/", + "whitepaperLink": "https://beldex.io/whitepaper.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/beldex/" + }, + "COTI-USD": { + "name": "COTI", + "tags": [ + "Defi" + ], + "websiteLink": "https://coti.io/", + "whitepaperLink": "https://coti.io/files/COTI-technical-whitepaper.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/coti/" + }, + "VENOM-USD": { + "name": "Venom", + "tags": [ + "Defi" + ], + "websiteLink": "https://venom.foundation", + "whitepaperLink": "https://venom.foundation/Venom_Whitepaper.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/venom/" + }, + "SAGA-USD": { + "name": "Saga", + "tags": [ + "Gaming", + "Layer 1" + ], + "websiteLink": "https://www.saga.xyz/", + "whitepaperLink": null, + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/saga/" + }, + "STORJ-USD": { + "name": "Storj", + "tags": [], + "websiteLink": "https://storj.io/", + "whitepaperLink": "https://storj.io/storj.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/storj/" + }, + "LMWR-USD": { + "name": "LimeWire", + "tags": [ + "Entertainment" + ], + "websiteLink": "https://limewire.com/", + "whitepaperLink": "https://lmwr.com/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/limewire/" + }, + "CELR-USD": { + "name": "Celer Network", + "tags": [], + "websiteLink": "https://www.celer.network/#", + "whitepaperLink": "https://im-docs.celer.network/developer/celer-im-overview", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/celer-network/" + }, + "ATOR-USD": { + "name": "ATOR Protocol", + "tags": [], + "websiteLink": "https://ator.io/", + "whitepaperLink": "https://docs.ator.io/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/airtor-protocol/" + }, + "CYBER-USD": { + "name": "Cyber", + "tags": [ + "NFT", + "Governance" + ], + "websiteLink": "https://cyber.co/", + "whitepaperLink": "https://docs.cyber.co/build-on-cyber/contract-deployment", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/cyberconnect/" + }, + "SXP-USD": { + "name": "Solar", + "tags": [ + "Defi" + ], + "websiteLink": "https://solar.org", + "whitepaperLink": "https://docs.solar.org/project/whitepaper/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/sxp/" + }, + "HIGH-USD": { + "name": "Highstreet", + "tags": [ + "AR/VR" + ], + "websiteLink": "https://highstreet.market", + "whitepaperLink": "https://highstreet.gitbook.io/highstreet-whitepaper/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/highstreet/" + }, + "MYRO-USD": { + "name": "Myro", + "tags": [ + "Meme" + ], + "websiteLink": "https://myrothedog.com/", + "whitepaperLink": null, + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/myro/" + }, + "XAI-USD": { + "name": "Xai", + "tags": [ + "Gaming" + ], + "websiteLink": "https://xai.games/", + "whitepaperLink": "https://xai-foundation.gitbook.io/xai-network/xai-blockchain/welcome-to-xai", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/xai-games/" + }, + "DGB-USD": { + "name": "DigiByte", + "tags": [ + "NFT" + ], + "websiteLink": "https://digibyte.org/", + "whitepaperLink": "https://digibyte.io/docs/infopaper.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/digibyte/" + }, + "NMR-USD": { + "name": "Numeraire", + "tags": [ + "Defi" + ], + "websiteLink": "https://numer.ai/", + "whitepaperLink": "https://numer.ai/whitepaper.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/numeraire/" + }, + "ORAI-USD": { + "name": "Oraichain", + "tags": [ + "Defi", + "Real World Assets", + "Layer 1" + ], + "websiteLink": "https://orai.io/", + "whitepaperLink": "https://docs.orai.io/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/oraichain-token/" + }, + "IOST-USD": { + "name": "IOST", + "tags": [], + "websiteLink": "http://iost.io/", + "whitepaperLink": "https://whitepaper.io/document/28/iostoken-whitepaper", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/iostoken/" + }, + "AUDIO-USD": { + "name": "Audius", + "tags": [ + "Entertainment" + ], + "websiteLink": "https://audius.co/", + "whitepaperLink": null, + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/audius/" + }, + "NTRN-USD": { + "name": "Neutron", + "tags": [ + "Defi" + ], + "websiteLink": "https://neutron.org/", + "whitepaperLink": "https://docs.neutron.org/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/neutron-ntrn/" + }, + "COQ-USD": { + "name": "Coq Inu", + "tags": [ + "Meme" + ], + "websiteLink": "https://www.coqinu.com/", + "whitepaperLink": null, + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/coq-inu/" + }, + "C98-USD": { + "name": "Coin98", + "tags": [], + "websiteLink": "https://www.coin98.com/", + "whitepaperLink": "https://docs.coin98.com/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/coin98/" + }, + "WILD-USD": { + "name": "Wilder World", + "tags": [ + "AR/VR", + "NFT", + "Gaming" + ], + "websiteLink": "https://www.wilderworld.com/", + "whitepaperLink": "https://res.cloudinary.com/fact0ry/image/upload/v1602993979/ZER0_WHITEPAPER_-_v0.8_-_Official_wkjgwe.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/wilder-world/" + }, + "IQ-USD": { + "name": "IQ", + "tags": [ + "Entertainment" + ], + "websiteLink": "https://iq.wiki/", + "whitepaperLink": null, + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/iq/" + }, + "PROM-USD": { + "name": "Prom", + "tags": [], + "websiteLink": "https://prom.io/", + "whitepaperLink": "https://prom.io/whitepaper.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/prom/" + }, + "POND-USD": { + "name": "Marlin", + "tags": [ + "Defi" + ], + "websiteLink": "https://www.marlin.org", + "whitepaperLink": "https://www.marlin.pro/whitepaper", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/marlin/" + }, + "ONG-USD": { + "name": "Ontology Gas", + "tags": [], + "websiteLink": "https://ont.io/", + "whitepaperLink": "https://docs.ont.io/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/ontology-gas/" + }, + "PONKE-USD": { + "name": "Ponke", + "tags": [ + "Meme" + ], + "websiteLink": "https://www.ponke.xyz/", + "whitepaperLink": null, + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/ponke/" + }, + "JOE-USD": { + "name": "JOE", + "tags": [ + "Defi", + "Defi" + ], + "websiteLink": "https://www.traderjoexyz.com/", + "whitepaperLink": null, + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/joe/" + }, + "H2O-USD": { + "name": "H2O DAO", + "tags": [], + "websiteLink": "https://h2o.homes", + "whitepaperLink": null, + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/h2o-dao/" + }, + "CTSI-USD": { + "name": "Cartesi", + "tags": [ + "Layer 2" + ], + "websiteLink": "https://cartesi.io/", + "whitepaperLink": "https://cartesi.io/docs/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/cartesi/" + }, + "XNO-USD": { + "name": "Nano", + "tags": [], + "websiteLink": "http://nano.org/en", + "whitepaperLink": "https://nano.org/en/whitepaper", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/nano/" + }, + "USDJ-USD": { + "name": "USDJ", + "tags": [], + "websiteLink": "https://just.network/", + "whitepaperLink": "https://www.just.network/docs/white_paper_en.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/usdj/" + }, + "CVC-USD": { + "name": "Civic", + "tags": [], + "websiteLink": "https://www.civic.com/", + "whitepaperLink": "https://www.allcryptowhitepapers.com/civic-whitepaper/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/civic/" + }, + "RIF-USD": { + "name": "Rootstock Infrastructure Framework", + "tags": [], + "websiteLink": "https://rif.technology/", + "whitepaperLink": "https://developers.rsk.co/rif/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/rsk-infrastructure-framework/" + }, + "CQT-USD": { + "name": "Covalent", + "tags": [ + "Defi" + ], + "websiteLink": "https://www.covalenthq.com/", + "whitepaperLink": null, + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/covalent/" + }, + "SLP-USD": { + "name": "Smooth Love Potion", + "tags": [ + "NFT" + ], + "websiteLink": "https://axieinfinity.com/", + "whitepaperLink": null, + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/smooth-love-potion/" + }, + "MOBILE-USD": { + "name": "Helium Mobile", + "tags": [], + "websiteLink": "https://www.helium.com/", + "whitepaperLink": null, + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/helium-mobile/" + }, + "STRAX-USD": { + "name": "Stratis [New]", + "tags": [], + "websiteLink": "http://stratisplatform.com/", + "whitepaperLink": "https://www.stratisplatform.com/files/Stratis_Whitepaper.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/stratis-new/" + }, + "BIGTIME-USD": { + "name": "Big Time", + "tags": [ + "NFT", + "Gaming" + ], + "websiteLink": "https://bigtime.gg/", + "whitepaperLink": "https://wiki.bigtime.gg/big-time-getting-started/welcome-to-big-time-wiki", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/big-time/" + }, + "POWR-USD": { + "name": "Powerledger", + "tags": [], + "websiteLink": "https://powerledger.io/", + "whitepaperLink": "https://www.powerledger.io/company/power-ledger-whitepaper", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/power-ledger/" + }, + "HIVE-USD": { + "name": "Hive", + "tags": [ + "Entertainment", + "Layer 1" + ], + "websiteLink": "https://hive.io/", + "whitepaperLink": "https://hive.io/whitepaper.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/hive-blockchain/" + }, + "USTC-USD": { + "name": "TerraClassicUSD", + "tags": [], + "websiteLink": "https://terra.money", + "whitepaperLink": "https://terra.money/Terra_White_paper.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/terrausd/" + }, + "PUNDIX-USD": { + "name": "Pundi X (New)", + "tags": [], + "websiteLink": "https://pundix.com/", + "whitepaperLink": "https://pundix.com/pdf/PundiX_Whitepaper_EN_Ver.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/pundix-new/" + }, + "LADYS-USD": { + "name": "Milady Meme Coin", + "tags": [ + "Meme" + ], + "websiteLink": "https://milady.gg", + "whitepaperLink": null, + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/milady-meme-coin/" + }, + "SFUND-USD": { + "name": "Seedify.fund", + "tags": [ + "Gaming" + ], + "websiteLink": "https://seedify.fund/", + "whitepaperLink": "https://docs.seedify.fund/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/seedify-fund/" + }, + "ARK-USD": { + "name": "Ark", + "tags": [], + "websiteLink": "http://ark.io/", + "whitepaperLink": "https://arkscic.com/Whitepaper.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/ark/" + }, + "DAG-USD": { + "name": "Constellation", + "tags": [], + "websiteLink": "https://www.constellationnetwork.io", + "whitepaperLink": null, + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/constellation/" + }, + "PHB-USD": { + "name": "Phoenix", + "tags": [], + "websiteLink": "https://www.phoenix.global/", + "whitepaperLink": null, + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/phoenix-global-new/" + }, + "WMT-USD": { + "name": "World Mobile Token", + "tags": [], + "websiteLink": "https://worldmobiletoken.com", + "whitepaperLink": "https://worldmobiletoken.com/WhitePaper.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/world-mobile-token/" + }, + "DUSK-USD": { + "name": "Dusk", + "tags": [ + "Real World Assets", + "Layer 1" + ], + "websiteLink": "https://www.dusk.network", + "whitepaperLink": "https://dusk.network/uploads/The_Dusk_Network_Whitepaper_v3_0_0.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/dusk/" + }, + "MVL-USD": { + "name": "MVL", + "tags": [], + "websiteLink": "http://mvlchain.io", + "whitepaperLink": "https://docs.mvlchain.io/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/mvl/" + }, + "NOIA-USD": { + "name": "Synternet", + "tags": [ + "Governance" + ], + "websiteLink": "https://synternet.com/", + "whitepaperLink": "https://docs.synternet.com/docs", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/synternet/" + }, + "REZ-USD": { + "name": "Renzo", + "tags": [], + "websiteLink": "https://www.renzoprotocol.com/", + "whitepaperLink": "https://docs.renzoprotocol.com/docs", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/renzo/" + }, + "SYN-USD": { + "name": "Synapse", + "tags": [], + "websiteLink": "https://synapseprotocol.com", + "whitepaperLink": "https://docs.synapseprotocol.com/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/synapse-2/" + }, + "SYS-USD": { + "name": "Syscoin", + "tags": [ + "NFT", + "Layer 1" + ], + "websiteLink": "http://syscoin.org", + "whitepaperLink": "https://syscoin.org/research-whitepapers", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/syscoin/" + }, + "SNT-USD": { + "name": "Status", + "tags": [ + "Entertainment" + ], + "websiteLink": "http://status.im/", + "whitepaperLink": "https://status.im/whitepaper.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/status/" + }, + "SLERF-USD": { + "name": "SLERF", + "tags": [ + "Meme" + ], + "websiteLink": "https://www.slerf.wtf/raids", + "whitepaperLink": null, + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/slerf/" + }, + "MRS-USD": { + "name": "Metars Genesis", + "tags": [], + "websiteLink": "https://metars.io/home", + "whitepaperLink": null, + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/metars-genesis/" + }, + "USDP-USD": { + "name": "Pax Dollar", + "tags": [], + "websiteLink": "https://www.paxos.com/usdp/", + "whitepaperLink": "https://standard.paxos.com/whitepaper.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/paxos-standard/" + }, + "BONE-USD": { + "name": "Bone ShibaSwap", + "tags": [ + "Meme" + ], + "websiteLink": "https://www.shibatoken.com/", + "whitepaperLink": null, + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/bone-shibaswap/" + }, + "REQ-USD": { + "name": "Request", + "tags": [ + "Defi" + ], + "websiteLink": "https://request.network/", + "whitepaperLink": "https://docs.request.network/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/request/" + }, + "PHA-USD": { + "name": "Phala Network", + "tags": [], + "websiteLink": "https://phala.network/", + "whitepaperLink": "https://docs.phala.network/introduction/readme", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/phala-network/" + }, + "VELO-USD": { + "name": "Velo", + "tags": [], + "websiteLink": "https://velo.org/", + "whitepaperLink": "https://velo.org/doc/Velo_Whitepaper_EN.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/velo/" + }, + "DENT-USD": { + "name": "Dent", + "tags": [], + "websiteLink": "https://www.dentwireless.com/", + "whitepaperLink": "https://www.dentwireless.com/whitepaper", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/dent/" + }, + "MOVR-USD": { + "name": "Moonriver", + "tags": [ + "Layer 1" + ], + "websiteLink": "https://moonbeam.network/networks/moonriver/", + "whitepaperLink": "https://docs.moonbeam.network/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/moonriver/" + }, + "ZEN-USD": { + "name": "Horizen", + "tags": [], + "websiteLink": "https://www.horizen.io/", + "whitepaperLink": "https://www.horizen.io/research/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/horizen/" + }, + "TRU-USD": { + "name": "TrueFi", + "tags": [ + "Defi", + "Real World Assets" + ], + "websiteLink": "https://truefi.io/", + "whitepaperLink": null, + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/truefi-token/" + }, + "OAS-USD": { + "name": "Oasys", + "tags": [ + "NFT", + "Gaming", + "Layer 1" + ], + "websiteLink": "https://www.oasys.games/", + "whitepaperLink": "https://docs.oasys.games/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/oasys/" + }, + "WEN-USD": { + "name": "Wen", + "tags": [ + "Meme" + ], + "websiteLink": "https://www.wenwencoin.com/", + "whitepaperLink": null, + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/wen/" + }, + "APEX-USD": { + "name": "ApeX Protocol", + "tags": [ + "Defi" + ], + "websiteLink": "https://apex.exchange/", + "whitepaperLink": "https://apex-pro.gitbook.io/apex-pro", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/apex-token/" + }, + "NAKA-USD": { + "name": "Nakamoto Games", + "tags": [ + "NFT", + "Gaming" + ], + "websiteLink": "https://www.nakamoto.games/", + "whitepaperLink": null, + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/nakamoto-games/" + }, + "CREAM-USD": { + "name": "Cream Finance", + "tags": [ + "Defi", + "Governance" + ], + "websiteLink": "https://cream.finance/", + "whitepaperLink": "https://docs.cream.finance/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/cream-finance/" + }, + "HOOK-USD": { + "name": "Hooked Protocol", + "tags": [ + "Gaming" + ], + "websiteLink": "https://hooked.io/", + "whitepaperLink": "https://hooked-protocol.gitbook.io/hooked-protocol-whitepaper", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/hooked-protocol/" + }, + "MTL-USD": { + "name": "Metal DAO", + "tags": [], + "websiteLink": "https://www.metalpay.com/", + "whitepaperLink": null, + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/metal/" + }, + "STEEM-USD": { + "name": "Steem", + "tags": [ + "Entertainment" + ], + "websiteLink": "https://steem.com/", + "whitepaperLink": "https://steem.io/SteemWhitePaper.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/steem/" + }, + "PYR-USD": { + "name": "Vulcan Forged (PYR)", + "tags": [ + "NFT", + "Gaming" + ], + "websiteLink": "https://vulcanforged.com/", + "whitepaperLink": "https://vulcanforged.com/public/assets/frontend/pyr.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/vulcan-forged-pyr/" + }, + "ORCA-USD": { + "name": "Orca", + "tags": [ + "Defi" + ], + "websiteLink": "https://www.orca.so/", + "whitepaperLink": null, + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/orca/" + }, + "XYM-USD": { + "name": "Symbol", + "tags": [], + "websiteLink": "https://docs.symbol.dev/", + "whitepaperLink": "https://symbol.github.io/symbol-technicalref/main.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/symbol/" + }, + "ZCX-USD": { + "name": "Unizen", + "tags": [], + "websiteLink": "https://unizen.io", + "whitepaperLink": null, + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/unizen/" + }, + "SUN-USD": { + "name": "Sun (New)", + "tags": [], + "websiteLink": "https://sun.io/", + "whitepaperLink": "https://sun.io/docs/SUN_V2_Whitepaper_en.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/sun-token/" + }, + "PNG-USD": { + "name": "Pangolin", + "tags": [], + "websiteLink": "https://pangolin.exchange/", + "whitepaperLink": "https://docs.pangolin.exchange/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/pangolin/" + }, + "FORT-USD": { + "name": "Forta", + "tags": [], + "websiteLink": "https://forta.org/", + "whitepaperLink": null, + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/forta/" + }, + "FRONT-USD": { + "name": "Frontier", + "tags": [ + "Defi" + ], + "websiteLink": "https://frontier.xyz/", + "whitepaperLink": "https://www.frontier.xyz/roadmap", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/frontier/" + }, + "NFP-USD": { + "name": "NFPrompt", + "tags": [ + "Governance" + ], + "websiteLink": "https://nfprompt.io/", + "whitepaperLink": "https://docs.nfprompt.io/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/nfprompt/" + }, + "NYM-USD": { + "name": "NYM", + "tags": [ + "Governance", + "Layer 1" + ], + "websiteLink": "https://nymtech.net/", + "whitepaperLink": "https://nymtech.net/nym-whitepaper.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/nym/" + }, + "HFT-USD": { + "name": "Hashflow", + "tags": [ + "NFT", + "Defi", + "Gaming", + "Defi" + ], + "websiteLink": "https://hashflow.com/", + "whitepaperLink": "https://docs.hashflow.com/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/hashflow/" + }, + "BLZ-USD": { + "name": "Bluzelle", + "tags": [], + "websiteLink": "https://bluzelle.com/", + "whitepaperLink": "https://bluzelle.com/wp-content/uploads/2017/10/bluzelle-whitepaper-english1-4.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/bluzelle/" + }, + "WIN-USD": { + "name": "WINkLink", + "tags": [], + "websiteLink": "https://winklink.org/", + "whitepaperLink": "https://winklink.org/WinkLink%20white%20paper.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/wink/" + }, + "LEVER-USD": { + "name": "LeverFi", + "tags": [ + "Defi" + ], + "websiteLink": "https://www.leverfi.io/", + "whitepaperLink": "https://docs.leverfi.io/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/lever/" + }, + "DAO-USD": { + "name": "DAO Maker", + "tags": [ + "Defi", + "Governance" + ], + "websiteLink": "https://daomaker.com/", + "whitepaperLink": null, + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/dao-maker/" + }, + "DODO-USD": { + "name": "DODO", + "tags": [ + "Defi" + ], + "websiteLink": "https://dodoex.io/", + "whitepaperLink": "https://docs.dodoex.io/en/home/what-is-dodo", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/dodo/" + }, + "CGPT-USD": { + "name": "ChainGPT", + "tags": [ + "Entertainment", + "NFT", + "Defi", + "Governance" + ], + "websiteLink": "https://www.chaingpt.org", + "whitepaperLink": "https://docs.chaingpt.org", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/chaingpt/" + }, + "TNSR-USD": { + "name": "Tensor", + "tags": [ + "NFT" + ], + "websiteLink": "https://www.tensor.foundation", + "whitepaperLink": "https://docs.tensor.foundation/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/tensor/" + }, + "DKA-USD": { + "name": "dKargo", + "tags": [], + "websiteLink": "https://dkargo.io/en", + "whitepaperLink": "https://dkargo.io/resources/dkargo_wp_en_new.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/dkargo/" + }, + "MYRIA-USD": { + "name": "Myria", + "tags": [ + "NFT", + "Gaming", + "Layer 2" + ], + "websiteLink": "https://myria.com/", + "whitepaperLink": "https://assets.myria.com/token/Myria-Whitepaper-v6.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/myria/" + }, + "KNC-USD": { + "name": "Kyber Network Crystal v2", + "tags": [ + "Defi", + "Governance" + ], + "websiteLink": "https://kyberswap.com/", + "whitepaperLink": "https://docs.kyberswap.com/introduction", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/kyber-network-crystal-v2/" + }, + "ACE-USD": { + "name": "Fusionist", + "tags": [ + "Gaming", + "Social" + ], + "websiteLink": "https://ace.fusionist.io/", + "whitepaperLink": "https://www.fusionist.io/doc/Fusionist_Endurance_WhitePaper_Ver1.0_Publish.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/fusionist/" + }, + "EWT-USD": { + "name": "Energy Web Token", + "tags": [], + "websiteLink": "https://www.energyweb.org/", + "whitepaperLink": "https://www.energyweb.org/wp-content/uploads/2019/12/EnergyWeb-EWDOS-VisionPurpose-vFinal-20191211.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/energy-web-token/" + }, + "LYX-USD": { + "name": "LUKSO", + "tags": [ + "NFT", + "Layer 1" + ], + "websiteLink": "https://lukso.network/", + "whitepaperLink": "https://whitepaper.lukso.network/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/lukso-network/" + }, + "MLK-USD": { + "name": "MiL.k", + "tags": [], + "websiteLink": "http://milkalliance.io/", + "whitepaperLink": "http://milkalliance.io/dist/pdf/White%20Paper_Mil.k%20Alliance_v0.9.7.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/milk-alliance/" + }, + "MAVIA-USD": { + "name": "Heroes of Mavia", + "tags": [ + "NFT", + "Gaming" + ], + "websiteLink": "https://mavia.com", + "whitepaperLink": null, + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/heroes-of-mavia/" + }, + "ELON-USD": { + "name": "Dogelon Mars", + "tags": [ + "Meme" + ], + "websiteLink": "https://dogelonmars.com/", + "whitepaperLink": null, + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/dogelon/" + }, + "AITECH-USD": { + "name": "Solidus Ai Tech", + "tags": [], + "websiteLink": "https://aitech.io", + "whitepaperLink": "https://docs.aitech.io", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/solidus-ai-tech/" + }, + "ORBS-USD": { + "name": "Orbs", + "tags": [], + "websiteLink": "https://www.orbs.com/", + "whitepaperLink": "https://www.orbs.com/white-papers", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/orbs/" + }, + "XYO-USD": { + "name": "XYO", + "tags": [], + "websiteLink": "https://xyo.network/", + "whitepaperLink": "https://docs.xyo.network/XYO-White-Paper.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/xyo/" + }, + "MBOX-USD": { + "name": "MOBOX", + "tags": [ + "NFT", + "Defi", + "Gaming" + ], + "websiteLink": "https://www.mobox.io/#/", + "whitepaperLink": "https://faqen.mobox.io", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/mobox/" + }, + "SCRT-USD": { + "name": "Secret", + "tags": [ + "Defi" + ], + "websiteLink": "https://scrt.network", + "whitepaperLink": "https://docs.scrt.network/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/secret/" + }, + "STPT-USD": { + "name": "STP", + "tags": [ + "Defi" + ], + "websiteLink": "https://stp.network/", + "whitepaperLink": "https://www.stp.network/Verse%20Network%20WP.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/standard-tokenization-protocol/" + }, + "HIFI-USD": { + "name": "Hifi Finance", + "tags": [ + "Real World assets", + "Defi", + "Governance", + "Real World Assets" + ], + "websiteLink": "https://hifi.finance/", + "whitepaperLink": "https://docs.hifi.finance/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/hifi-finance-new/" + }, + "LOOM-USD": { + "name": "Loom Network", + "tags": [], + "websiteLink": "https://loomx.io/", + "whitepaperLink": "https://medium.com/loom-network/introducing-loom-network-scaling-ethereum-today-9ea26b5b57c", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/loom-network/" + }, + "AUCTION-USD": { + "name": "Bounce Token", + "tags": [ + "Defi" + ], + "websiteLink": "https://bounce.finance/", + "whitepaperLink": "https://docs.bounce.finance/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/bounce-token/" + }, + "EVER-USD": { + "name": "Everscale", + "tags": [], + "websiteLink": "https://everscale.network", + "whitepaperLink": "https://docs.everscale.network/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/everscale/" + }, + "GNS-USD": { + "name": "Gains Network", + "tags": [], + "websiteLink": "https://gains.trade", + "whitepaperLink": "https://gainsnetwork.gitbook.io/docs-home/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/gains-network/" + }, + "NXRA-USD": { + "name": "Nexera", + "tags": [ + "Real World Assets" + ], + "websiteLink": "https://www.nexera.foundation/", + "whitepaperLink": null, + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/allianceblock-nexera/" + }, + "BNT-USD": { + "name": "Bancor", + "tags": [ + "Defi" + ], + "websiteLink": "https://www.carbondefi.xyz/", + "whitepaperLink": "https://www.carbondefi.xyz/whitepaper", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/bancor/" + }, + "ARDR-USD": { + "name": "Ardor", + "tags": [], + "websiteLink": "https://www.jelurida.com/ardor", + "whitepaperLink": "https://ardordocs.jelurida.com", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/ardor/" + }, + "LQTY-USD": { + "name": "Liquity", + "tags": [ + "Defi" + ], + "websiteLink": "https://www.liquity.org/", + "whitepaperLink": "https://docsend.com/view/bwiczmy", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/liquity/" + }, + "TURBO-USD": { + "name": "Turbo", + "tags": [ + "Meme" + ], + "websiteLink": "https://turbotoken.io/", + "whitepaperLink": null, + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/turbo/" + }, + "ALPHA-USD": { + "name": "Stella", + "tags": [ + "Defi" + ], + "websiteLink": "https://stellaxyz.io/", + "whitepaperLink": "https://docs.stellaxyz.io/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/alpha-finance-lab/" + }, + "GHX-USD": { + "name": "GamerCoin", + "tags": [ + "Gaming" + ], + "websiteLink": "https://gamercoin.com/", + "whitepaperLink": "https://gamercoin.com/download/GamerHash_whitepaper_02.06.2020.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/gamercoin/" + }, + "DRIFT-USD": { + "name": "Drift", + "tags": [ + "Governance" + ], + "websiteLink": "https://www.drift.trade/", + "whitepaperLink": "https://docs.drift.trade/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/drift/" + }, + "ACA-USD": { + "name": "Acala Token", + "tags": [ + "Defi" + ], + "websiteLink": "https://acala.network/", + "whitepaperLink": "https://wiki.acala.network/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/acala/" + }, + "OMG-USD": { + "name": "OMG Network", + "tags": [], + "websiteLink": "https://omg.network/", + "whitepaperLink": "https://docs.omg.network/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/omg/" + }, + "OXT-USD": { + "name": "Orchid", + "tags": [], + "websiteLink": "https://www.orchid.com/", + "whitepaperLink": "https://www.orchid.com/assets/whitepaper/whitepaper.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/orchid/" + }, + "MAV-USD": { + "name": "Maverick Protocol", + "tags": [], + "websiteLink": "https://www.mav.xyz/", + "whitepaperLink": "https://bit.ly/MavWhitepaper", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/maverick-protocol/" + }, + "STG-USD": { + "name": "Stargate Finance", + "tags": [], + "websiteLink": "https://stargate.finance/", + "whitepaperLink": "https://www.dropbox.com/s/gf3606jedromp61/Delta-Solving.The.Bridging-Trilemma.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/stargate-finance/" + }, + "AURORA-USD": { + "name": "Aurora", + "tags": [], + "websiteLink": "https://aurora.dev/", + "whitepaperLink": "https://doc.aurora.dev/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/aurora-near/" + }, + "XVG-USD": { + "name": "Verge", + "tags": [], + "websiteLink": "http://vergecurrency.com/", + "whitepaperLink": "https://vergecurrency.com/static/blackpaper/verge-blackpaper-v5.0.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/verge/" + }, + "CTK-USD": { + "name": "Shentu", + "tags": [], + "websiteLink": "https://www.shentu.technology/", + "whitepaperLink": "https://www.shentu.technology/whitepaper", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/shentu/" + }, + "ALEPH-USD": { + "name": "Aleph.im", + "tags": [], + "websiteLink": "https://aleph.im/", + "whitepaperLink": "https://aleph-im.gitbook.io/aleph-docs/introduction/welcome-to-your-dev-hub", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/aleph-im/" + }, + "LOOKS-USD": { + "name": "LooksRare", + "tags": [ + "NFT" + ], + "websiteLink": "https://looksrare.org/", + "whitepaperLink": null, + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/looksrare/" + }, + "MBX-USD": { + "name": "MARBLEX", + "tags": [ + "Gaming" + ], + "websiteLink": "https://marblex.io", + "whitepaperLink": "https://docs.marblex.io/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/marblex/" + }, + "ERG-USD": { + "name": "Ergo", + "tags": [ + "Layer 1" + ], + "websiteLink": "https://ergoplatform.org/", + "whitepaperLink": "https://ergoplatform.org/en/documents", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/ergo/" + }, + "SPELL-USD": { + "name": "Spell Token", + "tags": [ + "Defi" + ], + "websiteLink": "https://abracadabra.money/", + "whitepaperLink": "https://docs.abracadabra.money/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/spell-token/" + }, + "ERN-USD": { + "name": "Ethernity Chain", + "tags": [ + "NFT", + "Gaming", + "Layer 2" + ], + "websiteLink": "https://ethernity.io/", + "whitepaperLink": "https://drive.google.com/file/d/1o74ZBmYMIUa8QUwvLOK7KhoXP9-LCsPf/view", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/ethernity-chain/" + }, + "RDNT-USD": { + "name": "Radiant Capital", + "tags": [ + "Defi" + ], + "websiteLink": "https://radiant.capital/", + "whitepaperLink": "https://docs.radiant.capital/radiant/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/radiant-capital/" + }, + "LTO-USD": { + "name": "LTO Network", + "tags": [ + "NFT", + "Real World Assets", + "Layer 1" + ], + "websiteLink": "https://www.ltonetwork.com/", + "whitepaperLink": "https://ltonetwork.com/documents/LTO%20Network%20-%20Technical%20Paper.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/lto-network/" + }, + "BAKE-USD": { + "name": "BakeryToken", + "tags": [ + "NFT", + "Defi", + "Gaming", + "Defi" + ], + "websiteLink": "https://www.bakeryswap.org/", + "whitepaperLink": null, + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/bakerytoken/" + }, + "MPLX-USD": { + "name": "Metaplex", + "tags": [], + "websiteLink": "https://www.metaplex.com/", + "whitepaperLink": null, + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/metaplex/" + }, + "RACA-USD": { + "name": "RACA", + "tags": [ + "NFT", + "Gaming" + ], + "websiteLink": "https://www.raca3.com/", + "whitepaperLink": "https://www.raca3.com/whitePaper", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/radio-caca/" + }, + "ARPA-USD": { + "name": "ARPA", + "tags": [], + "websiteLink": "https://arpanetwork.io", + "whitepaperLink": "https://docsend.com/view/gnqammz8wtysrud4", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/arpa-chain/" + }, + "NKN-USD": { + "name": "NKN", + "tags": [], + "websiteLink": "https://nkn.org/", + "whitepaperLink": "https://nkn.org/wp-content/uploads/2020/10/NKN_Whitepaper.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/nkn/" + }, + "RAD-USD": { + "name": "Radworks", + "tags": [], + "websiteLink": "https://radworks.org/", + "whitepaperLink": "https://docs.radworks.org/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/radworks/" + }, + "GHST-USD": { + "name": "Aavegotchi", + "tags": [ + "NFT", + "Gaming", + "Governance" + ], + "websiteLink": "https://aavegotchi.com/", + "whitepaperLink": null, + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/aavegotchi/" + }, + "CPOOL-USD": { + "name": "Clearpool", + "tags": [ + "Defi", + "Real World Assets" + ], + "websiteLink": "https://clearpool.finance/", + "whitepaperLink": null, + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/clearpool/" + }, + "AGLD-USD": { + "name": "Adventure Gold", + "tags": [], + "websiteLink": "https://adventuregold.org/", + "whitepaperLink": null, + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/adventure-gold/" + }, + "DORA-USD": { + "name": "Dora Factory", + "tags": [ + "Governance" + ], + "websiteLink": "https://dorafactory.org/", + "whitepaperLink": null, + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/dora-factory-new/" + }, + "QKC-USD": { + "name": "QuarkChain", + "tags": [], + "websiteLink": "https://quarkchain.io/", + "whitepaperLink": "https://quarkchain.io/wp-content/uploads/2018/11/QUARK-CHAIN-Public-Version-0.3.5.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/quarkchain/" + }, + "ALICE-USD": { + "name": "MyNeighborAlice", + "tags": [ + "NFT", + "Gaming" + ], + "websiteLink": "https://www.myneighboralice.com/", + "whitepaperLink": "https://static1.squarespace.com/static/601a9e78af724f7a3932fd5f/t/6197c7a3208b111b3333c707/1637337019912/My+Neighbor+Alice+Whitepaper+-+final.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/myneighboralice/" + }, + "BADGER-USD": { + "name": "Badger DAO", + "tags": [ + "Defi", + "Governance" + ], + "websiteLink": "https://app.badger.finance/", + "whitepaperLink": null, + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/badger-dao/" + }, + "VR-USD": { + "name": "Victoria VR", + "tags": [ + "AR/VR", + "NFT", + "Gaming" + ], + "websiteLink": "https://victoriavr.com/", + "whitepaperLink": "https://www.victoriavr.com/whitepaper/Whitepaper-VictoriaVR.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/victoria-vr/" + }, + "WRX-USD": { + "name": "WazirX", + "tags": [], + "websiteLink": "https://wazirx.com/", + "whitepaperLink": "https://download.wazirx.com/wrx/wrx-whitepaper.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/wazirx/" + }, + "QI-USD": { + "name": "BENQI", + "tags": [ + "Defi" + ], + "websiteLink": "https://benqi.fi/", + "whitepaperLink": "https://docs.benqi.fi/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/benqi/" + }, + "CUDOS-USD": { + "name": "CUDOS", + "tags": [ + "AR/VR", + "Gaming", + "Layer 1" + ], + "websiteLink": "https://www.cudos.org/", + "whitepaperLink": null, + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/cudos/" + }, + "RARE-USD": { + "name": "SuperRare", + "tags": [ + "NFT" + ], + "websiteLink": "https://superrare.com/", + "whitepaperLink": "https://docs.superrare.com/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/superrare/" + }, + "BFC-USD": { + "name": "Bifrost", + "tags": [], + "websiteLink": "https://bifrostnetwork.com", + "whitepaperLink": "https://thebifrost.io/static/Bifrost_WP_Eng.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/bifrost/" + }, + "GTC-USD": { + "name": "Gitcoin", + "tags": [], + "websiteLink": "https://gitcoin.co/", + "whitepaperLink": null, + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/gitcoin/" + }, + "DAR-USD": { + "name": "Mines of Dalarnia", + "tags": [ + "NFT", + "Gaming" + ], + "websiteLink": "https://www.minesofdalarnia.com/", + "whitepaperLink": "https://www.minesofdalarnia.com/assets/MoD-Litepaper-updated-27-Oct.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/mines-of-dalarnia/" + }, + "GUSD-USD": { + "name": "Gemini Dollar", + "tags": [], + "websiteLink": "https://www.gemini.com/dollar", + "whitepaperLink": "https://gemini.com/wp-content/themes/gemini/assets/img/dollar/gemini-dollar-whitepaper.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/gemini-dollar/" + }, + "ATA-USD": { + "name": "Automata Network", + "tags": [], + "websiteLink": "https://ata.network", + "whitepaperLink": "https://docs.ata.network/research/lightpaper", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/automata-network/" + }, + "XPLA-USD": { + "name": "XPLA", + "tags": [ + "Gaming" + ], + "websiteLink": "https://www.xpla.io/", + "whitepaperLink": "https://assets.xpla.io/whitepaper/XPLA_Whitepaper_v1.0.0.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/xpla/" + }, + "OGN-USD": { + "name": "Origin Protocol", + "tags": [ + "NFT", + "Defi" + ], + "websiteLink": "https://www.originprotocol.com", + "whitepaperLink": "https://www.originprotocol.com/litepaper", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/origin-protocol/" + }, + "AIDOGE-USD": { + "name": "ArbDoge AI", + "tags": [ + "Meme" + ], + "websiteLink": "https://arbdoge.ai/", + "whitepaperLink": "https://docs.arbdoge.ai/tokenomics/aidoge", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/arbdoge-ai/" + }, + "MBL-USD": { + "name": "MovieBloc", + "tags": [ + "Entertainment" + ], + "websiteLink": "https://www.moviebloc.com/", + "whitepaperLink": "https://www.moviebloc.com/whitepaper/MovieBloc_White_Paper_Ver.1.14_en.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/moviebloc/" + }, + "ACS-USD": { + "name": "Access Protocol", + "tags": [], + "websiteLink": "https://www.accessprotocol.co/", + "whitepaperLink": "https://www.accessprotocol.co/Whitepaper_Access.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/access-protocol/" + }, + "TLM-USD": { + "name": "Alien Worlds", + "tags": [ + "NFT", + "Gaming" + ], + "websiteLink": "https://alienworlds.io", + "whitepaperLink": "https://docs.google.com/document/d/1JiA97Y3JZMcC6HG2VPXEiZDd7UtA5yJSRUY2DQ5VSRI/edit?usp=sharing", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/alien-worlds/" + }, + "CTXC-USD": { + "name": "Cortex", + "tags": [], + "websiteLink": "http://www.cortexlabs.ai/", + "whitepaperLink": "https://cortexlabs.ai/cortex_2_0_whitepaper_en", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/cortex/" + }, + "TKO-USD": { + "name": "Toko Token", + "tags": [], + "websiteLink": "https://www.tokocrypto.com/", + "whitepaperLink": "https://tokocrypto-public.oss-ap-southeast-5.aliyuncs.com/TKO%20White%20paper%20v4%20English%20Version.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/tokocrypto/" + }, + "PERP-USD": { + "name": "Perpetual Protocol", + "tags": [ + "Defi" + ], + "websiteLink": "https://perp.com", + "whitepaperLink": null, + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/perpetual-protocol/" + }, + "RARI-USD": { + "name": "RARI", + "tags": [ + "NFT", + "Governance" + ], + "websiteLink": "https://rari.foundation", + "whitepaperLink": null, + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/rarible/" + }, + "REI-USD": { + "name": "REI Network", + "tags": [], + "websiteLink": "https://rei.network/", + "whitepaperLink": null, + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/rei-network/" + }, + "POLS-USD": { + "name": "Polkastarter", + "tags": [ + "Defi" + ], + "websiteLink": "https://www.polkastarter.com/", + "whitepaperLink": "https://docs.polkastarter.com/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/polkastarter/" + }, + "MPL-USD": { + "name": "Maple", + "tags": [ + "Defi", + "Real World Assets" + ], + "websiteLink": "https://maple.finance/", + "whitepaperLink": "https://maple-finance.gitbook.io/maple/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/maple/" + }, + "CBK-USD": { + "name": "Cobak Token", + "tags": [], + "websiteLink": "https://cobak.co.kr/", + "whitepaperLink": "https://storage.cobak.co/custom_upload/1599808473023280_729b6827ea.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/cobak-token/" + }, + "SIDUS-USD": { + "name": "SIDUS", + "tags": [ + "NFT", + "Gaming" + ], + "websiteLink": "https://sidusheroes.com/", + "whitepaperLink": "https://static.sidusheroes.com/prod/site/whitepaper.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/sidus/" + }, + "NULS-USD": { + "name": "NULS", + "tags": [], + "websiteLink": "https://nuls.io/", + "whitepaperLink": "https://docs.nuls.io/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/nuls/" + }, + "BOBA-USD": { + "name": "Boba Network", + "tags": [ + "Layer 2" + ], + "websiteLink": "https://boba.network/", + "whitepaperLink": "https://docs.boba.network/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/boba-network/" + }, + "GODS-USD": { + "name": "Gods Unchained", + "tags": [ + "NFT", + "Gaming" + ], + "websiteLink": "https://godsunchained.com/", + "whitepaperLink": "https://images.godsunchained.com/misc/whitepaper.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/gods-unchained/" + }, + "REN-USD": { + "name": "Ren", + "tags": [ + "Defi" + ], + "websiteLink": "https://renproject.io/", + "whitepaperLink": "https://renproject.io/litepaper.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/ren/" + }, + "LAT-USD": { + "name": "PlatON", + "tags": [], + "websiteLink": "https://platon.network/", + "whitepaperLink": "https://platon.network/pdf/en/PlatON_A_High-Efficiency_Trustless_Computing_Network_Whitepaper_EN.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/platon/" + }, + "ELA-USD": { + "name": "Elastos", + "tags": [], + "websiteLink": "https://elastos.info", + "whitepaperLink": "https://www.elastos.org/downloads/elastos_whitepaper_en.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/elastos/" + }, + "FORTH-USD": { + "name": "Ampleforth Governance Token", + "tags": [ + "Governance" + ], + "websiteLink": "https://www.ampleforth.org/", + "whitepaperLink": null, + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/ampleforth-governance-token/" + }, + "BRISE-USD": { + "name": "Bitgert", + "tags": [], + "websiteLink": "https://bitgert.com/", + "whitepaperLink": "https://bitgert.com/wp-content/uploads/2021/12/Bitgert_Whitepaper.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/bitrise-token/" + }, + "ATLAS-USD": { + "name": "Star Atlas", + "tags": [ + "NFT", + "Gaming" + ], + "websiteLink": "https://staratlas.com", + "whitepaperLink": "https://staratlas.com/white-paper.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/star-atlas/" + }, + "UOS-USD": { + "name": "Ultra", + "tags": [ + "NFT", + "Gaming" + ], + "websiteLink": "https://ultra.io/", + "whitepaperLink": "https://ultra.io/whitepaper", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/ultra/" + }, + "WXT-USD": { + "name": "Wirex Token", + "tags": [], + "websiteLink": "https://wirexapp.com/", + "whitepaperLink": "https://files.wirexapp.com/WhitePaper_WXT_2019_ENG.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/wirex-token/" + }, + "BOSON-USD": { + "name": "Boson Protocol", + "tags": [ + "NFT", + "Real World Assets" + ], + "websiteLink": "http://bosonprotocol.io", + "whitepaperLink": "https://docsend.com/view/p7g9u8d8wiwnf9jn", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/boson-protocol/" + }, + "SWEAT-USD": { + "name": "Sweat Economy", + "tags": [ + "Entertainment", + "NFT", + "Gaming" + ], + "websiteLink": "https://www.sweateconomy.com", + "whitepaperLink": "https://drive.google.com/file/d/1IPklRcEQvgJkCaeYvGh43yjWl-Dj5_6i/view", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/sweat-economy/" + }, + "DMTR-USD": { + "name": "Dimitra", + "tags": [], + "websiteLink": "https://dimitra.io/", + "whitepaperLink": "https://dimitra.io/token", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/dimitra/" + }, + "DATA-USD": { + "name": "Streamr", + "tags": [], + "websiteLink": "https://streamr.network", + "whitepaperLink": "https://s3.amazonaws.com/streamr-public/streamr-datacoin-whitepaper-2017-07-25-v1_1.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/streamr/" + }, + "FX-USD": { + "name": "Function X", + "tags": [], + "websiteLink": "https://functionx.io/", + "whitepaperLink": "https://whitepaper.io/coin/function-x", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/function-x/" + }, + "ALI-USD": { + "name": "Artificial Liquid Intelligence", + "tags": [ + "Entertainment", + "NFT", + "Governance" + ], + "websiteLink": "https://aiprotocol.info/", + "whitepaperLink": "https://docs.aiprotocol.info", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/alethea-artificial-liquid-intelligence-token/" + }, + "ALCX-USD": { + "name": "Alchemix", + "tags": [ + "Defi", + "Governance", + "Defi" + ], + "websiteLink": "https://alchemix.fi/", + "whitepaperLink": null, + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/alchemix/" + }, + "XCN-USD": { + "name": "Onyxcoin", + "tags": [], + "websiteLink": "https://onyx.org", + "whitepaperLink": "https://onyx.org/Whitepaper.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/onyxcoin/" + }, + "BEL-USD": { + "name": "Bella Protocol", + "tags": [ + "Defi" + ], + "websiteLink": "https://bella.fi/", + "whitepaperLink": "https://bellafi.gitbook.io/bella-protocol/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/bella-protocol/" + }, + "MLN-USD": { + "name": "Enzyme", + "tags": [ + "Defi" + ], + "websiteLink": "https://enzyme.finance/", + "whitepaperLink": "https://docs.enzyme.finance/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/enzyme/" + }, + "DIA-USD": { + "name": "DIA", + "tags": [ + "Defi" + ], + "websiteLink": "https://diadata.org/", + "whitepaperLink": "https://docs.diadata.org", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/dia/" + }, + "AERGO-USD": { + "name": "Aergo", + "tags": [], + "websiteLink": "https://www.aergo.io/", + "whitepaperLink": "https://paper.aergo.io/AERGO_Whitepaper_v5.2.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/aergo/" + }, + "FLM-USD": { + "name": "Flamingo", + "tags": [ + "Defi" + ], + "websiteLink": "https://flamingo.finance/", + "whitepaperLink": "https://docs.flamingo.finance/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/flamingo/" + }, + "DFI-USD": { + "name": "DeFiChain", + "tags": [ + "Defi" + ], + "websiteLink": "https://defichain.com/", + "whitepaperLink": "https://www.defichain.com/white-paper/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/defichain/" + }, + "FUN-USD": { + "name": "FUNToken", + "tags": [ + "Defi", + "Gaming" + ], + "websiteLink": "https://funtoken.io/", + "whitepaperLink": null, + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/funtoken/" + }, + "VRTX-USD": { + "name": "Vertex Protocol", + "tags": [ + "Defi" + ], + "websiteLink": "https://vertexprotocol.com/", + "whitepaperLink": "https://vertex-protocol.gitbook.io/docs/getting-started/overview", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/vertex-protocol/" + }, + "BETA-USD": { + "name": "Beta Finance", + "tags": [], + "websiteLink": "https://betafinance.org/", + "whitepaperLink": "https://betafinance.gitbook.io/betafinance/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/beta-finance/" + }, + "NUM-USD": { + "name": "Numbers Protocol", + "tags": [ + "Entertainment" + ], + "websiteLink": "https://www.numbersprotocol.io/", + "whitepaperLink": "https://docs.numbersprotocol.io/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/numbers-protocol/" + }, + "KMD-USD": { + "name": "Komodo", + "tags": [], + "websiteLink": "https://komodoplatform.com/", + "whitepaperLink": "https://komodoplatform.com/whitepaper", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/komodo/" + }, + "RLY-USD": { + "name": "Rally", + "tags": [ + "Social", + "Social" + ], + "websiteLink": "https://rly.network/", + "whitepaperLink": null, + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/rally/" + }, + "VRA-USD": { + "name": "Verasity", + "tags": [ + "NFT", + "Gaming" + ], + "websiteLink": "https://www.verasity.io/", + "whitepaperLink": "https://verasity.io/documents/verasity_whitepaper_eng.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/verasity/" + }, + "TT-USD": { + "name": "ThunderCore", + "tags": [], + "websiteLink": "https://www.thundercore.com", + "whitepaperLink": "https://docs.thundercore.com/thunder-whitepaper.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/thundercore/" + }, + "WAN-USD": { + "name": "Wanchain", + "tags": [ + "Defi" + ], + "websiteLink": "https://wanchain.org/", + "whitepaperLink": "https://www.explorewanchain.org/#/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/wanchain/" + }, + "TOMI-USD": { + "name": "tomiNet", + "tags": [], + "websiteLink": "https://tomi.com/", + "whitepaperLink": "https://tomi.com/newmmm/Tomi_Free_As_In_Speech_Whitepaper_V1.0.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/tominet/" + }, + "NEON-USD": { + "name": "Neon EVM", + "tags": [], + "websiteLink": "https://neonevm.org/", + "whitepaperLink": "https://neonevm.org/whitepaper.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/neon/" + }, + "KIN-USD": { + "name": "Kin", + "tags": [ + "Entertainment" + ], + "websiteLink": null, + "whitepaperLink": "https://kin.org/whitepaper", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/kin/" + }, + "FIS-USD": { + "name": "StaFi", + "tags": [ + "Defi" + ], + "websiteLink": "https://www.stafi.io/", + "whitepaperLink": "https://docs.stafi.io/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/stafi/" + }, + "MATH-USD": { + "name": "MATH", + "tags": [], + "websiteLink": "https://mathwallet.org", + "whitepaperLink": "https://github.com/mathwallet/whitepaper/raw/master/MATH-Whitepaper-EN.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/math/" + }, + "FARM-USD": { + "name": "Harvest Finance", + "tags": [ + "Defi", + "Governance" + ], + "websiteLink": "https://harvest.finance/", + "whitepaperLink": "https://medium.com/harvest-finance/the-harvest-finance-project-338c3e5806fc", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/harvest-finance/" + }, + "LINA-USD": { + "name": "Linear Finance", + "tags": [ + "Defi" + ], + "websiteLink": "https://linear.finance", + "whitepaperLink": "https://linear.finance/defi/Linear_Whitepaper_EN.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/linear/" + }, + "OPUL-USD": { + "name": "Opulous", + "tags": [ + "Entertainment", + "Real World Assets" + ], + "websiteLink": "https://opulous.org/", + "whitepaperLink": null, + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/opulous/" + }, + "NPT-USD": { + "name": "NEOPIN", + "tags": [ + "Real World Assets" + ], + "websiteLink": "https://neopin.io/", + "whitepaperLink": "https://neopin.io/VisionPaper_V2.1.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/neopin/" + }, + "ORN-USD": { + "name": "Orion", + "tags": [ + "Defi", + "Defi" + ], + "websiteLink": "https://orion.xyz/", + "whitepaperLink": "https://docs.orion.xyz/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/orion-xyz/" + }, + "COMBO-USD": { + "name": "COMBO", + "tags": [ + "Entertainment", + "NFT", + "Gaming" + ], + "websiteLink": "https://combonetwork.io/", + "whitepaperLink": "https://docs.combonetwork.io/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/combo-network/" + }, + "LOKA-USD": { + "name": "League of Kingdoms Arena", + "tags": [ + "NFT", + "Gaming" + ], + "websiteLink": "https://www.leagueofkingdoms.com/", + "whitepaperLink": "https://whitepaper.playersarena.foundation/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/league-of-kingdoms/" + }, + "DEGO-USD": { + "name": "Dego Finance", + "tags": [ + "NFT", + "Defi", + "Governance" + ], + "websiteLink": "https://dego.finance/", + "whitepaperLink": "https://docs.dego.finance/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/dego-finance/" + }, + "XPRT-USD": { + "name": "Persistence One", + "tags": [ + "Defi" + ], + "websiteLink": "https://persistence.one", + "whitepaperLink": "https://docs.persistence.one", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/persistence/" + }, + "REEF-USD": { + "name": "Reef", + "tags": [ + "Entertainment", + "Gaming" + ], + "websiteLink": "https://reef.io/", + "whitepaperLink": "https://docs.reef.io/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/reef/" + }, + "SDAO-USD": { + "name": "SingularityDAO", + "tags": [ + "Defi" + ], + "websiteLink": "https://www.singularitydao.ai/", + "whitepaperLink": "https://www.docs.singularitydao.ai", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/singularitydao/" + }, + "FCT-USD": { + "name": "FirmaChain", + "tags": [], + "websiteLink": "https://firmachain.org/#/", + "whitepaperLink": "https://firmachain.org/whitepaper_EN.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/firmachain/" + }, + "ROOT-USD": { + "name": "The Root Network", + "tags": [ + "Gaming", + "Layer 1" + ], + "websiteLink": "https://www.therootnetwork.com/", + "whitepaperLink": "https://www.futureverse.com/research?index=whitepaper", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/the-root-network/" + }, + "IDEX-USD": { + "name": "IDEX", + "tags": [ + "Defi" + ], + "websiteLink": "https://idex.io/", + "whitepaperLink": "https://docs.idex.io/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/idex/" + }, + "SOLO-USD": { + "name": "Sologenic", + "tags": [], + "websiteLink": "https://www.sologenic.org/", + "whitepaperLink": "https://www.sologenic.com/downloads/sologenic-whitepaper.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/sologenic/" + }, + "MOUTAI-USD": { + "name": "Moutai", + "tags": [ + "Meme" + ], + "websiteLink": "https://www.moutaicoin.co", + "whitepaperLink": "https://drive.google.com/file/d/1zdbruRELFGlNZwl3reiaDkEASlGF65gU/view?usp=drive_link", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/moutai/" + }, + "VIC-USD": { + "name": "Viction", + "tags": [], + "websiteLink": "https://viction.xyz/", + "whitepaperLink": "https://docs.viction.xyz/whitepaper-and-research", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/viction/" + }, + "KISHU-USD": { + "name": "Kishu Inu", + "tags": [ + "Meme" + ], + "websiteLink": "https://kishu.com/", + "whitepaperLink": "https://www.kishu.com/p/whitepaper.html", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/kishu-inu/" + }, + "TRADE-USD": { + "name": "Polytrade", + "tags": [ + "Defi", + "Real World Assets" + ], + "websiteLink": "https://polytrade.finance", + "whitepaperLink": "https://polytrade.finance/whitepaper.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/polytrade/" + }, + "CEEK-USD": { + "name": "CEEK VR", + "tags": [ + "AR/VR", + "NFT", + "Entertainment" + ], + "websiteLink": "https://www.ceek.io/", + "whitepaperLink": null, + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/ceek-vr/" + }, + "ROUTE-USD": { + "name": "Router Protocol", + "tags": [], + "websiteLink": "https://www.routerprotocol.com/", + "whitepaperLink": null, + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/router-protocol/" + }, + "LIT-USD": { + "name": "Litentry", + "tags": [ + "Defi" + ], + "websiteLink": "https://www.litentry.com/", + "whitepaperLink": "https://docs.litentry.com/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/litentry/" + }, + "PDA-USD": { + "name": "PlayDapp", + "tags": [ + "Gaming" + ], + "websiteLink": "https://playdapp.io", + "whitepaperLink": "https://images.playdapp.com/playdapp-homepage/prod/download/PlayDapp_WhitePaper_v1.0.2_EN.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/playdapp/" + }, + "UNFI-USD": { + "name": "Unifi Protocol DAO", + "tags": [ + "Defi" + ], + "websiteLink": "https://www.unifiprotocol.com/", + "whitepaperLink": "https://medium.com/unifiprotocol/introducing-the-unifi-protocol-2ad67bc8435", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/unifi-protocol-dao/" + }, + "MDT-USD": { + "name": "Measurable Data Token", + "tags": [], + "websiteLink": "https://mdt.io/", + "whitepaperLink": "https://mdt.io/docs/whitepaper.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/measurable-data-token/" + }, + "DEP-USD": { + "name": "DEAPcoin", + "tags": [ + "NFT", + "Gaming" + ], + "websiteLink": "https://dea.sg/", + "whitepaperLink": "https://playmining.gitbook.io/whitepaper/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/deapcoin/" + }, + "IRIS-USD": { + "name": "IRISnet", + "tags": [], + "websiteLink": "https://www.irisnet.org/", + "whitepaperLink": "https://www.irisnet.org/docs/resources/whitepaper-en.html", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/irisnet/" + }, + "GLQ-USD": { + "name": "Graphlinq Chain", + "tags": [ + "Layer 1" + ], + "websiteLink": "https://graphlinq.io/", + "whitepaperLink": "https://graphlinq.io/whitepaper.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/graphlinq-protocol/" + }, + "BSW-USD": { + "name": "Biswap", + "tags": [ + "NFT", + "Defi", + "Gaming", + "Defi" + ], + "websiteLink": "https://biswap.org/", + "whitepaperLink": "https://docs.biswap.org/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/biswap/" + }, + "GST-USD": { + "name": "Green Satoshi Token (SOL)", + "tags": [], + "websiteLink": "https://stepn.com/", + "whitepaperLink": "https://stepn.com/litePaper", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/green-satoshi-token/" + }, + "EURC-USD": { + "name": "EURC", + "tags": [], + "websiteLink": "https://www.circle.com", + "whitepaperLink": null, + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/euro-coin/" + }, + "MXC-USD": { + "name": "Moonchain", + "tags": [], + "websiteLink": "https://www.moonchain.com", + "whitepaperLink": "https://www.mxc.org/knowledge-hub", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/mxc/" + }, + "ZTX-USD": { + "name": "ZTX", + "tags": [ + "Gaming" + ], + "websiteLink": "https://ztx.io", + "whitepaperLink": "https://docs.ztx.io", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/ztx/" + }, + "AMPL-USD": { + "name": "Ampleforth", + "tags": [ + "Defi" + ], + "websiteLink": "https://www.ampleforth.org/", + "whitepaperLink": "https://www.ampleforth.org/paper/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/ampleforth/" + }, + "UTK-USD": { + "name": "xMoney", + "tags": [], + "websiteLink": "https://www.xmoney.com/", + "whitepaperLink": "https://utrust.com/static/UTRUST-whitepaper-en-2017-11-02-2ae02efb0e0203893bdba1f54000f2b4.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/utrust/" + }, + "VOXEL-USD": { + "name": "Voxies", + "tags": [ + "NFT", + "Gaming" + ], + "websiteLink": "https://voxies.io/", + "whitepaperLink": null, + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/voxies/" + }, + "CERE-USD": { + "name": "Cere Network", + "tags": [ + "Gaming", + "Social" + ], + "websiteLink": "https://www.cere.network", + "whitepaperLink": "https://cere-network.gitbook.io/cere-network/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/cere-network/" + }, + "VLX-USD": { + "name": "Velas", + "tags": [], + "websiteLink": "https://velas.com", + "whitepaperLink": "https://drive.google.com/file/d/1gPxFKW8wSRF_iQY5fu4fV-Il33psyA-u/view", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/velas/" + }, + "MTRG-USD": { + "name": "Meter Governance", + "tags": [ + "Defi" + ], + "websiteLink": "https://www.meter.io/", + "whitepaperLink": "https://docs.meter.io/#introduction", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/meter-governance/" + }, + "KEY-USD": { + "name": "SelfKey", + "tags": [], + "websiteLink": "https://selfkey.org/", + "whitepaperLink": "https://selfkey.org/whitepaper/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/selfkey/" + }, + "PSTAKE-USD": { + "name": "pSTAKE Finance", + "tags": [], + "websiteLink": "https://pstake.finance", + "whitepaperLink": "https://docs.pstake.finance", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/pstake-finance/" + }, + "TARA-USD": { + "name": "Taraxa", + "tags": [ + "Layer 1" + ], + "websiteLink": "https://www.taraxa.io/", + "whitepaperLink": "https://docs.taraxa.io/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/taraxa/" + }, + "XCAD-USD": { + "name": "XCAD Network", + "tags": [ + "NFT" + ], + "websiteLink": "https://xcadnetwork.com/", + "whitepaperLink": null, + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/xcad-network/" + }, + "CCD-USD": { + "name": "Concordium", + "tags": [ + "Layer 1" + ], + "websiteLink": "https://www.concordium.com", + "whitepaperLink": "https://assets.website-files.com/64f060f3fc95f9d2081781db/651fec84262ba8e696da6a65_Concordium%20White%20Paper%20v1.7.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/concordium/" + }, + "UFT-USD": { + "name": "UniLend", + "tags": [ + "Defi" + ], + "websiteLink": "https://unilend.finance/", + "whitepaperLink": "https://unilend.finance/docs/unilend_lightpaper.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/unilend/" + }, + "HAI-USD": { + "name": "Hacken Token", + "tags": [], + "websiteLink": "https://hacken.ai", + "whitepaperLink": "https://hacken.ai/tokenomics.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/hackenai/" + }, + "FIDA-USD": { + "name": "Bonfida", + "tags": [ + "Defi" + ], + "websiteLink": "https://bonfida.org", + "whitepaperLink": "https://www.bonfida.org/white-paper.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/bonfida/" + }, + "CUSD-USD": { + "name": "Celo Dollar", + "tags": [ + "Defi" + ], + "websiteLink": "https://celo.org/", + "whitepaperLink": "https://celo.org/papers", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/celo-dollar/" + }, + "TAVA-USD": { + "name": "ALTAVA", + "tags": [], + "websiteLink": "https://altava.com/", + "whitepaperLink": "https://kr.object.ncloudstorage.com/altava.com-cdn/pdf/Altava_whitepaper.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/altava/" + }, + "NCT-USD": { + "name": "PolySwarm", + "tags": [], + "websiteLink": "https://polyswarm.io/", + "whitepaperLink": "https://polyswarm.io/polyswarm-whitepaper.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/polyswarm/" + }, + "AVA-USD": { + "name": "AVA", + "tags": [], + "websiteLink": "https://www.avafoundation.org", + "whitepaperLink": "https://www.avafoundation.org/ava-2-0-whitepaper/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/ava/" + }, + "SANTOS-USD": { + "name": "Santos FC Fan Token", + "tags": [], + "websiteLink": "https://www.santosfc.com.br/", + "whitepaperLink": null, + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/santos-fc-fan-token/" + }, + "KP3R-USD": { + "name": "Keep3rV1", + "tags": [ + "Defi" + ], + "websiteLink": "https://keep3r.network/", + "whitepaperLink": "https://docs.keep3r.network/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/keep3rv1/" + }, + "LIKE-USD": { + "name": "Only1", + "tags": [ + "NFT", + "Social" + ], + "websiteLink": "https://only1.app", + "whitepaperLink": "https://only1.gitbook.io/only1/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/only1/" + }, + "ICE-USD": { + "name": "Ice Open Network", + "tags": [], + "websiteLink": "https://ice.io", + "whitepaperLink": "https://ice.io/whitepaper", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/ice-decentralized-future/" + }, + "ADX-USD": { + "name": "AdEx", + "tags": [], + "websiteLink": "https://www.adex.network/", + "whitepaperLink": "https://github.com/AmbireTech/adex-protocol", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/adx-net/" + }, + "CETUS-USD": { + "name": "Cetus Protocol", + "tags": [ + "Defi" + ], + "websiteLink": "https://www.cetus.zone/", + "whitepaperLink": null, + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/cetus-protocol/" + }, + "HOPR-USD": { + "name": "HOPR", + "tags": [ + "Governance" + ], + "websiteLink": "https://hoprnet.org/", + "whitepaperLink": "https://docs.hoprnet.org/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/hopr/" + }, + "PSG-USD": { + "name": "Paris Saint-Germain Fan Token", + "tags": [ + "Entertainment", + "Entertainment" + ], + "websiteLink": "https://www.socios.com/paris-saint-germain/", + "whitepaperLink": null, + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/paris-saint-germain-fan-token/" + }, + "SAMO-USD": { + "name": "Samoyedcoin", + "tags": [ + "Meme" + ], + "websiteLink": "https://samoyedcoin.com/", + "whitepaperLink": "https://samoyedcoin.com/wp-content/uploads/2022/02/The-Samoyedcoin-Whitepawper.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/samoyedcoin/" + }, + "ZKF-USD": { + "name": "ZKFair", + "tags": [], + "websiteLink": "https://zkfair.io/", + "whitepaperLink": null, + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/zkfair/" + }, + "FOX-USD": { + "name": "Shapeshift FOX Token", + "tags": [ + "Defi", + "Governance" + ], + "websiteLink": "https://shapeshift.com/", + "whitepaperLink": "https://shapeshift.com/fox/governance", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/fox-token/" + }, + "AKRO-USD": { + "name": "Akropolis", + "tags": [ + "Defi" + ], + "websiteLink": "https://akropolis.io/", + "whitepaperLink": "https://wiki.akropolis.io/wp2019/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/akropolis/" + }, + "VEGA-USD": { + "name": "Vega Protocol", + "tags": [ + "Defi" + ], + "websiteLink": "https://vega.xyz", + "whitepaperLink": "https://vega.xyz/papers/vega-protocol-whitepaper.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/vegaprotocol/" + }, + "PAJAMAS-USD": { + "name": "The First Youtube Cat", + "tags": [ + "Meme" + ], + "websiteLink": "https://pajamas.cat/", + "whitepaperLink": null, + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/the-first-youtube-cat/" + }, + "SLN-USD": { + "name": "Smart Layer Network", + "tags": [], + "websiteLink": "https://www.smartlayer.network/", + "whitepaperLink": null, + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/smart-layer-network/" + }, + "XPR-USD": { + "name": "XPR Network", + "tags": [ + "NFT", + "Defi", + "Defi", + "Governance" + ], + "websiteLink": "https://xprnetwork.org/", + "whitepaperLink": "http://xprnetwork.org/whitepaper", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/proton/" + }, + "AMB-USD": { + "name": "AirDAO", + "tags": [ + "Defi", + "Governance", + "Layer 1" + ], + "websiteLink": "https://airdao.io/", + "whitepaperLink": null, + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/airdao/" + }, + "KLV-USD": { + "name": "Klever", + "tags": [], + "websiteLink": "https://klever.io", + "whitepaperLink": "https://storage.googleapis.com/kleverchain-public/Klever-Blockchain-Whitepaper-v.2.0-lr.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/klever/" + }, + "PIT-USD": { + "name": "Pitbull", + "tags": [ + "Meme" + ], + "websiteLink": "https://www.pitbull.community", + "whitepaperLink": "https://github.com/pitbullBSC/documents/blob/main/Pitbull_litepaper.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/pitbull/" + }, + "BAR-USD": { + "name": "FC Barcelona Fan Token", + "tags": [ + "Entertainment", + "Entertainment" + ], + "websiteLink": "https://chiliz.com", + "whitepaperLink": null, + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/fc-barcelona-fan-token/" + }, + "VIDT-USD": { + "name": "VIDT DAO", + "tags": [ + "NFT", + "Gaming" + ], + "websiteLink": "https://vidt-dao.com", + "whitepaperLink": "https://www.vidt-dao.com/vidt-token", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/vidt-dao/" + }, + "PRQ-USD": { + "name": "PARSIQ", + "tags": [ + "Defi" + ], + "websiteLink": "https://parsiq.net", + "whitepaperLink": "http://www.parsiq.io/whitepaper.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/parsiq/" + }, + "SHRAP-USD": { + "name": "Shrapnel", + "tags": [ + "NFT", + "Gaming" + ], + "websiteLink": "https://www.shrapnel.com/", + "whitepaperLink": "https://public.shrapnel.com/Shrapnel-White-Paper.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/shrapnel-com/" + }, + "AST-USD": { + "name": "AirSwap", + "tags": [ + "Defi" + ], + "websiteLink": "https://www.airswap.io/", + "whitepaperLink": "https://docs.airswap.io", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/airswap/" + }, + "VITE-USD": { + "name": "VITE", + "tags": [], + "websiteLink": "https://www.vite.org/", + "whitepaperLink": "https://vite.wiki", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/vite/" + }, + "ALPACA-USD": { + "name": "Alpaca Finance", + "tags": [ + "Defi", + "Governance" + ], + "websiteLink": "https://www.alpacafinance.org/", + "whitepaperLink": "https://docs.alpacafinance.org/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/alpaca-finance/" + }, + "HARD-USD": { + "name": "Kava Lend", + "tags": [ + "Defi" + ], + "websiteLink": "https://kava.io/lend", + "whitepaperLink": "https://medium.com/kava-labs/introducing-harvest-io-the-worlds-first-cross-chain-money-market-a27535a5d91a", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/hard-protocol/" + }, + "DUEL-USD": { + "name": "GameGPT", + "tags": [ + "NFT", + "Gaming" + ], + "websiteLink": "https://gamegpt.gg", + "whitepaperLink": "https://prism-whitepaper.gitbook.io/prism-whitepaper/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/duel/" + }, + "CTX-USD": { + "name": "Cryptex Finance", + "tags": [], + "websiteLink": "https://cryptex.finance/", + "whitepaperLink": "https://cryptex.finance/White_Paper.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/cryptex-finance/" + }, + "KRL-USD": { + "name": "Kryll", + "tags": [], + "websiteLink": "https://kryll.io/", + "whitepaperLink": null, + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/kryll/" + }, + "WING-USD": { + "name": "Wing Finance", + "tags": [ + "Defi" + ], + "websiteLink": "https://wing.finance/", + "whitepaperLink": "https://docs.wing.finance/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/wing/" + }, + "SCLP-USD": { + "name": "Scallop", + "tags": [ + "Defi" + ], + "websiteLink": "https://www.scallopx.com", + "whitepaperLink": "https://scallop-bucket.s3.eu-west-1.amazonaws.com/upload_file/SCALLOP1/Scallop+Whitepaper.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/scallop/" + }, + "AURY-USD": { + "name": "Aurory", + "tags": [ + "NFT", + "Gaming" + ], + "websiteLink": "https://aurory.io/", + "whitepaperLink": "https://aurory.io/whitepaper.html", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/aurory/" + }, + "STARL-USD": { + "name": "Starlink", + "tags": [ + "Meme" + ], + "websiteLink": "https://www.starlproject.com/", + "whitepaperLink": "https://starlproject.com/starlink-wp-2.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/star-link/" + }, + "PLANET-USD": { + "name": "PLANET", + "tags": [ + "NFT", + "Gaming", + "Real World Assets" + ], + "websiteLink": "https://planetrefi.com/", + "whitepaperLink": null, + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/planettoken/" + }, + "VOLT-USD": { + "name": "Volt Inu", + "tags": [ + "NFT", + "Defi", + "Gaming", + "Meme" + ], + "websiteLink": "https://voltinu.in/", + "whitepaperLink": "https://voltinu.in/Whitepaper_v1.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/volt-inu-v2/" + }, + "FIO-USD": { + "name": "FIO Protocol", + "tags": [ + "NFT", + "Layer 1" + ], + "websiteLink": "https://fio.net/", + "whitepaperLink": "https://developers.fioprotocol.io", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/fio-protocol/" + }, + "BOND-USD": { + "name": "BarnBridge", + "tags": [ + "Defi", + "Governance" + ], + "websiteLink": "https://barnbridge.com/", + "whitepaperLink": null, + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/barnbridge/" + }, + "FIRO-USD": { + "name": "Firo", + "tags": [], + "websiteLink": "https://firo.org/", + "whitepaperLink": "https://firo.org/about/tech/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/firo/" + }, + "SLIM-USD": { + "name": "Solanium", + "tags": [], + "websiteLink": "https://www.solanium.io/", + "whitepaperLink": null, + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/solanium/" + }, + "BURGER-USD": { + "name": "BurgerCities", + "tags": [ + "Defi", + "Gaming" + ], + "websiteLink": "http://app.burgercities.org/", + "whitepaperLink": "https://burgerswap.gitbook.io/burgercities/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/burger-cities/" + }, + "SILLY-USD": { + "name": "Silly Dragon", + "tags": [], + "websiteLink": "https://sillydragon.io/", + "whitepaperLink": null, + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/silly-dragon/" + }, + "DBC-USD": { + "name": "DeepBrain Chain", + "tags": [], + "websiteLink": "https://www.deepbrainchain.org/", + "whitepaperLink": "https://www.deepbrainchain.org/assets/pdf/DeepBrainChainWhitepaper_en.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/deepbrain-chain/" + }, + "BLOK-USD": { + "name": "Bloktopia", + "tags": [], + "websiteLink": "https://www.bloktopia.com/", + "whitepaperLink": "https://www.bloktopia.com/wp-content/uploads/2021/10/Bloktopia-Lightpaper-.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/bloktopia/" + }, + "CITY-USD": { + "name": "Manchester City Fan Token", + "tags": [ + "Entertainment", + "Entertainment" + ], + "websiteLink": "https://www.socios.com", + "whitepaperLink": null, + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/manchester-city-fan-token/" + }, + "VINU-USD": { + "name": "Vita Inu", + "tags": [ + "Meme" + ], + "websiteLink": "https://vitainu.org", + "whitepaperLink": "https://vita-inu.gitbook.io/whitepaper/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/vita-inu/" + }, + "SUKU-USD": { + "name": "Suku", + "tags": [ + "Defi" + ], + "websiteLink": "https://www.suku.world/", + "whitepaperLink": null, + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/suku/" + }, + "LING-USD": { + "name": "Lingose", + "tags": [], + "websiteLink": "https://lingose.games/", + "whitepaperLink": "https://docsend.com/view/zh8q2de59ep9uyun", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/lingose/" + }, + "INV-USD": { + "name": "Inverse Finance", + "tags": [ + "Defi" + ], + "websiteLink": "https://inverse.finance/", + "whitepaperLink": null, + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/inverse-finance/" + }, + "LAZIO-USD": { + "name": "S.S. Lazio Fan Token", + "tags": [], + "websiteLink": "https://www.sslazio.it/en", + "whitepaperLink": null, + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/lazio-fan-token/" + }, + "TIME-USD": { + "name": "Chrono.tech", + "tags": [ + "Defi" + ], + "websiteLink": "https://chrono.tech/", + "whitepaperLink": "https://files.chrono.tech/uploads/files/Chronobank_WP-yjqutik07g1fcl.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/chrono-tech/" + }, + "ARG-USD": { + "name": "Argentine Football Association Fan Token", + "tags": [ + "Entertainment", + "Entertainment" + ], + "websiteLink": "https://socios.com", + "whitepaperLink": null, + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/argentinefootballassociationfantoken/" + }, + "SPA-USD": { + "name": "Sperax", + "tags": [], + "websiteLink": "https://sperax.io/", + "whitepaperLink": "https://github.com/Sperax/USDs-Whitepaper/blob/main/USDs_Whitepaper.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/sperax/" + }, + "ALPINE-USD": { + "name": "Alpine F1 Team Fan Token", + "tags": [], + "websiteLink": "https://www.binance.com/en/fan-token/team-profile/alpine", + "whitepaperLink": "https://research.binance.com/en/projects/alpine-f1", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/alpine-f1-team-fan-token/" + }, + "BZZ-USD": { + "name": "Swarm", + "tags": [], + "websiteLink": "https://www.ethswarm.org/", + "whitepaperLink": "https://www.ethswarm.org/swarm-whitepaper.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/ethereum-swarm/" + }, + "CEL-USD": { + "name": "Celsius", + "tags": [], + "websiteLink": "https://celsius.network/", + "whitepaperLink": null, + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/celsius/" + }, + "PSP-USD": { + "name": "ParaSwap", + "tags": [ + "Defi" + ], + "websiteLink": "https://paraswap.io/", + "whitepaperLink": "https://developers.paraswap.network/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/paraswap/" + }, + "OG-USD": { + "name": "OG Fan Token", + "tags": [ + "Entertainment", + "Entertainment" + ], + "websiteLink": "https://www.socios.com/og/", + "whitepaperLink": null, + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/og-fan-token/" + }, + "DF-USD": { + "name": "dForce", + "tags": [ + "Defi" + ], + "websiteLink": "https://dforce.network/", + "whitepaperLink": "https://github.com/dforce-network/documents/blob/master/white_papers/en/dForce_Whitepaper_V1.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/dforce/" + }, + "WIFI-USD": { + "name": "WiFi Map", + "tags": [], + "websiteLink": "https://weconnectu.io/", + "whitepaperLink": "https://s3.amazonaws.com/files.weconnectu.io/Whitepaper_03_2023.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/wifi-map/" + }, + "GFT-USD": { + "name": "Gifto", + "tags": [ + "Entertainment" + ], + "websiteLink": "https://gifto.io/", + "whitepaperLink": "https://h.cdn.pengpengla.com/giftoh5/website-new/1.1.1/assets/GIFTO_Whitepaper_EN.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/gifto/" + }, + "SD-USD": { + "name": "Stader", + "tags": [], + "websiteLink": "https://staderlabs.com/", + "whitepaperLink": null, + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/stader/" + }, + "YFII-USD": { + "name": "DFI.Money", + "tags": [ + "Defi", + "Governance" + ], + "websiteLink": "https://dfi.money/#/", + "whitepaperLink": null, + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/yearn-finance-ii/" + }, + "DCK-USD": { + "name": "DexCheck AI", + "tags": [], + "websiteLink": "https://dexcheck.ai/info", + "whitepaperLink": "https://dexcheck.gitbook.io/whitepaper/general/about-dexcheck", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/dexcheck/" + }, + "DMAIL-USD": { + "name": "DMAIL Network", + "tags": [ + "Social" + ], + "websiteLink": "https://dmail.ai/", + "whitepaperLink": null, + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/dmail-network/" + }, + "BTM-USD": { + "name": "Bytom", + "tags": [ + "Real World Assets" + ], + "websiteLink": "http://bytom.io/", + "whitepaperLink": "https://github.com/Bytom/wiki", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/bytom/" + }, + "FITFI-USD": { + "name": "Step App", + "tags": [ + "Entertainment", + "NFT", + "Defi", + "Gaming" + ], + "websiteLink": "https://step.app/", + "whitepaperLink": null, + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/step-app/" + }, + "OVR-USD": { + "name": "OVR", + "tags": [ + "AR/VR", + "NFT" + ], + "websiteLink": "https://www.ovr.ai", + "whitepaperLink": "https://assets.ovr.ai/download/whitepaper/whitepaper%203.0.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/ovr/" + }, + "BNC-USD": { + "name": "Bifrost", + "tags": [ + "Defi" + ], + "websiteLink": "https://bifrost.finance", + "whitepaperLink": "https://wiki.bifrost.finance/#white-paper", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/bifrost-bnc/" + }, + "BCUT-USD": { + "name": "bitsCrunch", + "tags": [ + "NFT" + ], + "websiteLink": "https://bitscrunch.com/", + "whitepaperLink": "https://bitscrunch.com/bitsCrunch_Whitepaper.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/bitscrunch/" + }, + "SWFTC-USD": { + "name": "SwftCoin", + "tags": [ + "NFT", + "Defi" + ], + "websiteLink": "http://www.swft.pro/", + "whitepaperLink": "http://www.swft.pro/images/SWFT%20WhitePaper.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/swftcoin/" + }, + "NODL-USD": { + "name": "Nodle", + "tags": [], + "websiteLink": "https://www.nodle.com/", + "whitepaperLink": "https://docs.nodle.com/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/nodleiot/" + }, + "BBF-USD": { + "name": "Bubblefong", + "tags": [], + "websiteLink": "https://bubblefong.io/", + "whitepaperLink": "https://bubblefong.gitbook.io/whitepaper/extras/baby-shark-bubble-fong-friends", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/bubblefong/" + }, + "GMEE-USD": { + "name": "GAMEE", + "tags": [ + "NFT", + "Gaming" + ], + "websiteLink": "https://www.gamee.com/", + "whitepaperLink": "https://wiki.gamee.com/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/gamee/" + }, + "MAN-USD": { + "name": "Matrix AI Network", + "tags": [ + "NFT", + "Layer 1" + ], + "websiteLink": "https://www.matrix.io/", + "whitepaperLink": "https://1369953351-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FT5LtcFS1DoKk05KGaZdm%2Fuploads%2FOnsRSLdWol2UnvQRYM9t%2FMatrix%203.0%20Roadmap%20Full%20EN.pdf?alt=media&token=ef0cf8d3-81e0-473a-9da5-5ffad4dffe50", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/matrix-ai-network/" + }, + "DC-USD": { + "name": "Dogechain", + "tags": [ + "Meme" + ], + "websiteLink": "https://dogechain.dog/", + "whitepaperLink": null, + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/dogechain/" + }, + "HERO-USD": { + "name": "Metahero", + "tags": [ + "AR/VR" + ], + "websiteLink": "https://metahero.io", + "whitepaperLink": "https://www.metahero.io/whitepaper", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/metahero/" + }, + "SIS-USD": { + "name": "Symbiosis", + "tags": [], + "websiteLink": "https://symbiosis.finance/", + "whitepaperLink": "https://docs.symbiosis.finance/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/symbiosis-finance/" + }, + "SCA-USD": { + "name": "Scallop", + "tags": [ + "Defi" + ], + "websiteLink": "https://scallop.io/", + "whitepaperLink": "https://docs.scallop.io/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/scallop-protocol/" + }, + "CSIX-USD": { + "name": "Carbon browser", + "tags": [], + "websiteLink": "https://carbon.website/", + "whitepaperLink": "https://carbon.website/whitepaper/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/carbon-browser/" + }, + "CWEB-USD": { + "name": "Coinweb", + "tags": [ + "Layer 2" + ], + "websiteLink": "https://www.coinweb.io", + "whitepaperLink": "https://coinweb.io/wp-content/uploads/2023/12/Coinweb-Whitepaper.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/coinweb/" + }, + "JUV-USD": { + "name": "Juventus Fan Token", + "tags": [ + "Entertainment", + "Entertainment" + ], + "websiteLink": "https://www.socios.com/juventus/", + "whitepaperLink": null, + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/juventus-fan-token/" + }, + "NWC-USD": { + "name": "Newscrypto", + "tags": [], + "websiteLink": "https://newscrypto.io/", + "whitepaperLink": "http://newscrypto.io/whitepaper.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/newscrypto/" + }, + "TRVL-USD": { + "name": "TRVL", + "tags": [ + "Real World Assets" + ], + "websiteLink": "http://www.dtravel.com/", + "whitepaperLink": "https://docs.dtravel.com/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/trvl/" + }, + "VGX-USD": { + "name": "Voyager Token", + "tags": [], + "websiteLink": "https://www.investvoyager.com/", + "whitepaperLink": "https://www.investvoyager.com/VoyagerToken/White_Paper.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/voyager-token/" + }, + "TRC-USD": { + "name": "MetaTrace", + "tags": [ + "Gaming" + ], + "websiteLink": "https://metatrace.me", + "whitepaperLink": "https://wiki.metatrace.me", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/metatrace/" + }, + "SWAP-USD": { + "name": "TrustSwap", + "tags": [ + "Defi" + ], + "websiteLink": "https://trustswap.com/", + "whitepaperLink": "https://trustswap.gitbook.io/trustswap/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/trustswap/" + }, + "POOLX-USD": { + "name": "Poolz Finance", + "tags": [], + "websiteLink": "https://www.poolz.finance/", + "whitepaperLink": null, + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/poolz-finance/" + }, + "KASTA-USD": { + "name": "Kasta", + "tags": [], + "websiteLink": "https://www.ka.app", + "whitepaperLink": "https://docsend.com/view/azjnhhrqg6ee5rwh", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/kasta/" + }, + "OLE-USD": { + "name": "OpenLeverage", + "tags": [], + "websiteLink": "https://openleverage.finance", + "whitepaperLink": "https://docs.openleverage.finance/main/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/openleverage/" + }, + "NAVI-USD": { + "name": "Atlas Navi", + "tags": [], + "websiteLink": "https://www.atlasnavi.com/", + "whitepaperLink": "https://drive.google.com/file/d/1BKXagl3J7g7oU7c6wJnJs9Ypy81_Z3bd/view", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/atlas-navi/" + }, + "ABBC-USD": { + "name": "ABBC Coin", + "tags": [], + "websiteLink": "https://abbccoin.com/", + "whitepaperLink": "https://abbccoin.com/whitepaper.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/abbc-coin/" + }, + "GSWIFT-USD": { + "name": "GameSwift", + "tags": [ + "Gaming" + ], + "websiteLink": "https://gswift.community/", + "whitepaperLink": "https://cdn.gameswift.io/gameswift/documents/gameswift/GameSwift%20-%20Litepaper.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/gameswift/" + }, + "FOR-USD": { + "name": "ForTube", + "tags": [ + "Defi", + "Governance" + ], + "websiteLink": "https://for.tube/home", + "whitepaperLink": "https://theforceprotocol.com/theforceprotocol_whitepaper.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/the-force-protocol/" + }, + "DPR-USD": { + "name": "Deeper Network", + "tags": [], + "websiteLink": "https://www.deeper.network", + "whitepaperLink": "https://deeper.network/whitepaper_en.pdf?1616235824088", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/deeper-network/" + }, + "SDN-USD": { + "name": "Shiden Network", + "tags": [], + "websiteLink": "https://shiden.astar.network/", + "whitepaperLink": null, + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/shiden-network/" + }, + "UNIBOT-USD": { + "name": "UniBot", + "tags": [], + "websiteLink": "https://unibot.app/", + "whitepaperLink": null, + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/unibot-eth/" + }, + "KAR-USD": { + "name": "Karura", + "tags": [], + "websiteLink": "http://karura.network", + "whitepaperLink": "https://github.com/AcalaNetwork/Acala-white-paper", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/karura/" + }, + "KILT-USD": { + "name": "KILT Protocol", + "tags": [], + "websiteLink": "https://kilt.io/", + "whitepaperLink": "https://www.kilt.io/wp-content/uploads/2021/08/19_KILT_Token_Metrics_Revised_Version.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/kiltprotocol/" + }, + "CULT-USD": { + "name": "Cult DAO", + "tags": [], + "websiteLink": "https://cultdao.io", + "whitepaperLink": "https://cultdao.io/wp-content/uploads/2022/01/CULT-DAO-Manifesto-1.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/cult-dao/" + }, + "GOAL-USD": { + "name": "TopGoal", + "tags": [ + "Entertainment", + "NFT", + "Entertainment" + ], + "websiteLink": "https://topgoal.io/", + "whitepaperLink": null, + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/topgoal/" + }, + "ACM-USD": { + "name": "AC Milan Fan Token", + "tags": [ + "Entertainment", + "Entertainment" + ], + "websiteLink": "https://www.socios.com/", + "whitepaperLink": null, + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/ac-milan-fan-token/" + }, + "TPY-USD": { + "name": "Thrupenny", + "tags": [], + "websiteLink": "https://thrupenny.io/", + "whitepaperLink": "https://thrupenny.io/wp-content/uploads/2022/02/Thrupenny-protocol-EN.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/thrupenny/" + }, + "PUSH-USD": { + "name": "Push Protocol", + "tags": [ + "Defi", + "Governance" + ], + "websiteLink": "https://push.org/", + "whitepaperLink": "https://push.org/docs", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/epns/" + }, + "HAPI-USD": { + "name": "HAPI Protocol", + "tags": [], + "websiteLink": "https://hapi.one/", + "whitepaperLink": "https://hapi-one.gitbook.io/hapi-protocol/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/hapi-one/" + }, + "PROS-USD": { + "name": "Prosper", + "tags": [], + "websiteLink": "https://prosper.so", + "whitepaperLink": null, + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/prosper/" + }, + "FSN-USD": { + "name": "Fusion", + "tags": [ + "Defi" + ], + "websiteLink": "https://fusion.org/", + "whitepaperLink": "https://docs.wixstatic.com/ugd/76b9ac_be5c61ff0e3048b3a21456223d542687.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/fusion/" + }, + "ATM-USD": { + "name": "Atletico De Madrid Fan Token", + "tags": [ + "Entertainment", + "Entertainment" + ], + "websiteLink": "https://www.socios.com/atletico-de-madrid/", + "whitepaperLink": null, + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/atletico-de-madrid-fan-token/" + }, + "GTAI-USD": { + "name": "GT Protocol", + "tags": [], + "websiteLink": "https://gt-protocol.io/", + "whitepaperLink": "https://gt-protocol.docsend.com/view/4crdyu7mm875xd6n", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/gt-protocol/" + }, + "AKITA-USD": { + "name": "Akita Inu", + "tags": [ + "Gaming", + "Meme" + ], + "websiteLink": "https://akita.network/", + "whitepaperLink": "https://akita-dao.gitbook.io/akita-dao/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/akita-inu/" + }, + "EPIK-USD": { + "name": "EPIK Prime", + "tags": [ + "NFT", + "Gaming" + ], + "websiteLink": "https://epikprime.com/", + "whitepaperLink": null, + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/epik-prime/" + }, + "SQR-USD": { + "name": "Magic Square", + "tags": [], + "websiteLink": "https://magicsquare.io/", + "whitepaperLink": "https://magicsquare.gitbook.io/magic-square-litepaper/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/magic-square/" + }, + "CRU-USD": { + "name": "Crust Network", + "tags": [], + "websiteLink": "https://www.crust.network/", + "whitepaperLink": "https://wiki.crust.network/en", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/crustnetwork/" + }, + "TOKE-USD": { + "name": "Tokemak", + "tags": [ + "Defi" + ], + "websiteLink": "https://www.tokemak.xyz/", + "whitepaperLink": null, + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/tokemak/" + }, + "HYDRA-USD": { + "name": "Hydra", + "tags": [], + "websiteLink": "https://hydrachain.org/", + "whitepaperLink": "https://blockchain.locktrip.com/Hydra%20Chain%20Whitepaper.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/hydra/" + }, + "AFC-USD": { + "name": "Arsenal Fan Token", + "tags": [ + "Entertainment" + ], + "websiteLink": "https://www.arsenal.com/news/afc-fan-token-everything-you-need-know", + "whitepaperLink": null, + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/arsenal-fan-token/" + }, + "NOM-USD": { + "name": "Onomy Protocol", + "tags": [], + "websiteLink": "https://onomy.io/", + "whitepaperLink": "https://docs.onomy.io/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/onomy-protocol/" + }, + "AIPAD-USD": { + "name": "AIPAD", + "tags": [], + "websiteLink": "https://www.aipad.tech/", + "whitepaperLink": "https://aipad-1.gitbook.io/aipad/leaderboard-tier-system", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/aipad/" + }, + "CVP-USD": { + "name": "PowerPool", + "tags": [ + "Defi", + "Governance" + ], + "websiteLink": "https://powerpool.finance/", + "whitepaperLink": "https://docs.powerpool.finance/powerpool-and-poweragent-network/powerpool-overview/powerpool", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/powerpool/" + }, + "SRM-USD": { + "name": "Serum", + "tags": [ + "Defi" + ], + "websiteLink": "https://portal.projectserum.com/", + "whitepaperLink": "https://docs.projectserum.com/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/serum/" + }, + "TAI-USD": { + "name": "TARS Protocol", + "tags": [], + "websiteLink": "https://tars.pro/", + "whitepaperLink": "https://docs.tars.pro/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/tars-protocol/" + }, + "FIRE-USD": { + "name": "Matr1x Fire", + "tags": [ + "NFT", + "Gaming" + ], + "websiteLink": "https://matr1x.io/", + "whitepaperLink": null, + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/matr1x-fire/" + }, + "LAMB-USD": { + "name": "Lambda", + "tags": [], + "websiteLink": "https://www.lambda.im/", + "whitepaperLink": "https://www.lambda.im/doc/Lambda-Economic-White-Paper.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/lambda/" + }, + "PIP-USD": { + "name": "Pip", + "tags": [], + "websiteLink": "https://www.getpip.com/", + "whitepaperLink": "https://docs.getpip.com/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/pip/" + }, + "RIO-USD": { + "name": "Realio Network", + "tags": [ + "Real World assets", + "Real World Assets" + ], + "websiteLink": "http://www.realio.fund/", + "whitepaperLink": null, + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/realio-network/" + }, + "NAVX-USD": { + "name": "NAVI Protocol", + "tags": [], + "websiteLink": "https://www.naviprotocol.io/", + "whitepaperLink": "https://naviprotocol.gitbook.io/navi-protocol-developer-docs/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/navi-protocol/" + }, + "FUSE-USD": { + "name": "Fuse", + "tags": [ + "Layer 1" + ], + "websiteLink": "http://fuse.io", + "whitepaperLink": "https://docs.fuse.io/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/fuse-network/" + }, + "UPO-USD": { + "name": "UpOnly", + "tags": [], + "websiteLink": "https://uponly.com/", + "whitepaperLink": "https://doc.uponly.com/UpOnly-2024.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/uponly/" + }, + "OOKI-USD": { + "name": "Ooki Protocol", + "tags": [], + "websiteLink": "https://ooki.cc", + "whitepaperLink": "https://ooki.gitbook.io/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/ooki-protocol/" + }, + "MEV-USD": { + "name": "MEVerse", + "tags": [], + "websiteLink": "https://www.meverse.sg/", + "whitepaperLink": "https://meversedex.gitbook.io/meverse-dev-docs/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/meverse/" + }, + "XDB-USD": { + "name": "XDB CHAIN", + "tags": [], + "websiteLink": "http://www.xdbchain.com", + "whitepaperLink": "https://xdbchain.com/wp-content/uploads/2023/12/xdb_chain_whitepaper.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/xdbchain/" + }, + "SWASH-USD": { + "name": "Swash", + "tags": [], + "websiteLink": "https://swashapp.io", + "whitepaperLink": "https://swashapp.io/static/files/paper/whitepaper-v1-july-2021.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/swash/" + }, + "ISLM-USD": { + "name": "Islamic Coin", + "tags": [], + "websiteLink": "https://islamiccoin.net", + "whitepaperLink": "https://islamiccoin.net/whitepaper", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/islamic-coin/" + }, + "REVV-USD": { + "name": "REVV", + "tags": [ + "NFT", + "Gaming" + ], + "websiteLink": "https://motorverse.com/", + "whitepaperLink": "https://motorverse.gitbook.io/revv-litepaper", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/revv/" + }, + "FANC-USD": { + "name": "fanC", + "tags": [], + "websiteLink": "https://fanc.io/", + "whitepaperLink": "https://fanc-1.gitbook.io/fanc-whitepaper", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/fanc/" + }, + "OGV-USD": { + "name": "Origin DeFi Governance", + "tags": [], + "websiteLink": "https://ousd.com", + "whitepaperLink": "https://www.originprotocol.com/en/litepaper", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/origin-dollar-governance/" + }, + "SOFI-USD": { + "name": "RAI Finance", + "tags": [], + "websiteLink": "https://rai.finance/", + "whitepaperLink": "https://rai.finance/wp-content/uploads/2021/01/RAI-Finance.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/rai-finance-sofi/" + }, + "IZI-USD": { + "name": "Izumi Finance", + "tags": [ + "Defi" + ], + "websiteLink": "https://izumi.finance/home", + "whitepaperLink": "https://docs.izumi.finance/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/izumi-finance/" + }, + "ISP-USD": { + "name": "Ispolink", + "tags": [], + "websiteLink": "https://ispolink.com/", + "whitepaperLink": "https://ispocdn-16edc.kxcdn.com/Ispolink_Whitepaper_v1.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/ispolink/" + }, + "BTS-USD": { + "name": "BitShares", + "tags": [ + "Defi" + ], + "websiteLink": "https://bitshares.github.io", + "whitepaperLink": "https://bitshares.github.io/docs/#/whitepaper", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/bitshares/" + }, + "POR-USD": { + "name": "Portugal National Team Fan Token", + "tags": [ + "Entertainment" + ], + "websiteLink": "https://www.fpf.pt/pt/", + "whitepaperLink": null, + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/portugal-national-team-fan-token/" + }, + "GENE-USD": { + "name": "Genopets", + "tags": [ + "Gaming" + ], + "websiteLink": "https://www.genopets.me/", + "whitepaperLink": "https://litepaper.genopets.me/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/genopets/" + }, + "GARI-USD": { + "name": "Gari Network", + "tags": [ + "NFT" + ], + "websiteLink": "https://www.gari.network/", + "whitepaperLink": "https://media.chingari.io/apipublic/uploads/GARI%20WhitePaper.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/gari/" + }, + "XTM-USD": { + "name": "Torum", + "tags": [ + "NFT", + "Defi", + "Social" + ], + "websiteLink": "https://intro.torum.com/", + "whitepaperLink": "https://whitepaper.s3.us-east-2.amazonaws.com/torum-whitepaper-V4.0-EN.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/torum/" + }, + "ORB-USD": { + "name": "OrbCity", + "tags": [], + "websiteLink": "https://orbcity.ai/", + "whitepaperLink": "https://orbcity.gitbook.io/orbcity/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/orbcity/" + }, + "MONG-USD": { + "name": "MongCoin", + "tags": [ + "Meme" + ], + "websiteLink": "https://mongmob.xyz/", + "whitepaperLink": null, + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/mongcoin/" + }, + "KAN-USD": { + "name": "BitKan", + "tags": [], + "websiteLink": "https://bitkan.com/", + "whitepaperLink": null, + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/bitkan/" + }, + "GMM-USD": { + "name": "Gamium", + "tags": [ + "NFT", + "Defi", + "Governance" + ], + "websiteLink": "https://gamium.world", + "whitepaperLink": "https://whitepaper.gamium.world/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/gamium/" + }, + "INTER-USD": { + "name": "Inter Milan Fan Token", + "tags": [ + "Entertainment" + ], + "websiteLink": "https://socios.com", + "whitepaperLink": null, + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/inter-milan-fan-token/" + }, + "BITCI-USD": { + "name": "Bitcicoin", + "tags": [], + "websiteLink": "https://www.bitcichain.com/en", + "whitepaperLink": "https://www.bitcichain.com/assets/files/whitepaper_en.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/bitcicoin/" + }, + "CHRP-USD": { + "name": "Chirpley", + "tags": [], + "websiteLink": "https://chirpley.ai", + "whitepaperLink": "https://chirpley.gitbook.io", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/chirpley/" + }, + "TOMS-USD": { + "name": "TomTomCoin", + "tags": [], + "websiteLink": "https://www.tomtomcoin.io/", + "whitepaperLink": "https://www.tomtomcoin.io/whitepaper_en/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/tomtomcoin/" + }, + "PLU-USD": { + "name": "Pluton", + "tags": [], + "websiteLink": "https://plutus.it/", + "whitepaperLink": "https://plutus.it/assets/Plutus.it-White-Paper-v1.1.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/pluton/" + }, + "LOVELY-USD": { + "name": "Lovely Inu Finance", + "tags": [], + "websiteLink": "https://lovely.finance", + "whitepaperLink": "https://lovelyfinance.github.io/whitepapers/lovely.finance-dex-v4-whitepaper.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/lovely-inu/" + }, + "BAX-USD": { + "name": "BABB", + "tags": [], + "websiteLink": "https://getbabb.com/", + "whitepaperLink": "https://getbabb.com/wp-content/uploads/2021/03/BABB-Whitepaper.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/babb/" + }, + "KUNCI-USD": { + "name": "Kunci Coin", + "tags": [], + "websiteLink": "https://kuncicoin.com/", + "whitepaperLink": "https://whitepaper.kuncicoin.com/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/kunci-coin/" + }, + "VEXT-USD": { + "name": "Veloce", + "tags": [ + "Entertainment", + "Gaming", + "Real World Assets" + ], + "websiteLink": "https://www.velocemediagroup.com/vext", + "whitepaperLink": "https://docs.velocemediagroup.com/whitepaper", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/veloce-vext/" + }, + "MARSH-USD": { + "name": "UnMarshal", + "tags": [ + "Defi" + ], + "websiteLink": "https://unmarshal.io/", + "whitepaperLink": "https://docs.unmarshal.io/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/unmarshal/" + }, + "RADAR-USD": { + "name": "DappRadar", + "tags": [], + "websiteLink": "https://dappradar.com/", + "whitepaperLink": "https://whitepaper.dappradar.com/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/dappradar/" + }, + "OBI-USD": { + "name": "Orbofi AI", + "tags": [ + "Gaming" + ], + "websiteLink": "https://www.orbofi.com/", + "whitepaperLink": "https://wiki.orbofi.com/learn", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/orbofi-ai/" + }, + "SSWP-USD": { + "name": "Suiswap", + "tags": [], + "websiteLink": "https://suiswap.app", + "whitepaperLink": null, + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/suiswap/" + }, + "BRWL-USD": { + "name": "Blockchain Brawlers", + "tags": [], + "websiteLink": "https://www.bcbrawlers.com/", + "whitepaperLink": null, + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/blockchain-brawlers/" + }, + "NEST-USD": { + "name": "NEST Protocol", + "tags": [ + "Defi" + ], + "websiteLink": "https://nestprotocol.org/", + "whitepaperLink": "https://www.nestprotocol.org/doc/ennestwhitepaper.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/nest-protocol/" + }, + "OOE-USD": { + "name": "OpenOcean", + "tags": [ + "Defi" + ], + "websiteLink": "https://openocean.finance/", + "whitepaperLink": "https://docs.openocean.finance/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/openocean/" + }, + "HSF-USD": { + "name": "Hillstone Finance", + "tags": [], + "websiteLink": "https://hsf.hillstone.finance/", + "whitepaperLink": "https://hillstone.gitbook.io/hillstone-finance/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/hillstone/" + }, + "XDEFI-USD": { + "name": "XDEFI Wallet", + "tags": [], + "websiteLink": "https://www.xdefi.io/", + "whitepaperLink": "https://docs.xdefi.io/docs/general/blockchains", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/xdefi-wallet/" + }, + "WHALE-USD": { + "name": "WHALE", + "tags": [ + "NFT", + "Social" + ], + "websiteLink": "https://whale.me/", + "whitepaperLink": null, + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/whale/" + }, + "MENGO-USD": { + "name": "Flamengo Fan Token", + "tags": [ + "Entertainment" + ], + "websiteLink": "https://socios.com", + "whitepaperLink": null, + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/flamengo-fan-token/" + }, + "MV-USD": { + "name": "GensoKishi Metaverse", + "tags": [], + "websiteLink": "https://genso.game/", + "whitepaperLink": null, + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/gensokishis-metaverse/" + }, + "WWY-USD": { + "name": "WeWay", + "tags": [ + "NFT" + ], + "websiteLink": "https://weway.io/", + "whitepaperLink": null, + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/weway/" + }, + "MCRT-USD": { + "name": "MagicCraft", + "tags": [ + "NFT", + "Gaming" + ], + "websiteLink": "https://www.magiccraft.io", + "whitepaperLink": "https://docs.magiccraft.io", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/magiccraft/" + }, + "LITH-USD": { + "name": "Lithium", + "tags": [ + "NFT" + ], + "websiteLink": "https://lith.finance/", + "whitepaperLink": "https://docs.lith.finance/overview/what-is-lithium-finance", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/lithium/" + }, + "DAPPX-USD": { + "name": "dAppstore", + "tags": [], + "websiteLink": "https://dappstore.me", + "whitepaperLink": "https://dappstore.me/pdf/dAppstore_whitepaper_Eng.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/dappstore/" + }, + "STAT-USD": { + "name": "STAT", + "tags": [], + "websiteLink": "https://statproject.io/en/", + "whitepaperLink": "https://whitepaper-en.statproject.io", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/stat/" + }, + "DYP-USD": { + "name": "Dypius [New]", + "tags": [ + "NFT", + "Defi", + "Gaming" + ], + "websiteLink": "https://dypius.com/", + "whitepaperLink": null, + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/defi-yield-protocol-v2/" + }, + "HMND-USD": { + "name": "Humanode", + "tags": [ + "Layer 1" + ], + "websiteLink": "https://www.humanode.io", + "whitepaperLink": "https://papers.humanode.io/whitepaper.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/humanode/" + }, + "RFOX-USD": { + "name": "RFOX", + "tags": [ + "NFT" + ], + "websiteLink": "https://rfox.com", + "whitepaperLink": "https://docsend.com/view/a2kfkrmgcmwvs2rq", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/redfox-labs/" + }, + "ROCO-USD": { + "name": "ROCO FINANCE", + "tags": [ + "NFT" + ], + "websiteLink": "https://roco.finance/", + "whitepaperLink": "https://docs.roco.finance/rocofinance/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/roco-finance/" + }, + "GRV-USD": { + "name": "Grove Coin", + "tags": [], + "websiteLink": "https://www.GroveCoin.io", + "whitepaperLink": "https://www.grovetoken.com/_files/ugd/8eae10_b17dfcfa0ee148e09d2d05c14e08b171.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/grove3/" + }, + "HONK-USD": { + "name": "Honk", + "tags": [ + "Meme" + ], + "websiteLink": "https://honk.lol/", + "whitepaperLink": null, + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/honk/" + }, + "TAMA-USD": { + "name": "Tamadoge", + "tags": [ + "Meme" + ], + "websiteLink": "https://tamadoge.io/", + "whitepaperLink": "https://tamadoge.io/vendor/tamadoge/Tamadoge-whitepaper-ENG.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/tamadoge/" + }, + "DICE-USD": { + "name": "Klaydice", + "tags": [], + "websiteLink": "https://klaydice.io/", + "whitepaperLink": null, + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/klaydice/" + }, + "CRPT-USD": { + "name": "Crypterium", + "tags": [], + "websiteLink": "https://crypterium.com/", + "whitepaperLink": null, + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/crpt/" + }, + "SIN-USD": { + "name": "Sinverse", + "tags": [ + "Gaming" + ], + "websiteLink": "https://sinverse.com/", + "whitepaperLink": "https://sinverse.com/documents", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/sincity-token/" + }, + "SENSO-USD": { + "name": "SENSO", + "tags": [ + "AR/VR" + ], + "websiteLink": "https://sensoriumxr.com/", + "whitepaperLink": "https://sensoriumxr.com/static/SENSO_Whitepaper_compressed_5e6d06a197.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/senso/" + }, + "SYLO-USD": { + "name": "Sylo", + "tags": [], + "websiteLink": "https://www.sylo.io", + "whitepaperLink": "https://www.sylo.io/whitepaper/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/sylo/" + }, + "MTV-USD": { + "name": "MultiVAC", + "tags": [ + "Layer 1" + ], + "websiteLink": "https://www.mtv.ac/", + "whitepaperLink": "https://www.mtv.ac/assets/file/MultiVAC_Tech_Whitepaper.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/multivac/" + }, + "DOSE-USD": { + "name": "DOSE", + "tags": [ + "NFT", + "Gaming" + ], + "websiteLink": "https://dosetoken.com/", + "whitepaperLink": "https://www.dosetoken.com/whitepaper.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/dose/" + }, + "MARS4-USD": { + "name": "MARS4", + "tags": [ + "NFT", + "Gaming" + ], + "websiteLink": "https://www.mars4.me/", + "whitepaperLink": "https://2bf9dbcc-9954-4812-b730-74d16a9a4980.filesusr.com/ugd/23ded4_33ffcac3c7b5479fad63bbd51f3bd278.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/mars4/" + }, + "CWAR-USD": { + "name": "Cryowar", + "tags": [ + "NFT", + "Gaming" + ], + "websiteLink": "https://cryowar.com/", + "whitepaperLink": "https://www.cryowar.com/files/wp35.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/cryowar/" + }, + "PBR-USD": { + "name": "PolkaBridge", + "tags": [ + "Defi", + "Defi" + ], + "websiteLink": "https://polkabridge.org/", + "whitepaperLink": null, + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/polkabridge/" + }, + "RBC-USD": { + "name": "Rubic", + "tags": [ + "Defi" + ], + "websiteLink": "https://rubic.exchange/", + "whitepaperLink": "https://docs.rubic.finance/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/rubic/" + }, + "CAS-USD": { + "name": "Cashaa", + "tags": [], + "websiteLink": "https://www.cashaa.com/", + "whitepaperLink": "https://storage.googleapis.com/cashaa-cdn/cashaa/pdf/cashaa_wp_v2.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/cashaa/" + }, + "STRM-USD": { + "name": "StreamCoin", + "tags": [ + "NFT" + ], + "websiteLink": "https://stream-coin.com", + "whitepaperLink": "https://stream-coin.com/whitepaper.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/stream-coin/" + }, + "MOOV-USD": { + "name": "Dotmoovs", + "tags": [ + "Gaming" + ], + "websiteLink": "https://www.dotmoovs.com/", + "whitepaperLink": "https://docs.google.com/presentation/d/e/2PACX-1vRBthE-oWJ1jICKv2X9M2nx3r7Pn4kowYFF9bo_THbD-YVqJsNa6AhH6Ku_B-Et3FvML6uOLrs_k1hm/pub?start=false&loop=false&delayms=3000&slide=id.g2c968c1efc6_0_94", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/dotmoovs/" + }, + "GQ-USD": { + "name": "Blink Galaxy", + "tags": [ + "Gaming" + ], + "websiteLink": "https://blinkgalaxy.com", + "whitepaperLink": "https://docs.blinkgalaxy.com/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/outer-ring-mmo-gq/" + }, + "KINE-USD": { + "name": "KINE", + "tags": [], + "websiteLink": "https://kine.io/", + "whitepaperLink": null, + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/kine/" + }, + "DFYN-USD": { + "name": "Dfyn Network", + "tags": [], + "websiteLink": "https://dfyn.network/", + "whitepaperLink": "https://dfyn.network/assets/docs/Dfyn-Litepaper.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/dfyn-network/" + }, + "XWG-USD": { + "name": "X World Games", + "tags": [ + "NFT", + "Gaming" + ], + "websiteLink": "https://xwg.games/", + "whitepaperLink": "https://docsend.com/view/ffa8y2hchd2kwrxk", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/x-world-games/" + }, + "MIR-USD": { + "name": "Mirror Protocol", + "tags": [ + "Defi" + ], + "websiteLink": "https://mirror.finance", + "whitepaperLink": "https://docs.mirror.finance", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/mirror-protocol/" + }, + "KMA-USD": { + "name": "Calamari Network", + "tags": [], + "websiteLink": "https://www.calamari.network/", + "whitepaperLink": null, + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/calamari-network/" + }, + "DSLA-USD": { + "name": "DSLA Protocol", + "tags": [ + "NFT" + ], + "websiteLink": "https://dsla.network", + "whitepaperLink": "https://storage.googleapis.com/stacktical-public/STACKTICAL_DSLA-WHITE-PAPER.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/dsla-protocol/" + }, + "POLC-USD": { + "name": "Polkacity", + "tags": [ + "NFT" + ], + "websiteLink": "https://polkacity.io", + "whitepaperLink": "https://github.com/POLKACITY/Whitepaper/blob/main/Whitepaper%20Polka%20City%20V1.1.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/polkacity/" + }, + "INFRA-USD": { + "name": "Bware", + "tags": [], + "websiteLink": "https://bwarelabs.com/", + "whitepaperLink": "https://docs.blastapi.io/blast-protocol", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/bware-labs/" + }, + "WLKN-USD": { + "name": "Walken", + "tags": [], + "websiteLink": "https://walken.io/", + "whitepaperLink": "https://walken.io/static/walken_lite_paper.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/walken/" + }, + "STND-USD": { + "name": "Standard", + "tags": [ + "Defi", + "Governance" + ], + "websiteLink": "https://standardweb3.com", + "whitepaperLink": "https://github.com/standardweb3/Whitepaper/blob/main/whitepaper_en.md", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/standard-protocol/" + }, + "LBP-USD": { + "name": "Launchblock.com", + "tags": [], + "websiteLink": "https://launchblock.com", + "whitepaperLink": "https://launchblock.com/docs", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/launchblock/" + }, + "IDEA-USD": { + "name": "Ideaology", + "tags": [], + "websiteLink": "https://ideaology.io", + "whitepaperLink": "https://global-uploads.webflow.com/5eaabc1f881f9827599091f1/5fa8956e5c7efe44f6bf17cd_White%20Paper%20v2.1.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/ideaology/" + }, + "VISION-USD": { + "name": "VisionGame", + "tags": [ + "Gaming" + ], + "websiteLink": "https://visiongame.io/", + "whitepaperLink": null, + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/vision-game/" + }, + "SOS-USD": { + "name": "OpenDAO", + "tags": [], + "websiteLink": "https://www.theopendao.com/", + "whitepaperLink": null, + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/opendao/" + }, + "CWS-USD": { + "name": "Seascape Crowns", + "tags": [ + "NFT", + "Gaming" + ], + "websiteLink": "https://www.seascape.network/", + "whitepaperLink": "https://f2be4719-641d-430b-92d5-747132d8c9bd.filesusr.com/ugd/061436_2d3e0cc2c8cc41a0a42e3cc2d57c7e3e.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/crowns/" + }, + "VSYS-USD": { + "name": "v.systems", + "tags": [], + "websiteLink": "https://www.v.systems/", + "whitepaperLink": "https://v.systems/pdf/sposwhitepaper.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/v-systems/" + }, + "ARV-USD": { + "name": "Ariva", + "tags": [], + "websiteLink": "https://ariva.digital/", + "whitepaperLink": "https://ariva.digital/whitepaper.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/ariva/" + }, + "SHILL-USD": { + "name": "SHILL Token", + "tags": [ + "NFT", + "Gaming" + ], + "websiteLink": "https://projectseed.com", + "whitepaperLink": "https://docsend.com/view/5rbetcgn4vvms4ny", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/project-seed/" + }, + "EGO-USD": { + "name": "EGO", + "tags": [], + "websiteLink": "https://egoco.in/en/", + "whitepaperLink": "https://docs.paysenger.com/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/ego-paysenger/" + }, + "ORT-USD": { + "name": "Okratech Token", + "tags": [], + "websiteLink": "https://ortcoin.org/", + "whitepaperLink": "https://docsend.com/view/bcmitirsm35m45b6", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/okratech-token/" + }, + "CONV-USD": { + "name": "Convergence", + "tags": [ + "Defi" + ], + "websiteLink": "https://conv.finance/", + "whitepaperLink": "https://conv.finance/Convergence_whitepaper.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/convergence/" + }, + "FEAR-USD": { + "name": "FEAR", + "tags": [ + "NFT", + "Gaming" + ], + "websiteLink": "https://www.fear.io", + "whitepaperLink": "https://fear.io/docs/fear-bite-paper.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/fear-nfts/" + }, + "VEMP-USD": { + "name": "VEMP", + "tags": [ + "Real World assets", + "AR/VR", + "NFT", + "Defi", + "Governance" + ], + "websiteLink": "https://vemp.xyz", + "whitepaperLink": "https://2432503192-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F3Fm3GVNNJOSvH6h9bfX4%2Fuploads%2FJ7YCRkrWQGj7dPb7fdME%2FvEmpire%20Whitepaper.pdf?alt=media&token=76b760c9-f736-44b2-94eb-bac364f57e6a", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/vempire-ddao/" + }, + "INTR-USD": { + "name": "Interlay", + "tags": [ + "Defi", + "Defi", + "Governance", + "Layer 1" + ], + "websiteLink": "https://interlay.io/", + "whitepaperLink": "https://docs.interlay.io/#/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/interlay-intr/" + }, + "KONO-USD": { + "name": "Konomi Network", + "tags": [], + "websiteLink": "https://www.konomi.network/#/", + "whitepaperLink": "https://www.konomi.network/pdf/KonomiWhitepaper_Final-2.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/konomi-network/" + }, + "HOTCROSS-USD": { + "name": "Hot Cross", + "tags": [], + "websiteLink": "https://hotcross.com/", + "whitepaperLink": "https://www.notion.so/hotcross/Understanding-the-HOTCROSS-Token-f1325f8067204745ae4dd227d62c26a4", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/hot-cross/" + }, + "DREAMS-USD": { + "name": "Dreams Quest", + "tags": [ + "NFT", + "Gaming" + ], + "websiteLink": "https://dreams.quest", + "whitepaperLink": "https://dreamsquest.fandom.com", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/dreams-quest/" + }, + "ERTHA-USD": { + "name": "Ertha", + "tags": [], + "websiteLink": "https://ertha.io/", + "whitepaperLink": "https://whitepaper.ertha.io/ertha-whitepaper/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/ertha/" + }, + "VV-USD": { + "name": "Virtual Versions", + "tags": [ + "NFT" + ], + "websiteLink": "https://www.virtualversions.xyz/", + "whitepaperLink": "https://docs.virtualversions.xyz/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/vv-token/" + }, + "PUMLX-USD": { + "name": "PUMLx", + "tags": [ + "Entertainment" + ], + "websiteLink": "https://puml.io", + "whitepaperLink": "https://whitepaper.puml.io/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/pumlx/" + }, + "ZEE-USD": { + "name": "ZeroSwap", + "tags": [ + "Defi" + ], + "websiteLink": "https://zeroswap.io/", + "whitepaperLink": null, + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/zeroswap/" + }, + "ODDZ-USD": { + "name": "Oddz", + "tags": [ + "Defi" + ], + "websiteLink": "https://oddz.fi/", + "whitepaperLink": "https://docsend.com/view/mefxr8h3ymzuhwqk", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/oddz/" + }, + "O3-USD": { + "name": "O3 Swap", + "tags": [], + "websiteLink": "https://o3swap.com/", + "whitepaperLink": "https://docs.o3swap.com/o3-swap-v2-interchange", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/o3-swap/" + }, + "KMON-USD": { + "name": "Kryptomon", + "tags": [ + "NFT", + "Gaming" + ], + "websiteLink": "https://www.kryptomon.co", + "whitepaperLink": "https://kryptomon.co/white-paper/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/kryptomon/" + }, + "SON-USD": { + "name": "SOUNI", + "tags": [], + "websiteLink": "https://souni.io/", + "whitepaperLink": "https://docsend.com/view/xbrqvsq92xgqt787", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/sovi-universe/" + }, + "TOP-USD": { + "name": "TOP", + "tags": [], + "websiteLink": "https://www.topnetwork.org/", + "whitepaperLink": null, + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/top/" + }, + "CIRUS-USD": { + "name": "Cirus Foundation", + "tags": [], + "websiteLink": "https://www.cirusfoundation.com", + "whitepaperLink": "https://cirusfoundation.notion.site/White-Paper-60e6f071affe417c9ae13a94723dea1c", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/cirus-foundation/" + }, + "MOVEZ-USD": { + "name": "MOVEZ", + "tags": [], + "websiteLink": "https://www.movez.me", + "whitepaperLink": "https://move-me.gitbook.io/movez-litepaper/ktVp6nJ7D3dSh2dPafnL/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/movez/" + }, + "IGU-USD": { + "name": "IguVerse", + "tags": [], + "websiteLink": "https://iguverse.com", + "whitepaperLink": "https://whitepaper.iguverse.com", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/iguverse/" + }, + "ELDA-USD": { + "name": "Eldarune", + "tags": [ + "NFT", + "Gaming" + ], + "websiteLink": "https://www.eldarune.com/", + "whitepaperLink": "https://digalabs.gitbook.io/whitepaper_eldarune/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/eldarune/" + }, + "GMPD-USD": { + "name": "GamesPad", + "tags": [], + "websiteLink": "https://gamespad.io/", + "whitepaperLink": "https://gamespad.io/wp-content/uploads/2021/12/Whitepaper.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/gamespad/" + }, + "HYVE-USD": { + "name": "Hyve", + "tags": [], + "websiteLink": "https://hyve.works", + "whitepaperLink": "https://hyve.works/static/media/whitepaper.cf4ae242.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/hyve/" + }, + "KUBE-USD": { + "name": "KubeCoin", + "tags": [], + "websiteLink": "https://kubecoin.org/", + "whitepaperLink": "https://cdn.kubecoin.org/media/public/kubecoin_whitepaper.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/kubecoin/" + }, + "ACQ-USD": { + "name": "Acquire.Fi", + "tags": [ + "Real World Assets" + ], + "websiteLink": "https://acquire.fi/", + "whitepaperLink": "https://docsend.com/view/s/g6j5ms4bhubyrq8x", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/acquire-fi/" + }, + "SALD-USD": { + "name": "Salad", + "tags": [ + "NFT" + ], + "websiteLink": "https://salad.ventures", + "whitepaperLink": "https://wp.salad.ventures/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/salad/" + }, + "EM-USD": { + "name": "Eminer", + "tags": [], + "websiteLink": "https://eminer.pro/", + "whitepaperLink": null, + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/eminer/" + }, + "KRIPTO-USD": { + "name": "Kripto koin", + "tags": [], + "websiteLink": "https://kriptokoin.com/", + "whitepaperLink": "https://www.bitci.com/en/projects/KRIPTO/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/kripto-koin/" + }, + "NBS-USD": { + "name": "New BitShares", + "tags": [], + "websiteLink": "https://nbs.plus/", + "whitepaperLink": null, + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/new-bitshares/" + }, + "AZY-USD": { + "name": "Amazy", + "tags": [], + "websiteLink": "https://amazy.io/", + "whitepaperLink": "https://amazy-1.gitbook.io/whitepaper/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/amazy/" + }, + "PEL-USD": { + "name": "Propel", + "tags": [], + "websiteLink": "https://propel.xyz/", + "whitepaperLink": "https://propel.xyz/static/media/PropelWhitepaper.7d4d055e.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/propel-token/" + }, + "TIDAL-USD": { + "name": "Tidal Finance", + "tags": [], + "websiteLink": "https://www.tidal.finance/", + "whitepaperLink": "https://docs.tidal.finance/whitepaper", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/tidal-finance/" + }, + "MUDOL2-USD": { + "name": "Hero Blaze: Three Kingdoms", + "tags": [], + "websiteLink": "https://heroblaze3kd.io/", + "whitepaperLink": null, + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/hero-blaze-three-kingdoms/" + }, + "TXA-USD": { + "name": "Project TXA", + "tags": [], + "websiteLink": "https://www.txa.app", + "whitepaperLink": "https://txa-project.typeform.com/to/t0msbxhN?typeform-source=www.txa.app", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/project-txa/" + }, + "XCUR-USD": { + "name": "Curate", + "tags": [ + "Entertainment", + "NFT", + "Defi", + "Governance" + ], + "websiteLink": "https://curate.style/", + "whitepaperLink": "https://curate.style/whitepaper.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/curate/" + }, + "SATS-USD": { + "name": "SATS (Ordinals)", + "tags": [], + "websiteLink": "https://satscoin.vip/", + "whitepaperLink": null, + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/sats-ordinals/" + }, + "JITOSOL-USD": { + "name": "Jito Staked SOL", + "tags": [], + "websiteLink": "https://www.jito.network/", + "whitepaperLink": null, + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/jito-staked-sol/" + }, + "PRCL-USD": { + "name": "Parcl", + "tags": [ + "Real World assets", + "Governance", + "Real World Assets" + ], + "websiteLink": "https://www.parcl.co/", + "whitepaperLink": "https://docs.parcl.co/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/parcl/" + }, + "BODEN-USD": { + "name": "Jeo Boden", + "tags": [ + "Meme" + ], + "websiteLink": "https://www.boden4pres.com/", + "whitepaperLink": null, + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/jeo-boden/" + }, + "TREMP-USD": { + "name": "Doland Tremp", + "tags": [ + "Meme" + ], + "websiteLink": "tremp.xyz", + "whitepaperLink": null, + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/doland-tremp/" + }, + "ZEUS-USD": { + "name": "Zeus Network", + "tags": [], + "websiteLink": "https://zeusnetwork.xyz/", + "whitepaperLink": "https://docs.zeusnetwork.xyz/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/zeus-network/" + }, + "SQD-USD": { + "name": "Subsquid", + "tags": [], + "websiteLink": "https://www.subsquid.io/", + "whitepaperLink": "https://docs.subsquid.io/subsquid-network/whitepaper/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/subsquid/" + }, + "LFT-USD": { + "name": "Lifeform Token", + "tags": [], + "websiteLink": "https://www.lifeform.cc/", + "whitepaperLink": "https://lifeformcc.notion.site/WHITEPAPER-076ce3d27354475d8ee6a46c6c3ee6fe?pvs=4", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/lifeform-token/" + }, + "WOJAK-USD": { + "name": "Wojak", + "tags": [ + "Meme" + ], + "websiteLink": "https://linktr.ee/wojaketh", + "whitepaperLink": null, + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/wojak/" + }, + "WBT-USD": { + "name": "WhiteBIT Coin", + "tags": [], + "websiteLink": "https://whitebit.com/", + "whitepaperLink": "https://cdn.whitebit.com/wbt/whitepaper-en.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/whitebit-token/" + }, + "PUNDU-USD": { + "name": "Pundu", + "tags": [ + "Meme" + ], + "websiteLink": "https://pundu.io/", + "whitepaperLink": null, + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/pundu/" + }, + "LAI-USD": { + "name": "LayerAI", + "tags": [ + "Layer 2" + ], + "websiteLink": "https://layerai.org/", + "whitepaperLink": null, + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/cryptogpt/" + }, + "1CAT-USD": { + "name": "Bitcoin Cats", + "tags": [ + "NFT", + "Gaming", + "Meme" + ], + "websiteLink": "https://www.bitcoincats.world/", + "whitepaperLink": null, + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/bitcoin-cats/" + }, + "FOXY-USD": { + "name": "Foxy", + "tags": [ + "Meme" + ], + "websiteLink": "https://www.welikethefox.io", + "whitepaperLink": null, + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/foxy/" + }, + "ASTO-USD": { + "name": "Altered State Token", + "tags": [ + "Entertainment", + "NFT", + "Gaming" + ], + "websiteLink": "https://alteredstatemachine.xyz", + "whitepaperLink": "https://whitepaper.alteredstatemachine.xyz/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/altered-state-token/" + }, + "HARAMBE-USD": { + "name": "Harambe on Solana", + "tags": [ + "Meme" + ], + "websiteLink": "https://www.harambeonsol.com/", + "whitepaperLink": null, + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/harambe-on-solana/" + }, + "HAMMY-USD": { + "name": "SAD HAMSTER", + "tags": [ + "Meme" + ], + "websiteLink": "https://sadhamster.io/", + "whitepaperLink": null, + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/sad-hamster/" + }, + "NOS-USD": { + "name": "Nosana", + "tags": [], + "websiteLink": "https://nosana.io", + "whitepaperLink": "https://docs.nosana.io", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/nosana/" + }, + "WHALES-USD": { + "name": "Whales Market", + "tags": [ + "Defi" + ], + "websiteLink": "https://whales.market/", + "whitepaperLink": "https://docs.whales.market/overview/welcome-to-whales-market", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/whales-market/" + }, + "PRISMA-USD": { + "name": "Prisma Finance", + "tags": [ + "Defi" + ], + "websiteLink": "https://prismafinance.com/", + "whitepaperLink": "https://docs.prismafinance.com/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/prisma-finance/" + }, + "ORDS-USD": { + "name": "Ordiswap", + "tags": [], + "websiteLink": "https://ordiswap.fi/", + "whitepaperLink": "https://ordiswap.gitbook.io/ordiswap/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/ordiswap/" + }, + "KMNO-USD": { + "name": "Kamino Finance", + "tags": [ + "Defi" + ], + "websiteLink": "https://app.kamino.finance/", + "whitepaperLink": "https://docs.kamino.finance/kamino-lend-litepaper", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/kamino-finance/" + }, + "BETH-USD": { + "name": "Beacon ETH", + "tags": [], + "websiteLink": "https://ethereum.org/en/eth2/beacon-chain/", + "whitepaperLink": "https://ethos.dev/beacon-chain/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/beacon-eth/" + }, + "MILO-USD": { + "name": "Milo Inu", + "tags": [], + "websiteLink": "https://www.miloinu.io/", + "whitepaperLink": null, + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/milo-inu/" + }, + "TOX-USD": { + "name": "INTOverse", + "tags": [], + "websiteLink": "https://intoverse.co/", + "whitepaperLink": null, + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/intoverse/" + }, + "MODE-USD": { + "name": "Mode", + "tags": [], + "websiteLink": "https://www.mode.network/", + "whitepaperLink": null, + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/mode/" + }, + "XFI-USD": { + "name": "CrossFi", + "tags": [], + "websiteLink": "https://crossfi.org/", + "whitepaperLink": "https://docs.crossfi.org", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/crossfinance/" + }, + "RAB-USD": { + "name": "Rabbit", + "tags": [], + "websiteLink": "https://therabbit.io", + "whitepaperLink": null, + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/rabbit/" + }, + "XETA-USD": { + "name": "XANA", + "tags": [], + "websiteLink": "http://xana.net/", + "whitepaperLink": "https://docs.xana.net/xana-whitepaper/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/xana/" + }, + "ESE-USD": { + "name": "Eesee", + "tags": [ + "NFT" + ], + "websiteLink": "https://eesee.io/", + "whitepaperLink": null, + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/eesee/" + }, + "GRAIL-USD": { + "name": "Camelot Token", + "tags": [], + "websiteLink": "https://camelot.exchange/", + "whitepaperLink": null, + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/camelot-token/" + }, + "PANDO-USD": { + "name": "Pando", + "tags": [], + "websiteLink": "https://pandosoftware.co/", + "whitepaperLink": "https://pandobrowser.com/whitepaper/PANDO_WHITEPAPER_EN.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/pando/" + }, + "KHAI-USD": { + "name": "Kitten Haimer", + "tags": [], + "websiteLink": "https://kittenhaimer.ai/", + "whitepaperLink": "https://khai-organization.gitbook.io/kitten-haimer/our-roadmap", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/kitten-haimer/" + }, + "LHINU-USD": { + "name": "Love Hate Inu", + "tags": [], + "websiteLink": "https://www.lovehateinu.com/en", + "whitepaperLink": "https://www.lovehateinu.com/assets/document/whitepaper.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/love-hate-inu/" + }, + "RFD-USD": { + "name": "RefundCoin", + "tags": [ + "Meme" + ], + "websiteLink": "https://refundcoin.org/", + "whitepaperLink": null, + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/refund/" + }, + "DKS-USD": { + "name": "DarkShield Games Studio", + "tags": [ + "Gaming" + ], + "websiteLink": "https://darkshield.games", + "whitepaperLink": "https://docsend.com/view/n72u25nc943id3we", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/darkshield/" + }, + "LBR-USD": { + "name": "Lybra Finance", + "tags": [], + "websiteLink": "https://lybra.finance/", + "whitepaperLink": "https://beta.lybra.finance/Lybra_Protocol.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/lybra-finance/" + }, + "SRT-USD": { + "name": "Smart Reward Token", + "tags": [], + "websiteLink": "http://www.srcorp.io/", + "whitepaperLink": null, + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/smart-reward-token/" + }, + "BORING-USD": { + "name": "BoringDAO", + "tags": [], + "websiteLink": "https://www.boringdao.com/", + "whitepaperLink": null, + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/boringdao-new/" + }, + "FLIP-USD": { + "name": "Chainflip", + "tags": [], + "websiteLink": "https://chainflip.io/", + "whitepaperLink": "https://chainflip.io/whitepaper.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/chainflip/" + }, + "MONK-USD": { + "name": "monkeyhaircut", + "tags": [ + "Meme" + ], + "websiteLink": "https://monkeyhaircut.com/", + "whitepaperLink": null, + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/monkeyhaircut/" + }, + "INDEX-USD": { + "name": "Index Cooperative", + "tags": [ + "Defi", + "Governance" + ], + "websiteLink": "https://www.indexcoop.com/", + "whitepaperLink": "https://docs.indexcoop.com", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/index-cooperative/" + }, + "WELL-USD": { + "name": "Moonwell", + "tags": [], + "websiteLink": "https://moonwell.fi", + "whitepaperLink": "https://docs.moonwell.fi", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/moonwell-artemis/" + }, + "PSL-USD": { + "name": "Pastel", + "tags": [], + "websiteLink": "https://www.pastel.network/", + "whitepaperLink": "https://docs.pastel.network/introduction/pastel-overview", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/pastel/" + }, + "EUL-USD": { + "name": "Euler", + "tags": [], + "websiteLink": "https://www.euler.finance/", + "whitepaperLink": "https://docs.euler.finance/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/euler-finance/" + }, + "PCI-USD": { + "name": "Paycoin", + "tags": [], + "websiteLink": "https://payprotocol.io/", + "whitepaperLink": "https://drive.google.com/file/d/14z7D20rCZDlbqeM2d0sXsNEZyviEwV9p/view?usp=sharing", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/payprotocol/" + }, + "EVMOS-USD": { + "name": "Evmos", + "tags": [ + "Layer 1" + ], + "websiteLink": "http://evmos.org/", + "whitepaperLink": null, + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/evmos/" + }, + "MUSK-USD": { + "name": "Musk Dao", + "tags": [], + "websiteLink": "http://www.18dao.cc/", + "whitepaperLink": "http://www.musk.plus/MUSK-EN.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/musk-dao/" + }, + "MNDE-USD": { + "name": "Marinade", + "tags": [ + "NFT" + ], + "websiteLink": "https://marinade.finance/", + "whitepaperLink": "https://docs.marinade.finance/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/mnde/" + }, + "TENET-USD": { + "name": "TENET", + "tags": [ + "Defi" + ], + "websiteLink": "https://tenet.org", + "whitepaperLink": "https://docs.tenet.org", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/tenet-protocol/" + }, + "OKT-USD": { + "name": "OKT Chain", + "tags": [], + "websiteLink": "https://www.okx.com/okc", + "whitepaperLink": "https://okc-docs.readthedocs.io/en/latest/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/okt/" + }, + "SEAM-USD": { + "name": "Seamless", + "tags": [ + "Defi" + ], + "websiteLink": "https://www.seamlessprotocol.com/", + "whitepaperLink": "https://docs.seamlessprotocol.com/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/seamless/" + }, + "IRON-USD": { + "name": "Iron Fish", + "tags": [], + "websiteLink": "https://ironfish.network/", + "whitepaperLink": "https://ironfish.network/docs/whitepaper/1_introduction", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/iron-fish/" + }, + "HBB-USD": { + "name": "Hubble Protocol", + "tags": [ + "Defi" + ], + "websiteLink": "https://hubbleprotocol.io/", + "whitepaperLink": "https://hubble-markets.gitbook.io/hubble-protocol-official-docs/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/hubble-protocol/" + }, + "VELA-USD": { + "name": "Vela Exchange", + "tags": [], + "websiteLink": "https://www.vela.exchange/", + "whitepaperLink": null, + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/vela-token/" + }, + "OCT-USD": { + "name": "Octopus Network", + "tags": [], + "websiteLink": "https://oct.network/", + "whitepaperLink": "https://github.com/octopus-network/papers/blob/main/Octopus%20Network%20White%20Paper.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/octopus-network/" + }, + "XAVA-USD": { + "name": "Avalaunch", + "tags": [], + "websiteLink": "https://avalaunch.app", + "whitepaperLink": null, + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/avalaunch/" + }, + "CAPO-USD": { + "name": "IL CAPO OF CRYPTO", + "tags": [ + "Meme" + ], + "websiteLink": "https://www.capocoin.xyz/", + "whitepaperLink": null, + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/il-capo-of-crypto/" + }, + "SGB-USD": { + "name": "Songbird", + "tags": [], + "websiteLink": "https://flare.xyz/", + "whitepaperLink": "https://drive.google.com/file/d/193JQKBZ-tZ1zuM8BkaTe_RWYhhZCjwIN/view?usp=sharing", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/songbird/" + }, + "POLYDOGE-USD": { + "name": "PolyDoge", + "tags": [], + "websiteLink": "https://polydoge.com/", + "whitepaperLink": null, + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/polydoge/" + }, + "ZKP-USD": { + "name": "Panther Protocol", + "tags": [], + "websiteLink": "https://www.pantherprotocol.io/", + "whitepaperLink": "https://docsend.com/view/tbz99g285hbnn8ic", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/panther-protocol/" + }, + "DPX-USD": { + "name": "Dopex", + "tags": [], + "websiteLink": "https://www.dopex.io/", + "whitepaperLink": "https://docs.dopex.io/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/dopex/" + }, + "EXVG-USD": { + "name": "Exverse", + "tags": [ + "NFT", + "Gaming" + ], + "websiteLink": "https://exv.io/", + "whitepaperLink": "https://litepaper.exverse.io/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/exverse/" + }, + "KICKS-USD": { + "name": "KicksPad", + "tags": [], + "websiteLink": "https://bento.me/kicks-pad", + "whitepaperLink": null, + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/getkicks/" + }, + "ARKER-USD": { + "name": "Arker", + "tags": [], + "websiteLink": "https://playarker.com/", + "whitepaperLink": "https://playarker.com/assets/docs/whitepaper.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/arker/" + }, + "DZOO-USD": { + "name": "Degen Zoo", + "tags": [], + "websiteLink": "https://www.degenzoo.co/", + "whitepaperLink": "https://drive.google.com/file/d/1u8feg5reI_cT8ytTufnksQ2L97xrmUdm/view", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/degen-zoo/" + }, + "APED-USD": { + "name": "APED", + "tags": [ + "Meme" + ], + "websiteLink": "https://www.apederc.com/", + "whitepaperLink": null, + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/aped/" + }, + "AA-USD": { + "name": "A3S Protocol", + "tags": [], + "websiteLink": "https://www.a3sprotocol.xyz/", + "whitepaperLink": "https://a3sprotocolcontact.gitbook.io/a3s-protocol/a3stokenomics/usdaa", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/a3s-protocol/" + }, + "OMI-USD": { + "name": "ECOMI", + "tags": [ + "NFT", + "Gaming" + ], + "websiteLink": "https://ecomi.notion.site/", + "whitepaperLink": "https://drive.google.com/file/d/1UNE-EvjuMIaWJUfvF3qQiTe0OKLFAJXV/view", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/ecomi-new/" + }, + "KCAL-USD": { + "name": "KCAL", + "tags": [], + "websiteLink": "https://step.app/", + "whitepaperLink": null, + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/kcal/" + }, + "MMM-USD": { + "name": "Meta Merge", + "tags": [ + "NFT", + "Gaming" + ], + "websiteLink": "https://metamerge.xyz/", + "whitepaperLink": "https://litepaper.metamerge.xyz/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/meta-merge/" + }, + "MELOS-USD": { + "name": "Melos Studio", + "tags": [ + "NFT", + "Entertainment" + ], + "websiteLink": "https://melos.studio", + "whitepaperLink": "https://docs.google.com/document/d/15yIS6ILsocA98yb1mzq5aNKaYx-IYQMaQ7BZJ5UIUf0/edit", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/melos-studio/" + }, + "NGL-USD": { + "name": "Gold Fever", + "tags": [ + "NFT", + "Gaming" + ], + "websiteLink": "https://goldfever.io/", + "whitepaperLink": null, + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/gold-fever/" + }, + "AIEPK-USD": { + "name": "EpiK Protocol", + "tags": [], + "websiteLink": "https://www.epik-protocol.io/", + "whitepaperLink": "https://www.epik-protocol.io/EPIK-whitepaper-cn.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/epik-protocol/" + }, + "KARATE-USD": { + "name": "Karate Combat", + "tags": [ + "Entertainment", + "Gaming" + ], + "websiteLink": "https://www.karate.com/", + "whitepaperLink": "https://www.karate.com/whitepaper", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/karate-combat/" + }, + "EOSC-USD": { + "name": "EOS Force", + "tags": [], + "websiteLink": "https://www.eosforce.io", + "whitepaperLink": "https://eosforce-1.gitbook.io/eosc/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/eos-force/" + }, + "NEW-USD": { + "name": "Newton", + "tags": [], + "websiteLink": "https://www.newtonproject.org/", + "whitepaperLink": "https://www.newtonproject.org/whitepaper/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/newton/" + }, + "SPRT-USD": { + "name": "Sportium", + "tags": [], + "websiteLink": "https://sportium.fan/", + "whitepaperLink": null, + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/sportium/" + }, + "ANML-USD": { + "name": "Animal Concerts", + "tags": [ + "AR/VR", + "NFT", + "Entertainment" + ], + "websiteLink": "https://www.animalconcerts.com/", + "whitepaperLink": null, + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/animal-concerts/" + }, + "OMN-USD": { + "name": "Omega Network", + "tags": [], + "websiteLink": "https://omtch.com/", + "whitepaperLink": null, + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/omega-network/" + }, + "SUIP-USD": { + "name": "SuiPad", + "tags": [], + "websiteLink": "https://www.suipad.xyz/", + "whitepaperLink": "https://drive.google.com/file/d/194ee_UpEJuW8hF5K9G0Hlc64giWnAp3A/view?usp=share_link", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/suipad/" + }, + "NGC-USD": { + "name": "NAGA", + "tags": [], + "websiteLink": "https://nagacoin.io", + "whitepaperLink": "https://docsend.com/view/srsg4zw", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/naga/" + }, + "GCAKE-USD": { + "name": "Pancake Games", + "tags": [], + "websiteLink": "https://pancakegames.finance/", + "whitepaperLink": "https://pancakegames.finance/docs/document-pancakegames.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/pancake-games/" + }, + "HAKA-USD": { + "name": "TribeOne", + "tags": [], + "websiteLink": "https://www.tribeone.io/", + "whitepaperLink": "https://www.tribeone.io/docs/TribeOne-whitepaper.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/tribe-one/" + }, + "HEART-USD": { + "name": "Humans.ai", + "tags": [], + "websiteLink": "https://humans.ai", + "whitepaperLink": "http://humans.ai/litepaper", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/humans-ai/" + }, + "RANKER-USD": { + "name": "RankerDAO", + "tags": [], + "websiteLink": "https://rankerdao.com/", + "whitepaperLink": null, + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/rankerdao/" + }, + "SEILOR-USD": { + "name": "Kryptonite", + "tags": [], + "websiteLink": "https://www.kryptonite.finance", + "whitepaperLink": null, + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/kryptonite-finance/" + }, + "HAO-USD": { + "name": "HistoryDAO", + "tags": [], + "websiteLink": "https://historydao.io/", + "whitepaperLink": "https://drive.google.com/file/d/14BaOY0xNayIbTEh3BjZ8bEiXgY67fI2z/view?usp=sharing", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/historydao/" + }, + "ZAM-USD": { + "name": "Zamio", + "tags": [], + "websiteLink": "https://zam.io", + "whitepaperLink": "https://docs.zam.io/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/zamio/" + }, + "SBR-USD": { + "name": "Saber", + "tags": [ + "Defi", + "Defi" + ], + "websiteLink": "https://saberdao.io/", + "whitepaperLink": "https://docs.saberdao.io/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/saber/" + }, + "GM-USD": { + "name": "GM Wagmi", + "tags": [ + "Meme" + ], + "websiteLink": "https://gmwagmi.io/", + "whitepaperLink": null, + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/gm/" + }, + "SUIA-USD": { + "name": "SUIA", + "tags": [ + "Social" + ], + "websiteLink": "https://suia.io/", + "whitepaperLink": null, + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/suia/" + }, + "TURBOS-USD": { + "name": "Turbos Finance", + "tags": [ + "Defi" + ], + "websiteLink": "https://www.turbos.finance/", + "whitepaperLink": "https://turbos.gitbook.io/turbos/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/turbos-finance/" + }, + "ASTRA-USD": { + "name": "ASTRA Protocol", + "tags": [], + "websiteLink": "https://astraprotocol.com/", + "whitepaperLink": "https://astraprotocol.box.com/s/3nr5wliismk55tqfqdbyte14n6bxn7ko", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/astra-protocol/" + }, + "JUNO-USD": { + "name": "JUNO", + "tags": [], + "websiteLink": "https://www.junonetwork.io/", + "whitepaperLink": "https://docs.junonetwork.io/juno/readme", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/juno/" + }, + "MCONTENT-USD": { + "name": "MContent", + "tags": [], + "websiteLink": "https://about.myco.io", + "whitepaperLink": "https://about.myco.io/wp-content/uploads/2023/03/myco_whitepaper_27-03-23.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/mcontent/" + }, + "CMP-USD": { + "name": "Caduceus", + "tags": [], + "websiteLink": "https://www.caduceus.foundation/", + "whitepaperLink": "https://www.caduceus.foundation/Caduceus_white_paperV1.1.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/caduceus-foundation/" + }, + "ZEND-USD": { + "name": "zkLend", + "tags": [ + "Defi" + ], + "websiteLink": "https://zklend.com/", + "whitepaperLink": "https://zklend.gitbook.io/documentation/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/zklend/" + }, + "ECOX-USD": { + "name": "ECOx", + "tags": [], + "websiteLink": "https://eco.org/", + "whitepaperLink": "https://eco.org/whitepaper.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/ecox/" + }, + "ZPAY-USD": { + "name": "ZoidPay", + "tags": [], + "websiteLink": "https://www.zoidpay.com/", + "whitepaperLink": "https://drive.google.com/file/d/1ZRwyAikfe22v9treyjeJoKi83W5U0y1j/view", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/zoidpay/" + }, + "ACT-USD": { + "name": "Achain", + "tags": [], + "websiteLink": "https://www.achain.com/", + "whitepaperLink": "https://www.achain.com/Achain%20Whitepaper%202.0_EN.pdf", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/achain/" + }, + "VPAD-USD": { + "name": "VLaunch", + "tags": [], + "websiteLink": "https://www.vlaunch.com/", + "whitepaperLink": "https://vlaunch.gitbook.io/vlaunch-litepaper/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/vlaunch/" + }, + "USDE-USD": { + "name": "USDe", + "tags": [], + "websiteLink": "https://arawtoken.vip", + "whitepaperLink": null, + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/araw/" + }, + "ZRO-USD": { + "name": "LayerZero", + "tags": [], + "websiteLink": "https://layerzero.network/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/layerzero/", + "whitepaperLink": "https://layerzero.network/pdf/LayerZero_Whitepaper_Release.pdf" + }, + "ZK-USD": { + "name": "zkSync", + "tags": [], + "websiteLink": "https://zksync.io/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/zksync/", + "whitepaperLink": "https://zksync.mirror.xyz/" + }, + "IO-USD": { + "name": "io.net", + "tags": [], + "websiteLink": "https://io.net/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/io-net/", + "whitepaperLink": "https://docs.io.net" + }, + "GME-USD": { + "name": "GameStop", + "tags": [ + "Gaming", + "Meme" + ], + "websiteLink": "https://wallstsucks.lol/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/gme/" + }, + "MICHI-USD": { + "name": "michi", + "tags": [ + "Meme" + ], + "websiteLink": "https://michisolana.org/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/michi/" + }, + "BRETT-USD": { + "name": "Brett (Based)", + "tags": [ + "Meme" + ], + "websiteLink": "https://www.basedbrett.com/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/based-brett/" + }, + "SAFE-USD": { + "name": "Safe", + "tags": [], + "websiteLink": "https://safe.global/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/safe1/", + "whitepaperLink": "https://docs.gnosis-safe.io/" + }, + "ATH-USD": { + "name": "Aethir", + "tags": [], + "websiteLink": "https://www.aethir.com/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/aethir/", + "whitepaperLink": "https://aethir.gitbook.io/aethir/ljvx8d8ee4ElPliP31K1" + }, + "DESO-USD": { + "name": "Decentralized Social", + "tags": [], + "websiteLink": "https://deso.com", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/deso/", + "whitepaperLink": "https://docs.deso.org/about-deso-chain/readme" + }, + "ZENT-USD": { + "name": "Zentry", + "tags": [ + "Gaming" + ], + "websiteLink": "https://zentry.com/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/zentry/", + "whitepaperLink": "https://whitepaper.guildfi.com/" + }, + "TAIKO-USD": { + "name": "Taiko", + "tags": [ + "Layer 2" + ], + "websiteLink": "https://taiko.xyz/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/taiko/", + "whitepaperLink": "https://docs.taiko.xyz/" + }, + "MERL-USD": { + "name": "Merlin Chain", + "tags": [ + "Layer 2" + ], + "websiteLink": "https://merlinchain.io/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/merlin-chain/", + "whitepaperLink": "https://docs.merlinchain.io/merlin-docs" + }, + "KARRAT-USD": { + "name": "KARRAT", + "tags": [ + "Gaming" + ], + "websiteLink": "https://www.karratcoin.com/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/karrat/" + }, + "TLOS-USD": { + "name": "Telos", + "tags": [ + "NFT", + "Defi" + ], + "websiteLink": "https://telos.net/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/telos/", + "whitepaperLink": "https://telos.net/whitepaper" + }, + "ZKJ-USD": { + "name": "Polyhedra Network", + "tags": [ + "RWA" + ], + "websiteLink": "https://polyhedra.network/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/polyhedra-network/", + "whitepaperLink": "https://dl.acm.org/doi/10.1145/3548606.3560652" + }, + "MANEKI-USD": { + "name": "MANEKI", + "tags": [ + "Meme" + ], + "websiteLink": "https://manekineko.world", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/maneki-coin/" + }, + "PIRATE-USD": { + "name": "Pirate Nation", + "tags": [ + "Gaming" + ], + "websiteLink": "https://piratenation.game/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/pirate-nation/", + "whitepaperLink": "https://www.piratenation.foundation/PN%20Foundation%20Litepaper_v1.1.02_June2024.pdf" + }, + "MAPO-USD": { + "name": "MAP Protocol", + "tags": [], + "websiteLink": "https://www.mapprotocol.io/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/map-protocol/", + "whitepaperLink": "https://www.mapprotocol.io/article?id=whitepaper" + }, + "ULTI-USD": { + "name": "Ultiverse", + "tags": [ + "Gaming" + ], + "websiteLink": "https://ultiverse.io", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/ultiverse/", + "whitepaperLink": "https://docs.ultiverse.io" + }, + "BEER-USD": { + "name": "BEERCOIN", + "tags": [], + "websiteLink": "https://beercoin.wtf/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/beercoin/" + }, + "DUKO-USD": { + "name": "DUKO", + "tags": [ + "Meme" + ], + "websiteLink": "https://dukocoin.com/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/duko/" + }, + "MON-USD": { + "name": "MON Protocol", + "tags": [], + "websiteLink": "https://monprotocol.ai/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/mon/", + "whitepaperLink": "https://www.monprotocol.ai/tokenomics" + }, + "BENDOG-USD": { + "name": "Ben the Dog", + "tags": [ + "Gaming", + "Meme" + ], + "websiteLink": "https://benthedog.io", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/ben-the-dog/" + }, + "CHAT-USD": { + "name": "Solchat", + "tags": [], + "websiteLink": "https://www.solchat.io/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/solchat/", + "whitepaperLink": "http://docs.solchat.io/" + }, + "NYAN-USD": { + "name": "Nyan Heroes", + "tags": [], + "websiteLink": "https://nyanheroes.com/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/nyan-heroes/", + "whitepaperLink": "https://nyan-heroes.gitbook.io/nyan-heroes/" + }, + "ZERO-USD": { + "name": "ZeroLend", + "tags": [ + "Defi" + ], + "websiteLink": "https://zerolend.xyz/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/zerolend/", + "whitepaperLink": "https://docs.zerolend.xyz/" + }, + "WSM-USD": { + "name": "Wall Street Memes", + "tags": [ + "Meme" + ], + "websiteLink": "https://wallstmemes.com/en/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/wall-street-memes/" + }, + "BLOCK-USD": { + "name": "BlockGames", + "tags": [ + "Gaming" + ], + "websiteLink": "https://www.blockgames.com", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/blockgames/", + "whitepaperLink": "https://block-games.gitbook.io/whitepaper" + }, + "UNB-USD": { + "name": "Unbound", + "tags": [ + "Defi" + ], + "websiteLink": "https://app.unbound.finance/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/unbound/", + "whitepaperLink": "https://docs.unbound.finance/documentation/whitepaper" + }, + "DEFI-USD": { + "name": "DeFi", + "tags": [ + "Defi" + ], + "websiteLink": "https://de.fi/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/de-fi/", + "whitepaperLink": "https://docs.de.fi/welcome/readme" + }, + "MSN-USD": { + "name": "Meson Network", + "tags": [], + "websiteLink": "https://www.meson.network/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/meson-network/", + "whitepaperLink": "https://docs.meson.network/Meson-Network-Whitepaper-v1.6.pdf" + }, + "RNT-USD": { + "name": "Real Nigger Tate", + "tags": [ + "Meme" + ], + "websiteLink": "https://www.university.com/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/real-nigger-tate/" + }, + "COOKIE-USD": { + "name": "Cookie", + "tags": [], + "websiteLink": "https://www.cookie3.com/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/cookie/", + "whitepaperLink": "https://assets.cdn.cookie3.co/assets/Cookie3_Litepaper.pdf" + }, + "MASA-USD": { + "name": "Masa", + "tags": [], + "websiteLink": "https://www.masa.finance", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/masa-network/", + "whitepaperLink": "https://github.com/masa-finance/whitepaper/blob/main/masa-whitepaper.pdf" + }, + "WUF-USD": { + "name": "WUFFI", + "tags": [ + "Meme" + ], + "websiteLink": "https://www.wuffi.io/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/wuffi/", + "whitepaperLink": "https://www.wuffi.io/terms/" + }, + "FURY-USD": { + "name": "Engines of Fury", + "tags": [], + "websiteLink": "https://www.eof.gg", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/engines-of-fury/", + "whitepaperLink": "https://eof.gg/whitepaper" + }, + "GUMMY-USD": { + "name": "GUMMY", + "tags": [ + "Meme" + ], + "websiteLink": "https://gummyonsol.com/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/gummy/" + }, + "PENG-USD": { + "name": "Peng", + "tags": [ + "Meme" + ], + "websiteLink": "https://pengsol.xyz/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/peng-sol/" + }, + "SAROS-USD": { + "name": "Saros", + "tags": [ + "Defi" + ], + "websiteLink": "https://www.saros.xyz/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/saros/" + }, + "NUB-USD": { + "name": "nubcat", + "tags": [], + "websiteLink": "https://nubcat.xyz", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/nubcat/" + }, + "ZACK-USD": { + "name": "Zack Morris", + "tags": [], + "websiteLink": "https://zackmorris.lol/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/zack-morris/" + }, + "GOL-USD": { + "name": "Golazo", + "tags": [], + "websiteLink": "https://golazo.world", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/golazo/" + }, + "MUMU-USD": { + "name": "Mumu the Bull", + "tags": [ + "Meme" + ], + "websiteLink": "https://www.mumu.ing", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/mumu-ing/" + }, + "HEGE-USD": { + "name": "Hege", + "tags": [ + "Meme" + ], + "websiteLink": "https://www.hegecoin.com/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/hege/", + "whitepaperLink": "https://www.hegecoin.com/#roadmap" + }, + "WAFFLES-USD": { + "name": "Waffles Davincij15's Cat", + "tags": [ + "Meme" + ], + "websiteLink": "wafflesj15.com", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/waffles-davincij15s-cat/" + }, + "FALX-USD": { + "name": "FalconX", + "tags": [], + "websiteLink": "https://falxdex.io/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/falxdex-io/", + "whitepaperLink": "https://falconx.gitbook.io/falconx" + }, + "CANDY-USD": { + "name": "Candy Pocket", + "tags": [], + "websiteLink": "https://www.candypocket.com", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/candy-pocket/", + "whitepaperLink": "https://d2g38dx0j6xqav.cloudfront.net/online/file/candypoket-1.7EN.pdf" + }, + "WSTETH-USD": { + "name": "Lido wstETH", + "tags": [], + "websiteLink": "https://www.lido.fi", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/lido-finance-wsteth/" + } +} \ No newline at end of file diff --git a/public/configs/otherMarketData.json b/public/configs/otherMarketData.json index 4e311150b..82f4d4331 100644 --- a/public/configs/otherMarketData.json +++ b/public/configs/otherMarketData.json @@ -1,4692 +1,32525 @@ { - "BNB": { - "title": "Add BNB-USD perpetual market", - "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a BNB-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", - "params": { - "id": 2, - "ticker": "BNB-USD", - "marketType": "PERPETUAL_MARKET_TYPE_CROSS", - "priceExponent": -7.0, - "minPriceChange": 4000, - "minExchanges": 3, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "BNBUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Bybit", - "ticker": "BNBUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Gate", - "ticker": "BNB_USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "bnbusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "BNB-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Mexc", - "ticker": "BNB_USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "BNB-USDT", - "adjustByMarket": "USDT-USD" - } - ], - "liquidityTier": 2, - "atomicResolution": -8.0, - "quantumConversionExponent": -9, - "defaultFundingPpm": 0, - "stepBaseQuantums": 1000000, - "subticksPerTick": 1000000, - "delayBlocks": 3600 - }, - "initialDeposit": { - "denom": "adydx", - "amount": "10000000000000000000000" - }, - "meta": { - "assetName": "BNB", - "referencePrice": 569.4292213639478 - } - }, - "SOL": { - "title": "Add SOL-USD perpetual market", - "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a SOL-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", - "params": { - "id": 3, - "ticker": "SOL-USD", - "marketType": "PERPETUAL_MARKET_TYPE_CROSS", - "priceExponent": -7.0, - "minPriceChange": 2500, - "minExchanges": 3, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "SOLUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Bitstamp", - "ticker": "SOL/USD" - }, - { - "exchangeName": "Bybit", - "ticker": "SOLUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "CoinbasePro", - "ticker": "SOL-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "solusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kraken", - "ticker": "SOLUSD" - }, - { - "exchangeName": "Kucoin", - "ticker": "SOL-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Mexc", - "ticker": "SOL_USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "SOL-USDT", - "adjustByMarket": "USDT-USD" - } - ], - "liquidityTier": 1, - "atomicResolution": -8.0, - "quantumConversionExponent": -9, - "defaultFundingPpm": 0, - "stepBaseQuantums": 1000000, - "subticksPerTick": 1000000, - "delayBlocks": 3600 - }, - "initialDeposit": { - "denom": "adydx", - "amount": "10000000000000000000000" - }, - "meta": { - "assetName": "Solana", - "referencePrice": 140.0695815613181 - } - }, - "TON": { - "title": "Add TON-USD perpetual market", - "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a TON-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", - "params": { - "id": 6, - "ticker": "TON-USD", - "marketType": "PERPETUAL_MARKET_TYPE_CROSS", - "priceExponent": -9.0, - "minPriceChange": 2500, - "minExchanges": 3, - "exchangeConfigJson": [ - { - "exchangeName": "Bybit", - "ticker": "TONUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Gate", - "ticker": "TON_USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "tonusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "TON-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Mexc", - "ticker": "TON_USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "TON-USDT", - "adjustByMarket": "USDT-USD" - } - ], - "liquidityTier": 1, - "atomicResolution": -6.0, - "quantumConversionExponent": -9, - "defaultFundingPpm": 0, - "stepBaseQuantums": 1000000, - "subticksPerTick": 1000000, - "delayBlocks": 3600 - }, - "initialDeposit": { - "denom": "adydx", - "amount": "10000000000000000000000" - }, - "meta": { - "assetName": "Toncoin", - "referencePrice": 5.398017199773806 - } - }, - "ADA": { - "title": "Add ADA-USD perpetual market", - "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a ADA-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", - "params": { - "id": 7, - "ticker": "ADA-USD", - "marketType": "PERPETUAL_MARKET_TYPE_CROSS", - "priceExponent": -10.0, - "minPriceChange": 2500, - "minExchanges": 3, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "ADAUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Bitstamp", - "ticker": "ADA/USD" - }, - { - "exchangeName": "Bybit", - "ticker": "ADAUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "CoinbasePro", - "ticker": "ADA-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "adausdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kraken", - "ticker": "ADAUSD" - }, - { - "exchangeName": "Kucoin", - "ticker": "ADA-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Mexc", - "ticker": "ADA_USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "ADA-USDT", - "adjustByMarket": "USDT-USD" - } - ], - "liquidityTier": 1, - "atomicResolution": -5.0, - "quantumConversionExponent": -9, - "defaultFundingPpm": 0, - "stepBaseQuantums": 1000000, - "subticksPerTick": 1000000, - "delayBlocks": 3600 - }, - "initialDeposit": { - "denom": "adydx", - "amount": "10000000000000000000000" - }, - "meta": { - "assetName": "Cardano", - "referencePrice": 0.45843945043506734 - } - }, - "SHIB": { - "title": "Add SHIB-USD perpetual market", - "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a SHIB-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", - "params": { - "id": 8, - "ticker": "SHIB-USD", - "marketType": "PERPETUAL_MARKET_TYPE_CROSS", - "priceExponent": -14.0, - "minPriceChange": 2500, - "minExchanges": 3, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "SHIBUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Bitstamp", - "ticker": "SHIB/USD" - }, - { - "exchangeName": "Bybit", - "ticker": "SHIBUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "CoinbasePro", - "ticker": "SHIB-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "shibusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kraken", - "ticker": "SHIBUSD" - }, - { - "exchangeName": "Kucoin", - "ticker": "SHIB-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Mexc", - "ticker": "SHIB_USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "SHIB-USDT", - "adjustByMarket": "USDT-USD" - } - ], - "liquidityTier": 1, - "atomicResolution": -1.0, - "quantumConversionExponent": -9, - "defaultFundingPpm": 0, - "stepBaseQuantums": 1000000, - "subticksPerTick": 1000000, - "delayBlocks": 3600 - }, - "initialDeposit": { - "denom": "adydx", - "amount": "10000000000000000000000" - }, - "meta": { - "assetName": "Shiba Inu", - "referencePrice": 2.3375234454638113e-05 - } - }, - "AVAX": { - "title": "Add AVAX-USD perpetual market", - "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a AVAX-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", - "params": { - "id": 9, - "ticker": "AVAX-USD", - "marketType": "PERPETUAL_MARKET_TYPE_CROSS", - "priceExponent": -8.0, - "minPriceChange": 2500, - "minExchanges": 3, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "AVAXUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Bitstamp", - "ticker": "AVAX/USD" - }, - { - "exchangeName": "Bybit", - "ticker": "AVAXUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "CoinbasePro", - "ticker": "AVAX-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "avaxusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kraken", - "ticker": "AVAXUSD" - }, - { - "exchangeName": "Kucoin", - "ticker": "AVAX-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Mexc", - "ticker": "AVAX_USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "AVAX-USDT", - "adjustByMarket": "USDT-USD" - } - ], - "liquidityTier": 1, - "atomicResolution": -7.0, - "quantumConversionExponent": -9, - "defaultFundingPpm": 0, - "stepBaseQuantums": 1000000, - "subticksPerTick": 1000000, - "delayBlocks": 3600 - }, - "initialDeposit": { - "denom": "adydx", - "amount": "10000000000000000000000" - }, - "meta": { - "assetName": "Avalanche", - "referencePrice": 34.30079483175494 - } - }, - "TRX": { - "title": "Add TRX-USD perpetual market", - "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a TRX-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", - "params": { - "id": 10, - "ticker": "TRX-USD", - "marketType": "PERPETUAL_MARKET_TYPE_CROSS", - "priceExponent": -10.0, - "minPriceChange": 2500, - "minExchanges": 3, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "TRXUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Bybit", - "ticker": "TRXUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Gate", - "ticker": "TRX_USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "trxusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kraken", - "ticker": "TRXUSD" - }, - { - "exchangeName": "Kucoin", - "ticker": "TRX-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Mexc", - "ticker": "TRX_USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "TRX-USDT", - "adjustByMarket": "USDT-USD" - } - ], - "liquidityTier": 1, - "atomicResolution": -5.0, - "quantumConversionExponent": -9, - "defaultFundingPpm": 0, - "stepBaseQuantums": 1000000, - "subticksPerTick": 1000000, - "delayBlocks": 3600 - }, - "initialDeposit": { - "denom": "adydx", - "amount": "10000000000000000000000" - }, - "meta": { - "assetName": "TRON", - "referencePrice": 0.12269761322340017 - } - }, - "DOT": { - "title": "Add DOT-USD perpetual market", - "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a DOT-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", - "params": { - "id": 11, - "ticker": "DOT-USD", - "marketType": "PERPETUAL_MARKET_TYPE_CROSS", - "priceExponent": -9.0, - "minPriceChange": 2500, - "minExchanges": 3, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "DOTUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Bitstamp", - "ticker": "DOT/USD" - }, - { - "exchangeName": "Bybit", - "ticker": "DOTUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "CoinbasePro", - "ticker": "DOT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "dotusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kraken", - "ticker": "DOTUSD" - }, - { - "exchangeName": "Kucoin", - "ticker": "DOT-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Mexc", - "ticker": "DOT_USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "DOT-USDT", - "adjustByMarket": "USDT-USD" - } - ], - "liquidityTier": 1, - "atomicResolution": -6.0, - "quantumConversionExponent": -9, - "defaultFundingPpm": 0, - "stepBaseQuantums": 1000000, - "subticksPerTick": 1000000, - "delayBlocks": 3600 - }, - "initialDeposit": { - "denom": "adydx", - "amount": "10000000000000000000000" - }, - "meta": { - "assetName": "Polkadot", - "referencePrice": 7.192690961603802 - } - }, - "BCH": { - "title": "Add BCH-USD perpetual market", - "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a BCH-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", - "params": { - "id": 12, - "ticker": "BCH-USD", - "marketType": "PERPETUAL_MARKET_TYPE_CROSS", - "priceExponent": -7.0, - "minPriceChange": 2500, - "minExchanges": 3, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "BCHUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Bitstamp", - "ticker": "BCH/USD" - }, - { - "exchangeName": "Bybit", - "ticker": "BCHUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "CoinbasePro", - "ticker": "BCH-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "bchusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kraken", - "ticker": "BCHUSD" - }, - { - "exchangeName": "Kucoin", - "ticker": "BCH-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Mexc", - "ticker": "BCH_USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "BCH-USDT", - "adjustByMarket": "USDT-USD" - } - ], - "liquidityTier": 1, - "atomicResolution": -8.0, - "quantumConversionExponent": -9, - "defaultFundingPpm": 0, - "stepBaseQuantums": 1000000, - "subticksPerTick": 1000000, - "delayBlocks": 3600 - }, - "initialDeposit": { - "denom": "adydx", - "amount": "10000000000000000000000" - }, - "meta": { - "assetName": "Bitcoin Cash", - "referencePrice": 440.3540174612563 - } - }, - "LINK": { - "title": "Add LINK-USD perpetual market", - "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a LINK-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", - "params": { - "id": 13, - "ticker": "LINK-USD", - "marketType": "PERPETUAL_MARKET_TYPE_CROSS", - "priceExponent": -8.0, - "minPriceChange": 2500, - "minExchanges": 3, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "LINKUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Bitstamp", - "ticker": "LINK/USD" - }, - { - "exchangeName": "Bybit", - "ticker": "LINKUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "CoinbasePro", - "ticker": "LINK-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "linkusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kraken", - "ticker": "LINKUSD" - }, - { - "exchangeName": "Kucoin", - "ticker": "LINK-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Mexc", - "ticker": "LINK_USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "LINK-USDT", - "adjustByMarket": "USDT-USD" - } - ], - "liquidityTier": 1, - "atomicResolution": -7.0, - "quantumConversionExponent": -9, - "defaultFundingPpm": 0, - "stepBaseQuantums": 1000000, - "subticksPerTick": 1000000, - "delayBlocks": 3600 - }, - "initialDeposit": { - "denom": "adydx", - "amount": "10000000000000000000000" - }, - "meta": { - "assetName": "Chainlink", - "referencePrice": 13.740392173852204 - } - }, - "NEAR": { - "title": "Add NEAR-USD perpetual market", - "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a NEAR-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", - "params": { - "id": 14, - "ticker": "NEAR-USD", - "marketType": "PERPETUAL_MARKET_TYPE_CROSS", - "priceExponent": -9.0, - "minPriceChange": 4000, - "minExchanges": 3, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "NEARUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Bybit", - "ticker": "NEARUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "CoinbasePro", - "ticker": "NEAR-USD" - }, - { - "exchangeName": "Kraken", - "ticker": "NEARUSD" - }, - { - "exchangeName": "Kucoin", - "ticker": "NEAR-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Mexc", - "ticker": "NEAR_USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "NEAR-USDT", - "adjustByMarket": "USDT-USD" - } - ], - "liquidityTier": 2, - "atomicResolution": -6.0, - "quantumConversionExponent": -9, - "defaultFundingPpm": 0, - "stepBaseQuantums": 1000000, - "subticksPerTick": 1000000, - "delayBlocks": 3600 - }, - "initialDeposit": { - "denom": "adydx", - "amount": "10000000000000000000000" - }, - "meta": { - "assetName": "NEAR Protocol", - "referencePrice": 6.401351018238966 - } - }, - "MATIC": { - "title": "Add MATIC-USD perpetual market", - "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a MATIC-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", - "params": { - "id": 15, - "ticker": "MATIC-USD", - "marketType": "PERPETUAL_MARKET_TYPE_CROSS", - "priceExponent": -10.0, - "minPriceChange": 2500, - "minExchanges": 3, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "MATICUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Bitstamp", - "ticker": "MATIC/USD" - }, - { - "exchangeName": "Bybit", - "ticker": "MATICUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "CoinbasePro", - "ticker": "MATIC-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "maticusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kraken", - "ticker": "MATICUSD" - }, - { - "exchangeName": "Kucoin", - "ticker": "MATIC-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Mexc", - "ticker": "MATIC_USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "MATIC-USDT", - "adjustByMarket": "USDT-USD" - } - ], - "liquidityTier": 1, - "atomicResolution": -5.0, - "quantumConversionExponent": -9, - "defaultFundingPpm": 0, - "stepBaseQuantums": 1000000, - "subticksPerTick": 1000000, - "delayBlocks": 3600 - }, - "initialDeposit": { - "denom": "adydx", - "amount": "10000000000000000000000" - }, - "meta": { - "assetName": "Polygon", - "referencePrice": 0.7250861858190705 - } - }, - "ICP": { - "title": "Add ICP-USD perpetual market", - "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a ICP-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", - "params": { - "id": 16, - "ticker": "ICP-USD", - "marketType": "PERPETUAL_MARKET_TYPE_CROSS", - "priceExponent": -8.0, - "minPriceChange": 4000, - "minExchanges": 3, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "ICPUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Bybit", - "ticker": "ICPUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "CoinbasePro", - "ticker": "ICP-USD" - }, - { - "exchangeName": "Kraken", - "ticker": "ICPUSD" - }, - { - "exchangeName": "Kucoin", - "ticker": "ICP-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Mexc", - "ticker": "ICP_USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "ICP-USDT", - "adjustByMarket": "USDT-USD" - } - ], - "liquidityTier": 2, - "atomicResolution": -7.0, - "quantumConversionExponent": -9, - "defaultFundingPpm": 0, - "stepBaseQuantums": 1000000, - "subticksPerTick": 1000000, - "delayBlocks": 3600 - }, - "initialDeposit": { - "denom": "adydx", - "amount": "10000000000000000000000" - }, - "meta": { - "assetName": "Internet Computer", - "referencePrice": 13.461883080028814 - } - }, - "DAI": { - "title": "Add DAI-USD perpetual market", - "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a DAI-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", - "params": { - "id": 18, - "ticker": "DAI-USD", - "marketType": "PERPETUAL_MARKET_TYPE_CROSS", - "priceExponent": -10.0, - "minPriceChange": 4000, - "minExchanges": 3, - "exchangeConfigJson": [ - { - "exchangeName": "Bybit", - "ticker": "DAIUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "CoinbasePro", - "ticker": "DAI-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "daiusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kraken", - "ticker": "DAIUSD" - }, - { - "exchangeName": "Mexc", - "ticker": "DAI_USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "DAI-USDT", - "adjustByMarket": "USDT-USD" - } - ], - "liquidityTier": 2, - "atomicResolution": -5.0, - "quantumConversionExponent": -9, - "defaultFundingPpm": 0, - "stepBaseQuantums": 1000000, - "subticksPerTick": 1000000, - "delayBlocks": 3600 - }, - "initialDeposit": { - "denom": "adydx", - "amount": "10000000000000000000000" - }, - "meta": { - "assetName": "Dai", - "referencePrice": 0.999973292519322 - } - }, - "UNI": { - "title": "Add UNI-USD perpetual market", - "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a UNI-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", - "params": { - "id": 19, - "ticker": "UNI-USD", - "marketType": "PERPETUAL_MARKET_TYPE_CROSS", - "priceExponent": -9.0, - "minPriceChange": 2500, - "minExchanges": 3, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "UNIUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Bitstamp", - "ticker": "UNI/USD" - }, - { - "exchangeName": "Bybit", - "ticker": "UNIUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "CoinbasePro", - "ticker": "UNI-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "uniusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kraken", - "ticker": "UNIUSD" - }, - { - "exchangeName": "Kucoin", - "ticker": "UNI-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Mexc", - "ticker": "UNI_USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "UNI-USDT", - "adjustByMarket": "USDT-USD" - } - ], - "liquidityTier": 1, - "atomicResolution": -6.0, - "quantumConversionExponent": -9, - "defaultFundingPpm": 0, - "stepBaseQuantums": 1000000, - "subticksPerTick": 1000000, - "delayBlocks": 3600 - }, - "initialDeposit": { - "denom": "adydx", - "amount": "10000000000000000000000" - }, - "meta": { - "assetName": "Uniswap", - "referencePrice": 7.192308868501533 - } - }, - "HBAR": { - "title": "Add HBAR-USD perpetual market", - "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a HBAR-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", - "params": { - "id": 20, - "ticker": "HBAR-USD", - "marketType": "PERPETUAL_MARKET_TYPE_CROSS", - "priceExponent": -10.0, - "minPriceChange": 4000, - "minExchanges": 3, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "HBARUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Bybit", - "ticker": "HBARUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "CoinbasePro", - "ticker": "HBAR-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "HBAR-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Mexc", - "ticker": "HBAR_USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "HBAR-USDT", - "adjustByMarket": "USDT-USD" - } - ], - "liquidityTier": 2, - "atomicResolution": -5.0, - "quantumConversionExponent": -9, - "defaultFundingPpm": 0, - "stepBaseQuantums": 1000000, - "subticksPerTick": 1000000, - "delayBlocks": 3600 - }, - "initialDeposit": { - "denom": "adydx", - "amount": "10000000000000000000000" - }, - "meta": { - "assetName": "Hedera", - "referencePrice": 0.10622961548367621 - } - }, - "APT": { - "title": "Add APT-USD perpetual market", - "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a APT-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", - "params": { - "id": 22, - "ticker": "APT-USD", - "marketType": "PERPETUAL_MARKET_TYPE_CROSS", - "priceExponent": -9.0, - "minPriceChange": 2500, - "minExchanges": 3, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "APTUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Bybit", - "ticker": "APTUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "CoinbasePro", - "ticker": "APT-USD" - }, - { - "exchangeName": "Gate", - "ticker": "APT_USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "aptusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kraken", - "ticker": "APTUSD" - }, - { - "exchangeName": "Kucoin", - "ticker": "APT-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Mexc", - "ticker": "APT_USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "APT-USDT", - "adjustByMarket": "USDT-USD" - } - ], - "liquidityTier": 1, - "atomicResolution": -6.0, - "quantumConversionExponent": -9, - "defaultFundingPpm": 0, - "stepBaseQuantums": 1000000, - "subticksPerTick": 1000000, - "delayBlocks": 3600 - }, - "initialDeposit": { - "denom": "adydx", - "amount": "10000000000000000000000" - }, - "meta": { - "assetName": "Aptos", - "referencePrice": 8.99553250384946 - } - }, - "ATOM": { - "title": "Add ATOM-USD perpetual market", - "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a ATOM-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", - "params": { - "id": 23, - "ticker": "ATOM-USD", - "marketType": "PERPETUAL_MARKET_TYPE_CROSS", - "priceExponent": -9.0, - "minPriceChange": 2500, - "minExchanges": 3, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "ATOMUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Bybit", - "ticker": "ATOMUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "CoinbasePro", - "ticker": "ATOM-USD" - }, - { - "exchangeName": "Gate", - "ticker": "ATOM_USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "atomusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kraken", - "ticker": "ATOMUSD" - }, - { - "exchangeName": "Kucoin", - "ticker": "ATOM-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Mexc", - "ticker": "ATOM_USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "ATOM-USDT", - "adjustByMarket": "USDT-USD" - } - ], - "liquidityTier": 1, - "atomicResolution": -6.0, - "quantumConversionExponent": -9, - "defaultFundingPpm": 0, - "stepBaseQuantums": 1000000, - "subticksPerTick": 1000000, - "delayBlocks": 3600 - }, - "initialDeposit": { - "denom": "adydx", - "amount": "10000000000000000000000" - }, - "meta": { - "assetName": "Cosmos", - "referencePrice": 8.715811388666577 - } - }, - "PEPE": { - "title": "Add PEPE-USD perpetual market", - "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a PEPE-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", - "params": { - "id": 24, - "ticker": "PEPE-USD", - "marketType": "PERPETUAL_MARKET_TYPE_CROSS", - "priceExponent": -15.0, - "minPriceChange": 4000, - "minExchanges": 3, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "PEPEUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Bybit", - "ticker": "PEPEUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "pepeusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kraken", - "ticker": "PEPEUSD" - }, - { - "exchangeName": "Kucoin", - "ticker": "PEPE-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Mexc", - "ticker": "PEPE_USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "PEPE-USDT", - "adjustByMarket": "USDT-USD" - } - ], - "liquidityTier": 2, - "atomicResolution": 0.0, - "quantumConversionExponent": -9, - "defaultFundingPpm": 0, - "stepBaseQuantums": 1000000, - "subticksPerTick": 1000000, - "delayBlocks": 3600 - }, - "initialDeposit": { - "denom": "adydx", - "amount": "10000000000000000000000" - }, - "meta": { - "assetName": "Pepe", - "referencePrice": 7.850448996650624e-06 - } - }, - "FIL": { - "title": "Add FIL-USD perpetual market", - "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a FIL-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", - "params": { - "id": 25, - "ticker": "FIL-USD", - "marketType": "PERPETUAL_MARKET_TYPE_CROSS", - "priceExponent": -9.0, - "minPriceChange": 2500, - "minExchanges": 3, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "FILUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Bybit", - "ticker": "FILUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "CoinbasePro", - "ticker": "FIL-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "filusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kraken", - "ticker": "FILUSD" - }, - { - "exchangeName": "Kucoin", - "ticker": "FIL-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Mexc", - "ticker": "FIL_USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "FIL-USDT", - "adjustByMarket": "USDT-USD" - } - ], - "liquidityTier": 1, - "atomicResolution": -6.0, - "quantumConversionExponent": -9, - "defaultFundingPpm": 0, - "stepBaseQuantums": 1000000, - "subticksPerTick": 1000000, - "delayBlocks": 3600 - }, - "initialDeposit": { - "denom": "adydx", - "amount": "10000000000000000000000" - }, - "meta": { - "assetName": "Filecoin", - "referencePrice": 5.965447897886074 - } - }, - "IMX": { - "title": "Add IMX-USD perpetual market", - "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a IMX-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", - "params": { - "id": 26, - "ticker": "IMX-USD", - "marketType": "PERPETUAL_MARKET_TYPE_CROSS", - "priceExponent": -9.0, - "minPriceChange": 4000, - "minExchanges": 3, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "IMXUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "CoinbasePro", - "ticker": "IMX-USD" - }, - { - "exchangeName": "Kraken", - "ticker": "IMXUSD" - }, - { - "exchangeName": "Kucoin", - "ticker": "IMX-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Mexc", - "ticker": "IMX_USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "IMX-USDT", - "adjustByMarket": "USDT-USD" - } - ], - "liquidityTier": 2, - "atomicResolution": -6.0, - "quantumConversionExponent": -9, - "defaultFundingPpm": 0, - "stepBaseQuantums": 1000000, - "subticksPerTick": 1000000, - "delayBlocks": 3600 - }, - "initialDeposit": { - "denom": "adydx", - "amount": "10000000000000000000000" - }, - "meta": { - "assetName": "Immutable", - "referencePrice": 2.239870415647921 - } - }, - "STX": { - "title": "Add STX-USD perpetual market", - "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a STX-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", - "params": { - "id": 27, - "ticker": "STX-USD", - "marketType": "PERPETUAL_MARKET_TYPE_CROSS", - "priceExponent": -9.0, - "minPriceChange": 2500, - "minExchanges": 3, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "STXUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Bybit", - "ticker": "STXUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "CoinbasePro", - "ticker": "STX-USD" - }, - { - "exchangeName": "Gate", - "ticker": "STX_USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kraken", - "ticker": "STXUSD" - }, - { - "exchangeName": "Kucoin", - "ticker": "STX-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Mexc", - "ticker": "STX_USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "STX-USDT", - "adjustByMarket": "USDT-USD" - } - ], - "liquidityTier": 1, - "atomicResolution": -6.0, - "quantumConversionExponent": -9, - "defaultFundingPpm": 0, - "stepBaseQuantums": 1000000, - "subticksPerTick": 1000000, - "delayBlocks": 3600 - }, - "initialDeposit": { - "denom": "adydx", - "amount": "10000000000000000000000" - }, - "meta": { - "assetName": "Stacks", - "referencePrice": 2.1246991809215925 - } - }, - "RNDR": { - "title": "Add RNDR-USD perpetual market", - "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a RNDR-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", - "params": { - "id": 29, - "ticker": "RNDR-USD", - "marketType": "PERPETUAL_MARKET_TYPE_CROSS", - "priceExponent": -9.0, - "minPriceChange": 4000, - "minExchanges": 3, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "RNDRUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Bybit", - "ticker": "RNDRUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "CoinbasePro", - "ticker": "RNDR-USD" - }, - { - "exchangeName": "Kraken", - "ticker": "RNDRUSD" - }, - { - "exchangeName": "Kucoin", - "ticker": "RNDR-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Mexc", - "ticker": "RNDR_USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "RNDR-USDT", - "adjustByMarket": "USDT-USD" - } - ], - "liquidityTier": 2, - "atomicResolution": -6.0, - "quantumConversionExponent": -9, - "defaultFundingPpm": 0, - "stepBaseQuantums": 1000000, - "subticksPerTick": 1000000, - "delayBlocks": 3600 - }, - "initialDeposit": { - "denom": "adydx", - "amount": "10000000000000000000000" - }, - "meta": { - "assetName": "Render", - "referencePrice": 7.915418042813452 - } - }, - "WIF": { - "title": "Add WIF-USD perpetual market", - "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a WIF-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", - "params": { - "id": 30, - "ticker": "WIF-USD", - "marketType": "PERPETUAL_MARKET_TYPE_CROSS", - "priceExponent": -9.0, - "minPriceChange": 2500, - "minExchanges": 3, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "WIFUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Bybit", - "ticker": "WIFUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Gate", - "ticker": "WIF_USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "wifusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kraken", - "ticker": "WIFUSD" - }, - { - "exchangeName": "Kucoin", - "ticker": "WIF-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Mexc", - "ticker": "WIF_USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "WIF-USDT", - "adjustByMarket": "USDT-USD" - } - ], - "liquidityTier": 1, - "atomicResolution": -6.0, - "quantumConversionExponent": -9, - "defaultFundingPpm": 0, - "stepBaseQuantums": 1000000, - "subticksPerTick": 1000000, - "delayBlocks": 3600 - }, - "initialDeposit": { - "denom": "adydx", - "amount": "10000000000000000000000" - }, - "meta": { - "assetName": "dogwifhat", - "referencePrice": 2.8554676486670507 - } - }, - "OP": { - "title": "Add OP-USD perpetual market", - "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a OP-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", - "params": { - "id": 31, - "ticker": "OP-USD", - "marketType": "PERPETUAL_MARKET_TYPE_CROSS", - "priceExponent": -9.0, - "minPriceChange": 2500, - "minExchanges": 3, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "OPUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Bybit", - "ticker": "OPUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "CoinbasePro", - "ticker": "OP-USD" - }, - { - "exchangeName": "Gate", - "ticker": "OP_USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kraken", - "ticker": "OPUSD" - }, - { - "exchangeName": "Kucoin", - "ticker": "OP-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Mexc", - "ticker": "OP_USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "OP-USDT", - "adjustByMarket": "USDT-USD" - } - ], - "liquidityTier": 1, - "atomicResolution": -6.0, - "quantumConversionExponent": -9, - "defaultFundingPpm": 0, - "stepBaseQuantums": 1000000, - "subticksPerTick": 1000000, - "delayBlocks": 3600 - }, - "initialDeposit": { - "denom": "adydx", - "amount": "10000000000000000000000" - }, - "meta": { - "assetName": "Optimism", - "referencePrice": 2.8811216328565834 - } - }, - "ARB": { - "title": "Add ARB-USD perpetual market", - "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a ARB-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", - "params": { - "id": 32, - "ticker": "ARB-USD", - "marketType": "PERPETUAL_MARKET_TYPE_CROSS", - "priceExponent": -9.0, - "minPriceChange": 4000, - "minExchanges": 3, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "ARBUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Bybit", - "ticker": "ARBUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "CoinbasePro", - "ticker": "ARB-USD" - }, - { - "exchangeName": "Kraken", - "ticker": "ARBUSD" - }, - { - "exchangeName": "Kucoin", - "ticker": "ARB-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Mexc", - "ticker": "ARB_USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "ARB-USDT", - "adjustByMarket": "USDT-USD" - } - ], - "liquidityTier": 2, - "atomicResolution": -6.0, - "quantumConversionExponent": -9, - "defaultFundingPpm": 0, - "stepBaseQuantums": 1000000, - "subticksPerTick": 1000000, - "delayBlocks": 3600 - }, - "initialDeposit": { - "denom": "adydx", - "amount": "10000000000000000000000" - }, - "meta": { - "assetName": "Arbitrum", - "referencePrice": 1.0427973889055515 - } - }, - "MKR": { - "title": "Add MKR-USD perpetual market", - "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a MKR-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", - "params": { - "id": 33, - "ticker": "MKR-USD", - "marketType": "PERPETUAL_MARKET_TYPE_CROSS", - "priceExponent": -6.0, - "minPriceChange": 2500, - "minExchanges": 3, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "MKRUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Bybit", - "ticker": "MKRUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "CoinbasePro", - "ticker": "MKR-USD" - }, - { - "exchangeName": "Kraken", - "ticker": "MKRUSD" - }, - { - "exchangeName": "Kucoin", - "ticker": "MKR-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Mexc", - "ticker": "MKR_USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "MKR-USDT", - "adjustByMarket": "USDT-USD" - } - ], - "liquidityTier": 1, - "atomicResolution": -9.0, - "quantumConversionExponent": -9, - "defaultFundingPpm": 0, - "stepBaseQuantums": 1000000, - "subticksPerTick": 1000000, - "delayBlocks": 3600 - }, - "initialDeposit": { - "denom": "adydx", - "amount": "10000000000000000000000" - }, - "meta": { - "assetName": "Maker", - "referencePrice": 2785.422848265722 - } - }, - "GRT": { - "title": "Add GRT-USD perpetual market", - "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a GRT-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", - "params": { - "id": 34, - "ticker": "GRT-USD", - "marketType": "PERPETUAL_MARKET_TYPE_CROSS", - "priceExponent": -10.0, - "minPriceChange": 2500, - "minExchanges": 3, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "GRTUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Bybit", - "ticker": "GRTUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "CoinbasePro", - "ticker": "GRT-USD" - }, - { - "exchangeName": "Gate", - "ticker": "GRT_USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kraken", - "ticker": "GRTUSD" - }, - { - "exchangeName": "Kucoin", - "ticker": "GRT-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Mexc", - "ticker": "GRT_USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "GRT-USDT", - "adjustByMarket": "USDT-USD" - } - ], - "liquidityTier": 1, - "atomicResolution": -5.0, - "quantumConversionExponent": -9, - "defaultFundingPpm": 0, - "stepBaseQuantums": 1000000, - "subticksPerTick": 1000000, - "delayBlocks": 3600 - }, - "initialDeposit": { - "denom": "adydx", - "amount": "10000000000000000000000" - }, - "meta": { - "assetName": "The Graph", - "referencePrice": 0.2585049312196988 - } - }, - "SUI": { - "title": "Add SUI-USD perpetual market", - "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a SUI-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", - "params": { - "id": 35, - "ticker": "SUI-USD", - "marketType": "PERPETUAL_MARKET_TYPE_CROSS", - "priceExponent": -9.0, - "minPriceChange": 2500, - "minExchanges": 3, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "SUIUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Bybit", - "ticker": "SUIUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "CoinbasePro", - "ticker": "SUI-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "suiusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kraken", - "ticker": "SUIUSD" - }, - { - "exchangeName": "Kucoin", - "ticker": "SUI-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Mexc", - "ticker": "SUI_USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "SUI-USDT", - "adjustByMarket": "USDT-USD" - } - ], - "liquidityTier": 1, - "atomicResolution": -6.0, - "quantumConversionExponent": -9, - "defaultFundingPpm": 0, - "stepBaseQuantums": 1000000, - "subticksPerTick": 1000000, - "delayBlocks": 3600 - }, - "initialDeposit": { - "denom": "adydx", - "amount": "10000000000000000000000" - }, - "meta": { - "assetName": "Sui", - "referencePrice": 1.1113392464358447 - } - }, - "INJ": { - "title": "Add INJ-USD perpetual market", - "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a INJ-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", - "params": { - "id": 36, - "ticker": "INJ-USD", - "marketType": "PERPETUAL_MARKET_TYPE_CROSS", - "priceExponent": -8.0, - "minPriceChange": 4000, - "minExchanges": 3, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "INJUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Bybit", - "ticker": "INJUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "CoinbasePro", - "ticker": "INJ-USD" - }, - { - "exchangeName": "Kraken", - "ticker": "INJUSD" - }, - { - "exchangeName": "Kucoin", - "ticker": "INJ-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Mexc", - "ticker": "INJ_USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "INJ-USDT", - "adjustByMarket": "USDT-USD" - } - ], - "liquidityTier": 2, - "atomicResolution": -7.0, - "quantumConversionExponent": -9, - "defaultFundingPpm": 0, - "stepBaseQuantums": 1000000, - "subticksPerTick": 1000000, - "delayBlocks": 3600 - }, - "initialDeposit": { - "denom": "adydx", - "amount": "10000000000000000000000" - }, - "meta": { - "assetName": "Injective", - "referencePrice": 23.697718423026043 - } - }, - "FTM": { - "title": "Add FTM-USD perpetual market", - "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a FTM-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", - "params": { - "id": 37, - "ticker": "FTM-USD", - "marketType": "PERPETUAL_MARKET_TYPE_CROSS", - "priceExponent": -10.0, - "minPriceChange": 4000, - "minExchanges": 3, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "FTMUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Bybit", - "ticker": "FTMUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kraken", - "ticker": "FTMUSD" - }, - { - "exchangeName": "Kucoin", - "ticker": "FTM-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Mexc", - "ticker": "FTM_USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "FTM-USDT", - "adjustByMarket": "USDT-USD" - } - ], - "liquidityTier": 2, - "atomicResolution": -5.0, - "quantumConversionExponent": -9, - "defaultFundingPpm": 0, - "stepBaseQuantums": 1000000, - "subticksPerTick": 1000000, - "delayBlocks": 3600 - }, - "initialDeposit": { - "denom": "adydx", - "amount": "10000000000000000000000" - }, - "meta": { - "assetName": "Fantom", - "referencePrice": 0.681419534254711 - } - }, - "LDO": { - "title": "Add LDO-USD perpetual market", - "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a LDO-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", - "params": { - "id": 38, - "ticker": "LDO-USD", - "marketType": "PERPETUAL_MARKET_TYPE_CROSS", - "priceExponent": -9.0, - "minPriceChange": 4000, - "minExchanges": 3, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "LDOUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Bybit", - "ticker": "LDOUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "CoinbasePro", - "ticker": "LDO-USD" - }, - { - "exchangeName": "Kraken", - "ticker": "LDOUSD" - }, - { - "exchangeName": "Kucoin", - "ticker": "LDO-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Mexc", - "ticker": "LDO_USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "LDO-USDT", - "adjustByMarket": "USDT-USD" - } - ], - "liquidityTier": 2, - "atomicResolution": -6.0, - "quantumConversionExponent": -9, - "defaultFundingPpm": 0, - "stepBaseQuantums": 1000000, - "subticksPerTick": 1000000, - "delayBlocks": 3600 - }, - "initialDeposit": { - "denom": "adydx", - "amount": "10000000000000000000000" - }, - "meta": { - "assetName": "Lido DAO", - "referencePrice": 2.0678068291656686 - } - }, - "FET": { - "title": "Add FET-USD perpetual market", - "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a FET-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", - "params": { - "id": 39, - "ticker": "FET-USD", - "marketType": "PERPETUAL_MARKET_TYPE_CROSS", - "priceExponent": -9.0, - "minPriceChange": 4000, - "minExchanges": 3, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "FETUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Bybit", - "ticker": "FETUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "CoinbasePro", - "ticker": "FET-USD" - }, - { - "exchangeName": "Kraken", - "ticker": "FETUSD" - }, - { - "exchangeName": "Kucoin", - "ticker": "FET-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Mexc", - "ticker": "FET_USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "FET-USDT", - "adjustByMarket": "USDT-USD" - } - ], - "liquidityTier": 2, - "atomicResolution": -6.0, - "quantumConversionExponent": -9, - "defaultFundingPpm": 0, - "stepBaseQuantums": 1000000, - "subticksPerTick": 1000000, - "delayBlocks": 3600 - }, - "initialDeposit": { - "denom": "adydx", - "amount": "10000000000000000000000" - }, - "meta": { - "assetName": "Fetch.ai", - "referencePrice": 2.0480362696772465 - } - }, - "TIA": { - "title": "Add TIA-USD perpetual market", - "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a TIA-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", - "params": { - "id": 40, - "ticker": "TIA-USD", - "marketType": "PERPETUAL_MARKET_TYPE_CROSS", - "priceExponent": -8.0, - "minPriceChange": 4000, - "minExchanges": 3, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "TIAUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Bybit", - "ticker": "TIAUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "CoinbasePro", - "ticker": "TIA-USD" - }, - { - "exchangeName": "Kraken", - "ticker": "TIAUSD" - }, - { - "exchangeName": "Kucoin", - "ticker": "TIA-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Mexc", - "ticker": "TIA_USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "TIA-USDT", - "adjustByMarket": "USDT-USD" - } - ], - "liquidityTier": 2, - "atomicResolution": -7.0, - "quantumConversionExponent": -9, - "defaultFundingPpm": 0, - "stepBaseQuantums": 1000000, - "subticksPerTick": 1000000, - "delayBlocks": 3600 - }, - "initialDeposit": { - "denom": "adydx", - "amount": "10000000000000000000000" - }, - "meta": { - "assetName": "Celestia", - "referencePrice": 10.035079235290235 - } - }, - "RUNE": { - "title": "Add RUNE-USD perpetual market", - "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a RUNE-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", - "params": { - "id": 41, - "ticker": "RUNE-USD", - "marketType": "PERPETUAL_MARKET_TYPE_CROSS", - "priceExponent": -9.0, - "minPriceChange": 4000, - "minExchanges": 3, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "RUNEUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Bybit", - "ticker": "RUNEUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Gate", - "ticker": "RUNE_USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kraken", - "ticker": "RUNEUSD" - }, - { - "exchangeName": "Kucoin", - "ticker": "RUNE-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Mexc", - "ticker": "RUNE_USDT", - "adjustByMarket": "USDT-USD" - } - ], - "liquidityTier": 2, - "atomicResolution": -6.0, - "quantumConversionExponent": -9, - "defaultFundingPpm": 0, - "stepBaseQuantums": 1000000, - "subticksPerTick": 1000000, - "delayBlocks": 3600 - }, - "initialDeposit": { - "denom": "adydx", - "amount": "10000000000000000000000" - }, - "meta": { - "assetName": "THORChain", - "referencePrice": 5.076032669690655 - } - }, - "BONK": { - "title": "Add BONK-USD perpetual market", - "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a BONK-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", - "params": { - "id": 42, - "ticker": "BONK-USD", - "marketType": "PERPETUAL_MARKET_TYPE_CROSS", - "priceExponent": -14.0, - "minPriceChange": 4000, - "minExchanges": 3, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "BONKUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Bybit", - "ticker": "BONKUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "CoinbasePro", - "ticker": "BONK-USD" - }, - { - "exchangeName": "Kraken", - "ticker": "BONKUSD" - }, - { - "exchangeName": "Kucoin", - "ticker": "BONK-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Mexc", - "ticker": "BONK_USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "BONK-USDT", - "adjustByMarket": "USDT-USD" - } - ], - "liquidityTier": 2, - "atomicResolution": -1.0, - "quantumConversionExponent": -9, - "defaultFundingPpm": 0, - "stepBaseQuantums": 1000000, - "subticksPerTick": 1000000, - "delayBlocks": 3600 - }, - "initialDeposit": { - "denom": "adydx", - "amount": "10000000000000000000000" - }, - "meta": { - "assetName": "Bonk", - "referencePrice": 2.6385543995978146e-05 - } - }, - "FLOKI": { - "title": "Add FLOKI-USD perpetual market", - "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a FLOKI-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", - "params": { - "id": 43, - "ticker": "FLOKI-USD", - "marketType": "PERPETUAL_MARKET_TYPE_CROSS", - "priceExponent": -13.0, - "minPriceChange": 4000, - "minExchanges": 3, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "FLOKIUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Bybit", - "ticker": "FLOKIUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Gate", - "ticker": "FLOKI_USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "FLOKI-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Mexc", - "ticker": "FLOKI_USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "FLOKI-USDT", - "adjustByMarket": "USDT-USD" - } - ], - "liquidityTier": 2, - "atomicResolution": -2.0, - "quantumConversionExponent": -9, - "defaultFundingPpm": 0, - "stepBaseQuantums": 1000000, - "subticksPerTick": 1000000, - "delayBlocks": 3600 - }, - "initialDeposit": { - "denom": "adydx", - "amount": "10000000000000000000000" - }, - "meta": { - "assetName": "FLOKI", - "referencePrice": 0.00016765811114609883 - } - }, - "SEI": { - "title": "Add SEI-USD perpetual market", - "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a SEI-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", - "params": { - "id": 44, - "ticker": "SEI-USD", - "marketType": "PERPETUAL_MARKET_TYPE_CROSS", - "priceExponent": -10.0, - "minPriceChange": 4000, - "minExchanges": 3, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "SEIUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Bybit", - "ticker": "SEIUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "CoinbasePro", - "ticker": "SEI-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "seiusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kraken", - "ticker": "SEIUSD" - }, - { - "exchangeName": "Kucoin", - "ticker": "SEI-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Mexc", - "ticker": "SEI_USDT", - "adjustByMarket": "USDT-USD" - } - ], - "liquidityTier": 2, - "atomicResolution": -5.0, - "quantumConversionExponent": -9, - "defaultFundingPpm": 0, - "stepBaseQuantums": 1000000, - "subticksPerTick": 1000000, - "delayBlocks": 3600 - }, - "initialDeposit": { - "denom": "adydx", - "amount": "10000000000000000000000" - }, - "meta": { - "assetName": "Sei", - "referencePrice": 0.5471094469491297 - } - }, - "ALGO": { - "title": "Add ALGO-USD perpetual market", - "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a ALGO-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", - "params": { - "id": 45, - "ticker": "ALGO-USD", - "marketType": "PERPETUAL_MARKET_TYPE_CROSS", - "priceExponent": -10.0, - "minPriceChange": 4000, - "minExchanges": 3, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "ALGOUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Bybit", - "ticker": "ALGOUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "CoinbasePro", - "ticker": "ALGO-USD" - }, - { - "exchangeName": "Kraken", - "ticker": "ALGOUSD" - }, - { - "exchangeName": "Kucoin", - "ticker": "ALGO-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Mexc", - "ticker": "ALGO_USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "ALGO-USDT", - "adjustByMarket": "USDT-USD" - } - ], - "liquidityTier": 2, - "atomicResolution": -5.0, - "quantumConversionExponent": -9, - "defaultFundingPpm": 0, - "stepBaseQuantums": 1000000, - "subticksPerTick": 1000000, - "delayBlocks": 3600 - }, - "initialDeposit": { - "denom": "adydx", - "amount": "10000000000000000000000" - }, - "meta": { - "assetName": "Algorand", - "referencePrice": 0.18543646474053593 - } - }, - "JUP": { - "title": "Add JUP-USD perpetual market", - "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a JUP-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", - "params": { - "id": 46, - "ticker": "JUP-USD", - "marketType": "PERPETUAL_MARKET_TYPE_CROSS", - "priceExponent": -9.0, - "minPriceChange": 4000, - "minExchanges": 3, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "JUPUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Bybit", - "ticker": "JUPUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Gate", - "ticker": "JUP_USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kraken", - "ticker": "JUPUSD" - }, - { - "exchangeName": "Mexc", - "ticker": "JUP_USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "JUP-USDT", - "adjustByMarket": "USDT-USD" - } - ], - "liquidityTier": 2, - "atomicResolution": -6.0, - "quantumConversionExponent": -9, - "defaultFundingPpm": 0, - "stepBaseQuantums": 1000000, - "subticksPerTick": 1000000, - "delayBlocks": 3600 - }, - "initialDeposit": { - "denom": "adydx", - "amount": "10000000000000000000000" - }, - "meta": { - "assetName": "Jupiter", - "referencePrice": 1.0331907115121979 - } - }, - "FLOW": { - "title": "Add FLOW-USD perpetual market", - "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a FLOW-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", - "params": { - "id": 47, - "ticker": "FLOW-USD", - "marketType": "PERPETUAL_MARKET_TYPE_CROSS", - "priceExponent": -10.0, - "minPriceChange": 4000, - "minExchanges": 3, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "FLOWUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Bybit", - "ticker": "FLOWUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "CoinbasePro", - "ticker": "FLOW-USD" - }, - { - "exchangeName": "Gate", - "ticker": "FLOW_USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kraken", - "ticker": "FLOWUSD" - }, - { - "exchangeName": "Mexc", - "ticker": "FLOW_USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "FLOW-USDT", - "adjustByMarket": "USDT-USD" - } - ], - "liquidityTier": 2, - "atomicResolution": -5.0, - "quantumConversionExponent": -9, - "defaultFundingPpm": 0, - "stepBaseQuantums": 1000000, - "subticksPerTick": 1000000, - "delayBlocks": 3600 - }, - "initialDeposit": { - "denom": "adydx", - "amount": "10000000000000000000000" - }, - "meta": { - "assetName": "Flow", - "referencePrice": 0.8822620105345396 - } - }, - "GALA": { - "title": "Add GALA-USD perpetual market", - "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a GALA-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", - "params": { - "id": 48, - "ticker": "GALA-USD", - "marketType": "PERPETUAL_MARKET_TYPE_CROSS", - "priceExponent": -11.0, - "minPriceChange": 4000, - "minExchanges": 3, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "GALAUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Bybit", - "ticker": "GALAUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Gate", - "ticker": "GALA_USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kraken", - "ticker": "GALAUSD" - }, - { - "exchangeName": "Mexc", - "ticker": "GALA_USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "GALA-USDT", - "adjustByMarket": "USDT-USD" - } - ], - "liquidityTier": 2, - "atomicResolution": -4.0, - "quantumConversionExponent": -9, - "defaultFundingPpm": 0, - "stepBaseQuantums": 1000000, - "subticksPerTick": 1000000, - "delayBlocks": 3600 - }, - "initialDeposit": { - "denom": "adydx", - "amount": "10000000000000000000000" - }, - "meta": { - "assetName": "Gala", - "referencePrice": 0.043510681174046696 - } - }, - "W": { - "title": "Add W-USD perpetual market", - "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a W-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", - "params": { - "id": 49, - "ticker": "W-USD", - "marketType": "PERPETUAL_MARKET_TYPE_CROSS", - "priceExponent": -10.0, - "minPriceChange": 4000, - "minExchanges": 3, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "WUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Bybit", - "ticker": "WUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Gate", - "ticker": "W_USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "W-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Mexc", - "ticker": "W_USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "W-USDT", - "adjustByMarket": "USDT-USD" - } - ], - "liquidityTier": 2, - "atomicResolution": -5.0, - "quantumConversionExponent": -9, - "defaultFundingPpm": 0, - "stepBaseQuantums": 1000000, - "subticksPerTick": 1000000, - "delayBlocks": 3600 - }, - "initialDeposit": { - "denom": "adydx", - "amount": "10000000000000000000000" - }, - "meta": { - "assetName": "Wormhole", - "referencePrice": 0.726915001899745 - } - }, - "AAVE": { - "title": "Add AAVE-USD perpetual market", - "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a AAVE-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", - "params": { - "id": 50, - "ticker": "AAVE-USD", - "marketType": "PERPETUAL_MARKET_TYPE_CROSS", - "priceExponent": -8.0, - "minPriceChange": 4000, - "minExchanges": 3, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "AAVEUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Bybit", - "ticker": "AAVEUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "CoinbasePro", - "ticker": "AAVE-USD" - }, - { - "exchangeName": "Kraken", - "ticker": "AAVEUSD" - }, - { - "exchangeName": "Kucoin", - "ticker": "AAVE-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Mexc", - "ticker": "AAVE_USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "AAVE-USDT", - "adjustByMarket": "USDT-USD" - } - ], - "liquidityTier": 2, - "atomicResolution": -7.0, - "quantumConversionExponent": -9, - "defaultFundingPpm": 0, - "stepBaseQuantums": 1000000, - "subticksPerTick": 1000000, - "delayBlocks": 3600 - }, - "initialDeposit": { - "denom": "adydx", - "amount": "10000000000000000000000" - }, - "meta": { - "assetName": "Aave", - "referencePrice": 86.1185187449062 - } - }, - "QNT": { - "title": "Add QNT-USD perpetual market", - "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a QNT-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", - "params": { - "id": 51, - "ticker": "QNT-USD", - "marketType": "PERPETUAL_MARKET_TYPE_CROSS", - "priceExponent": -7.0, - "minPriceChange": 4000, - "minExchanges": 3, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "QNTUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "CoinbasePro", - "ticker": "QNT-USD" - }, - { - "exchangeName": "Gate", - "ticker": "QNT_USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "QNT-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Mexc", - "ticker": "QNT_USDT", - "adjustByMarket": "USDT-USD" - } - ], - "liquidityTier": 2, - "atomicResolution": -8.0, - "quantumConversionExponent": -9, - "defaultFundingPpm": 0, - "stepBaseQuantums": 1000000, - "subticksPerTick": 1000000, - "delayBlocks": 3600 - }, - "initialDeposit": { - "denom": "adydx", - "amount": "10000000000000000000000" - }, - "meta": { - "assetName": "Quant", - "referencePrice": 103.50167464219156 - } - }, - "PENDLE": { - "title": "Add PENDLE-USD perpetual market", - "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a PENDLE-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", - "params": { - "id": 52, - "ticker": "PENDLE-USD", - "marketType": "PERPETUAL_MARKET_TYPE_CROSS", - "priceExponent": -9.0, - "minPriceChange": 4000, - "minExchanges": 3, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "PENDLEUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Bybit", - "ticker": "PENDLEUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Gate", - "ticker": "PENDLE_USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "PENDLE-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Mexc", - "ticker": "PENDLE_USDT", - "adjustByMarket": "USDT-USD" - } - ], - "liquidityTier": 2, - "atomicResolution": -6.0, - "quantumConversionExponent": -9, - "defaultFundingPpm": 0, - "stepBaseQuantums": 1000000, - "subticksPerTick": 1000000, - "delayBlocks": 3600 - }, - "initialDeposit": { - "denom": "adydx", - "amount": "10000000000000000000000" - }, - "meta": { - "assetName": "Pendle", - "referencePrice": 4.7604237828432865 - } - }, - "FLR": { - "title": "Add FLR-USD perpetual market", - "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a FLR-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", - "params": { - "id": 53, - "ticker": "FLR-USD", - "marketType": "PERPETUAL_MARKET_TYPE_CROSS", - "priceExponent": -11.0, - "minPriceChange": 4000, - "minExchanges": 3, - "exchangeConfigJson": [ - { - "exchangeName": "Bybit", - "ticker": "FLRUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "CoinbasePro", - "ticker": "FLR-USD" - }, - { - "exchangeName": "Gate", - "ticker": "FLR_USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kraken", - "ticker": "FLRUSD" - }, - { - "exchangeName": "Mexc", - "ticker": "FLR_USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "FLR-USDT", - "adjustByMarket": "USDT-USD" - } - ], - "liquidityTier": 2, - "atomicResolution": -4.0, - "quantumConversionExponent": -9, - "defaultFundingPpm": 0, - "stepBaseQuantums": 1000000, - "subticksPerTick": 1000000, - "delayBlocks": 3600 - }, - "initialDeposit": { - "denom": "adydx", - "amount": "10000000000000000000000" - }, - "meta": { - "assetName": "Flare", - "referencePrice": 0.030788729815797576 - } - }, - "ENA": { - "title": "Add ENA-USD perpetual market", - "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a ENA-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", - "params": { - "id": 54, - "ticker": "ENA-USD", - "marketType": "PERPETUAL_MARKET_TYPE_CROSS", - "priceExponent": -10.0, - "minPriceChange": 4000, - "minExchanges": 3, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "ENAUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Bybit", - "ticker": "ENAUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "enausdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "ENA-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Mexc", - "ticker": "ENA_USDT", - "adjustByMarket": "USDT-USD" - } - ], - "liquidityTier": 2, - "atomicResolution": -5.0, - "quantumConversionExponent": -9, - "defaultFundingPpm": 0, - "stepBaseQuantums": 1000000, - "subticksPerTick": 1000000, - "delayBlocks": 3600 - }, - "initialDeposit": { - "denom": "adydx", - "amount": "10000000000000000000000" - }, - "meta": { - "assetName": "Ethena", - "referencePrice": 0.8165421882024005 - } - }, - "AGIX": { - "title": "Add AGIX-USD perpetual market", - "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a AGIX-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", - "params": { - "id": 55, - "ticker": "AGIX-USD", - "marketType": "PERPETUAL_MARKET_TYPE_CROSS", - "priceExponent": -10.0, - "minPriceChange": 4000, - "minExchanges": 3, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "AGIXUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Bybit", - "ticker": "AGIXUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Gate", - "ticker": "AGIX_USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "agixusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "AGIX-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Mexc", - "ticker": "AGIX_USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "AGIX-USDT", - "adjustByMarket": "USDT-USD" - } - ], - "liquidityTier": 2, - "atomicResolution": -5.0, - "quantumConversionExponent": -9, - "defaultFundingPpm": 0, - "stepBaseQuantums": 1000000, - "subticksPerTick": 1000000, - "delayBlocks": 3600 - }, - "initialDeposit": { - "denom": "adydx", - "amount": "10000000000000000000000" - }, - "meta": { - "assetName": "SingularityNET", - "referencePrice": 0.8415390669605753 - } - }, - "CHZ": { - "title": "Add CHZ-USD perpetual market", - "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a CHZ-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", - "params": { - "id": 56, - "ticker": "CHZ-USD", - "marketType": "PERPETUAL_MARKET_TYPE_CROSS", - "priceExponent": -10.0, - "minPriceChange": 4000, - "minExchanges": 3, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "CHZUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "CoinbasePro", - "ticker": "CHZ-USD" - }, - { - "exchangeName": "Kraken", - "ticker": "CHZUSD" - }, - { - "exchangeName": "Kucoin", - "ticker": "CHZ-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Mexc", - "ticker": "CHZ_USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "CHZ-USDT", - "adjustByMarket": "USDT-USD" - } - ], - "liquidityTier": 2, - "atomicResolution": -5.0, - "quantumConversionExponent": -9, - "defaultFundingPpm": 0, - "stepBaseQuantums": 1000000, - "subticksPerTick": 1000000, - "delayBlocks": 3600 - }, - "initialDeposit": { - "denom": "adydx", - "amount": "10000000000000000000000" - }, - "meta": { - "assetName": "Chiliz", - "referencePrice": 0.11782789017330461 - } - }, - "WLD": { - "title": "Add WLD-USD perpetual market", - "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a WLD-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", - "params": { - "id": 57, - "ticker": "WLD-USD", - "marketType": "PERPETUAL_MARKET_TYPE_CROSS", - "priceExponent": -9.0, - "minPriceChange": 4000, - "minExchanges": 3, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "WLDUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Bybit", - "ticker": "WLDUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Gate", - "ticker": "WLD_USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "WLD-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Mexc", - "ticker": "WLD_USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "WLD-USDT", - "adjustByMarket": "USDT-USD" - } - ], - "liquidityTier": 2, - "atomicResolution": -6.0, - "quantumConversionExponent": -9, - "defaultFundingPpm": 0, - "stepBaseQuantums": 1000000, - "subticksPerTick": 1000000, - "delayBlocks": 3600 - }, - "initialDeposit": { - "denom": "adydx", - "amount": "10000000000000000000000" - }, - "meta": { - "assetName": "Worldcoin", - "referencePrice": 4.835923939590577 - } - }, - "SAND": { - "title": "Add SAND-USD perpetual market", - "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a SAND-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", - "params": { - "id": 58, - "ticker": "SAND-USD", - "marketType": "PERPETUAL_MARKET_TYPE_CROSS", - "priceExponent": -10.0, - "minPriceChange": 4000, - "minExchanges": 3, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "SANDUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Bybit", - "ticker": "SANDUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Gate", - "ticker": "SAND_USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "SAND-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Mexc", - "ticker": "SAND_USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "SAND-USDT", - "adjustByMarket": "USDT-USD" - } - ], - "liquidityTier": 2, - "atomicResolution": -5.0, - "quantumConversionExponent": -9, - "defaultFundingPpm": 0, - "stepBaseQuantums": 1000000, - "subticksPerTick": 1000000, - "delayBlocks": 3600 - }, - "initialDeposit": { - "denom": "adydx", - "amount": "10000000000000000000000" - }, - "meta": { - "assetName": "The Sandbox", - "referencePrice": 0.43981885830784884 - } - }, - "STRK": { - "title": "Add STRK-USD perpetual market", - "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a STRK-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", - "params": { - "id": 59, - "ticker": "STRK-USD", - "marketType": "PERPETUAL_MARKET_TYPE_CROSS", - "priceExponent": -9.0, - "minPriceChange": 2500, - "minExchanges": 3, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "STRKUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Bybit", - "ticker": "STRKUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "CoinbasePro", - "ticker": "STRK-USD" - }, - { - "exchangeName": "Gate", - "ticker": "STRK_USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kraken", - "ticker": "STRKUSD" - }, - { - "exchangeName": "Kucoin", - "ticker": "STRK-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Mexc", - "ticker": "STRK_USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "STRK-USDT", - "adjustByMarket": "USDT-USD" - } - ], - "liquidityTier": 1, - "atomicResolution": -6.0, - "quantumConversionExponent": -9, - "defaultFundingPpm": 0, - "stepBaseQuantums": 1000000, - "subticksPerTick": 1000000, - "delayBlocks": 3600 - }, - "initialDeposit": { - "denom": "adydx", - "amount": "10000000000000000000000" - }, - "meta": { - "assetName": "Starknet", - "referencePrice": 1.30890865863542 - } - }, - "EOS": { - "title": "Add EOS-USD perpetual market", - "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a EOS-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", - "params": { - "id": 60, - "ticker": "EOS-USD", - "marketType": "PERPETUAL_MARKET_TYPE_CROSS", - "priceExponent": -10.0, - "minPriceChange": 2500, - "minExchanges": 3, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "EOSUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Bybit", - "ticker": "EOSUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "CoinbasePro", - "ticker": "EOS-USD" - }, - { - "exchangeName": "Gate", - "ticker": "EOS_USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kraken", - "ticker": "EOSUSD" - }, - { - "exchangeName": "Kucoin", - "ticker": "EOS-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Mexc", - "ticker": "EOS_USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "EOS-USDT", - "adjustByMarket": "USDT-USD" - } - ], - "liquidityTier": 1, - "atomicResolution": -5.0, - "quantumConversionExponent": -9, - "defaultFundingPpm": 0, - "stepBaseQuantums": 1000000, - "subticksPerTick": 1000000, - "delayBlocks": 3600 - }, - "initialDeposit": { - "denom": "adydx", - "amount": "10000000000000000000000" - }, - "meta": { - "assetName": "EOS", - "referencePrice": 0.8189170456499958 - } - }, - "SNX": { - "title": "Add SNX-USD perpetual market", - "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a SNX-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", - "params": { - "id": 61, - "ticker": "SNX-USD", - "marketType": "PERPETUAL_MARKET_TYPE_CROSS", - "priceExponent": -9.0, - "minPriceChange": 4000, - "minExchanges": 3, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "SNXUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Bybit", - "ticker": "SNXUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "CoinbasePro", - "ticker": "SNX-USD" - }, - { - "exchangeName": "Kraken", - "ticker": "SNXUSD" - }, - { - "exchangeName": "Kucoin", - "ticker": "SNX-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Mexc", - "ticker": "SNX_USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "SNX-USDT", - "adjustByMarket": "USDT-USD" - } - ], - "liquidityTier": 2, - "atomicResolution": -6.0, - "quantumConversionExponent": -9, - "defaultFundingPpm": 0, - "stepBaseQuantums": 1000000, - "subticksPerTick": 1000000, - "delayBlocks": 3600 - }, - "initialDeposit": { - "denom": "adydx", - "amount": "10000000000000000000000" - }, - "meta": { - "assetName": "Synthetix", - "referencePrice": 2.7262155963302734 - } - }, - "JASMY": { - "title": "Add JASMY-USD perpetual market", - "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a JASMY-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", - "params": { - "id": 62, - "ticker": "JASMY-USD", - "marketType": "PERPETUAL_MARKET_TYPE_CROSS", - "priceExponent": -11.0, - "minPriceChange": 4000, - "minExchanges": 3, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "JASMYUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "CoinbasePro", - "ticker": "JASMY-USD" - }, - { - "exchangeName": "Gate", - "ticker": "JASMY_USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "JASMY-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Mexc", - "ticker": "JASMY_USDT", - "adjustByMarket": "USDT-USD" - } - ], - "liquidityTier": 2, - "atomicResolution": -4.0, - "quantumConversionExponent": -9, - "defaultFundingPpm": 0, - "stepBaseQuantums": 1000000, - "subticksPerTick": 1000000, - "delayBlocks": 3600 - }, - "initialDeposit": { - "denom": "adydx", - "amount": "10000000000000000000000" - }, - "meta": { - "assetName": "JasmyCoin", - "referencePrice": 0.017340326288544587 - } - }, - "ORDI": { - "title": "Add ORDI-USD perpetual market", - "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a ORDI-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", - "params": { - "id": 63, - "ticker": "ORDI-USD", - "marketType": "PERPETUAL_MARKET_TYPE_CROSS", - "priceExponent": -8.0, - "minPriceChange": 4000, - "minExchanges": 3, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "ORDIUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Bybit", - "ticker": "ORDIUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Gate", - "ticker": "ORDI_USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "ORDI-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Mexc", - "ticker": "ORDI_USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "ORDI-USDT", - "adjustByMarket": "USDT-USD" - } - ], - "liquidityTier": 2, - "atomicResolution": -7.0, - "quantumConversionExponent": -9, - "defaultFundingPpm": 0, - "stepBaseQuantums": 1000000, - "subticksPerTick": 1000000, - "delayBlocks": 3600 - }, - "initialDeposit": { - "denom": "adydx", - "amount": "10000000000000000000000" - }, - "meta": { - "assetName": "ORDI", - "referencePrice": 37.726633571856134 - } - }, - "PYTH": { - "title": "Add PYTH-USD perpetual market", - "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a PYTH-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", - "params": { - "id": 65, - "ticker": "PYTH-USD", - "marketType": "PERPETUAL_MARKET_TYPE_CROSS", - "priceExponent": -10.0, - "minPriceChange": 4000, - "minExchanges": 3, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "PYTHUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Bybit", - "ticker": "PYTHUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Gate", - "ticker": "PYTH_USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "PYTH-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Mexc", - "ticker": "PYTH_USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "PYTH-USDT", - "adjustByMarket": "USDT-USD" - } - ], - "liquidityTier": 2, - "atomicResolution": -5.0, - "quantumConversionExponent": -9, - "defaultFundingPpm": 0, - "stepBaseQuantums": 1000000, - "subticksPerTick": 1000000, - "delayBlocks": 3600 - }, - "initialDeposit": { - "denom": "adydx", - "amount": "10000000000000000000000" - }, - "meta": { - "assetName": "Pyth Network", - "referencePrice": 0.5258526269698547 - } - }, - "APE": { - "title": "Add APE-USD perpetual market", - "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a APE-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", - "params": { - "id": 66, - "ticker": "APE-USD", - "marketType": "PERPETUAL_MARKET_TYPE_CROSS", - "priceExponent": -9.0, - "minPriceChange": 2500, - "minExchanges": 3, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "APEUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Bybit", - "ticker": "APEUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "CoinbasePro", - "ticker": "APE-USD" - }, - { - "exchangeName": "Gate", - "ticker": "APE_USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kraken", - "ticker": "APEUSD" - }, - { - "exchangeName": "Kucoin", - "ticker": "APE-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Mexc", - "ticker": "APE_USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "APE-USDT", - "adjustByMarket": "USDT-USD" - } - ], - "liquidityTier": 1, - "atomicResolution": -6.0, - "quantumConversionExponent": -9, - "defaultFundingPpm": 0, - "stepBaseQuantums": 1000000, - "subticksPerTick": 1000000, - "delayBlocks": 3600 - }, - "initialDeposit": { - "denom": "adydx", - "amount": "10000000000000000000000" - }, - "meta": { - "assetName": "ApeCoin", - "referencePrice": 1.2198969896909202 - } - }, - "KAVA": { - "title": "Add KAVA-USD perpetual market", - "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a KAVA-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", - "params": { - "id": 67, - "ticker": "KAVA-USD", - "marketType": "PERPETUAL_MARKET_TYPE_CROSS", - "priceExponent": -10.0, - "minPriceChange": 4000, - "minExchanges": 3, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "KAVAUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "CoinbasePro", - "ticker": "KAVA-USD" - }, - { - "exchangeName": "Gate", - "ticker": "KAVA_USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kraken", - "ticker": "KAVAUSD" - }, - { - "exchangeName": "Kucoin", - "ticker": "KAVA-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Mexc", - "ticker": "KAVA_USDT", - "adjustByMarket": "USDT-USD" - } - ], - "liquidityTier": 2, - "atomicResolution": -5.0, - "quantumConversionExponent": -9, - "defaultFundingPpm": 0, - "stepBaseQuantums": 1000000, - "subticksPerTick": 1000000, - "delayBlocks": 3600 - }, - "initialDeposit": { - "denom": "adydx", - "amount": "10000000000000000000000" - }, - "meta": { - "assetName": "Kava", - "referencePrice": 0.669887831407206 - } - }, - "BLUR": { - "title": "Add BLUR-USD perpetual market", - "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a BLUR-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", - "params": { - "id": 68, - "ticker": "BLUR-USD", - "marketType": "PERPETUAL_MARKET_TYPE_CROSS", - "priceExponent": -10.0, - "minPriceChange": 4000, - "minExchanges": 3, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "BLURUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Bybit", - "ticker": "BLURUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "CoinbasePro", - "ticker": "BLUR-USD" - }, - { - "exchangeName": "Kraken", - "ticker": "BLURUSD" - }, - { - "exchangeName": "Kucoin", - "ticker": "BLUR-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Mexc", - "ticker": "BLUR_USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "BLUR-USDT", - "adjustByMarket": "USDT-USD" - } - ], - "liquidityTier": 2, - "atomicResolution": -5.0, - "quantumConversionExponent": -9, - "defaultFundingPpm": 0, - "stepBaseQuantums": 1000000, - "subticksPerTick": 1000000, - "delayBlocks": 3600 - }, - "initialDeposit": { - "denom": "adydx", - "amount": "10000000000000000000000" - }, - "meta": { - "assetName": "Blur", - "referencePrice": 0.4049318042813457 - } - }, - "DYDX": { - "title": "Add DYDX-USD perpetual market", - "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a DYDX-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", - "params": { - "id": 69, - "ticker": "DYDX-USD", - "marketType": "PERPETUAL_MARKET_TYPE_CROSS", - "priceExponent": -9.0, - "minPriceChange": 4000, - "minExchanges": 3, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "DYDXUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Bybit", - "ticker": "DYDXUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Gate", - "ticker": "DYDX_USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kraken", - "ticker": "DYDXUSD" - }, - { - "exchangeName": "Kucoin", - "ticker": "DYDX-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Mexc", - "ticker": "DYDX_USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "DYDX-USDT", - "adjustByMarket": "USDT-USD" - } - ], - "liquidityTier": 2, - "atomicResolution": -6.0, - "quantumConversionExponent": -9, - "defaultFundingPpm": 0, - "stepBaseQuantums": 1000000, - "subticksPerTick": 1000000, - "delayBlocks": 3600 - }, - "initialDeposit": { - "denom": "adydx", - "amount": "10000000000000000000000" - }, - "meta": { - "assetName": "dYdX (ethDYDX)", - "referencePrice": 2.1353224345766795 - } - }, - "BOME": { - "title": "Add BOME-USD perpetual market", - "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a BOME-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", - "params": { - "id": 70, - "ticker": "BOME-USD", - "marketType": "PERPETUAL_MARKET_TYPE_CROSS", - "priceExponent": -12.0, - "minPriceChange": 4000, - "minExchanges": 3, - "exchangeConfigJson": [ - { - "exchangeName": "Bybit", - "ticker": "BOMEUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Gate", - "ticker": "BOME_USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "BOME-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Mexc", - "ticker": "BOME_USDT", - "adjustByMarket": "USDT-USD" - } - ], - "liquidityTier": 2, - "atomicResolution": -3.0, - "quantumConversionExponent": -9, - "defaultFundingPpm": 0, - "stepBaseQuantums": 1000000, - "subticksPerTick": 1000000, - "delayBlocks": 3600 - }, - "initialDeposit": { - "denom": "adydx", - "amount": "10000000000000000000000" - }, - "meta": { - "assetName": "BOOK OF MEME", - "referencePrice": 0.009734598422711484 - } - }, - "OCEAN": { - "title": "Add OCEAN-USD perpetual market", - "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a OCEAN-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", - "params": { - "id": 72, - "ticker": "OCEAN-USD", - "marketType": "PERPETUAL_MARKET_TYPE_CROSS", - "priceExponent": -10.0, - "minPriceChange": 4000, - "minExchanges": 3, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "OCEANUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "CoinbasePro", - "ticker": "OCEAN-USD" - }, - { - "exchangeName": "Gate", - "ticker": "OCEAN_USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kraken", - "ticker": "OCEANUSD" - }, - { - "exchangeName": "Kucoin", - "ticker": "OCEAN-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Mexc", - "ticker": "OCEAN_USDT", - "adjustByMarket": "USDT-USD" - } - ], - "liquidityTier": 2, - "atomicResolution": -5.0, - "quantumConversionExponent": -9, - "defaultFundingPpm": 0, - "stepBaseQuantums": 1000000, - "subticksPerTick": 1000000, - "delayBlocks": 3600 - }, - "initialDeposit": { - "denom": "adydx", - "amount": "10000000000000000000000" - }, - "meta": { - "assetName": "Ocean Protocol", - "referencePrice": 0.8639639176875745 - } - }, - "ENS": { - "title": "Add ENS-USD perpetual market", - "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a ENS-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", - "params": { - "id": 73, - "ticker": "ENS-USD", - "marketType": "PERPETUAL_MARKET_TYPE_CROSS", - "priceExponent": -8.0, - "minPriceChange": 4000, - "minExchanges": 3, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "ENSUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "CoinbasePro", - "ticker": "ENS-USD" - }, - { - "exchangeName": "Gate", - "ticker": "ENS_USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "ENS-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Mexc", - "ticker": "ENS_USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "ENS-USDT", - "adjustByMarket": "USDT-USD" - } - ], - "liquidityTier": 2, - "atomicResolution": -7.0, - "quantumConversionExponent": -9, - "defaultFundingPpm": 0, - "stepBaseQuantums": 1000000, - "subticksPerTick": 1000000, - "delayBlocks": 3600 - }, - "initialDeposit": { - "denom": "adydx", - "amount": "10000000000000000000000" - }, - "meta": { - "assetName": "Ethereum Name Service", - "referencePrice": 15.111526941995683 - } - }, - "DYM": { - "title": "Add DYM-USD perpetual market", - "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a DYM-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", - "params": { - "id": 74, - "ticker": "DYM-USD", - "marketType": "PERPETUAL_MARKET_TYPE_CROSS", - "priceExponent": -9.0, - "minPriceChange": 4000, - "minExchanges": 3, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "DYMUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Bybit", - "ticker": "DYMUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Gate", - "ticker": "DYM_USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "DYM-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Mexc", - "ticker": "DYM_USDT", - "adjustByMarket": "USDT-USD" - } - ], - "liquidityTier": 2, - "atomicResolution": -6.0, - "quantumConversionExponent": -9, - "defaultFundingPpm": 0, - "stepBaseQuantums": 1000000, - "subticksPerTick": 1000000, - "delayBlocks": 3600 - }, - "initialDeposit": { - "denom": "adydx", - "amount": "10000000000000000000000" - }, - "meta": { - "assetName": "Dymension", - "referencePrice": 3.243814894569103 - } - }, - "ETHFI": { - "title": "Add ETHFI-USD perpetual market", - "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a ETHFI-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", - "params": { - "id": 75, - "ticker": "ETHFI-USD", - "marketType": "PERPETUAL_MARKET_TYPE_CROSS", - "priceExponent": -9.0, - "minPriceChange": 4000, - "minExchanges": 3, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "ETHFIUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Bybit", - "ticker": "ETHFIUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Gate", - "ticker": "ETHFI_USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "ETHFI-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "ETHFI-USDT", - "adjustByMarket": "USDT-USD" - } - ], - "liquidityTier": 2, - "atomicResolution": -6.0, - "quantumConversionExponent": -9, - "defaultFundingPpm": 0, - "stepBaseQuantums": 1000000, - "subticksPerTick": 1000000, - "delayBlocks": 3600 - }, - "initialDeposit": { - "denom": "adydx", - "amount": "10000000000000000000000" - }, - "meta": { - "assetName": "ether.fi", - "referencePrice": 3.811710106518133 - } - }, - "1INCH": { - "title": "Add 1INCH-USD perpetual market", - "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a 1INCH-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", - "params": { - "id": 76, - "ticker": "1INCH-USD", - "marketType": "PERPETUAL_MARKET_TYPE_CROSS", - "priceExponent": -10.0, - "minPriceChange": 4000, - "minExchanges": 3, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "1INCHUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "CoinbasePro", - "ticker": "1INCH-USD" - }, - { - "exchangeName": "Gate", - "ticker": "1INCH_USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "1INCH-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Mexc", - "ticker": "1INCH_USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "1INCH-USDT", - "adjustByMarket": "USDT-USD" - } - ], - "liquidityTier": 2, - "atomicResolution": -5.0, - "quantumConversionExponent": -9, - "defaultFundingPpm": 0, - "stepBaseQuantums": 1000000, - "subticksPerTick": 1000000, - "delayBlocks": 3600 - }, - "initialDeposit": { - "denom": "adydx", - "amount": "10000000000000000000000" - }, - "meta": { - "assetName": "1inch Network", - "referencePrice": 0.3738838045665926 - } - }, - "ARKM": { - "title": "Add ARKM-USD perpetual market", - "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a ARKM-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", - "params": { - "id": 77, - "ticker": "ARKM-USD", - "marketType": "PERPETUAL_MARKET_TYPE_CROSS", - "priceExponent": -9.0, - "minPriceChange": 4000, - "minExchanges": 3, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "ARKMUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Bybit", - "ticker": "ARKMUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "CoinbasePro", - "ticker": "ARKM-USD" - }, - { - "exchangeName": "Gate", - "ticker": "ARKM_USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Mexc", - "ticker": "ARKM_USDT", - "adjustByMarket": "USDT-USD" - } - ], - "liquidityTier": 2, - "atomicResolution": -6.0, - "quantumConversionExponent": -9, - "defaultFundingPpm": 0, - "stepBaseQuantums": 1000000, - "subticksPerTick": 1000000, - "delayBlocks": 3600 - }, - "initialDeposit": { - "denom": "adydx", - "amount": "10000000000000000000000" - }, - "meta": { - "assetName": "Arkham", - "referencePrice": 1.974821650546914 - } - }, - "GMT": { - "title": "Add GMT-USD perpetual market", - "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a GMT-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", - "params": { - "id": 78, - "ticker": "GMT-USD", - "marketType": "PERPETUAL_MARKET_TYPE_CROSS", - "priceExponent": -10.0, - "minPriceChange": 4000, - "minExchanges": 3, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "GMTUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Bybit", - "ticker": "GMTUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "CoinbasePro", - "ticker": "GMT-USD" - }, - { - "exchangeName": "Gate", - "ticker": "GMT_USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "GMT-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "GMT-USDT", - "adjustByMarket": "USDT-USD" - } - ], - "liquidityTier": 2, - "atomicResolution": -5.0, - "quantumConversionExponent": -9, - "defaultFundingPpm": 0, - "stepBaseQuantums": 1000000, - "subticksPerTick": 1000000, - "delayBlocks": 3600 - }, - "initialDeposit": { - "denom": "adydx", - "amount": "10000000000000000000000" - }, - "meta": { - "assetName": "GMT", - "referencePrice": 0.22263372152083444 - } - }, - "ZETA": { - "title": "Add ZETA-USD perpetual market", - "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a ZETA-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", - "params": { - "id": 80, - "ticker": "ZETA-USD", - "marketType": "PERPETUAL_MARKET_TYPE_CROSS", - "priceExponent": -9.0, - "minPriceChange": 4000, - "minExchanges": 3, - "exchangeConfigJson": [ - { - "exchangeName": "Bybit", - "ticker": "ZETAUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "CoinbasePro", - "ticker": "ZETA-USD" - }, - { - "exchangeName": "Gate", - "ticker": "ZETA_USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "ZETA-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Mexc", - "ticker": "ZETA_USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "ZETA-USDT", - "adjustByMarket": "USDT-USD" - } - ], - "liquidityTier": 2, - "atomicResolution": -6.0, - "quantumConversionExponent": -9, - "defaultFundingPpm": 0, - "stepBaseQuantums": 1000000, - "subticksPerTick": 1000000, - "delayBlocks": 3600 - }, - "initialDeposit": { - "denom": "adydx", - "amount": "10000000000000000000000" - }, - "meta": { - "assetName": "ZetaChain", - "referencePrice": 1.5606952628372133 - } - }, - "MEME": { - "title": "Add MEME-USD perpetual market", - "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a MEME-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", - "params": { - "id": 81, - "ticker": "MEME-USD", - "marketType": "PERPETUAL_MARKET_TYPE_CROSS", - "priceExponent": -11.0, - "minPriceChange": 4000, - "minExchanges": 3, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "MEMEUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Bybit", - "ticker": "MEMEUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Gate", - "ticker": "MEME_USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "MEME-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Mexc", - "ticker": "MEME_USDT", - "adjustByMarket": "USDT-USD" - } - ], - "liquidityTier": 2, - "atomicResolution": -4.0, - "quantumConversionExponent": -9, - "defaultFundingPpm": 0, - "stepBaseQuantums": 1000000, - "subticksPerTick": 1000000, - "delayBlocks": 3600 - }, - "initialDeposit": { - "denom": "adydx", - "amount": "10000000000000000000000" - }, - "meta": { - "assetName": "Memecoin", - "referencePrice": 0.024552139525164007 - } - }, - "MASK": { - "title": "Add MASK-USD perpetual market", - "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a MASK-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", - "params": { - "id": 82, - "ticker": "MASK-USD", - "marketType": "PERPETUAL_MARKET_TYPE_CROSS", - "priceExponent": -9.0, - "minPriceChange": 4000, - "minExchanges": 3, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "MASKUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Bybit", - "ticker": "MASKUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "CoinbasePro", - "ticker": "MASK-USD" - }, - { - "exchangeName": "Gate", - "ticker": "MASK_USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "MASK-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Mexc", - "ticker": "MASK_USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "MASK-USDT", - "adjustByMarket": "USDT-USD" - } - ], - "liquidityTier": 2, - "atomicResolution": -6.0, - "quantumConversionExponent": -9, - "defaultFundingPpm": 0, - "stepBaseQuantums": 1000000, - "subticksPerTick": 1000000, - "delayBlocks": 3600 - }, - "initialDeposit": { - "denom": "adydx", - "amount": "10000000000000000000000" - }, - "meta": { - "assetName": "Mask Network", - "referencePrice": 3.258105069878578 - } - }, - "XAI": { - "title": "Add XAI-USD perpetual market", - "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a XAI-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", - "params": { - "id": 83, - "ticker": "XAI-USD", - "marketType": "PERPETUAL_MARKET_TYPE_CROSS", - "priceExponent": -10.0, - "minPriceChange": 4000, - "minExchanges": 3, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "XAIUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Bybit", - "ticker": "XAIUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Gate", - "ticker": "XAI_USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "XAI-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Mexc", - "ticker": "XAI_USDT", - "adjustByMarket": "USDT-USD" - } - ], - "liquidityTier": 2, - "atomicResolution": -5.0, - "quantumConversionExponent": -9, - "defaultFundingPpm": 0, - "stepBaseQuantums": 1000000, - "subticksPerTick": 1000000, - "delayBlocks": 3600 - }, - "initialDeposit": { - "denom": "adydx", - "amount": "10000000000000000000000" - }, - "meta": { - "assetName": "Xai", - "referencePrice": 0.7213160441229187 - } - }, - "AEVO": { - "title": "Add AEVO-USD perpetual market", - "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a AEVO-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", - "params": { - "id": 84, - "ticker": "AEVO-USD", - "marketType": "PERPETUAL_MARKET_TYPE_CROSS", - "priceExponent": -9.0, - "minPriceChange": 4000, - "minExchanges": 3, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "AEVOUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Bybit", - "ticker": "AEVOUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Gate", - "ticker": "AEVO_USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "AEVO-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Mexc", - "ticker": "AEVO_USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "AEVO-USDT", - "adjustByMarket": "USDT-USD" - } - ], - "liquidityTier": 2, - "atomicResolution": -6.0, - "quantumConversionExponent": -9, - "defaultFundingPpm": 0, - "stepBaseQuantums": 1000000, - "subticksPerTick": 1000000, - "delayBlocks": 3600 - }, - "initialDeposit": { - "denom": "adydx", - "amount": "10000000000000000000000" - }, - "meta": { - "assetName": "Aevo", - "referencePrice": 1.4352432176346883 - } - }, - "TNSR": { - "title": "Add TNSR-USD perpetual market", - "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a TNSR-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", - "params": { - "id": 85, - "ticker": "TNSR-USD", - "marketType": "PERPETUAL_MARKET_TYPE_CROSS", - "priceExponent": -10.0, - "minPriceChange": 4000, - "minExchanges": 3, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "TNSRUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Bybit", - "ticker": "TNSRUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "CoinbasePro", - "ticker": "TNSR-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "TNSR-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Mexc", - "ticker": "TNSR_USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "TNSR-USDT", - "adjustByMarket": "USDT-USD" - } - ], - "liquidityTier": 2, - "atomicResolution": -5.0, - "quantumConversionExponent": -9, - "defaultFundingPpm": 0, - "stepBaseQuantums": 1000000, - "subticksPerTick": 1000000, - "delayBlocks": 3600 - }, - "initialDeposit": { - "denom": "adydx", - "amount": "10000000000000000000000" - }, - "meta": { - "assetName": "Tensor", - "referencePrice": 0.8688762328845198 + "MOTHER": { + "title": "Add MOTHER-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a MOTHER-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 0, + "ticker": "MOTHER-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -11, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Gate", + "ticker": "MOTHER_USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "motherusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Raydium", + "ticker": "SOL-MOTHER-8uQwXPi1sWwUTVbDBnjznmf4mV44CETiNAh3UENvHejV-9-8ZcrNqaDbqy1H4R2DtmGnuZnJ6TKGSsaGmyRGQQeELLv-6-1z3rLR6AwR8gjVZ8ArqHp9kdaPrNwPvCdrZ6jGy6wwF-HcPgh6B2yHNvT6JsEmkrHYT8pVHu9Xiaoxm4Mmn2ibWw", + "adjustByMarket": "SOL-USD", + "invert": true + } + ], + "liquidityTier": 2, + "atomicResolution": -4, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Mother Iggy", + "referencePrice": 0.08384873818639549, + "cmcId": 31510 + } + }, + "ZRO": { + "title": "Add ZRO-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a ZRO-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 1, + "ticker": "ZRO-USD", + "marketType": "PERPETUAL_MARKET_TYPE_CROSS", + "priceExponent": -9, + "minPriceChange": 800, + "minExchanges": 3, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "ZROUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Bybit", + "ticker": "ZROUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Gate", + "ticker": "ZRO_USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "zrousdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "ZRO-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "ZRO-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -6, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "LayerZero", + "referencePrice": 3.9388793073793065, + "cmcId": 26997 + } + }, + "ZK": { + "title": "Add ZK-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a ZK-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 2, + "ticker": "ZK-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "ZKUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Gate", + "ticker": "ZK_USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "zkusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "ZK-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "ZK-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "zkSync", + "referencePrice": 0.2098343190454089, + "cmcId": 24091 + } + }, + "POPCAT": { + "title": "Add POPCAT-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a POPCAT-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 3, + "ticker": "POPCAT-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Gate", + "ticker": "POPCAT_USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Raydium", + "ticker": "POPCAT-SOL-4Vc6N76UBu26c3jJDKBAbvSD7zPLuQWStBk7QgVEoeoS-9-n6CwMY77wdEftf2VF6uPvbusYoraYUci3nYBPqH1DJ5-9-4ShRqC2n3PURN7EiqmB8X4WLR81pQPvGLTPjL9X8SNQp-FRhB8L7Y9Qq41qZXYLtC2nw8An1RJfLLxRF2x9RwLLMo", + "adjustByMarket": "SOL-USD", + "invert": true + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Popcat (SOL)", + "referencePrice": 0.27560866776883475, + "cmcId": 28782 + } + }, + "NCAT": { + "title": "Add NCAT-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a NCAT-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 4, + "ticker": "NCAT-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -11, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Raydium", + "ticker": "SOL-NCAT-DmTwM6xgid5eBRu1XMaQAmCqVgLt4FnJPFcXUtnxbohX-9-HRtg6oswtMap46YxFz9JB6hEfXDCM7kb8oYa2f4norU9-6-6oq1p8YyCEjtcHvEgHLdcN8HgfSDCjD2aDkCrpALDFYE-5z6JsFXtKwf7HuAKgmgvjRN9ippkWt2nEA8XYGuu9pph", + "adjustByMarket": "SOL-USD", + "invert": true + } + ], + "liquidityTier": 2, + "atomicResolution": -4, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Neuracat", + "referencePrice": 0.0136059289795319, + "cmcId": -1 + } + }, + "BODEN": { + "title": "Add BODEN-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a BODEN-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 5, + "ticker": "BODEN-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Raydium", + "ticker": "BODEN-SOL-54zedUwxuSnmHHYg9oY1AfykeBDaCF6ZFZDW3ym2Nea4-9-DzpiXKsTUCacKyahLBUC5sfjj2fiWbwCpiCPEgyS3zDC-9-9ndGwmmTcFLut1TNjWFA8pDvcrxgmqPEJTZ2Y3jTipva-6UYbX1x8YUcFj8YstPYiZByG7uQzAq2s46ZWphUMkjg5", + "adjustByMarket": "SOL-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Jeo Boden", + "referencePrice": 0.103135, + "cmcId": 29687 + } + }, + "DJT": { + "title": "Add DJT-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a DJT-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 6, + "ticker": "DJT-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -11, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Raydium", + "ticker": "DJT-SOL-BzrAzuTwNieJoc3zGUL4uu4EsS4d6GrSdNEuqdDqSKXT-9-58parNKjnB98s3vtfFU8jBbewWUeT9FZoA4moQkX4Fxq-9-HbLBwHT71bNNKqef6KPtc8P9v3qHv9DDCCwEKv74thRZ-DSTT9vABgB7UNKViELJBC6MAsoQmuqKbxL6JaQGsZME5", + "adjustByMarket": "SOL-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -4, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "TrumpCoin", + "referencePrice": 0.0150673884862101, + "cmcId": -1 + } + }, + "TREMP": { + "title": "Add TREMP-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a TREMP-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 7, + "ticker": "TREMP-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Raydium", + "ticker": "TREMP-SOL-G2XNC6Rt2G7JZQWhqpJriYwZyxd2L52KSDbDNBCYCpvx-9-9DfnSR9h3hrmgy5pjqBP3SrVQRWPfjSqZZBrNNYGoyaN-9-kTgLvRcrvhxJy9KZFureP8fU5L11BzFrRvUEUa1joai-5o9kGvozArYNWfbYTZD1WDRkPkkDr6LdpQbUUqM57nFJ", + "adjustByMarket": "SOL-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Doland Tremp", + "referencePrice": 0.540605, + "cmcId": 29717 + } + }, + "IO": { + "title": "Add IO-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a IO-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 8, + "ticker": "IO-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -9, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Bybit", + "ticker": "IOUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Gate", + "ticker": "IO_USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "iousdt", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -6, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "io.net", + "referencePrice": 4.044914406097449, + "cmcId": 29835 + } + }, + "GME": { + "title": "Add GME-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a GME-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 9, + "ticker": "GME-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -12, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Gate", + "ticker": "GME_USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Raydium", + "ticker": "GME-SOL-2kdQwdXdwxSJdzFEFtuo9tpmA88FVjMH7F5kgBZNHPR5-9-2VzMCxFW3nj7pNDbF6WTJgxoJ8ekJS9hfquxPq8edLTY-9-Gg5UhU7AyhM142a7pdk6WBtdf9rv1VcmJQXgESLjxmsk-9tz6vYKiBDLYx2RnGWC5tESu4pyVE4jD6Tm56352UGte", + "adjustByMarket": "SOL-USD", + "invert": true + } + ], + "liquidityTier": 2, + "atomicResolution": -3, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "GameStop", + "referencePrice": 0.008234642343490327, + "cmcId": 29241 + } + }, + "SC": { + "title": "Add SC-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a SC-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 10, + "ticker": "SC-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -11, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Raydium", + "ticker": "SOL-SC-DQPzUPZ5GFVVyNSf7tvMLu5NkN2UxUt1VijXGMxJfU8q-9-5ZgybxRW9AMd2U3P3wpzsgCY8UUDCBR488ievHuNiG8B-6-H3Pbn9sMF8wA7hUGgV18YTt6LdR6ALpKaNf4y6j8ep9Q-BSzedbEvWRqVksaF558epPWCM16avEpyhm2HgSq9WZyy", + "adjustByMarket": "SOL-USD", + "invert": true + } + ], + "liquidityTier": 2, + "atomicResolution": -4, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Shark Cat", + "referencePrice": 0.040872, + "cmcId": 30309 + } + }, + "BOME": { + "title": "Add BOME-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a BOME-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 11, + "ticker": "BOME-USD", + "marketType": "PERPETUAL_MARKET_TYPE_CROSS", + "priceExponent": -12, + "minPriceChange": 800, + "minExchanges": 3, + "exchangeConfigJson": [ + { + "exchangeName": "Bybit", + "ticker": "BOMEUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Gate", + "ticker": "BOME_USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "BOME-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Raydium", + "ticker": "BOME-SOL-FBba2XsQVhkoQDMfbNLVmo7dsvssdT39BMzVc2eFfE21-6-GuXKCb9ibwSeRSdSYqaCL3dcxBZ7jJcj6Y7rDwzmUBu9-9-38p42yoKFWgxw2LCbB96wAKa2LwAxiBArY3fc3eA9yWv-DSUvc5qf5LJHHV5e2tD184ixotSnCnwj7i4jJa4Xsrmt", + "adjustByMarket": "SOL-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -3, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "BOOK OF MEME", + "referencePrice": 0.008808912343820925, + "cmcId": 29870 + } + }, + "USA": { + "title": "Add USA-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a USA-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 12, + "ticker": "USA-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -15, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Raydium", + "ticker": "USA-SOL-CfhV9UTxrxxMYSomtQvy3PPYQUssWsvhG9gKdAqg9HoV-6-GpnqjVZtgt6t6yWmm1YaCc5iWhk56HZ7mpeaq5ZpKZop-9-F99Y9rg1o2wVanVcTSAqbfH2RykyU25eFqdVHi1PECzi-HKprCtGbnh1j8xeQggzWhhVd3kwDUdphqPqDP8vMay8b", + "adjustByMarket": "SOL-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": 0, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "American Coin", + "referencePrice": 2.89e-06, + "cmcId": -1 + } + }, + "PONKE": { + "title": "Add PONKE-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a PONKE-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 13, + "ticker": "PONKE-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Bybit", + "ticker": "PONKEUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Gate", + "ticker": "PONKE_USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "ponkeusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Raydium", + "ticker": "PONKE-SOL-D7rw7fyEzo9EQcozjqAHJwbdbywGcSLw1at5MioZtMZ4-9-8DcvfWidQ53a3SCBrWxBWL2UU5zEBAKEypApiiCCFu2Y-9-ECoptgCPMxXXWtxv3Zg2V3E7SpWp6SGqKqj32AcdWRQK-5uTwG3y3F5cx4YkodgTjWEHDrX5HDKZ5bZZ72x8eQ6zE", + "adjustByMarket": "SOL-USD", + "invert": true + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Ponke", + "referencePrice": 0.33153209203223066, + "cmcId": 29150 + } + }, + "MEW": { + "title": "Add MEW-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a MEW-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 14, + "ticker": "MEW-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -12, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Bybit", + "ticker": "MEWUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Gate", + "ticker": "MEW_USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "mewusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "MEW-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "MEW-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Raydium", + "ticker": "MEW-SOL-4HqAjFKuQX7tnXEkxsjGQha3G4bcgER8qPXRahn9gj8F-5-BhNdEGJef9jSqT1iCEkFZ2bYZCdpC1vuiWtqDt87vBVp-9-CV3Gq5M2R7KRU5ey4LpnZYRR7r7vzKoV9Bt4mZ8P6bSB-879F697iuDJGMevRkRcnW21fcXiAeLJK1ffsw2ATebce", + "adjustByMarket": "SOL-USD", + "invert": true + } + ], + "liquidityTier": 2, + "atomicResolution": -3, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "cat in a dogs world", + "referencePrice": 0.004177808021133713, + "cmcId": 30126 + } + }, + "MICHI": { + "title": "Add MICHI-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a MICHI-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 15, + "ticker": "MICHI-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Raydium", + "ticker": "SOL-MICHI-EzSLA8B6N2oetEnsPcdiYohjqSKP4MUzwwpnzz75DzwH-9-5tg9qKYRAXgqxtrvzM77XTKBLQBJppixjqKCXcfhNAE1-6-8pkc323WErsJdV9jQTxT8yqPCgcpNKFfkViaGhDYm1eF-GH8Ers4yzKR3UKDvgVu8cqJfGzU4cU62mTeg9bcJ7ug6", + "adjustByMarket": "SOL-USD", + "invert": true + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "michi", + "referencePrice": 0.147015, + "cmcId": 30943 + } + }, + "BNB": { + "title": "Add BNB-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a BNB-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 18, + "ticker": "BNB-USD", + "marketType": "PERPETUAL_MARKET_TYPE_CROSS", + "priceExponent": -7, + "minPriceChange": 800, + "minExchanges": 3, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "BNBUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Bybit", + "ticker": "BNBUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Gate", + "ticker": "BNB_USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "bnbusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "BNB-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "BNB-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -8, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "BNB", + "referencePrice": 599.9023900404607, + "cmcId": 1839 + } + }, + "SOL": { + "title": "Add SOL-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a SOL-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 19, + "ticker": "SOL-USD", + "marketType": "PERPETUAL_MARKET_TYPE_CROSS", + "priceExponent": -7, + "minPriceChange": 2500, + "minExchanges": 3, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "SOLUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Bitstamp", + "ticker": "SOL/USD", + "invert": false + }, + { + "exchangeName": "Bybit", + "ticker": "SOLUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "CoinbasePro", + "ticker": "SOL-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "solusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "SOL-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "SOL-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 1, + "atomicResolution": -8, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Solana", + "referencePrice": 135.82320599320303, + "cmcId": 5426 + } + }, + "TON": { + "title": "Add TON-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a TON-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 22, + "ticker": "TON-USD", + "marketType": "PERPETUAL_MARKET_TYPE_CROSS", + "priceExponent": -9, + "minPriceChange": 2500, + "minExchanges": 3, + "exchangeConfigJson": [ + { + "exchangeName": "Bybit", + "ticker": "TONUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Gate", + "ticker": "TON_USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "tonusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "TON-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "TON-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 1, + "atomicResolution": -6, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Toncoin", + "referencePrice": 7.157841202062419, + "cmcId": 11419 + } + }, + "ADA": { + "title": "Add ADA-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a ADA-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 23, + "ticker": "ADA-USD", + "marketType": "PERPETUAL_MARKET_TYPE_CROSS", + "priceExponent": -10, + "minPriceChange": 2500, + "minExchanges": 3, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "ADAUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Bitstamp", + "ticker": "ADA/USD", + "invert": false + }, + { + "exchangeName": "Bybit", + "ticker": "ADAUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "CoinbasePro", + "ticker": "ADA-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "adausdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kraken", + "ticker": "ADAUSD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "ADA-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "ADA-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 1, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Cardano", + "referencePrice": 0.3883522356826392, + "cmcId": 2010 + } + }, + "AVAX": { + "title": "Add AVAX-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a AVAX-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 24, + "ticker": "AVAX-USD", + "marketType": "PERPETUAL_MARKET_TYPE_CROSS", + "priceExponent": -8, + "minPriceChange": 2500, + "minExchanges": 3, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "AVAXUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Bitstamp", + "ticker": "AVAX/USD", + "invert": false + }, + { + "exchangeName": "Bybit", + "ticker": "AVAXUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "CoinbasePro", + "ticker": "AVAX-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "avaxusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "AVAX-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "AVAX-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 1, + "atomicResolution": -7, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Avalanche", + "referencePrice": 27.641803441433943, + "cmcId": 5805 + } + }, + "SHIB": { + "title": "Add SHIB-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a SHIB-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 25, + "ticker": "SHIB-USD", + "marketType": "PERPETUAL_MARKET_TYPE_CROSS", + "priceExponent": -14, + "minPriceChange": 2500, + "minExchanges": 3, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "SHIBUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Bitstamp", + "ticker": "SHIB/USD", + "invert": false + }, + { + "exchangeName": "Bybit", + "ticker": "SHIBUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "CoinbasePro", + "ticker": "SHIB-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "shibusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "SHIB-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "SHIB-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 1, + "atomicResolution": -1, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Shiba Inu", + "referencePrice": 1.8369760012800784e-05, + "cmcId": 5994 + } + }, + "TRX": { + "title": "Add TRX-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a TRX-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 26, + "ticker": "TRX-USD", + "marketType": "PERPETUAL_MARKET_TYPE_CROSS", + "priceExponent": -10, + "minPriceChange": 2500, + "minExchanges": 3, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "TRXUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Bybit", + "ticker": "TRXUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Gate", + "ticker": "TRX_USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "trxusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kraken", + "ticker": "TRXUSD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "TRX-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "TRX-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 1, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "TRON", + "referencePrice": 0.11642773705117447, + "cmcId": 1958 + } + }, + "LINK": { + "title": "Add LINK-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a LINK-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 27, + "ticker": "LINK-USD", + "marketType": "PERPETUAL_MARKET_TYPE_CROSS", + "priceExponent": -8, + "minPriceChange": 2500, + "minExchanges": 3, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "LINKUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Bitstamp", + "ticker": "LINK/USD", + "invert": false + }, + { + "exchangeName": "Bybit", + "ticker": "LINKUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "CoinbasePro", + "ticker": "LINK-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "linkusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kraken", + "ticker": "LINKUSD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "LINK-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "LINK-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 1, + "atomicResolution": -7, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Chainlink", + "referencePrice": 14.501531678751933, + "cmcId": 1975 + } + }, + "DOT": { + "title": "Add DOT-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a DOT-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 28, + "ticker": "DOT-USD", + "marketType": "PERPETUAL_MARKET_TYPE_CROSS", + "priceExponent": -9, + "minPriceChange": 2500, + "minExchanges": 3, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "DOTUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Bybit", + "ticker": "DOTUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "CoinbasePro", + "ticker": "DOT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "dotusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kraken", + "ticker": "DOTUSD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "DOT-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "DOT-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 1, + "atomicResolution": -6, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Polkadot", + "referencePrice": 5.823821955762457, + "cmcId": 6636 + } + }, + "BCH": { + "title": "Add BCH-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a BCH-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 29, + "ticker": "BCH-USD", + "marketType": "PERPETUAL_MARKET_TYPE_CROSS", + "priceExponent": -7, + "minPriceChange": 2500, + "minExchanges": 3, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "BCHUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Bitstamp", + "ticker": "BCH/USD", + "invert": false + }, + { + "exchangeName": "Bybit", + "ticker": "BCHUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "CoinbasePro", + "ticker": "BCH-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "bchusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kraken", + "ticker": "BCHUSD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "BCH-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "BCH-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 1, + "atomicResolution": -8, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Bitcoin Cash", + "referencePrice": 393.2061726613803, + "cmcId": 1831 + } + }, + "UNI": { + "title": "Add UNI-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a UNI-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 30, + "ticker": "UNI-USD", + "marketType": "PERPETUAL_MARKET_TYPE_CROSS", + "priceExponent": -9, + "minPriceChange": 2500, + "minExchanges": 3, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "UNIUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Bitstamp", + "ticker": "UNI/USD", + "invert": false + }, + { + "exchangeName": "Bybit", + "ticker": "UNIUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "CoinbasePro", + "ticker": "UNI-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "uniusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kraken", + "ticker": "UNIUSD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "UNI-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "UNI-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 1, + "atomicResolution": -6, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Uniswap", + "referencePrice": 9.987467660738458, + "cmcId": 7083 + } + }, + "MATIC": { + "title": "Add MATIC-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a MATIC-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 31, + "ticker": "MATIC-USD", + "marketType": "PERPETUAL_MARKET_TYPE_CROSS", + "priceExponent": -10, + "minPriceChange": 2500, + "minExchanges": 3, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "MATICUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Bitstamp", + "ticker": "MATIC/USD", + "invert": false + }, + { + "exchangeName": "Bybit", + "ticker": "MATICUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "CoinbasePro", + "ticker": "MATIC-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "maticusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "MATIC-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "MATIC-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 1, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Polygon", + "referencePrice": 0.581967029264854, + "cmcId": 3890 + } + }, + "NEAR": { + "title": "Add NEAR-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a NEAR-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 33, + "ticker": "NEAR-USD", + "marketType": "PERPETUAL_MARKET_TYPE_CROSS", + "priceExponent": -9, + "minPriceChange": 800, + "minExchanges": 3, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "NEARUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Bybit", + "ticker": "NEARUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "CoinbasePro", + "ticker": "NEAR-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "NEAR-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "NEAR-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -6, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "NEAR Protocol", + "referencePrice": 5.241759089890393, + "cmcId": 6535 + } + }, + "DAI": { + "title": "Add DAI-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a DAI-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 34, + "ticker": "DAI-USD", + "marketType": "PERPETUAL_MARKET_TYPE_CROSS", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 3, + "exchangeConfigJson": [ + { + "exchangeName": "Bybit", + "ticker": "DAIUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "CoinbasePro", + "ticker": "DAI-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "daiusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kraken", + "ticker": "DAIUSD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "DAI-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Dai", + "referencePrice": 0.9997713093062301, + "cmcId": 4943 + } + }, + "PEPE": { + "title": "Add PEPE-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a PEPE-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 35, + "ticker": "PEPE-USD", + "marketType": "PERPETUAL_MARKET_TYPE_CROSS", + "priceExponent": -14, + "minPriceChange": 2500, + "minExchanges": 3, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "PEPEUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Bitstamp", + "ticker": "PEPE/USD", + "invert": false + }, + { + "exchangeName": "Bybit", + "ticker": "PEPEUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "pepeusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kraken", + "ticker": "PEPEUSD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "PEPE-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "PEPE-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 1, + "atomicResolution": -1, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Pepe", + "referencePrice": 1.157256921309562e-05, + "cmcId": 24478 + } + }, + "ICP": { + "title": "Add ICP-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a ICP-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 36, + "ticker": "ICP-USD", + "marketType": "PERPETUAL_MARKET_TYPE_CROSS", + "priceExponent": -9, + "minPriceChange": 800, + "minExchanges": 3, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "ICPUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Bybit", + "ticker": "ICPUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "CoinbasePro", + "ticker": "ICP-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "icpusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "ICP-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "ICP-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -6, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Internet Computer", + "referencePrice": 8.552326722609001, + "cmcId": 8916 + } + }, + "KAS": { + "title": "Add KAS-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a KAS-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 38, + "ticker": "KAS-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Bybit", + "ticker": "KASUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "KAS-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Kaspa", + "referencePrice": 0.14681410825835597, + "cmcId": 20396 + } + }, + "XMR": { + "title": "Add XMR-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a XMR-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 39, + "ticker": "XMR-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -7, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Gate", + "ticker": "XMR_USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "xmrusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kraken", + "ticker": "XMRUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "XMR-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -8, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Monero", + "referencePrice": 169.53974177343227, + "cmcId": 328 + } + }, + "APT": { + "title": "Add APT-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a APT-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 40, + "ticker": "APT-USD", + "marketType": "PERPETUAL_MARKET_TYPE_CROSS", + "priceExponent": -9, + "minPriceChange": 800, + "minExchanges": 3, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "APTUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Bybit", + "ticker": "APTUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "CoinbasePro", + "ticker": "APT-USD", + "invert": false + }, + { + "exchangeName": "Gate", + "ticker": "APT_USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "APT-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "APT-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -6, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Aptos", + "referencePrice": 6.943626428029642, + "cmcId": 21794 + } + }, + "RNDR": { + "title": "Add RNDR-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a RNDR-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 41, + "ticker": "RNDR-USD", + "marketType": "PERPETUAL_MARKET_TYPE_CROSS", + "priceExponent": -9, + "minPriceChange": 2500, + "minExchanges": 3, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "RNDRUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Bybit", + "ticker": "RNDRUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "CoinbasePro", + "ticker": "RNDR-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "rndrusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kraken", + "ticker": "RNDRUSD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "RNDR-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "RNDR-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 1, + "atomicResolution": -6, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Render", + "referencePrice": 7.935776294782391, + "cmcId": 5690 + } + }, + "HBAR": { + "title": "Add HBAR-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a HBAR-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 42, + "ticker": "HBAR-USD", + "marketType": "PERPETUAL_MARKET_TYPE_CROSS", + "priceExponent": -11, + "minPriceChange": 800, + "minExchanges": 3, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "HBARUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Bybit", + "ticker": "HBARUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "CoinbasePro", + "ticker": "HBAR-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "HBAR-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "HBAR-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -4, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Hedera", + "referencePrice": 0.0824712130139543, + "cmcId": 4642 + } + }, + "ATOM": { + "title": "Add ATOM-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a ATOM-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 44, + "ticker": "ATOM-USD", + "marketType": "PERPETUAL_MARKET_TYPE_CROSS", + "priceExponent": -9, + "minPriceChange": 2500, + "minExchanges": 3, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "ATOMUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Bybit", + "ticker": "ATOMUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "CoinbasePro", + "ticker": "ATOM-USD", + "invert": false + }, + { + "exchangeName": "Gate", + "ticker": "ATOM_USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "atomusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kraken", + "ticker": "ATOMUSD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "ATOM-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "ATOM-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 1, + "atomicResolution": -6, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Cosmos", + "referencePrice": 6.955612007729119, + "cmcId": 3794 + } + }, + "MNT": { + "title": "Add MNT-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a MNT-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 45, + "ticker": "MNT-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Bybit", + "ticker": "MNTUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "mntusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "MNT-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Mantle", + "referencePrice": 0.8319708713949938, + "cmcId": 27075 + } + }, + "ARB": { + "title": "Add ARB-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a ARB-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 46, + "ticker": "ARB-USD", + "marketType": "PERPETUAL_MARKET_TYPE_CROSS", + "priceExponent": -10, + "minPriceChange": 2500, + "minExchanges": 3, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "ARBUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Bybit", + "ticker": "ARBUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "CoinbasePro", + "ticker": "ARB-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "arbusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kraken", + "ticker": "ARBUSD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "ARB-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "ARB-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 1, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Arbitrum", + "referencePrice": 0.8254197699575403, + "cmcId": 11841 + } + }, + "OKB": { + "title": "Add OKB-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a OKB-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 47, + "ticker": "OKB-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -8, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Gate", + "ticker": "OKB_USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "OKB-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -7, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "OKB", + "referencePrice": 43.008727593189434, + "cmcId": 3897 + } + }, + "CRO": { + "title": "Add CRO-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a CRO-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 48, + "ticker": "CRO-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -11, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "CoinbasePro", + "ticker": "CRO-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "CRO-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "CRO-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -4, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Cronos", + "referencePrice": 0.09464216458919297, + "cmcId": 3635 + } + }, + "FIL": { + "title": "Add FIL-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a FIL-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 49, + "ticker": "FIL-USD", + "marketType": "PERPETUAL_MARKET_TYPE_CROSS", + "priceExponent": -9, + "minPriceChange": 2500, + "minExchanges": 3, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "FILUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Bybit", + "ticker": "FILUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "CoinbasePro", + "ticker": "FIL-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "filusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kraken", + "ticker": "FILUSD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "FIL-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "FIL-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 1, + "atomicResolution": -6, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Filecoin", + "referencePrice": 4.484010523983999, + "cmcId": 2280 + } + }, + "STX": { + "title": "Add STX-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a STX-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 50, + "ticker": "STX-USD", + "marketType": "PERPETUAL_MARKET_TYPE_CROSS", + "priceExponent": -9, + "minPriceChange": 800, + "minExchanges": 3, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "STXUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Bybit", + "ticker": "STXUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "CoinbasePro", + "ticker": "STX-USD", + "invert": false + }, + { + "exchangeName": "Gate", + "ticker": "STX_USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "STX-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "STX-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -6, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Stacks", + "referencePrice": 1.6796425837583595, + "cmcId": 4847 + } + }, + "IMX": { + "title": "Add IMX-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a IMX-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 51, + "ticker": "IMX-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -9, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "IMXUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Bybit", + "ticker": "IMXUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "CoinbasePro", + "ticker": "IMX-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "imxusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "IMX-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "IMX-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -6, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Immutable", + "referencePrice": 1.5882124015303427, + "cmcId": 10603 + } + }, + "MKR": { + "title": "Add MKR-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a MKR-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 52, + "ticker": "MKR-USD", + "marketType": "PERPETUAL_MARKET_TYPE_CROSS", + "priceExponent": -6, + "minPriceChange": 800, + "minExchanges": 3, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "MKRUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Bybit", + "ticker": "MKRUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "CoinbasePro", + "ticker": "MKR-USD", + "invert": false + }, + { + "exchangeName": "Kraken", + "ticker": "MKRUSD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "MKR-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "MKR-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -9, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Maker", + "referencePrice": 2428.8001797567467, + "cmcId": 1518 + } + }, + "VET": { + "title": "Add VET-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a VET-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 53, + "ticker": "VET-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -11, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "VETUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "CoinbasePro", + "ticker": "VET-USD", + "invert": false + }, + { + "exchangeName": "Gate", + "ticker": "VET_USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "vetusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "VET-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -4, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "VeChain", + "referencePrice": 0.02680430005134818, + "cmcId": 3077 + } + }, + "SUI": { + "title": "Add SUI-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a SUI-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 54, + "ticker": "SUI-USD", + "marketType": "PERPETUAL_MARKET_TYPE_CROSS", + "priceExponent": -10, + "minPriceChange": 2500, + "minExchanges": 3, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "SUIUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Bybit", + "ticker": "SUIUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "CoinbasePro", + "ticker": "SUI-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "suiusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kraken", + "ticker": "SUIUSD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "SUI-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "SUI-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 1, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Sui", + "referencePrice": 0.8911382028530763, + "cmcId": 20947 + } + }, + "GRT": { + "title": "Add GRT-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a GRT-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 55, + "ticker": "GRT-USD", + "marketType": "PERPETUAL_MARKET_TYPE_CROSS", + "priceExponent": -10, + "minPriceChange": 2500, + "minExchanges": 3, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "GRTUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Bybit", + "ticker": "GRTUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "CoinbasePro", + "ticker": "GRT-USD", + "invert": false + }, + { + "exchangeName": "Gate", + "ticker": "GRT_USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kraken", + "ticker": "GRTUSD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "GRT-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "GRT-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 1, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "The Graph", + "referencePrice": 0.22606165603729242, + "cmcId": 6719 + } + }, + "OP": { + "title": "Add OP-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a OP-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 56, + "ticker": "OP-USD", + "marketType": "PERPETUAL_MARKET_TYPE_CROSS", + "priceExponent": -9, + "minPriceChange": 2500, + "minExchanges": 3, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "OPUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Bybit", + "ticker": "OPUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "CoinbasePro", + "ticker": "OP-USD", + "invert": false + }, + { + "exchangeName": "Gate", + "ticker": "OP_USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "opusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kraken", + "ticker": "OPUSD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "OP-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "OP-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 1, + "atomicResolution": -6, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Optimism", + "referencePrice": 1.9257618902794742, + "cmcId": 11840 + } + }, + "TAO": { + "title": "Add TAO-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a TAO-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 57, + "ticker": "TAO-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -7, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "TAOUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "TAO-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -8, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Bittensor", + "referencePrice": 308.00365881745734, + "cmcId": 22974 + } + }, + "LDO": { + "title": "Add LDO-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a LDO-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 58, + "ticker": "LDO-USD", + "marketType": "PERPETUAL_MARKET_TYPE_CROSS", + "priceExponent": -9, + "minPriceChange": 800, + "minExchanges": 3, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "LDOUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Bybit", + "ticker": "LDOUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "CoinbasePro", + "ticker": "LDO-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "LDO-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "LDO-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -6, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Lido DAO", + "referencePrice": 2.2668698128590137, + "cmcId": 8000 + } + }, + "WIF": { + "title": "Add WIF-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a WIF-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 59, + "ticker": "WIF-USD", + "marketType": "PERPETUAL_MARKET_TYPE_CROSS", + "priceExponent": -9, + "minPriceChange": 2500, + "minExchanges": 3, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "WIFUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Bybit", + "ticker": "WIFUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Gate", + "ticker": "WIF_USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kraken", + "ticker": "WIFUSD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "WIF-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "WIF-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Raydium", + "ticker": "WIF-SOL-7UYZ4vX13mmGiopayLZAduo8aie77yZ3o8FMzTeAX8uJ-6-7e9ExBAvDvuJP3GE6eKL5aSMi4RfXv3LkQaiNZBPmffR-9-6jeayPbLeJq9o6zXbCtLsEJuPyPFyojWoH55xrksfsoL-EP2ib6dYdEeqD8MfE2ezHCxX3kP3K2eLKkirfPm5eyMx", + "adjustByMarket": "SOL-USD", + "invert": false + } + ], + "liquidityTier": 1, + "atomicResolution": -6, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "dogwifhat", + "referencePrice": 2.0663323563352978, + "cmcId": 28752 + } + }, + "INJ": { + "title": "Add INJ-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a INJ-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 60, + "ticker": "INJ-USD", + "marketType": "PERPETUAL_MARKET_TYPE_CROSS", + "priceExponent": -8, + "minPriceChange": 800, + "minExchanges": 3, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "INJUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Bybit", + "ticker": "INJUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "CoinbasePro", + "ticker": "INJ-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "INJ-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "INJ-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -7, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Injective", + "referencePrice": 21.838986466155216, + "cmcId": 7226 + } + }, + "AR": { + "title": "Add AR-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a AR-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 61, + "ticker": "AR-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -8, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "ARUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Bybit", + "ticker": "ARUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Gate", + "ticker": "AR_USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "arusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "AR-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "AR-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -7, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Arweave", + "referencePrice": 27.568686280713486, + "cmcId": 5632 + } + }, + "ONDO": { + "title": "Add ONDO-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a ONDO-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 62, + "ticker": "ONDO-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -9, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Bitstamp", + "ticker": "ONDO/USD", + "invert": false + }, + { + "exchangeName": "Bybit", + "ticker": "ONDOUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "CoinbasePro", + "ticker": "ONDO-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "ondousdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "ONDO-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -6, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Ondo", + "referencePrice": 1.249321980511259, + "cmcId": 21159 + } + }, + "FLOKI": { + "title": "Add FLOKI-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a FLOKI-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 63, + "ticker": "FLOKI-USD", + "marketType": "PERPETUAL_MARKET_TYPE_CROSS", + "priceExponent": -13, + "minPriceChange": 800, + "minExchanges": 3, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "FLOKIUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Bybit", + "ticker": "FLOKIUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Gate", + "ticker": "FLOKI_USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "FLOKI-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "FLOKI-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -2, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "FLOKI", + "referencePrice": 0.00018098818802978893, + "cmcId": 10804 + } + }, + "FTM": { + "title": "Add FTM-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a FTM-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 64, + "ticker": "FTM-USD", + "marketType": "PERPETUAL_MARKET_TYPE_CROSS", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 3, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "FTMUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Bybit", + "ticker": "FTMUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kraken", + "ticker": "FTMUSD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "FTM-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "FTM-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Fantom", + "referencePrice": 0.5582851147364409, + "cmcId": 3513 + } + }, + "THETA": { + "title": "Add THETA-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a THETA-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 65, + "ticker": "THETA-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -9, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "THETAUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Bybit", + "ticker": "THETAUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Gate", + "ticker": "THETA_USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "thetausdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "THETA-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "THETA-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -6, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Theta Network", + "referencePrice": 1.5375923189024892, + "cmcId": 2416 + } + }, + "NOT": { + "title": "Add NOT-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a NOT-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 66, + "ticker": "NOT-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -11, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "NOTUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Bybit", + "ticker": "NOTUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "NOT-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "NOT-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -4, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Notcoin", + "referencePrice": 0.015310100999123263, + "cmcId": 28850 + } + }, + "BRETT": { + "title": "Add BRETT-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a BRETT-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 67, + "ticker": "BRETT-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Bybit", + "ticker": "BRETTUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "BRETT-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Brett (Based)", + "referencePrice": 0.15168906296500329, + "cmcId": 29743 + } + }, + "BONK": { + "title": "Add BONK-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a BONK-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 68, + "ticker": "BONK-USD", + "marketType": "PERPETUAL_MARKET_TYPE_CROSS", + "priceExponent": -14, + "minPriceChange": 800, + "minExchanges": 3, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "BONKUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Bybit", + "ticker": "BONKUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "CoinbasePro", + "ticker": "BONK-USD", + "invert": false + }, + { + "exchangeName": "Kraken", + "ticker": "BONKUSD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "BONK-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "BONK-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -1, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Bonk", + "referencePrice": 2.1708304973447534e-05, + "cmcId": 23095 + } + }, + "RUNE": { + "title": "Add RUNE-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a RUNE-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 69, + "ticker": "RUNE-USD", + "marketType": "PERPETUAL_MARKET_TYPE_CROSS", + "priceExponent": -9, + "minPriceChange": 800, + "minExchanges": 3, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "RUNEUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Bybit", + "ticker": "RUNEUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Gate", + "ticker": "RUNE_USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "RUNE-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -6, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "THORChain", + "referencePrice": 4.27579395291838, + "cmcId": 4157 + } + }, + "JASMY": { + "title": "Add JASMY-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a JASMY-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 70, + "ticker": "JASMY-USD", + "marketType": "PERPETUAL_MARKET_TYPE_CROSS", + "priceExponent": -11, + "minPriceChange": 800, + "minExchanges": 3, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "JASMYUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "CoinbasePro", + "ticker": "JASMY-USD", + "invert": false + }, + { + "exchangeName": "Gate", + "ticker": "JASMY_USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "JASMY-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -4, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "JasmyCoin", + "referencePrice": 0.029782151469463287, + "cmcId": 8425 + } + }, + "AAVE": { + "title": "Add AAVE-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a AAVE-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 72, + "ticker": "AAVE-USD", + "marketType": "PERPETUAL_MARKET_TYPE_CROSS", + "priceExponent": -8, + "minPriceChange": 800, + "minExchanges": 3, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "AAVEUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Bybit", + "ticker": "AAVEUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "CoinbasePro", + "ticker": "AAVE-USD", + "invert": false + }, + { + "exchangeName": "Kraken", + "ticker": "AAVEUSD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "AAVE-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "AAVE-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -7, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Aave", + "referencePrice": 87.50127484940137, + "cmcId": 7278 + } + }, + "CORE": { + "title": "Add CORE-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a CORE-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 73, + "ticker": "CORE-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -9, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Bybit", + "ticker": "COREUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "coreusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "CORE-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -6, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Core", + "referencePrice": 1.3965100165960393, + "cmcId": 23254 + } + }, + "TIA": { + "title": "Add TIA-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a TIA-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 74, + "ticker": "TIA-USD", + "marketType": "PERPETUAL_MARKET_TYPE_CROSS", + "priceExponent": -9, + "minPriceChange": 800, + "minExchanges": 3, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "TIAUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Bybit", + "ticker": "TIAUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "CoinbasePro", + "ticker": "TIA-USD", + "invert": false + }, + { + "exchangeName": "Kraken", + "ticker": "TIAUSD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "TIA-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "TIA-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -6, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Celestia", + "referencePrice": 6.576245899185729, + "cmcId": 22861 + } + }, + "ALGO": { + "title": "Add ALGO-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a ALGO-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 75, + "ticker": "ALGO-USD", + "marketType": "PERPETUAL_MARKET_TYPE_CROSS", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 3, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "ALGOUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Bybit", + "ticker": "ALGOUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "CoinbasePro", + "ticker": "ALGO-USD", + "invert": false + }, + { + "exchangeName": "Kraken", + "ticker": "ALGOUSD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "ALGO-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "ALGO-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Algorand", + "referencePrice": 0.14165930760316736, + "cmcId": 4030 + } + }, + "PYTH": { + "title": "Add PYTH-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a PYTH-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 76, + "ticker": "PYTH-USD", + "marketType": "PERPETUAL_MARKET_TYPE_CROSS", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 3, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "PYTHUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Bybit", + "ticker": "PYTHUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Gate", + "ticker": "PYTH_USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "PYTH-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "PYTH-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Pyth Network", + "referencePrice": 0.3187699068913854, + "cmcId": 28177 + } + }, + "SEI": { + "title": "Add SEI-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a SEI-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 77, + "ticker": "SEI-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "SEIUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Bybit", + "ticker": "SEIUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "CoinbasePro", + "ticker": "SEI-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "seiusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "SEI-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Sei", + "referencePrice": 0.37280434612383506, + "cmcId": 23149 + } + }, + "FLR": { + "title": "Add FLR-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a FLR-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 78, + "ticker": "FLR-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -11, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Bitstamp", + "ticker": "FLR/USD", + "invert": false + }, + { + "exchangeName": "Bybit", + "ticker": "FLRUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "CoinbasePro", + "ticker": "FLR-USD", + "invert": false + }, + { + "exchangeName": "Gate", + "ticker": "FLR_USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "flrusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "FLR-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "FLR-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -4, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Flare", + "referencePrice": 0.026079842111633285, + "cmcId": 7950 + } + }, + "JUP": { + "title": "Add JUP-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a JUP-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 79, + "ticker": "JUP-USD", + "marketType": "PERPETUAL_MARKET_TYPE_CROSS", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 3, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "JUPUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Bybit", + "ticker": "JUPUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Gate", + "ticker": "JUP_USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kraken", + "ticker": "JUPUSD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "JUP-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Jupiter", + "referencePrice": 0.7874094715894313, + "cmcId": 29210 + } + }, + "KCS": { + "title": "Add KCS-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a KCS-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 80, + "ticker": "KCS-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -8, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Bybit", + "ticker": "KCSUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "KCS-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -7, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "KuCoin Token", + "referencePrice": 10.034768348084446, + "cmcId": 2087 + } + }, + "FLOW": { + "title": "Add FLOW-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a FLOW-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 81, + "ticker": "FLOW-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "FLOWUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Bybit", + "ticker": "FLOWUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "CoinbasePro", + "ticker": "FLOW-USD", + "invert": false + }, + { + "exchangeName": "Gate", + "ticker": "FLOW_USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "flowusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kraken", + "ticker": "FLOWUSD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "FLOW-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "FLOW-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Flow", + "referencePrice": 0.6435989773732563, + "cmcId": 4558 + } + }, + "QNT": { + "title": "Add QNT-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a QNT-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 82, + "ticker": "QNT-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -8, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "QNTUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Bybit", + "ticker": "QNTUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "CoinbasePro", + "ticker": "QNT-USD", + "invert": false + }, + { + "exchangeName": "Gate", + "ticker": "QNT_USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "QNT-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -7, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Quant", + "referencePrice": 78.81026221419489, + "cmcId": 3155 + } + }, + "ENA": { + "title": "Add ENA-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a ENA-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 83, + "ticker": "ENA-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "ENAUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Bybit", + "ticker": "ENAUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "enausdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "ENA-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Ethena", + "referencePrice": 0.6348978666225025, + "cmcId": 30171 + } + }, + "STRK": { + "title": "Add STRK-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a STRK-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 84, + "ticker": "STRK-USD", + "marketType": "PERPETUAL_MARKET_TYPE_CROSS", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 3, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "STRKUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Bybit", + "ticker": "STRKUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "CoinbasePro", + "ticker": "STRK-USD", + "invert": false + }, + { + "exchangeName": "Gate", + "ticker": "STRK_USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "STRK-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "STRK-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Starknet", + "referencePrice": 0.7328865576523126, + "cmcId": 22691 + } + }, + "PENDLE": { + "title": "Add PENDLE-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a PENDLE-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 85, + "ticker": "PENDLE-USD", + "marketType": "PERPETUAL_MARKET_TYPE_CROSS", + "priceExponent": -9, + "minPriceChange": 800, + "minExchanges": 3, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "PENDLEUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Bybit", + "ticker": "PENDLEUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Gate", + "ticker": "PENDLE_USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "PENDLE-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -6, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Pendle", + "referencePrice": 5.917776194500167, + "cmcId": 9481 + } + }, + "GALA": { + "title": "Add GALA-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a GALA-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 86, + "ticker": "GALA-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -11, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "GALAUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Bitstamp", + "ticker": "GALA/USD", + "invert": false + }, + { + "exchangeName": "Bybit", + "ticker": "GALAUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Gate", + "ticker": "GALA_USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "galausdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "GALA-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -4, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Gala", + "referencePrice": 0.028617248264088794, + "cmcId": 7080 + } + }, + "BEAM": { + "title": "Add BEAM-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a BEAM-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 87, + "ticker": "BEAM-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -11, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "BEAMUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Bybit", + "ticker": "BEAMUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "beamxusdt", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -4, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Beam", + "referencePrice": 0.018567361887009484, + "cmcId": 28298 + } + }, + "AXS": { + "title": "Add AXS-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a AXS-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 88, + "ticker": "AXS-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -9, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "AXSUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Bitstamp", + "ticker": "AXS/USD", + "invert": false + }, + { + "exchangeName": "Bybit", + "ticker": "AXSUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "CoinbasePro", + "ticker": "AXS-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "axsusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "AXS-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "AXS-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -6, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Axie Infinity", + "referencePrice": 6.092818711159103, + "cmcId": 6783 + } + }, + "BSV": { + "title": "Add BSV-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a BSV-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 89, + "ticker": "BSV-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -8, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Huobi", + "ticker": "bsvusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "BSV-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -7, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Bitcoin SV", + "referencePrice": 44.56285752890728, + "cmcId": 3602 + } + }, + "EOS": { + "title": "Add EOS-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a EOS-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 90, + "ticker": "EOS-USD", + "marketType": "PERPETUAL_MARKET_TYPE_CROSS", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 3, + "exchangeConfigJson": [ + { + "exchangeName": "CoinbasePro", + "ticker": "EOS-USD", + "invert": false + }, + { + "exchangeName": "Gate", + "ticker": "EOS_USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kraken", + "ticker": "EOSUSD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "EOS-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "EOS-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "EOS", + "referencePrice": 0.5786503624592648, + "cmcId": 1765 + } + }, + "GNO": { + "title": "Add GNO-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a GNO-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 91, + "ticker": "GNO-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -7, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "GNOUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "CoinbasePro", + "ticker": "GNO-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "gnousdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kraken", + "ticker": "GNOUSD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -8, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Gnosis", + "referencePrice": 331.7268009596091, + "cmcId": 1659 + } + }, + "BTT": { + "title": "Add BTT-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a BTT-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 92, + "ticker": "BTT-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -16, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Bybit", + "ticker": "BTTUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "bttusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "BTT-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "BTT-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": 1, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "BitTorrent [New]", + "referencePrice": 8.823489479795282e-07, + "cmcId": 16086 + } + }, + "ORDI": { + "title": "Add ORDI-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a ORDI-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 94, + "ticker": "ORDI-USD", + "marketType": "PERPETUAL_MARKET_TYPE_CROSS", + "priceExponent": -8, + "minPriceChange": 800, + "minExchanges": 3, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "ORDIUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Bybit", + "ticker": "ORDIUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Gate", + "ticker": "ORDI_USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "ordiusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "ORDI-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "ORDI-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -7, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "ORDI", + "referencePrice": 40.3866128875065, + "cmcId": 25028 + } + }, + "ENS": { + "title": "Add ENS-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a ENS-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 95, + "ticker": "ENS-USD", + "marketType": "PERPETUAL_MARKET_TYPE_CROSS", + "priceExponent": -8, + "minPriceChange": 800, + "minExchanges": 3, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "ENSUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Bybit", + "ticker": "ENSUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "CoinbasePro", + "ticker": "ENS-USD", + "invert": false + }, + { + "exchangeName": "Gate", + "ticker": "ENS_USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "ENS-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "ENS-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -7, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Ethereum Name Service", + "referencePrice": 26.217293652523317, + "cmcId": 13855 + } + }, + "NEO": { + "title": "Add NEO-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a NEO-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 96, + "ticker": "NEO-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -8, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "NEOUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "neousdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "NEO-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "NEO-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -7, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Neo", + "referencePrice": 11.5102915920017, + "cmcId": 1376 + } + }, + "EGLD": { + "title": "Add EGLD-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a EGLD-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 97, + "ticker": "EGLD-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -8, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "EGLDUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Bybit", + "ticker": "EGLDUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "CoinbasePro", + "ticker": "EGLD-USD", + "invert": false + }, + { + "exchangeName": "Gate", + "ticker": "EGLD_USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "egldusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "EGLD-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "EGLD-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -7, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "MultiversX", + "referencePrice": 29.812843279667366, + "cmcId": 6892 + } + }, + "XTZ": { + "title": "Add XTZ-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a XTZ-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 98, + "ticker": "XTZ-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "XTZUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Bybit", + "ticker": "XTZUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "CoinbasePro", + "ticker": "XTZ-USD", + "invert": false + }, + { + "exchangeName": "Gate", + "ticker": "XTZ_USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "xtzusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kraken", + "ticker": "XTZUSD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "XTZ-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "XTZ-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Tezos", + "referencePrice": 0.7859294725580586, + "cmcId": 2011 + } + }, + "SAND": { + "title": "Add SAND-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a SAND-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 99, + "ticker": "SAND-USD", + "marketType": "PERPETUAL_MARKET_TYPE_CROSS", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 3, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "SANDUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Bybit", + "ticker": "SANDUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "CoinbasePro", + "ticker": "SAND-USD", + "invert": false + }, + { + "exchangeName": "Gate", + "ticker": "SAND_USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "SAND-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "SAND-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "The Sandbox", + "referencePrice": 0.3311451545802551, + "cmcId": 6210 + } + }, + "AKT": { + "title": "Add AKT-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a AKT-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 100, + "ticker": "AKT-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -9, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "CoinbasePro", + "ticker": "AKT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "aktusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "AKT-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -6, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Akash Network", + "referencePrice": 3.161680253968716, + "cmcId": 7431 + } + }, + "USDD": { + "title": "Add USDD-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a USDD-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 101, + "ticker": "USDD-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Bybit", + "ticker": "USDDUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "usddusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "USDD-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "USDD", + "referencePrice": 0.999143205335209, + "cmcId": 19891 + } + }, + "WLD": { + "title": "Add WLD-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a WLD-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 102, + "ticker": "WLD-USD", + "marketType": "PERPETUAL_MARKET_TYPE_CROSS", + "priceExponent": -9, + "minPriceChange": 800, + "minExchanges": 3, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "WLDUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Bybit", + "ticker": "WLDUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Gate", + "ticker": "WLD_USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "wldusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "WLD-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "WLD-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -6, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Worldcoin", + "referencePrice": 3.01027493128245, + "cmcId": 13502 + } + }, + "NEXO": { + "title": "Add NEXO-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a NEXO-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 103, + "ticker": "NEXO-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -9, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "NEXOUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Bybit", + "ticker": "NEXOUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "nexousdt", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -6, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Nexo", + "referencePrice": 1.2939106378389553, + "cmcId": 2694 + } + }, + "CHZ": { + "title": "Add CHZ-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a CHZ-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 104, + "ticker": "CHZ-USD", + "marketType": "PERPETUAL_MARKET_TYPE_CROSS", + "priceExponent": -11, + "minPriceChange": 800, + "minExchanges": 3, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "CHZUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Bybit", + "ticker": "CHZUSDC", + "invert": false + }, + { + "exchangeName": "CoinbasePro", + "ticker": "CHZ-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "CHZ-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "CHZ-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -4, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Chiliz", + "referencePrice": 0.08100124423880253, + "cmcId": 4066 + } + }, + "SNX": { + "title": "Add SNX-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a SNX-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 105, + "ticker": "SNX-USD", + "marketType": "PERPETUAL_MARKET_TYPE_CROSS", + "priceExponent": -9, + "minPriceChange": 800, + "minExchanges": 3, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "SNXUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Bybit", + "ticker": "SNXUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "CoinbasePro", + "ticker": "SNX-USD", + "invert": false + }, + { + "exchangeName": "Kraken", + "ticker": "SNXUSD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "SNX-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -6, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Synthetix", + "referencePrice": 2.0305637146047717, + "cmcId": 2586 + } + }, + "MINA": { + "title": "Add MINA-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a MINA-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 106, + "ticker": "MINA-USD", + "marketType": "PERPETUAL_MARKET_TYPE_CROSS", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 3, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "MINAUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "CoinbasePro", + "ticker": "MINA-USD", + "invert": false + }, + { + "exchangeName": "Gate", + "ticker": "MINA_USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kraken", + "ticker": "MINAUSD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "MINA-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Mina", + "referencePrice": 0.5888562058301237, + "cmcId": 8646 + } + }, + "DEXE": { + "title": "Add DEXE-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a DEXE-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 108, + "ticker": "DEXE-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -8, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "DEXEUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "dexeusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "DEXE-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -7, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "DeXe", + "referencePrice": 11.247580464884322, + "cmcId": 7326 + } + }, + "XEC": { + "title": "Add XEC-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a XEC-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 109, + "ticker": "XEC-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -14, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "XECUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Bybit", + "ticker": "XECUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "xecusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "XEC-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -1, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "eCash", + "referencePrice": 3.244886863970868e-05, + "cmcId": 10791 + } + }, + "ROSE": { + "title": "Add ROSE-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a ROSE-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 110, + "ticker": "ROSE-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -11, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "ROSEUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Bybit", + "ticker": "ROSEUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "CoinbasePro", + "ticker": "ROSE-USD", + "invert": false + }, + { + "exchangeName": "Gate", + "ticker": "ROSE_USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "ROSE-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -4, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Oasis", + "referencePrice": 0.09854104407409729, + "cmcId": 7653 + } + }, + "W": { + "title": "Add W-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a W-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 111, + "ticker": "W-USD", + "marketType": "PERPETUAL_MARKET_TYPE_CROSS", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 3, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "WUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Bybit", + "ticker": "WUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Gate", + "ticker": "W_USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "W-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "W-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Wormhole", + "referencePrice": 0.3639344997429461, + "cmcId": 29587 + } + }, + "LPT": { + "title": "Add LPT-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a LPT-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 112, + "ticker": "LPT-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -8, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "LPTUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "CoinbasePro", + "ticker": "LPT-USD", + "invert": false + }, + { + "exchangeName": "Gate", + "ticker": "LPT_USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "lptusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "LPT-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "LPT-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -7, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Livepeer", + "referencePrice": 19.280305108665466, + "cmcId": 3640 + } + }, + "CAKE": { + "title": "Add CAKE-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a CAKE-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 113, + "ticker": "CAKE-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -9, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "CAKEUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Bybit", + "ticker": "CAKEUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "cakeusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "CAKE-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -6, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "PancakeSwap", + "referencePrice": 2.341241806714994, + "cmcId": 7186 + } + }, + "SAFE": { + "title": "Add SAFE-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a SAFE-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 114, + "ticker": "SAFE-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -9, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Bybit", + "ticker": "SAFEUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "CoinbasePro", + "ticker": "SAFE-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "safeusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "SAFE-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "SAFE-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -6, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Safe", + "referencePrice": 1.4256236190294718, + "cmcId": 21585 + } + }, + "CFX": { + "title": "Add CFX-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a CFX-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 115, + "ticker": "CFX-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "CFXUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Gate", + "ticker": "CFX_USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "CFX-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "CFX-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Conflux", + "referencePrice": 0.14772074570025998, + "cmcId": 7334 + } + }, + "KLAY": { + "title": "Add KLAY-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a KLAY-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 116, + "ticker": "KLAY-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "KLAYUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Bybit", + "ticker": "KLAYUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "klayusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "KLAY-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "KLAY-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Klaytn", + "referencePrice": 0.16336442281985636, + "cmcId": 4256 + } + }, + "IOTA": { + "title": "Add IOTA-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a IOTA-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 117, + "ticker": "IOTA-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "IOTAUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "iotausdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "IOTA-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "IOTA-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "IOTA", + "referencePrice": 0.1805342892854577, + "cmcId": 1720 + } + }, + "OM": { + "title": "Add OM-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a OM-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 118, + "ticker": "OM-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "OMUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "OM-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "OM-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "MANTRA", + "referencePrice": 0.7352196063265827, + "cmcId": 6536 + } + }, + "APE": { + "title": "Add APE-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a APE-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 119, + "ticker": "APE-USD", + "marketType": "PERPETUAL_MARKET_TYPE_CROSS", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 3, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "APEUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Bybit", + "ticker": "APEUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "CoinbasePro", + "ticker": "APE-USD", + "invert": false + }, + { + "exchangeName": "Gate", + "ticker": "APE_USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "APE-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "APE-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "ApeCoin", + "referencePrice": 0.9336852537279583, + "cmcId": 18876 + } + }, + "1INCH": { + "title": "Add 1INCH-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a 1INCH-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 120, + "ticker": "1INCH-USD", + "marketType": "PERPETUAL_MARKET_TYPE_CROSS", + "priceExponent": -10, + "minPriceChange": 2500, + "minExchanges": 3, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "1INCHUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Bybit", + "ticker": "1INCHUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "CoinbasePro", + "ticker": "1INCH-USD", + "invert": false + }, + { + "exchangeName": "Gate", + "ticker": "1INCH_USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "1INCH-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "1INCH-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 1, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "1inch Network", + "referencePrice": 0.4451929409177836, + "cmcId": 8104 + } + }, + "HNT": { + "title": "Add HNT-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a HNT-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 121, + "ticker": "HNT-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -9, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Bybit", + "ticker": "HNTUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "CoinbasePro", + "ticker": "HNT-USD", + "invert": false + }, + { + "exchangeName": "Kraken", + "ticker": "HNTUSD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "HNT-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -6, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Helium", + "referencePrice": 3.4546513186064605, + "cmcId": 5665 + } + }, + "RPL": { + "title": "Add RPL-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a RPL-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 122, + "ticker": "RPL-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -8, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "RPLUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Bybit", + "ticker": "RPLUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "CoinbasePro", + "ticker": "RPL-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "rplusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kraken", + "ticker": "RPLUSD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "RPL-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "RPL-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -7, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Rocket Pool", + "referencePrice": 26.96215668988564, + "cmcId": 2943 + } + }, + "AIOZ": { + "title": "Add AIOZ-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a AIOZ-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 123, + "ticker": "AIOZ-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Bybit", + "ticker": "AIOZUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "CoinbasePro", + "ticker": "AIOZ-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "aiozusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "AIOZ-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "AIOZ Network", + "referencePrice": 0.5032968171444434, + "cmcId": 9104 + } + }, + "FTT": { + "title": "Add FTT-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a FTT-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 124, + "ticker": "FTT-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -9, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "FTTUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Bybit", + "ticker": "FTTUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "fttusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "FTT-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -6, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "FTX Token", + "referencePrice": 1.6172630075978112, + "cmcId": 4195 + } + }, + "KAVA": { + "title": "Add KAVA-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a KAVA-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 125, + "ticker": "KAVA-USD", + "marketType": "PERPETUAL_MARKET_TYPE_CROSS", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 3, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "KAVAUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "CoinbasePro", + "ticker": "KAVA-USD", + "invert": false + }, + { + "exchangeName": "Gate", + "ticker": "KAVA_USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kraken", + "ticker": "KAVAUSD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "KAVA-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Kava", + "referencePrice": 0.46793273060677865, + "cmcId": 4846 + } + }, + "TUSD": { + "title": "Add TUSD-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a TUSD-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 126, + "ticker": "TUSD-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "TUSDUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Bybit", + "ticker": "TUSDUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "tusdusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "TUSD-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "TrueUSD", + "referencePrice": 0.9973277888718227, + "cmcId": 2563 + } + }, + "XDC": { + "title": "Add XDC-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a XDC-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 127, + "ticker": "XDC-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -11, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Bybit", + "ticker": "XDCUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "xdcusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "XDC-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -4, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "XDC Network", + "referencePrice": 0.033178842101939096, + "cmcId": 2634 + } + }, + "CKB": { + "title": "Add CKB-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a CKB-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 128, + "ticker": "CKB-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -11, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "CKBUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "ckbusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "CKB-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -4, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Nervos Network", + "referencePrice": 0.011414538448192702, + "cmcId": 4948 + } + }, + "TFUEL": { + "title": "Add TFUEL-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a TFUEL-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 129, + "ticker": "TFUEL-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -11, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "TFUELUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "TFUEL-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -4, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Theta Fuel", + "referencePrice": 0.072140614966098, + "cmcId": 3822 + } + }, + "NFT": { + "title": "Add NFT-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a NFT-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 130, + "ticker": "NFT-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -16, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Bybit", + "ticker": "NFTUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "nftusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "NFT-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "NFT-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": 1, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "APENFT", + "referencePrice": 4.3159591674375616e-07, + "cmcId": 9816 + } + }, + "PAXG": { + "title": "Add PAXG-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a PAXG-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 131, + "ticker": "PAXG-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -6, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "PAXGUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Bybit", + "ticker": "PAXGUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kraken", + "ticker": "PAXGUSD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "PAXG-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -9, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "PAX Gold", + "referencePrice": 2328.996553395676, + "cmcId": 4705 + } + }, + "BLUR": { + "title": "Add BLUR-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a BLUR-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 132, + "ticker": "BLUR-USD", + "marketType": "PERPETUAL_MARKET_TYPE_CROSS", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 3, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "BLURUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Bybit", + "ticker": "BLURUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "CoinbasePro", + "ticker": "BLUR-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "BLUR-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "BLUR-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Blur", + "referencePrice": 0.26409616720013535, + "cmcId": 23121 + } + }, + "IOTX": { + "title": "Add IOTX-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a IOTX-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 133, + "ticker": "IOTX-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -11, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "IOTXUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "CoinbasePro", + "ticker": "IOTX-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "iotxusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "IOTX-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -4, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "IoTeX", + "referencePrice": 0.0465642009594583, + "cmcId": 2777 + } + }, + "PEOPLE": { + "title": "Add PEOPLE-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a PEOPLE-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 134, + "ticker": "PEOPLE-USD", + "marketType": "PERPETUAL_MARKET_TYPE_CROSS", + "priceExponent": -11, + "minPriceChange": 800, + "minExchanges": 3, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "PEOPLEUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Bybit", + "ticker": "PEOPLEUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Gate", + "ticker": "PEOPLE_USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "peopleusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "PEOPLE-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "PEOPLE-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -4, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "ConstitutionDAO", + "referencePrice": 0.08714644178619982, + "cmcId": 14806 + } + }, + "TWT": { + "title": "Add TWT-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a TWT-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 135, + "ticker": "TWT-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -9, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "TWTUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Bybit", + "ticker": "TWTUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "TWT-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -6, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Trust Wallet Token", + "referencePrice": 1.0319475785145356, + "cmcId": 5964 + } + }, + "AXL": { + "title": "Add AXL-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a AXL-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 136, + "ticker": "AXL-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "AXLUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Bybit", + "ticker": "AXLUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "CoinbasePro", + "ticker": "AXL-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Axelar", + "referencePrice": 0.6290001197450651, + "cmcId": 17799 + } + }, + "WOO": { + "title": "Add WOO-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a WOO-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 138, + "ticker": "WOO-USD", + "marketType": "PERPETUAL_MARKET_TYPE_CROSS", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 3, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "WOOUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Bybit", + "ticker": "WOOUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Gate", + "ticker": "WOO_USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "WOO-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "WOO-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "WOO", + "referencePrice": 0.22247662038092966, + "cmcId": 7501 + } + }, + "COMP": { + "title": "Add COMP-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a COMP-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 139, + "ticker": "COMP-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -8, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "COMPUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Bitstamp", + "ticker": "COMP/USD", + "invert": false + }, + { + "exchangeName": "Bybit", + "ticker": "COMPUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "CoinbasePro", + "ticker": "COMP-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "compusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kraken", + "ticker": "COMPUSD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "COMP-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "COMP-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -7, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Compound", + "referencePrice": 49.941725591682484, + "cmcId": 5692 + } + }, + "RAY": { + "title": "Add RAY-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a RAY-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 140, + "ticker": "RAY-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -9, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "RAYUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "RAY-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "RAY-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Raydium", + "ticker": "RAY-SOL-Em6rHi68trYgBFyJ5261A2nhwuQWfLcirgzZZYoRcrkX-6-3mEFzHsJyu2Cpjrz6zPmTzP7uoLFj9SbbecGVzzkL1mJ-9-6Su6Ea97dBxecd5W92KcVvv6SzCurE2BXGgFe9LNGMpE-AVs9TA4nWDzfPJE9gGVNJMVhcQy3V9PGazuz33BfG2RA", + "adjustByMarket": "SOL-USD", + "invert": true + } + ], + "liquidityTier": 2, + "atomicResolution": -6, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Raydium", + "referencePrice": 1.5823578901770037, + "cmcId": 8526 + } + }, + "PYUSD": { + "title": "Add PYUSD-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a PYUSD-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 141, + "ticker": "PYUSD-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Bybit", + "ticker": "PYUSDUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "CoinbasePro", + "ticker": "PYUSD-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "pyusdusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "PYUSD-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "PayPal USD", + "referencePrice": 0.9964523153620597, + "cmcId": 27772 + } + }, + "SSV": { + "title": "Add SSV-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a SSV-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 142, + "ticker": "SSV-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -8, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "SSVUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Bybit", + "ticker": "SSVUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "ssvusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "SSV-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "SSV-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -7, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "ssv.network", + "referencePrice": 41.14109908560692, + "cmcId": 12999 + } + }, + "ASTR": { + "title": "Add ASTR-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a ASTR-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 143, + "ticker": "ASTR-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -11, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "ASTRUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Gate", + "ticker": "ASTR_USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "astrusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "ASTR-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "ASTR-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -4, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Astar", + "referencePrice": 0.07025378344257915, + "cmcId": 12885 + } + }, + "AEVO": { + "title": "Add AEVO-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a AEVO-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 144, + "ticker": "AEVO-USD", + "marketType": "PERPETUAL_MARKET_TYPE_CROSS", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 3, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "AEVOUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Bybit", + "ticker": "AEVOUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Gate", + "ticker": "AEVO_USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "AEVO-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "AEVO-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Aevo", + "referencePrice": 0.4815942216918242, + "cmcId": 29676 + } + }, + "ETHFI": { + "title": "Add ETHFI-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a ETHFI-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 145, + "ticker": "ETHFI-USD", + "marketType": "PERPETUAL_MARKET_TYPE_CROSS", + "priceExponent": -9, + "minPriceChange": 2500, + "minExchanges": 3, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "ETHFIUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Bybit", + "ticker": "ETHFIUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Gate", + "ticker": "ETHFI_USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "ethfiusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "ETHFI-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "ETHFI-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 1, + "atomicResolution": -6, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "ether.fi", + "referencePrice": 3.4947367229384043, + "cmcId": 29814 + } + }, + "MEME": { + "title": "Add MEME-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a MEME-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 146, + "ticker": "MEME-USD", + "marketType": "PERPETUAL_MARKET_TYPE_CROSS", + "priceExponent": -11, + "minPriceChange": 800, + "minExchanges": 3, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "MEMEUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Bybit", + "ticker": "MEMEUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Gate", + "ticker": "MEME_USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "MEME-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -4, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Memecoin", + "referencePrice": 0.019161162619788678, + "cmcId": 28301 + } + }, + "BNX": { + "title": "Add BNX-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a BNX-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 147, + "ticker": "BNX-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -9, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "BNXUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Gate", + "ticker": "BNX_USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -6, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "BinaryX", + "referencePrice": 1.056419721410442, + "cmcId": 23635 + } + }, + "ANT": { + "title": "Add ANT-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a ANT-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 148, + "ticker": "ANT-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -9, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Huobi", + "ticker": "antusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kraken", + "ticker": "ANTUSD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "ANT-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -6, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Aragon", + "referencePrice": 8.998521098904396, + "cmcId": 1680 + } + }, + "OSMO": { + "title": "Add OSMO-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a OSMO-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 149, + "ticker": "OSMO-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "OSMOUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "CoinbasePro", + "ticker": "OSMO-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "osmousdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "OSMO-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Osmosis", + "referencePrice": 0.5732030973648518, + "cmcId": 12220 + } + }, + "WEMIX": { + "title": "Add WEMIX-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a WEMIX-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 150, + "ticker": "WEMIX-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -9, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Bybit", + "ticker": "WEMIXUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "wemixusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "WEMIX-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -6, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "WEMIX", + "referencePrice": 1.045036285346102, + "cmcId": 7548 + } + }, + "PRIME": { + "title": "Add PRIME-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a PRIME-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 151, + "ticker": "PRIME-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -8, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Bybit", + "ticker": "PRIMEUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "CoinbasePro", + "ticker": "PRIME-USD", + "invert": false + }, + { + "exchangeName": "Gate", + "ticker": "PRIME_USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -7, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Echelon Prime", + "referencePrice": 10.37359013069908, + "cmcId": 23711 + } + }, + "GLM": { + "title": "Add GLM-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a GLM-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 152, + "ticker": "GLM-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "GLMUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "CoinbasePro", + "ticker": "GLM-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "glmusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "GLM-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "GLM-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Golem", + "referencePrice": 0.37871788247018895, + "cmcId": 1455 + } + }, + "OCEAN": { + "title": "Add OCEAN-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a OCEAN-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 153, + "ticker": "OCEAN-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "OCEANUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "CoinbasePro", + "ticker": "OCEAN-USD", + "invert": false + }, + { + "exchangeName": "Gate", + "ticker": "OCEAN_USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "oceanusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "OCEAN-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Ocean Protocol", + "referencePrice": 0.6626353115675001, + "cmcId": 3911 + } + }, + "MX": { + "title": "Add MX-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a MX-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 154, + "ticker": "MX-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -9, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Bybit", + "ticker": "MXUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "mxusdt", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -6, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "MX TOKEN", + "referencePrice": 3.6817775722712986, + "cmcId": 4041 + } + }, + "KSM": { + "title": "Add KSM-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a KSM-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 155, + "ticker": "KSM-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -8, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "KSMUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Bybit", + "ticker": "KSMUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "CoinbasePro", + "ticker": "KSM-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "ksmusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kraken", + "ticker": "KSMUSD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "KSM-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "KSM-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -7, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Kusama", + "referencePrice": 24.45834503793628, + "cmcId": 5034 + } + }, + "ARKM": { + "title": "Add ARKM-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a ARKM-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 156, + "ticker": "ARKM-USD", + "marketType": "PERPETUAL_MARKET_TYPE_CROSS", + "priceExponent": -9, + "minPriceChange": 800, + "minExchanges": 3, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "ARKMUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Bybit", + "ticker": "ARKMUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "CoinbasePro", + "ticker": "ARKM-USD", + "invert": false + }, + { + "exchangeName": "Gate", + "ticker": "ARKM_USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -6, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Arkham", + "referencePrice": 1.823405335824073, + "cmcId": 27565 + } + }, + "GMT": { + "title": "Add GMT-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a GMT-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 158, + "ticker": "GMT-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "GMTUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Bybit", + "ticker": "GMTUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "CoinbasePro", + "ticker": "GMT-USD", + "invert": false + }, + { + "exchangeName": "Gate", + "ticker": "GMT_USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "gmtusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "GMT-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "GMT-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "GMT", + "referencePrice": 0.16702168543349474, + "cmcId": 18069 + } + }, + "SUPER": { + "title": "Add SUPER-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a SUPER-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 159, + "ticker": "SUPER-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "SUPERUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "CoinbasePro", + "ticker": "SUPER-USD", + "invert": false + }, + { + "exchangeName": "Kraken", + "ticker": "SUPERUSD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "SUPER-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "SuperVerse", + "referencePrice": 0.721802732202486, + "cmcId": 8290 + } + }, + "SFP": { + "title": "Add SFP-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a SFP-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 160, + "ticker": "SFP-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "SFPUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "SFP-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "SafePal", + "referencePrice": 0.7601647095964876, + "cmcId": 8119 + } + }, + "CVX": { + "title": "Add CVX-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a CVX-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 161, + "ticker": "CVX-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -9, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "CVXUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "CoinbasePro", + "ticker": "CVX-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "CVX-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "CVX-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -6, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Convex Finance", + "referencePrice": 3.6342008669276087, + "cmcId": 9903 + } + }, + "XRD": { + "title": "Add XRD-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a XRD-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 162, + "ticker": "XRD-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -11, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Gate", + "ticker": "XRD_USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "XRD-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -4, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Radix", + "referencePrice": 0.03279471919064095, + "cmcId": 11948 + } + }, + "MANTA": { + "title": "Add MANTA-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a MANTA-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 163, + "ticker": "MANTA-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -9, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "MANTAUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Bybit", + "ticker": "MANTAUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Gate", + "ticker": "MANTA_USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "mantausdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "MANTA-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -6, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Manta Network", + "referencePrice": 1.0292535697507694, + "cmcId": 13631 + } + }, + "ZEC": { + "title": "Add ZEC-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a ZEC-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 164, + "ticker": "ZEC-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -8, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "ZECUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "CoinbasePro", + "ticker": "ZEC-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "zecusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kraken", + "ticker": "XZECZUSD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "ZEC-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -7, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Zcash", + "referencePrice": 20.235911683675653, + "cmcId": 1437 + } + }, + "ZIL": { + "title": "Add ZIL-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a ZIL-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 165, + "ticker": "ZIL-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -11, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "ZILUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Bybit", + "ticker": "ZILUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "zilusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "ZIL-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "ZIL-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -4, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Zilliqa", + "referencePrice": 0.01792221487325486, + "cmcId": 2469 + } + }, + "HOT": { + "title": "Add HOT-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a HOT-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 166, + "ticker": "HOT-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -12, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "HOTUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Bybit", + "ticker": "HOTUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -3, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Holo", + "referencePrice": 0.0018749456664773248, + "cmcId": 2682 + } + }, + "CELO": { + "title": "Add CELO-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a CELO-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 167, + "ticker": "CELO-USD", + "marketType": "PERPETUAL_MARKET_TYPE_CROSS", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 3, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "CELOUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Bybit", + "ticker": "CELOUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "CoinbasePro", + "ticker": "CGLD-USD", + "invert": false + }, + { + "exchangeName": "Gate", + "ticker": "CELO_USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "CELO-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "CELO-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Celo", + "referencePrice": 0.6008702507756323, + "cmcId": 5567 + } + }, + "ANKR": { + "title": "Add ANKR-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a ANKR-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 168, + "ticker": "ANKR-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -11, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "ANKRUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Bybit", + "ticker": "ANKRUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "CoinbasePro", + "ticker": "ANKR-USD", + "invert": false + }, + { + "exchangeName": "Gate", + "ticker": "ANKR_USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "ankrusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "ANKR-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -4, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Ankr", + "referencePrice": 0.03221970465721461, + "cmcId": 3783 + } + }, + "ILV": { + "title": "Add ILV-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a ILV-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 169, + "ticker": "ILV-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -8, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "ILVUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "CoinbasePro", + "ticker": "ILV-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "ILV-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "ILV-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -7, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Illuvium", + "referencePrice": 72.01000038854055, + "cmcId": 8719 + } + }, + "ZRX": { + "title": "Add ZRX-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a ZRX-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 170, + "ticker": "ZRX-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "ZRXUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Bitstamp", + "ticker": "ZRX/USD", + "invert": false + }, + { + "exchangeName": "Bybit", + "ticker": "ZRXUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "CoinbasePro", + "ticker": "ZRX-USD", + "invert": false + }, + { + "exchangeName": "Gate", + "ticker": "ZRX_USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "zrxusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "ZRX-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "ZRX-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "0x Protocol", + "referencePrice": 0.36377958961589807, + "cmcId": 1896 + } + }, + "POLYX": { + "title": "Add POLYX-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a POLYX-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 171, + "ticker": "POLYX-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "POLYXUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "polyxusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "POLYX-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Polymesh", + "referencePrice": 0.34740007083979146, + "cmcId": 20362 + } + }, + "MOG": { + "title": "Add MOG-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a MOG-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 172, + "ticker": "MOG-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -16, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Gate", + "ticker": "MOG_USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "mogusdt", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": 1, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Mog Coin", + "referencePrice": 8.803611347617004e-07, + "cmcId": 27659 + } + }, + "SKL": { + "title": "Add SKL-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a SKL-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 173, + "ticker": "SKL-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -11, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "SKLUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Bitstamp", + "ticker": "SKL/USD", + "invert": false + }, + { + "exchangeName": "CoinbasePro", + "ticker": "SKL-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "sklusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "SKL-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "SKL-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -4, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "SKALE", + "referencePrice": 0.056019500214743334, + "cmcId": 5691 + } + }, + "DYM": { + "title": "Add DYM-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a DYM-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 174, + "ticker": "DYM-USD", + "marketType": "PERPETUAL_MARKET_TYPE_CROSS", + "priceExponent": -9, + "minPriceChange": 800, + "minExchanges": 3, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "DYMUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Bybit", + "ticker": "DYMUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Gate", + "ticker": "DYM_USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "DYM-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -6, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Dymension", + "referencePrice": 1.6956010134832433, + "cmcId": 28932 + } + }, + "METIS": { + "title": "Add METIS-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a METIS-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 175, + "ticker": "METIS-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -8, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "METISUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "CoinbasePro", + "ticker": "METIS-USD", + "invert": false + }, + { + "exchangeName": "Gate", + "ticker": "METIS_USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "metisusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "METIS-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "METIS-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -7, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Metis", + "referencePrice": 52.77846555728189, + "cmcId": 9640 + } + }, + "RSR": { + "title": "Add RSR-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a RSR-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 177, + "ticker": "RSR-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -12, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "RSRUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "rsrusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "RSR-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "RSR-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -3, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Reserve Rights", + "referencePrice": 0.005864692615932425, + "cmcId": 3964 + } + }, + "BAT": { + "title": "Add BAT-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a BAT-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 178, + "ticker": "BAT-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "BATUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Bitstamp", + "ticker": "BAT/USD", + "invert": false + }, + { + "exchangeName": "Bybit", + "ticker": "BATUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "CoinbasePro", + "ticker": "BAT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "batusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kraken", + "ticker": "BATUSD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "BAT-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "BAT-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Basic Attention Token", + "referencePrice": 0.19300050051152182, + "cmcId": 1697 + } + }, + "RVN": { + "title": "Add RVN-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a RVN-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 179, + "ticker": "RVN-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -11, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "RVNUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Bybit", + "ticker": "RVNUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "rvnusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "RVN-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "RVN-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -4, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Ravencoin", + "referencePrice": 0.020621831732735563, + "cmcId": 2577 + } + }, + "ENJ": { + "title": "Add ENJ-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a ENJ-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 180, + "ticker": "ENJ-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "ENJUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Bitstamp", + "ticker": "ENJ/USD", + "invert": false + }, + { + "exchangeName": "Bybit", + "ticker": "ENJUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "enjusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "ENJ-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "ENJ-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Enjin Coin", + "referencePrice": 0.1958767827098971, + "cmcId": 2130 + } + }, + "DASH": { + "title": "Add DASH-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a DASH-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 181, + "ticker": "DASH-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -8, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "DASHUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "CoinbasePro", + "ticker": "DASH-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "dashusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kraken", + "ticker": "DASHUSD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "DASH-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -7, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Dash", + "referencePrice": 23.840734035224504, + "cmcId": 131 + } + }, + "TRAC": { + "title": "Add TRAC-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a TRAC-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 182, + "ticker": "TRAC-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Bitstamp", + "ticker": "TRAC/USD", + "invert": false + }, + { + "exchangeName": "CoinbasePro", + "ticker": "TRAC-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "tracusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "TRAC-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "OriginTrail", + "referencePrice": 0.6785139769340242, + "cmcId": 2467 + } + }, + "RSS3": { + "title": "Add RSS3-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a RSS3-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 183, + "ticker": "RSS3-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Bybit", + "ticker": "RSS3USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "rss3usdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "RSS3-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "RSS3", + "referencePrice": 0.2850746464333119, + "cmcId": 17917 + } + }, + "BICO": { + "title": "Add BICO-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a BICO-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 184, + "ticker": "BICO-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "BICOUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Bybit", + "ticker": "BICOUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "CoinbasePro", + "ticker": "BICO-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "bicousdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "BICO-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "BICO-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Biconomy", + "referencePrice": 0.3862950682317573, + "cmcId": 9543 + } + }, + "FXS": { + "title": "Add FXS-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a FXS-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 185, + "ticker": "FXS-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -9, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "FXSUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Bybit", + "ticker": "FXSUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "fxsusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "FXS-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "FXS-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -6, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Frax Share", + "referencePrice": 3.4942420006661763, + "cmcId": 6953 + } + }, + "ELF": { + "title": "Add ELF-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a ELF-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 186, + "ticker": "ELF-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "ELFUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "elfusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "ELF-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "ELF-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "aelf", + "referencePrice": 0.38647097111265477, + "cmcId": 2299 + } + }, + "JST": { + "title": "Add JST-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a JST-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 187, + "ticker": "JST-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -11, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "JSTUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Bybit", + "ticker": "JSTUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "jstusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "JST-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "JST-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -4, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "JUST", + "referencePrice": 0.02756306420479223, + "cmcId": 5488 + } + }, + "GMX": { + "title": "Add GMX-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a GMX-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 188, + "ticker": "GMX-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -8, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "GMXUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Bybit", + "ticker": "GMXUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "gmxusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "GMX-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "GMX-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -7, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "GMX", + "referencePrice": 28.589059814855673, + "cmcId": 11857 + } + }, + "QTUM": { + "title": "Add QTUM-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a QTUM-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 189, + "ticker": "QTUM-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -9, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "QTUMUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Bybit", + "ticker": "QTUMUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Gate", + "ticker": "QTUM_USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "qtumusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kraken", + "ticker": "QTUMUSD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "QTUM-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -6, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Qtum", + "referencePrice": 2.5701287327314994, + "cmcId": 1684 + } + }, + "GAL": { + "title": "Add GAL-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a GAL-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 190, + "ticker": "GAL-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -9, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "GALUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Bybit", + "ticker": "GALUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "CoinbasePro", + "ticker": "GAL-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "galusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kraken", + "ticker": "GALUSD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "GAL-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "GAL-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -6, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Galxe", + "referencePrice": 2.2945512035630586, + "cmcId": 11877 + } + }, + "ETHW": { + "title": "Add ETHW-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a ETHW-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 191, + "ticker": "ETHW-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -9, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Bybit", + "ticker": "ETHWUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "ethwusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "ETHW-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "ETHW-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -6, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "EthereumPoW", + "referencePrice": 2.4440441849819003, + "cmcId": 21296 + } + }, + "CSPR": { + "title": "Add CSPR-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a CSPR-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 192, + "ticker": "CSPR-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -11, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Bitstamp", + "ticker": "CSPR/USD", + "invert": false + }, + { + "exchangeName": "Bybit", + "ticker": "CSPRUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Gate", + "ticker": "CSPR_USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "csprusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "CSPR-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "CSPR-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -4, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Casper", + "referencePrice": 0.021603382163501987, + "cmcId": 5899 + } + }, + "ID": { + "title": "Add ID-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a ID-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 193, + "ticker": "ID-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "IDUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Bybit", + "ticker": "IDUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "idusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "ID-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "ID-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "SPACE ID", + "referencePrice": 0.4682254132294481, + "cmcId": 21846 + } + }, + "DCR": { + "title": "Add DCR-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a DCR-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 194, + "ticker": "DCR-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -8, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "DCRUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Bybit", + "ticker": "DCRUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "dcrusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "DCR-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "DCR-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -7, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Decred", + "referencePrice": 15.777189720821525, + "cmcId": 1168 + } + }, + "TURBO": { + "title": "Add TURBO-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a TURBO-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 195, + "ticker": "TURBO-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -12, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Huobi", + "ticker": "turbousdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "TURBO-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -3, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Turbo", + "referencePrice": 0.005318209093141312, + "cmcId": 24911 + } + }, + "TRUMP": { + "title": "Add TRUMP-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a TRUMP-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 196, + "ticker": "TRUMP-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -9, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Raydium", + "ticker": "TRUMP-SOL-GwUn3JYQ5PC6P9cB9HsatJN7y7aw3BXrNqHPpoHtWyKF-8-5DNPt6WYgj3x7EmU4Fyqe3jDYPk2HMAB21H5N4Ggbev9-9-FAWLdBB8kmWZQ74KpYAYN3YaEW31Si8qrwuQPauFSoma-7Lco4QdQLaW6M4sxVhWe8BHjrykyzjcjGTo4a6qYGABK", + "adjustByMarket": "SOL-USD", + "invert": true + } + ], + "liquidityTier": 2, + "atomicResolution": -6, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "MAGA", + "referencePrice": 7.45, + "cmcId": 27872 + } + }, + "TRIBE": { + "title": "Add TRIBE-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a TRIBE-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 197, + "ticker": "TRIBE-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Bybit", + "ticker": "TRIBEUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Gate", + "ticker": "TRIBE_USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Tribe", + "referencePrice": 0.492053647491002, + "cmcId": 9025 + } + }, + "MASK": { + "title": "Add MASK-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a MASK-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 198, + "ticker": "MASK-USD", + "marketType": "PERPETUAL_MARKET_TYPE_CROSS", + "priceExponent": -9, + "minPriceChange": 800, + "minExchanges": 3, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "MASKUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Bybit", + "ticker": "MASKUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "CoinbasePro", + "ticker": "MASK-USD", + "invert": false + }, + { + "exchangeName": "Gate", + "ticker": "MASK_USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "MASK-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "MASK-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -6, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Mask Network", + "referencePrice": 2.5324163594850626, + "cmcId": 8536 + } + }, + "XCH": { + "title": "Add XCH-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a XCH-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 199, + "ticker": "XCH-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -8, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Huobi", + "ticker": "xchusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "XCH-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "XCH-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -7, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Chia", + "referencePrice": 24.041533618681463, + "cmcId": 9258 + } + }, + "ATH": { + "title": "Add ATH-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a ATH-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 200, + "ticker": "ATH-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -11, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Bybit", + "ticker": "ATHUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "athusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "ATH-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "ATH-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -4, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Aethir", + "referencePrice": 0.06797918317418246, + "cmcId": 30083 + } + }, + "GAS": { + "title": "Add GAS-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a GAS-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 201, + "ticker": "GAS-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -9, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "GASUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "gasusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "GAS-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "GAS-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -6, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Gas", + "referencePrice": 3.7256196675144526, + "cmcId": 1785 + } + }, + "LRC": { + "title": "Add LRC-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a LRC-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 202, + "ticker": "LRC-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "LRCUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Bitstamp", + "ticker": "LRC/USD", + "invert": false + }, + { + "exchangeName": "Bybit", + "ticker": "LRCUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "CoinbasePro", + "ticker": "LRC-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "lrcusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "LRC-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "LRC-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Loopring", + "referencePrice": 0.17368572095158819, + "cmcId": 1934 + } + }, + "ZETA": { + "title": "Add ZETA-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a ZETA-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 203, + "ticker": "ZETA-USD", + "marketType": "PERPETUAL_MARKET_TYPE_CROSS", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 3, + "exchangeConfigJson": [ + { + "exchangeName": "Bybit", + "ticker": "ZETAUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "CoinbasePro", + "ticker": "ZETA-USD", + "invert": false + }, + { + "exchangeName": "Gate", + "ticker": "ZETA_USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "ZETA-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "ZETA-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "ZetaChain", + "referencePrice": 0.8707231765331123, + "cmcId": 21259 + } + }, + "YGG": { + "title": "Add YGG-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a YGG-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 204, + "ticker": "YGG-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "YGGUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Gate", + "ticker": "YGG_USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "yggusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kraken", + "ticker": "YGGUSD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "YGG-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "YGG-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Yield Guild Games", + "referencePrice": 0.6467233232557413, + "cmcId": 10688 + } + }, + "TRB": { + "title": "Add TRB-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a TRB-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 205, + "ticker": "TRB-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -8, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "TRBUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "CoinbasePro", + "ticker": "TRB-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "trbusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "TRB-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "TRB-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -7, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Tellor", + "referencePrice": 89.69417487121136, + "cmcId": 4944 + } + }, + "T": { + "title": "Add T-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a T-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 206, + "ticker": "T-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -11, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "TUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Bybit", + "ticker": "TUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "CoinbasePro", + "ticker": "T-USD", + "invert": false + }, + { + "exchangeName": "Gate", + "ticker": "T_USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "tusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "T-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "T-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -4, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Threshold", + "referencePrice": 0.023798495763454955, + "cmcId": 17751 + } + }, + "FLUX": { + "title": "Add FLUX-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a FLUX-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 207, + "ticker": "FLUX-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "FLUXUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "fluxusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "FLUX-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Flux", + "referencePrice": 0.6572953879365748, + "cmcId": 3029 + } + }, + "PIXEL": { + "title": "Add PIXEL-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a PIXEL-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 208, + "ticker": "PIXEL-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "PIXELUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "pixelusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "PIXEL-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Pixels", + "referencePrice": 0.2935730751145217, + "cmcId": 29335 + } + }, + "CFG": { + "title": "Add CFG-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a CFG-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 209, + "ticker": "CFG-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Kucoin", + "ticker": "CFG-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "CFG-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Centrifuge", + "referencePrice": 0.4401835738154115, + "cmcId": 6748 + } + }, + "ALT": { + "title": "Add ALT-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a ALT-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 210, + "ticker": "ALT-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "ALTUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Bybit", + "ticker": "ALTUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "altusdt", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Altlayer", + "referencePrice": 0.20461359433698484, + "cmcId": 29073 + } + }, + "ONE": { + "title": "Add ONE-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a ONE-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 211, + "ticker": "ONE-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -11, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "ONEUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Bybit", + "ticker": "ONEUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "oneusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "ONE-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "ONE-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -4, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Harmony", + "referencePrice": 0.01564283070273787, + "cmcId": 3945 + } + }, + "SUSHI": { + "title": "Add SUSHI-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a SUSHI-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 212, + "ticker": "SUSHI-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "SUSHIUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Bitstamp", + "ticker": "SUSHI/USD", + "invert": false + }, + { + "exchangeName": "Bybit", + "ticker": "SUSHIUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "CoinbasePro", + "ticker": "SUSHI-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "sushiusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "SUSHI-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "SUSHI-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "SushiSwap", + "referencePrice": 0.8382241024992144, + "cmcId": 6758 + } + }, + "UMA": { + "title": "Add UMA-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a UMA-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 213, + "ticker": "UMA-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -9, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "UMAUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Bitstamp", + "ticker": "UMA/USD", + "invert": false + }, + { + "exchangeName": "Bybit", + "ticker": "UMAUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "CoinbasePro", + "ticker": "UMA-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "umausdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "UMA-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "UMA-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -6, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "UMA", + "referencePrice": 2.671488498464646, + "cmcId": 5617 + } + }, + "CHR": { + "title": "Add CHR-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a CHR-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 214, + "ticker": "CHR-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "CHRUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "chrusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "CHR-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Chromia", + "referencePrice": 0.2566657131839334, + "cmcId": 3978 + } + }, + "VANRY": { + "title": "Add VANRY-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a VANRY-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 215, + "ticker": "VANRY-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "VANRYUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Bybit", + "ticker": "VANRYUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "VANRY-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Vanar Chain", + "referencePrice": 0.14594123790539582, + "cmcId": 8037 + } + }, + "AMP": { + "title": "Add AMP-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a AMP-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 216, + "ticker": "AMP-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -12, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "AMPUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "CoinbasePro", + "ticker": "AMP-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "ampusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "AMP-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -3, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Amp", + "referencePrice": 0.004901077932317965, + "cmcId": 6945 + } + }, + "TEL": { + "title": "Add TEL-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a TEL-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 217, + "ticker": "TEL-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -12, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Bybit", + "ticker": "TELUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "TEL-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -3, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Telcoin", + "referencePrice": 0.00229947217090437, + "cmcId": 2394 + } + }, + "API3": { + "title": "Add API3-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a API3-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 218, + "ticker": "API3-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -9, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "API3USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "CoinbasePro", + "ticker": "API3-USD", + "invert": false + }, + { + "exchangeName": "Gate", + "ticker": "API3_USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "api3usdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kraken", + "ticker": "API3USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "API3-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "API3-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -6, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "API3", + "referencePrice": 2.332850604345972, + "cmcId": 7737 + } + }, + "YFI": { + "title": "Add YFI-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a YFI-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 219, + "ticker": "YFI-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -6, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "YFIUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Bybit", + "ticker": "YFIUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "CoinbasePro", + "ticker": "YFI-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "yfiusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kraken", + "ticker": "YFIUSD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "YFI-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "YFI-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -9, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "yearn.finance", + "referencePrice": 5982.997536895858, + "cmcId": 5864 + } + }, + "GLMR": { + "title": "Add GLMR-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a GLMR-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 220, + "ticker": "GLMR-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "GLMRUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Bybit", + "ticker": "GLMRUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "glmrusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "GLMR-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "GLMR-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Moonbeam", + "referencePrice": 0.22437126315894446, + "cmcId": 6836 + } + }, + "ONT": { + "title": "Add ONT-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a ONT-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 221, + "ticker": "ONT-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "ONTUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "ontusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "ONT-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "ONT-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Ontology", + "referencePrice": 0.21458613035299282, + "cmcId": 2566 + } + }, + "VTHO": { + "title": "Add VTHO-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a VTHO-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 222, + "ticker": "VTHO-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -12, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "VTHOUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "CoinbasePro", + "ticker": "VTHO-USD", + "invert": false + }, + { + "exchangeName": "Gate", + "ticker": "VTHO_USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -3, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "VeThor Token", + "referencePrice": 0.002509522421080521, + "cmcId": 3012 + } + }, + "AUDIO": { + "title": "Add AUDIO-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a AUDIO-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 223, + "ticker": "AUDIO-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "AUDIOUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Bitstamp", + "ticker": "AUDIO/USD", + "invert": false + }, + { + "exchangeName": "CoinbasePro", + "ticker": "AUDIO-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "audiousdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "AUDIO-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Audius", + "referencePrice": 0.15440471270208456, + "cmcId": 7455 + } + }, + "ACH": { + "title": "Add ACH-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a ACH-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 224, + "ticker": "ACH-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -11, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "ACHUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Bybit", + "ticker": "ACHUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "CoinbasePro", + "ticker": "ACH-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "achusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "ACH-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "ACH-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -4, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Alchemy Pay", + "referencePrice": 0.024141632650744465, + "cmcId": 6958 + } + }, + "NTRN": { + "title": "Add NTRN-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a NTRN-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 225, + "ticker": "NTRN-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "NTRNUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "NTRN-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Neutron", + "referencePrice": 0.5293297564395671, + "cmcId": 26680 + } + }, + "BAL": { + "title": "Add BAL-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a BAL-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 226, + "ticker": "BAL-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -9, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "BALUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "CoinbasePro", + "ticker": "BAL-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "balusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kraken", + "ticker": "BALUSD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "BAL-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "BAL-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -6, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Balancer", + "referencePrice": 3.2609218816251575, + "cmcId": 5728 + } + }, + "EDU": { + "title": "Add EDU-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a EDU-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 227, + "ticker": "EDU-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "EDUUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "EDU-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Open Campus", + "referencePrice": 0.63479154265872, + "cmcId": 24613 + } + }, + "TRU": { + "title": "Add TRU-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a TRU-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 228, + "ticker": "TRU-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "TRUUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "CoinbasePro", + "ticker": "TRU-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "truusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "TRU-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "TrueFi", + "referencePrice": 0.1527541764322203, + "cmcId": 7725 + } + }, + "KDA": { + "title": "Add KDA-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a KDA-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 229, + "ticker": "KDA-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "KDAUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Bybit", + "ticker": "KDAUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "KDA-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "KDA-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Kadena", + "referencePrice": 0.6141077919061593, + "cmcId": 5647 + } + }, + "USDJ": { + "title": "Add USDJ-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a USDJ-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 230, + "ticker": "USDJ-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -9, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Huobi", + "ticker": "usdjusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "USDJ-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -6, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "USDJ", + "referencePrice": 1.0728375177336438, + "cmcId": 5446 + } + }, + "AGI": { + "title": "Add AGI-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a AGI-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 231, + "ticker": "AGI-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Bybit", + "ticker": "AGIUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Gate", + "ticker": "AGI_USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Delysium", + "referencePrice": 0.2046945844742062, + "cmcId": 24007 + } + }, + "H2O": { + "title": "Add H2O-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a H2O-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 232, + "ticker": "H2O-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Huobi", + "ticker": "h2ousdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "H2O-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "H2O DAO", + "referencePrice": 0.2027166220122265, + "cmcId": 19091 + } + }, + "BAND": { + "title": "Add BAND-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a BAND-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 233, + "ticker": "BAND-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -9, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "BANDUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "CoinbasePro", + "ticker": "BAND-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "bandusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "BAND-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "BAND-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -6, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Band Protocol", + "referencePrice": 1.1416233815443375, + "cmcId": 4679 + } + }, + "MAGIC": { + "title": "Add MAGIC-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a MAGIC-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 234, + "ticker": "MAGIC-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "MAGICUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Bybit", + "ticker": "MAGICUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "CoinbasePro", + "ticker": "MAGIC-USD", + "invert": false + }, + { + "exchangeName": "Gate", + "ticker": "MAGIC_USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "magicusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "MAGIC-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "MAGIC-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Treasure", + "referencePrice": 0.6148584213201249, + "cmcId": 14783 + } + }, + "CTC": { + "title": "Add CTC-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a CTC-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 235, + "ticker": "CTC-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Bybit", + "ticker": "CTCUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "ctcusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "CTC-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "CTC-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Creditcoin", + "referencePrice": 0.47340475159859924, + "cmcId": 5198 + } + }, + "DESO": { + "title": "Add DESO-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a DESO-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 236, + "ticker": "DESO-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -8, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "CoinbasePro", + "ticker": "DESO-USD", + "invert": false + }, + { + "exchangeName": "Gate", + "ticker": "DESO_USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "desousdt", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -7, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Decentralized Social", + "referencePrice": 17.31923301921786, + "cmcId": 10442 + } + }, + "RLC": { + "title": "Add RLC-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a RLC-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 237, + "ticker": "RLC-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -9, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "RLCUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "CoinbasePro", + "ticker": "RLC-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "rlcusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "RLC-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -6, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "iExec RLC", + "referencePrice": 2.240075814704837, + "cmcId": 1637 + } + }, + "SXP": { + "title": "Add SXP-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a SXP-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 238, + "ticker": "SXP-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "SXPUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "sxpusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "SXP-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Solar", + "referencePrice": 0.2517324737359268, + "cmcId": 4279 + } + }, + "AZERO": { + "title": "Add AZERO-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a AZERO-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 239, + "ticker": "AZERO-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Huobi", + "ticker": "azerousdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "AZERO-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Aleph Zero", + "referencePrice": 0.5523091893561752, + "cmcId": 11976 + } + }, + "ICX": { + "title": "Add ICX-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a ICX-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 240, + "ticker": "ICX-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "ICXUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Bybit", + "ticker": "ICXUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "icxusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kraken", + "ticker": "ICXUSD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "ICX-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "ICX-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "ICON", + "referencePrice": 0.15241961572633866, + "cmcId": 2099 + } + }, + "VENOM": { + "title": "Add VENOM-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a VENOM-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 241, + "ticker": "VENOM-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Bybit", + "ticker": "VENOMUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "VENOM-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "VENOM-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Venom", + "referencePrice": 0.15167331975903106, + "cmcId": 22059 + } + }, + "PROM": { + "title": "Add PROM-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a PROM-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 242, + "ticker": "PROM-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -9, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "PROMUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "promusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "PROM-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -6, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Prom", + "referencePrice": 8.17121653666228, + "cmcId": 4120 + } + }, + "LSK": { + "title": "Add LSK-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a LSK-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 243, + "ticker": "LSK-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -9, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "LSKUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "lskusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "LSK-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "LSK-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -6, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Lisk", + "referencePrice": 1.0393190492728202, + "cmcId": 1214 + } + }, + "COTI": { + "title": "Add COTI-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a COTI-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 244, + "ticker": "COTI-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -11, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "COTIUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "CoinbasePro", + "ticker": "COTI-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "cotiusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "COTI-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -4, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "COTI", + "referencePrice": 0.09702879462356413, + "cmcId": 3992 + } + }, + "STORJ": { + "title": "Add STORJ-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a STORJ-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 245, + "ticker": "STORJ-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "STORJUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "CoinbasePro", + "ticker": "STORJ-USD", + "invert": false + }, + { + "exchangeName": "Gate", + "ticker": "STORJ_USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "storjusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kraken", + "ticker": "STORJUSD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "STORJ-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "STORJ-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Storj", + "referencePrice": 0.3897746163511505, + "cmcId": 1772 + } + }, + "C98": { + "title": "Add C98-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a C98-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 246, + "ticker": "C98-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "C98USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Bybit", + "ticker": "C98USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "CoinbasePro", + "ticker": "C98-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "c98usdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kraken", + "ticker": "C98USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "C98-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Coin98", + "referencePrice": 0.19066834450317532, + "cmcId": 10903 + } + }, + "IOST": { + "title": "Add IOST-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a IOST-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 247, + "ticker": "IOST-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -12, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "IOSTUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "iostusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "IOST-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "IOST-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -3, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "IOST", + "referencePrice": 0.006833472665977429, + "cmcId": 2405 + } + }, + "WAXP": { + "title": "Add WAXP-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a WAXP-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 248, + "ticker": "WAXP-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -11, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "WAXPUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Bybit", + "ticker": "WAXPUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "waxpusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "WAXP-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -4, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "WAX", + "referencePrice": 0.04141772591684793, + "cmcId": 2300 + } + }, + "POND": { + "title": "Add POND-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a POND-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 249, + "ticker": "POND-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -11, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "PONDUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "CoinbasePro", + "ticker": "POND-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "pondusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kraken", + "ticker": "PONDUSD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "POND-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -4, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Marlin", + "referencePrice": 0.01734005587686329, + "cmcId": 7497 + } + }, + "DEGEN": { + "title": "Add DEGEN-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a DEGEN-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 250, + "ticker": "DEGEN-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -11, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Bybit", + "ticker": "DEGENUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "degenusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "DEGEN-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -4, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Degen", + "referencePrice": 0.010587974398406405, + "cmcId": 30096 + } + }, + "XAI": { + "title": "Add XAI-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a XAI-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 251, + "ticker": "XAI-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "XAIUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Bybit", + "ticker": "XAIUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Gate", + "ticker": "XAI_USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "XAI-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Xai", + "referencePrice": 0.5137742726542393, + "cmcId": 28933 + } + }, + "ZENT": { + "title": "Add ZENT-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a ZENT-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 252, + "ticker": "ZENT-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -11, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Bybit", + "ticker": "ZENTUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "zentusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "ZENT-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -4, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Zentry", + "referencePrice": 0.025030635743225175, + "cmcId": 30963 + } + }, + "CTSI": { + "title": "Add CTSI-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a CTSI-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 253, + "ticker": "CTSI-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "CTSIUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Bitstamp", + "ticker": "CTSI/USD", + "invert": false + }, + { + "exchangeName": "CoinbasePro", + "ticker": "CTSI-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "ctsiusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "CTSI-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Cartesi", + "referencePrice": 0.16940281224194187, + "cmcId": 5444 + } + }, + "MYRO": { + "title": "Add MYRO-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a MYRO-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 254, + "ticker": "MYRO-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Huobi", + "ticker": "myrousdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "MYRO-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Raydium", + "ticker": "USDC-MYRO-AMtPGYQS873njs35mD9MAAMKoospEuzNHPy7LQuuKo4A-6-BUvMbqP311JDU4ZGnf1rSZJLjutTU9VpNLEos393TYyW-9-2w1mZXi8PNqUz4gbezu4xvPzcGogDmVdLXGLhTpPbczd-5WGYajM1xtLy3QrLHGSX4YPwsso3jrjEsbU1VivUErzk", + "invert": true + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Myro", + "referencePrice": 0.14886341895036476, + "cmcId": 28382 + } + }, + "USDP": { + "title": "Add USDP-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a USDP-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 255, + "ticker": "USDP-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "USDPUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "CoinbasePro", + "ticker": "PAX-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "USDP-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Pax Dollar", + "referencePrice": 0.9980550317622738, + "cmcId": 3330 + } + }, + "WMT": { + "title": "Add WMT-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a WMT-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 256, + "ticker": "WMT-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Huobi", + "ticker": "wmtusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "WMT-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "World Mobile Token", + "referencePrice": 0.28060881056666337, + "cmcId": 13769 + } + }, + "DGB": { + "title": "Add DGB-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a DGB-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 257, + "ticker": "DGB-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -12, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "DGBUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Bybit", + "ticker": "DGBUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "dgbusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "DGB-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "DGB-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -3, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "DigiByte", + "referencePrice": 0.008112447877561789, + "cmcId": 109 + } + }, + "SLP": { + "title": "Add SLP-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a SLP-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 258, + "ticker": "SLP-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -12, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "SLPUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Bybit", + "ticker": "SLPUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "SLP-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "SLP-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -3, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Smooth Love Potion", + "referencePrice": 0.0032939574565553124, + "cmcId": 5824 + } + }, + "POKT": { + "title": "Add POKT-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a POKT-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 259, + "ticker": "POKT-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -11, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Bybit", + "ticker": "POKTUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "POKT-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -4, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Pocket Network", + "referencePrice": 0.08300381868359404, + "cmcId": 11823 + } + }, + "TAIKO": { + "title": "Add TAIKO-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a TAIKO-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 260, + "ticker": "TAIKO-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -9, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Bybit", + "ticker": "TAIKOUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "TAIKO-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -6, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Taiko", + "referencePrice": 2.1783783882025785, + "cmcId": 31525 + } + }, + "XEM": { + "title": "Add XEM-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a XEM-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 261, + "ticker": "XEM-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -11, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Bybit", + "ticker": "XEMUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "xemusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "XEM-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "XEM-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -4, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "NEM", + "referencePrice": 0.014707541315421343, + "cmcId": 873 + } + }, + "DUSK": { + "title": "Add DUSK-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a DUSK-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 262, + "ticker": "DUSK-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "DUSKUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "duskusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "DUSK-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Dusk", + "referencePrice": 0.3183087230801315, + "cmcId": 4092 + } + }, + "SAGA": { + "title": "Add SAGA-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a SAGA-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 263, + "ticker": "SAGA-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -9, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "SAGAUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "sagausdt", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -6, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Saga", + "referencePrice": 1.398835491818798, + "cmcId": 30372 + } + }, + "CREAM": { + "title": "Add CREAM-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a CREAM-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 264, + "ticker": "CREAM-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -8, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "CREAMUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "CREAM-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -7, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Cream Finance", + "referencePrice": 70.11450221011336, + "cmcId": 6193 + } + }, + "CELR": { + "title": "Add CELR-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a CELR-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 265, + "ticker": "CELR-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -11, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "CELRUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "CoinbasePro", + "ticker": "CELR-USD", + "invert": false + }, + { + "exchangeName": "Kraken", + "ticker": "CELRUSD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "CELR-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "CELR-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -4, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Celer Network", + "referencePrice": 0.016807647093119646, + "cmcId": 3814 + } + }, + "NMR": { + "title": "Add NMR-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a NMR-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 266, + "ticker": "NMR-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -8, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "NMRUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "CoinbasePro", + "ticker": "NMR-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "NMR-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "NMR-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -7, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Numeraire", + "referencePrice": 19.571179652485807, + "cmcId": 1732 + } + }, + "ONG": { + "title": "Add ONG-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a ONG-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 267, + "ticker": "ONG-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "ONGUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Gate", + "ticker": "ONG_USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Ontology Gas", + "referencePrice": 0.3408390765777015, + "cmcId": 3217 + } + }, + "CYBER": { + "title": "Add CYBER-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a CYBER-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 268, + "ticker": "CYBER-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -9, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "CYBERUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Bybit", + "ticker": "CYBERUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "cyberusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "CYBER-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -6, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Cyber", + "referencePrice": 5.5837526618481235, + "cmcId": 24781 + } + }, + "CQT": { + "title": "Add CQT-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a CQT-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 269, + "ticker": "CQT-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Kucoin", + "ticker": "CQT-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "CQT-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Covalent", + "referencePrice": 0.15975587457247012, + "cmcId": 7411 + } + }, + "JOE": { + "title": "Add JOE-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a JOE-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 270, + "ticker": "JOE-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "JOEUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "joeusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "JOE-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "JOE", + "referencePrice": 0.3394766989133978, + "cmcId": 11396 + } + }, + "ORAI": { + "title": "Add ORAI-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a ORAI-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 271, + "ticker": "ORAI-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -9, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Gate", + "ticker": "ORAI_USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "ORAI-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -6, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Oraichain", + "referencePrice": 9.724700398867178, + "cmcId": 7533 + } + }, + "XNO": { + "title": "Add XNO-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a XNO-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 272, + "ticker": "XNO-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "XNOUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "xnousdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kraken", + "ticker": "NANOUSD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "XNO-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "XNO-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Nano", + "referencePrice": 0.9129647925877478, + "cmcId": 1567 + } + }, + "BONE": { + "title": "Add BONE-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a BONE-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 273, + "ticker": "BONE-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Huobi", + "ticker": "boneusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "BONE-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Bone ShibaSwap", + "referencePrice": 0.5253161427016808, + "cmcId": 11865 + } + }, + "REZ": { + "title": "Add REZ-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a REZ-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 274, + "ticker": "REZ-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "REZUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "rezusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "REZ-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Renzo", + "referencePrice": 0.10571583298882928, + "cmcId": 30843 + } + }, + "OAS": { + "title": "Add OAS-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a OAS-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 275, + "ticker": "OAS-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -11, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Bybit", + "ticker": "OASUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "oasusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "OAS-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "OAS-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -4, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Oasys", + "referencePrice": 0.052296022582197114, + "cmcId": 22265 + } + }, + "ACE": { + "title": "Add ACE-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a ACE-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 276, + "ticker": "ACE-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -9, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "ACEUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "aceusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "ACE-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -6, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Fusionist", + "referencePrice": 3.529448120572352, + "cmcId": 28674 + } + }, + "BIGTIME": { + "title": "Add BIGTIME-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a BIGTIME-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 277, + "ticker": "BIGTIME-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "CoinbasePro", + "ticker": "BIGTIME-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "BIGTIME-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "BIGTIME-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Big Time", + "referencePrice": 0.1245915128324344, + "cmcId": 28230 + } + }, + "XYM": { + "title": "Add XYM-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a XYM-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 278, + "ticker": "XYM-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -11, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Bybit", + "ticker": "XYMUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "XYM-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -4, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Symbol", + "referencePrice": 0.020115863908923757, + "cmcId": 8677 + } + }, + "SUN": { + "title": "Add SUN-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a SUN-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 279, + "ticker": "SUN-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -11, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "SUNUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Bybit", + "ticker": "SUNUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "sunusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "SUN-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "SUN-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -4, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Sun (New)", + "referencePrice": 0.011693876018666748, + "cmcId": 10529 + } + }, + "SLERF": { + "title": "Add SLERF-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a SLERF-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 280, + "ticker": "SLERF-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Huobi", + "ticker": "slerfusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Raydium", + "ticker": "SLERF-SOL-9A2ZsPz5Zg6jKN4o4KRMjTVPmkH51wYWFLmt4KBRy1Rq-9-5Zumc1SYPmQ89nqwXqzogeuhdJ85iEMpSk35A4P87pmD-9-FT5Ptk37g5r6D9BKt3hne8ovHZ1g56oJBvuZRwn3zS3j-AgFnRLUScRD2E4nWQxW73hdbSN7eKEUb2jHX7tx9YTYc", + "adjustByMarket": "SOL-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "SLERF", + "referencePrice": 0.23390849323134885, + "cmcId": 29920 + } + }, + "WILD": { + "title": "Add WILD-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a WILD-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 282, + "ticker": "WILD-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Gate", + "ticker": "WILD_USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "WILD-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Wilder World", + "referencePrice": 0.44261266551179707, + "cmcId": 9674 + } + }, + "BLZ": { + "title": "Add BLZ-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a BLZ-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 283, + "ticker": "BLZ-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "BLZUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "CoinbasePro", + "ticker": "BLZ-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "blzusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "BLZ-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Bluzelle", + "referencePrice": 0.26636658312675165, + "cmcId": 2505 + } + }, + "AUCTION": { + "title": "Add AUCTION-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a AUCTION-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 284, + "ticker": "AUCTION-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -8, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "AUCTIONUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "CoinbasePro", + "ticker": "AUCTION-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "auctionusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "AUCTION-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "AUCTION-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -7, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Bounce Token", + "referencePrice": 17.450904689529825, + "cmcId": 8602 + } + }, + "WAVES": { + "title": "Add WAVES-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a WAVES-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 285, + "ticker": "WAVES-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Bybit", + "ticker": "WAVESUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "wavesusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kraken", + "ticker": "WAVESUSD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "WAVES-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Waves", + "referencePrice": 0.9864254668877908, + "cmcId": 1274 + } + }, + "REQ": { + "title": "Add REQ-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a REQ-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 286, + "ticker": "REQ-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "REQUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "CoinbasePro", + "ticker": "REQ-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "requsdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "REQ-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Request", + "referencePrice": 0.11121085863257593, + "cmcId": 2071 + } + }, + "LADYS": { + "title": "Add LADYS-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a LADYS-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 287, + "ticker": "LADYS-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -16, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Bybit", + "ticker": "LADYSUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "ladysusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "LADYS-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": 1, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Milady Meme Coin", + "referencePrice": 1.5503062579986118e-07, + "cmcId": 25023 + } + }, + "CVC": { + "title": "Add CVC-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a CVC-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 288, + "ticker": "CVC-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "CVCUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "CoinbasePro", + "ticker": "CVC-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "cvcusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kraken", + "ticker": "CVCUSD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "CVC-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Civic", + "referencePrice": 0.11085593135524098, + "cmcId": 1816 + } + }, + "EVER": { + "title": "Add EVER-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a EVER-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 289, + "ticker": "EVER-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -11, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Bybit", + "ticker": "EVERUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "everusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "EVER-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -4, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Everscale", + "referencePrice": 0.05391846256262463, + "cmcId": 7505 + } + }, + "POWR": { + "title": "Add POWR-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a POWR-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 290, + "ticker": "POWR-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "POWRUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "CoinbasePro", + "ticker": "POWR-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "powrusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kraken", + "ticker": "POWRUSD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Powerledger", + "referencePrice": 0.21344920927902006, + "cmcId": 2132 + } + }, + "NAKA": { + "title": "Add NAKA-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a NAKA-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 291, + "ticker": "NAKA-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -9, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Bybit", + "ticker": "NAKAUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "nakausdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "NAKA-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -6, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Nakamoto Games", + "referencePrice": 1.1676197521378633, + "cmcId": 12749 + } + }, + "USTC": { + "title": "Add USTC-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a USTC-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 293, + "ticker": "USTC-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -11, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "USTCUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Bybit", + "ticker": "USTCUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "ustcusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kraken", + "ticker": "USTUSD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "USTC-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "USTC-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -4, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "TerraClassicUSD", + "referencePrice": 0.019055757788441735, + "cmcId": 7129 + } + }, + "SNT": { + "title": "Add SNT-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a SNT-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 294, + "ticker": "SNT-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -11, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "SNTUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "sntusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "SNT-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -4, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Status", + "referencePrice": 0.02862426462577756, + "cmcId": 1759 + } + }, + "MERL": { + "title": "Add MERL-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a MERL-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 295, + "ticker": "MERL-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Huobi", + "ticker": "merlusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "MERL-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "MERL-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Merlin Chain", + "referencePrice": 0.29680453255159667, + "cmcId": 30712 + } + }, + "KNC": { + "title": "Add KNC-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a KNC-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 296, + "ticker": "KNC-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "KNCUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Bitstamp", + "ticker": "KNC/USD", + "invert": false + }, + { + "exchangeName": "CoinbasePro", + "ticker": "KNC-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "kncusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kraken", + "ticker": "KNCUSD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "KNC-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "KNC-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Kyber Network Crystal v2", + "referencePrice": 0.5729573407213893, + "cmcId": 9444 + } + }, + "NYM": { + "title": "Add NYM-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a NYM-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 297, + "ticker": "NYM-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Bybit", + "ticker": "NYMUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "nymusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "NYM-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "NYM-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "NYM", + "referencePrice": 0.1334524834098493, + "cmcId": 17591 + } + }, + "PCI": { + "title": "Add PCI-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a PCI-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 298, + "ticker": "PCI-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Huobi", + "ticker": "pciusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "PCI-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Paycoin", + "referencePrice": 0.10294693302424013, + "cmcId": 5275 + } + }, + "ARK": { + "title": "Add ARK-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a ARK-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 299, + "ticker": "ARK-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "ARKUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Gate", + "ticker": "ARK_USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Ark", + "referencePrice": 0.5924813155759173, + "cmcId": 1586 + } + }, + "PORTAL": { + "title": "Add PORTAL-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a PORTAL-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 300, + "ticker": "PORTAL-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "PORTALUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Bybit", + "ticker": "PORTALUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "portalusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "PORTAL-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Portal", + "referencePrice": 0.5083603118153244, + "cmcId": 29555 + } + }, + "CTK": { + "title": "Add CTK-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a CTK-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 301, + "ticker": "CTK-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "CTKUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Gate", + "ticker": "CTK_USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Shentu", + "referencePrice": 0.8103827985016255, + "cmcId": 4807 + } + }, + "SFUND": { + "title": "Add SFUND-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a SFUND-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 302, + "ticker": "SFUND-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -9, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Bybit", + "ticker": "SFUNDUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "sfundusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "SFUND-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -6, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Seedify.fund", + "referencePrice": 1.7249779172465376, + "cmcId": 8972 + } + }, + "SPELL": { + "title": "Add SPELL-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a SPELL-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 303, + "ticker": "SPELL-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -13, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "SPELLUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Bybit", + "ticker": "SPELLUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "CoinbasePro", + "ticker": "SPELL-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "spellusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kraken", + "ticker": "SPELLUSD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "SPELL-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -2, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Spell Token", + "referencePrice": 0.0007230712955920239, + "cmcId": 11289 + } + }, + "MOVR": { + "title": "Add MOVR-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a MOVR-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 304, + "ticker": "MOVR-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -8, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "MOVRUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Bybit", + "ticker": "MOVRUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "movrusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "MOVR-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "MOVR-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -7, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Moonriver", + "referencePrice": 11.572867516440095, + "cmcId": 9285 + } + }, + "PYR": { + "title": "Add PYR-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a PYR-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 305, + "ticker": "PYR-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -9, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "PYRUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "CoinbasePro", + "ticker": "PYR-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "pyrusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "PYR-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -6, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Vulcan Forged (PYR)", + "referencePrice": 3.714569698618507, + "cmcId": 9308 + } + }, + "COQ": { + "title": "Add COQ-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a COQ-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 306, + "ticker": "COQ-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -15, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Bybit", + "ticker": "COQUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "coqusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "COQ-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": 0, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Coq Inu", + "referencePrice": 1.4752828394685085e-06, + "cmcId": 28675 + } + }, + "HIGH": { + "title": "Add HIGH-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a HIGH-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 307, + "ticker": "HIGH-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -9, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "HIGHUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "CoinbasePro", + "ticker": "HIGH-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "HIGH-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -6, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Highstreet", + "referencePrice": 2.083936806606177, + "cmcId": 11232 + } + }, + "MLK": { + "title": "Add MLK-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a MLK-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 308, + "ticker": "MLK-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Bybit", + "ticker": "MLKUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "mlkusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "MLK-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "MiL.k", + "referencePrice": 0.2827612326787003, + "cmcId": 5266 + } + }, + "SYN": { + "title": "Add SYN-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a SYN-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 309, + "ticker": "SYN-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "SYNUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "CoinbasePro", + "ticker": "SYN-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "synusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "SYN-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Synapse", + "referencePrice": 0.562204680178295, + "cmcId": 12147 + } + }, + "PHA": { + "title": "Add PHA-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a PHA-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 310, + "ticker": "PHA-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "PHAUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "phausdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kraken", + "ticker": "PHAUSD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "PHA-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "PHA-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Phala Network", + "referencePrice": 0.1394392032814995, + "cmcId": 6841 + } + }, + "SYS": { + "title": "Add SYS-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a SYS-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 311, + "ticker": "SYS-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "SYSUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "sysusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "SYS-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Syscoin", + "referencePrice": 0.12759144078751128, + "cmcId": 541 + } + }, + "ZEN": { + "title": "Add ZEN-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a ZEN-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 312, + "ticker": "ZEN-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -9, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "ZENUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Bybit", + "ticker": "ZENUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "CoinbasePro", + "ticker": "ZEN-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "ZEN-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -6, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Horizen", + "referencePrice": 6.651933124418334, + "cmcId": 1698 + } + }, + "DENT": { + "title": "Add DENT-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a DENT-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 313, + "ticker": "DENT-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -13, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "DENTUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "DENT-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -2, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Dent", + "referencePrice": 0.000999525784570508, + "cmcId": 1886 + } + }, + "RIF": { + "title": "Add RIF-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a RIF-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 314, + "ticker": "RIF-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "RIFUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Gate", + "ticker": "RIF_USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Rootstock Infrastructure Framework", + "referencePrice": 0.10011105186214285, + "cmcId": 3701 + } + }, + "AITECH": { + "title": "Add AITECH-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a AITECH-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 315, + "ticker": "AITECH-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Huobi", + "ticker": "aitechusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "AITECH-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Solidus Ai Tech", + "referencePrice": 0.14501728344037565, + "cmcId": 19055 + } + }, + "MVL": { + "title": "Add MVL-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a MVL-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 316, + "ticker": "MVL-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -12, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Bybit", + "ticker": "MVLUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "mvlusdt", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -3, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "MVL", + "referencePrice": 0.00385924757841788, + "cmcId": 2982 + } + }, + "PUNDIX": { + "title": "Add PUNDIX-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a PUNDIX-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 317, + "ticker": "PUNDIX-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "PUNDIXUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "CoinbasePro", + "ticker": "PUNDIX-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "pundixusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "PUNDIX-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Pundi X (New)", + "referencePrice": 0.3753200461970844, + "cmcId": 9040 + } + }, + "MOBILE": { + "title": "Add MOBILE-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a MOBILE-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 318, + "ticker": "MOBILE-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -12, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "CoinbasePro", + "ticker": "MOBILE-USD", + "invert": false + }, + { + "exchangeName": "Gate", + "ticker": "MOBILE_USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "MOBILE-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -3, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Helium Mobile", + "referencePrice": 0.0012002227830982314, + "cmcId": 24600 + } + }, + "GNS": { + "title": "Add GNS-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a GNS-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 319, + "ticker": "GNS-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -9, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "GNSUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Bybit", + "ticker": "GNSUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "gnsusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "GNS-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -6, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Gains Network", + "referencePrice": 2.9109792424069365, + "cmcId": 13663 + } + }, + "ELON": { + "title": "Add ELON-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a ELON-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 320, + "ticker": "ELON-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -16, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Huobi", + "ticker": "elonusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "ELON-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "ELON-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": 1, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Dogelon Mars", + "referencePrice": 1.7580801095174815e-07, + "cmcId": 9436 + } + }, + "BAKE": { + "title": "Add BAKE-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a BAKE-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 321, + "ticker": "BAKE-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "BAKEUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "bakeusdt", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "BakeryToken", + "referencePrice": 0.33560745030256645, + "cmcId": 7064 + } + }, + "HOOK": { + "title": "Add HOOK-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a HOOK-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 322, + "ticker": "HOOK-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "HOOKUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Bybit", + "ticker": "HOOKUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Hooked Protocol", + "referencePrice": 0.61079727352098, + "cmcId": 22764 + } + }, + "PHB": { + "title": "Add PHB-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a PHB-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 323, + "ticker": "PHB-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -9, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "PHBUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "phbusdt", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -6, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Phoenix", + "referencePrice": 1.939263966669808, + "cmcId": 13969 + } + }, + "ORCA": { + "title": "Add ORCA-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a ORCA-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 324, + "ticker": "ORCA-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -9, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "CoinbasePro", + "ticker": "ORCA-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "ORCA-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -6, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Orca", + "referencePrice": 1.8078799681086708, + "cmcId": 11165 + } + }, + "MPLX": { + "title": "Add MPLX-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a MPLX-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 325, + "ticker": "MPLX-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Bybit", + "ticker": "MPLXUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "mplxusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "MPLX-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Metaplex", + "referencePrice": 0.3771752634139343, + "cmcId": 21870 + } + }, + "STEEM": { + "title": "Add STEEM-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a STEEM-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 326, + "ticker": "STEEM-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "STEEMUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "steemusdt", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Steem", + "referencePrice": 0.19530275311805287, + "cmcId": 1230 + } + }, + "WIN": { + "title": "Add WIN-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a WIN-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 327, + "ticker": "WIN-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -14, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "WINUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "winusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "WIN-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "WIN-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -1, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "WINkLink", + "referencePrice": 8.996725218630563e-05, + "cmcId": 4206 + } + }, + "DAG": { + "title": "Add DAG-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a DAG-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 328, + "ticker": "DAG-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -11, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Gate", + "ticker": "DAG_USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "DAG-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -4, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Constellation", + "referencePrice": 0.0304681883557267, + "cmcId": 2868 + } + }, + "STRAX": { + "title": "Add STRAX-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a STRAX-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 329, + "ticker": "STRAX-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -11, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "STRAXUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "STRAX-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -4, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Stratis [New]", + "referencePrice": 0.045684133694097004, + "cmcId": 30168 + } + }, + "CPOOL": { + "title": "Add CPOOL-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a CPOOL-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 330, + "ticker": "CPOOL-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Bybit", + "ticker": "CPOOLUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "CPOOL-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Clearpool", + "referencePrice": 0.14812384342448548, + "cmcId": 12573 + } + }, + "KARRAT": { + "title": "Add KARRAT-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a KARRAT-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 331, + "ticker": "KARRAT-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "CoinbasePro", + "ticker": "KARRAT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "KARRAT-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "KARRAT", + "referencePrice": 0.8564842106450771, + "cmcId": 30825 + } + }, + "DODO": { + "title": "Add DODO-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a DODO-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 332, + "ticker": "DODO-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "DODOUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "dodousdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "DODO-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "DODO", + "referencePrice": 0.14215142628088645, + "cmcId": 7224 + } + }, + "HFT": { + "title": "Add HFT-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a HFT-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 333, + "ticker": "HFT-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "HFTUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Bybit", + "ticker": "HFTUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "CoinbasePro", + "ticker": "HFT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "hftusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "HFT-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Hashflow", + "referencePrice": 0.2166620068319789, + "cmcId": 22461 + } + }, + "STG": { + "title": "Add STG-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a STG-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 334, + "ticker": "STG-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "STGUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Bybit", + "ticker": "STGUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "stgusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kraken", + "ticker": "STGUSD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "STG-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Stargate Finance", + "referencePrice": 0.4355662008627099, + "cmcId": 18934 + } + }, + "BNT": { + "title": "Add BNT-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a BNT-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 335, + "ticker": "BNT-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "BNTUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Bybit", + "ticker": "BNTUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "CoinbasePro", + "ticker": "BNT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "bntusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "BNT-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Bancor", + "referencePrice": 0.657216342749704, + "cmcId": 1727 + } + }, + "CGPT": { + "title": "Add CGPT-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a CGPT-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 336, + "ticker": "CGPT-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Bybit", + "ticker": "CGPTUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "cgptusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "CGPT-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "ChainGPT", + "referencePrice": 0.1651957396908821, + "cmcId": 23756 + } + }, + "LQTY": { + "title": "Add LQTY-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a LQTY-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 337, + "ticker": "LQTY-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "LQTYUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "CoinbasePro", + "ticker": "LQTY-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "lqtyusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "LQTY-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "LQTY-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Liquity", + "referencePrice": 0.8984171740428696, + "cmcId": 7429 + } + }, + "NOIA": { + "title": "Add NOIA-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a NOIA-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 338, + "ticker": "NOIA-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Huobi", + "ticker": "noiausdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "NOIA-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Synternet", + "referencePrice": 0.11925931691573868, + "cmcId": 4191 + } + }, + "AGLD": { + "title": "Add AGLD-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a AGLD-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 339, + "ticker": "AGLD-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -9, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "AGLDUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Bybit", + "ticker": "AGLDUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "CoinbasePro", + "ticker": "AGLD-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "agldusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "AGLD-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "AGLD-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -6, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Adventure Gold", + "referencePrice": 1.1211582670709412, + "cmcId": 11568 + } + }, + "ZCX": { + "title": "Add ZCX-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a ZCX-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 340, + "ticker": "ZCX-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Huobi", + "ticker": "zcxusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "ZCX-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Unizen", + "referencePrice": 0.12518770678780622, + "cmcId": 9263 + } + }, + "SCRT": { + "title": "Add SCRT-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a SCRT-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 341, + "ticker": "SCRT-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "SCRTUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Bybit", + "ticker": "SCRTUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "scrtusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "SCRT-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Secret", + "referencePrice": 0.31245988883608017, + "cmcId": 5604 + } + }, + "PNG": { + "title": "Add PNG-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a PNG-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 342, + "ticker": "PNG-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "CoinbasePro", + "ticker": "PNG-USD", + "invert": false + }, + { + "exchangeName": "Gate", + "ticker": "PNG_USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Pangolin", + "referencePrice": 0.3900949180642077, + "cmcId": 8422 + } + }, + "NFP": { + "title": "Add NFP-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a NFP-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 343, + "ticker": "NFP-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "NFPUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "nfpusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "NFP-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "NFPrompt", + "referencePrice": 0.34088323677394383, + "cmcId": 28778 + } + }, + "DKA": { + "title": "Add DKA-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a DKA-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 344, + "ticker": "DKA-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -11, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Gate", + "ticker": "DKA_USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "dkausdt", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -4, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "dKargo", + "referencePrice": 0.019390517524708654, + "cmcId": 5908 + } + }, + "DAO": { + "title": "Add DAO-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a DAO-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 345, + "ticker": "DAO-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Huobi", + "ticker": "daousdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "DAO-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "DAO-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "DAO Maker", + "referencePrice": 0.5536462327657115, + "cmcId": 8420 + } + }, + "MBX": { + "title": "Add MBX-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a MBX-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 346, + "ticker": "MBX-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Bybit", + "ticker": "MBXUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "mbxusdt", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "MARBLEX", + "referencePrice": 0.6456578846126275, + "cmcId": 18895 + } + }, + "FRONT": { + "title": "Add FRONT-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a FRONT-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 347, + "ticker": "FRONT-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "FRONTUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "frontusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "FRONT-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "FRONT-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Frontier", + "referencePrice": 0.9370502064288225, + "cmcId": 5893 + } + }, + "TLOS": { + "title": "Add TLOS-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a TLOS-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 348, + "ticker": "TLOS-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Huobi", + "ticker": "tlosusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "TLOS-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Telos", + "referencePrice": 0.2159250923974725, + "cmcId": 4660 + } + }, + "MAV": { + "title": "Add MAV-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a MAV-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 349, + "ticker": "MAV-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "MAVUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "MAV-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Maverick Protocol", + "referencePrice": 0.3296252001622881, + "cmcId": 18037 + } + }, + "MYRIA": { + "title": "Add MYRIA-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a MYRIA-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 350, + "ticker": "MYRIA-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -12, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Bybit", + "ticker": "MYRIAUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "MYRIA-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "MYRIA-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -3, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Myria", + "referencePrice": 0.004252238495734662, + "cmcId": 22289 + } + }, + "ALICE": { + "title": "Add ALICE-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a ALICE-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 351, + "ticker": "ALICE-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -9, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "ALICEUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "CoinbasePro", + "ticker": "ALICE-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "aliceusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "ALICE-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -6, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "MyNeighborAlice", + "referencePrice": 1.1792630517024434, + "cmcId": 8766 + } + }, + "WEN": { + "title": "Add WEN-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a WEN-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 352, + "ticker": "WEN-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -13, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Bybit", + "ticker": "WENUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "wenusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "WEN-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -2, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Wen", + "referencePrice": 0.00011339418096960657, + "cmcId": 29175 + } + }, + "VELO": { + "title": "Add VELO-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a VELO-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 353, + "ticker": "VELO-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -11, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Bybit", + "ticker": "VELOUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "velousdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "VELO-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "VELO-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -4, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Velo", + "referencePrice": 0.010308767806372797, + "cmcId": 7127 + } + }, + "TNSR": { + "title": "Add TNSR-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a TNSR-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 354, + "ticker": "TNSR-USD", + "marketType": "PERPETUAL_MARKET_TYPE_CROSS", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 3, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "TNSRUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Bybit", + "ticker": "TNSRUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "CoinbasePro", + "ticker": "TNSR-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "TNSR-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "TNSR-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Tensor", + "referencePrice": 0.6394468868165714, + "cmcId": 30449 + } + }, + "STPT": { + "title": "Add STPT-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a STPT-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 355, + "ticker": "STPT-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -11, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "STPTUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "stptusdt", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -4, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "STP", + "referencePrice": 0.039566628514343706, + "cmcId": 4006 + } + }, + "CUDOS": { + "title": "Add CUDOS-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a CUDOS-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 356, + "ticker": "CUDOS-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -11, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Huobi", + "ticker": "cudosusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "CUDOS-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -4, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "CUDOS", + "referencePrice": 0.01316028666496696, + "cmcId": 8258 + } + }, + "MBOX": { + "title": "Add MBOX-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a MBOX-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 357, + "ticker": "MBOX-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "MBOXUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Bybit", + "ticker": "MBOXUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "mboxusdt", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "MOBOX", + "referencePrice": 0.24454774679255717, + "cmcId": 9175 + } + }, + "XYO": { + "title": "Add XYO-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a XYO-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 358, + "ticker": "XYO-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -12, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "CoinbasePro", + "ticker": "XYO-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "xyousdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "XYO-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -3, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "XYO", + "referencePrice": 0.005671076421105552, + "cmcId": 2765 + } + }, + "RBN": { + "title": "Add RBN-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a RBN-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 359, + "ticker": "RBN-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "CoinbasePro", + "ticker": "RBN-USD", + "invert": false + }, + { + "exchangeName": "Gate", + "ticker": "RBN_USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Ribbon Finance", + "referencePrice": 0.48254597381897246, + "cmcId": 12387 + } + }, + "ALPHA": { + "title": "Add ALPHA-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a ALPHA-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 360, + "ticker": "ALPHA-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -11, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "ALPHAUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kraken", + "ticker": "ALPHAUSD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "ALPHA-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "ALPHA-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -4, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Stella", + "referencePrice": 0.0844603818631748, + "cmcId": 7232 + } + }, + "MTL": { + "title": "Add MTL-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a MTL-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 361, + "ticker": "MTL-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -9, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "MTLUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "mtlusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "MTL-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -6, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Metal DAO", + "referencePrice": 1.109349471922194, + "cmcId": 1788 + } + }, + "ERG": { + "title": "Add ERG-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a ERG-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 362, + "ticker": "ERG-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Huobi", + "ticker": "ergusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "ERG-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Ergo", + "referencePrice": 0.9708545039711608, + "cmcId": 1762 + } + }, + "ACA": { + "title": "Add ACA-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a ACA-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 363, + "ticker": "ACA-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -11, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Bybit", + "ticker": "ACAUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "acausdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "ACA-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -4, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Acala Token", + "referencePrice": 0.07265599648672061, + "cmcId": 6756 + } + }, + "AURORA": { + "title": "Add AURORA-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a AURORA-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 364, + "ticker": "AURORA-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Bybit", + "ticker": "AURORAUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "CoinbasePro", + "ticker": "AURORA-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "aurorausdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "AURORA-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Aurora", + "referencePrice": 0.1557290436889935, + "cmcId": 14803 + } + }, + "ORBS": { + "title": "Add ORBS-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a ORBS-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 365, + "ticker": "ORBS-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -11, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Huobi", + "ticker": "orbsusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "ORBS-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "ORBS-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -4, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Orbs", + "referencePrice": 0.02272098659641294, + "cmcId": 3835 + } + }, + "LEVER": { + "title": "Add LEVER-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a LEVER-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 366, + "ticker": "LEVER-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -12, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "LEVERUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Bybit", + "ticker": "LEVERUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -3, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "LeverFi", + "referencePrice": 0.002221265633689676, + "cmcId": 20873 + } + }, + "DRIFT": { + "title": "Add DRIFT-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a DRIFT-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 367, + "ticker": "DRIFT-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Bybit", + "ticker": "DRIFTUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "CoinbasePro", + "ticker": "DRIFT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "driftusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "DRIFT-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Drift", + "referencePrice": 0.4235529238686267, + "cmcId": 31278 + } + }, + "RDNT": { + "title": "Add RDNT-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a RDNT-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 368, + "ticker": "RDNT-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "RDNTUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Bybit", + "ticker": "RDNTUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "RDNT-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "RDNT-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Radiant Capital", + "referencePrice": 0.1263481738267558, + "cmcId": 21106 + } + }, + "ARPA": { + "title": "Add ARPA-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a ARPA-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 369, + "ticker": "ARPA-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -11, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "ARPAUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "CoinbasePro", + "ticker": "ARPA-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "arpausdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "ARPA-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -4, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "ARPA", + "referencePrice": 0.04891901400374051, + "cmcId": 4039 + } + }, + "ACS": { + "title": "Add ACS-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a ACS-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 370, + "ticker": "ACS-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -12, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Bybit", + "ticker": "ACSUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "CoinbasePro", + "ticker": "ACS-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "acsusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "ACS-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -3, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Access Protocol", + "referencePrice": 0.001961028215878354, + "cmcId": 23195 + } + }, + "OXT": { + "title": "Add OXT-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a OXT-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 371, + "ticker": "OXT-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -11, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "OXTUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "CoinbasePro", + "ticker": "OXT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "oxtusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kraken", + "ticker": "OXTUSD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "OXT-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "OXT-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -4, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Orchid", + "referencePrice": 0.07311042376355206, + "cmcId": 5026 + } + }, + "FORT": { + "title": "Add FORT-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a FORT-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 372, + "ticker": "FORT-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Bybit", + "ticker": "FORTUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "CoinbasePro", + "ticker": "FORT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "FORT-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Forta", + "referencePrice": 0.17206476375187765, + "cmcId": 20622 + } + }, + "QI": { + "title": "Add QI-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a QI-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 373, + "ticker": "QI-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -11, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "QIUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "CoinbasePro", + "ticker": "QI-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "QI-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -4, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "BENQI", + "referencePrice": 0.014852180547843045, + "cmcId": 9288 + } + }, + "EWT": { + "title": "Add EWT-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a EWT-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 374, + "ticker": "EWT-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -9, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Kraken", + "ticker": "EWTUSD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "EWT-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -6, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Energy Web Token", + "referencePrice": 2.3346614291964434, + "cmcId": 5268 + } + }, + "MAVIA": { + "title": "Add MAVIA-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a MAVIA-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 375, + "ticker": "MAVIA-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -9, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Bybit", + "ticker": "MAVIAUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "maviausdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "MAVIA-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -6, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Heroes of Mavia", + "referencePrice": 1.8957553462037415, + "cmcId": 28829 + } + }, + "XVG": { + "title": "Add XVG-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a XVG-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 376, + "ticker": "XVG-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -12, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "XVGUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "xvgusdt", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -3, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Verge", + "referencePrice": 0.004250547912490126, + "cmcId": 693 + } + }, + "DAR": { + "title": "Add DAR-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a DAR-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 377, + "ticker": "DAR-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "DARUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "CoinbasePro", + "ticker": "DAR-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "DAR-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Mines of Dalarnia", + "referencePrice": 0.12693868704716782, + "cmcId": 11374 + } + }, + "RACA": { + "title": "Add RACA-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a RACA-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 378, + "ticker": "RACA-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -13, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Bybit", + "ticker": "RACAUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "RACA-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "RACA-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -2, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "RACA", + "referencePrice": 0.0001882299892976781, + "cmcId": 11346 + } + }, + "LOOM": { + "title": "Add LOOM-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a LOOM-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 379, + "ticker": "LOOM-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -11, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "LOOMUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "LOOM-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -4, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Loom Network", + "referencePrice": 0.056654104739445384, + "cmcId": 2588 + } + }, + "RARE": { + "title": "Add RARE-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a RARE-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 380, + "ticker": "RARE-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -11, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "RAREUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "CoinbasePro", + "ticker": "RARE-USD", + "invert": false + }, + { + "exchangeName": "Kraken", + "ticker": "RAREUSD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -4, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "SuperRare", + "referencePrice": 0.09738661504148091, + "cmcId": 11294 + } + }, + "GHST": { + "title": "Add GHST-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a GHST-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 381, + "ticker": "GHST-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -9, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "GHSTUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "CoinbasePro", + "ticker": "GHST-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "ghstusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "GHST-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -6, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Aavegotchi", + "referencePrice": 1.3030579709806471, + "cmcId": 7046 + } + }, + "ZKJ": { + "title": "Add ZKJ-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a ZKJ-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 382, + "ticker": "ZKJ-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -9, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Bybit", + "ticker": "ZKJUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "ZKJ-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "ZKJ-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -6, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Polyhedra Network", + "referencePrice": 1.1100055597285126, + "cmcId": 29779 + } + }, + "BFC": { + "title": "Add BFC-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a BFC-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 383, + "ticker": "BFC-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -11, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Huobi", + "ticker": "bfcusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "BFC-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -4, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Bifrost", + "referencePrice": 0.046666218465568385, + "cmcId": 7817 + } + }, + "GTC": { + "title": "Add GTC-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a GTC-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 384, + "ticker": "GTC-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -9, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "GTCUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "CoinbasePro", + "ticker": "GTC-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "GTC-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -6, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Gitcoin", + "referencePrice": 1.029982913227574, + "cmcId": 10052 + } + }, + "BADGER": { + "title": "Add BADGER-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a BADGER-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 385, + "ticker": "BADGER-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -9, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "BADGERUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "CoinbasePro", + "ticker": "BADGER-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "badgerusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "BADGER-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -6, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Badger DAO", + "referencePrice": 3.2377988328110128, + "cmcId": 7859 + } + }, + "MANEKI": { + "title": "Add MANEKI-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a MANEKI-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 386, + "ticker": "MANEKI-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -12, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Raydium", + "ticker": "MANEKI-SOL-5FeTzLNqwrvSzexFujeV62a2v4kmQUrBnCQjJANStMXj-5-2kjCeDKKK9pCiDqfsbS72q81RZiUnSwoaruuwz1avUWn-9-9pd9FFJfVjY1aG9dh96ArJB5F2HAyfj2XryjVTHbJhc9-2aPsSVxFw6dGRqWWUKfwujN6WVoyxuhjJaPzYaJvGDDR", + "adjustByMarket": "SOL-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -3, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "MANEKI", + "referencePrice": 0.0081945827096694, + "cmcId": 30912 + } + }, + "ARDR": { + "title": "Add ARDR-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a ARDR-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 387, + "ticker": "ARDR-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -11, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "ARDRUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "ardrusdt", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -4, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Ardor", + "referencePrice": 0.06468190071482985, + "cmcId": 1320 + } + }, + "LYX": { + "title": "Add LYX-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a LYX-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 388, + "ticker": "LYX-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -9, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Gate", + "ticker": "LYX_USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "LYX-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -6, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "LUKSO", + "referencePrice": 2.0916633303320293, + "cmcId": 27622 + } + }, + "HIFI": { + "title": "Add HIFI-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a HIFI-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 389, + "ticker": "HIFI-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "HIFIUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "hifiusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "HIFI-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Hifi Finance", + "referencePrice": 0.49196859018615335, + "cmcId": 23037 + } + }, + "ORN": { + "title": "Add ORN-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a ORN-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 390, + "ticker": "ORN-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -9, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "ORNUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "CoinbasePro", + "ticker": "ORN-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "ORN-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -6, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Orion", + "referencePrice": 1.8869476152784164, + "cmcId": 5631 + } + }, + "NKN": { + "title": "Add NKN-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a NKN-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 391, + "ticker": "NKN-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -11, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "NKNUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "CoinbasePro", + "ticker": "NKN-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "nknusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "NKN-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -4, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "NKN", + "referencePrice": 0.08168417335143566, + "cmcId": 2780 + } + }, + "OGN": { + "title": "Add OGN-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a OGN-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 392, + "ticker": "OGN-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "OGNUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "CoinbasePro", + "ticker": "OGN-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "ognusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "OGN-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Origin Protocol", + "referencePrice": 0.10791066357754071, + "cmcId": 5117 + } + }, + "RAD": { + "title": "Add RAD-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a RAD-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 393, + "ticker": "RAD-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -9, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "RADUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "CoinbasePro", + "ticker": "RAD-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "radusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kraken", + "ticker": "RADUSD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -6, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Radworks", + "referencePrice": 1.194794293646627, + "cmcId": 6843 + } + }, + "ALEPH": { + "title": "Add ALEPH-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a ALEPH-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 394, + "ticker": "ALEPH-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "CoinbasePro", + "ticker": "ALEPH-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "ALEPH-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Aleph.im", + "referencePrice": 0.24325718989423378, + "cmcId": 5821 + } + }, + "DORA": { + "title": "Add DORA-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a DORA-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 395, + "ticker": "DORA-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Huobi", + "ticker": "dorausdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "DORA-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Dora Factory", + "referencePrice": 0.11853394117580023, + "cmcId": 27966 + } + }, + "WXT": { + "title": "Add WXT-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a WXT-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 397, + "ticker": "WXT-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -12, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Huobi", + "ticker": "wxtusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "WXT-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -3, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Wirex Token", + "referencePrice": 0.0059585432167586615, + "cmcId": 4090 + } + }, + "VR": { + "title": "Add VR-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a VR-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 398, + "ticker": "VR-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -11, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Huobi", + "ticker": "vrusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "VR-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -4, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Victoria VR", + "referencePrice": 0.011150892861853865, + "cmcId": 14822 + } + }, + "GHX": { + "title": "Add GHX-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a GHX-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 399, + "ticker": "GHX-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -11, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Gate", + "ticker": "GHX_USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "GHX-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -4, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "GamerCoin", + "referencePrice": 0.09027685932751983, + "cmcId": 6554 + } + }, + "LTO": { + "title": "Add LTO-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a LTO-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 400, + "ticker": "LTO-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "LTOUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "LTO-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "LTO Network", + "referencePrice": 0.13903576329840656, + "cmcId": 3714 + } + }, + "AIDOGE": { + "title": "Add AIDOGE-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a AIDOGE-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 401, + "ticker": "AIDOGE-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -19, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Huobi", + "ticker": "aidogeusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "AIDOGE-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": 4, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "ArbDoge AI", + "referencePrice": 3.4488869186743203e-10, + "cmcId": 24477 + } + }, + "WRX": { + "title": "Add WRX-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a WRX-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 402, + "ticker": "WRX-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "WRXUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "WRX-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "WazirX", + "referencePrice": 0.14799390450282685, + "cmcId": 5161 + } + }, + "POLS": { + "title": "Add POLS-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a POLS-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 403, + "ticker": "POLS-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "POLSUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "CoinbasePro", + "ticker": "POLS-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "polsusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kraken", + "ticker": "POLSUSD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "POLS-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "POLS-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Polkastarter", + "referencePrice": 0.5803324928304068, + "cmcId": 7208 + } + }, + "QKC": { + "title": "Add QKC-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a QKC-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 404, + "ticker": "QKC-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -12, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "QKCUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "QKC-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -3, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "QuarkChain", + "referencePrice": 0.007866455901551127, + "cmcId": 2840 + } + }, + "MPL": { + "title": "Add MPL-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a MPL-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 405, + "ticker": "MPL-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -8, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Bitstamp", + "ticker": "MPL/USD", + "invert": false + }, + { + "exchangeName": "CoinbasePro", + "ticker": "MPL-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -7, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Maple", + "referencePrice": 12.300302575510958, + "cmcId": 9417 + } + }, + "TLM": { + "title": "Add TLM-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a TLM-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 406, + "ticker": "TLM-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -11, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "TLMUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "tlmusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "TLM-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -4, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Alien Worlds", + "referencePrice": 0.012877158836389558, + "cmcId": 9119 + } + }, + "ATA": { + "title": "Add ATA-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a ATA-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 407, + "ticker": "ATA-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "ATAUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "ATA-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Automata Network", + "referencePrice": 0.11482209143582964, + "cmcId": 10188 + } + }, + "EUL": { + "title": "Add EUL-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a EUL-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 408, + "ticker": "EUL-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -9, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Huobi", + "ticker": "eulusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kraken", + "ticker": "EULUSD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "EUL-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -6, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Euler", + "referencePrice": 3.6419557128800353, + "cmcId": 14280 + } + }, + "COMBO": { + "title": "Add COMBO-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a COMBO-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 409, + "ticker": "COMBO-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "COMBOUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "COMBO-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "COMBO", + "referencePrice": 0.7733851691994413, + "cmcId": 4275 + } + }, + "ERN": { + "title": "Add ERN-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a ERN-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 410, + "ticker": "ERN-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -9, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "ERNUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "CoinbasePro", + "ticker": "ERN-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "ernusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "ERN-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "ERN-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -6, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Ethernity Chain", + "referencePrice": 2.6162199357088807, + "cmcId": 8615 + } + }, + "GODS": { + "title": "Add GODS-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a GODS-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 411, + "ticker": "GODS-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Bybit", + "ticker": "GODSUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "CoinbasePro", + "ticker": "GODS-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "godsusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "GODS-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "GODS-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Gods Unchained", + "referencePrice": 0.18044521304493838, + "cmcId": 10631 + } + }, + "PSTAKE": { + "title": "Add PSTAKE-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a PSTAKE-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 412, + "ticker": "PSTAKE-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Bybit", + "ticker": "PSTAKEUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "pstakeusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "PSTAKE-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "PSTAKE-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "pSTAKE Finance", + "referencePrice": 0.12278998585000114, + "cmcId": 15996 + } + }, + "LOOKS": { + "title": "Add LOOKS-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a LOOKS-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 413, + "ticker": "LOOKS-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -11, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Bybit", + "ticker": "LOOKSUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "looksusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "LOOKS-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "LOOKS-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -4, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "LooksRare", + "referencePrice": 0.05370505750354586, + "cmcId": 17081 + } + }, + "BRISE": { + "title": "Add BRISE-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a BRISE-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 414, + "ticker": "BRISE-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -16, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Huobi", + "ticker": "briseusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "BRISE-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": 1, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Bitgert", + "referencePrice": 1.3234138052108795e-07, + "cmcId": 11079 + } + }, + "MBL": { + "title": "Add MBL-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a MBL-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 415, + "ticker": "MBL-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -12, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "MBLUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "mblusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "MBL-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -3, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "MovieBloc", + "referencePrice": 0.002824238709062046, + "cmcId": 4038 + } + }, + "ELA": { + "title": "Add ELA-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a ELA-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 416, + "ticker": "ELA-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -9, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "CoinbasePro", + "ticker": "ELA-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "elausdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "ELA-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -6, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Elastos", + "referencePrice": 2.3455150335805524, + "cmcId": 2492 + } + }, + "FIRE": { + "title": "Add FIRE-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a FIRE-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 417, + "ticker": "FIRE-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -9, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Bybit", + "ticker": "FIREUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "FIRE-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -6, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Matr1x Fire", + "referencePrice": 1.480563625908913, + "cmcId": 29273 + } + }, + "PERP": { + "title": "Add PERP-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a PERP-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 418, + "ticker": "PERP-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "PERPUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Bybit", + "ticker": "PERPUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "CoinbasePro", + "ticker": "PERP-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "perpusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "PERP-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "PERP-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Perpetual Protocol", + "referencePrice": 0.7706022708818735, + "cmcId": 6950 + } + }, + "CTXC": { + "title": "Add CTXC-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a CTXC-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 419, + "ticker": "CTXC-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "CTXCUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "ctxcusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "CTXC-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Cortex", + "referencePrice": 0.23621620552699502, + "cmcId": 2638 + } + }, + "REI": { + "title": "Add REI-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a REI-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 420, + "ticker": "REI-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -11, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "REIUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "reiusdt", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -4, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "REI Network", + "referencePrice": 0.05253046816670123, + "cmcId": 19819 + } + }, + "LAT": { + "title": "Add LAT-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a LAT-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 421, + "ticker": "LAT-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -12, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Huobi", + "ticker": "latusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "LAT-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -3, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "PlatON", + "referencePrice": 0.008753624273704167, + "cmcId": 9720 + } + }, + "FX": { + "title": "Add FX-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a FX-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 422, + "ticker": "FX-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "CoinbasePro", + "ticker": "FX-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "fxusdt", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Function X", + "referencePrice": 0.11755982089790538, + "cmcId": 3884 + } + }, + "DATA": { + "title": "Add DATA-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a DATA-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 423, + "ticker": "DATA-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -11, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "DATAUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "DATA-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -4, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Streamr", + "referencePrice": 0.04678211128199146, + "cmcId": 2143 + } + }, + "REN": { + "title": "Add REN-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a REN-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 424, + "ticker": "REN-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -11, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "RENUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Bybit", + "ticker": "RENUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "renusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "REN-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "REN-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -4, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Ren", + "referencePrice": 0.04820159917706629, + "cmcId": 2539 + } + }, + "XCN": { + "title": "Add XCN-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a XCN-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 425, + "ticker": "XCN-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -12, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "CoinbasePro", + "ticker": "XCN-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "xcnusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "XCN-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -3, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Onyxcoin", + "referencePrice": 0.0016588104020766876, + "cmcId": 18679 + } + }, + "OMG": { + "title": "Add OMG-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a OMG-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 426, + "ticker": "OMG-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Bybit", + "ticker": "OMGUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "omgusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kraken", + "ticker": "OMGUSD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "OMG-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "OMG-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "OMG Network", + "referencePrice": 0.33970794760500267, + "cmcId": 1808 + } + }, + "KMD": { + "title": "Add KMD-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a KMD-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 427, + "ticker": "KMD-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "KMDUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "kmdusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "KMD-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Komodo", + "referencePrice": 0.3496782459921786, + "cmcId": 1521 + } + }, + "DIA": { + "title": "Add DIA-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a DIA-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 428, + "ticker": "DIA-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "DIAUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "CoinbasePro", + "ticker": "DIA-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "diausdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "DIA-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "DIA-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "DIA", + "referencePrice": 0.4326664054780431, + "cmcId": 6138 + } + }, + "FORTH": { + "title": "Add FORTH-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a FORTH-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 429, + "ticker": "FORTH-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -9, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "FORTHUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "CoinbasePro", + "ticker": "FORTH-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "forthusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kraken", + "ticker": "FORTHUSD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "FORTH-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "FORTH-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -6, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Ampleforth Governance Token", + "referencePrice": 3.1424415831268915, + "cmcId": 9421 + } + }, + "PIRATE": { + "title": "Add PIRATE-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a PIRATE-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 430, + "ticker": "PIRATE-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Bybit", + "ticker": "PIRATEUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "CoinbasePro", + "ticker": "PIRATE-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Pirate Nation", + "referencePrice": 0.19290295395392312, + "cmcId": 31704 + } + }, + "MLN": { + "title": "Add MLN-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a MLN-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 431, + "ticker": "MLN-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -8, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "MLNUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "CoinbasePro", + "ticker": "MLN-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "mlnusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kraken", + "ticker": "XMLNZUSD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "MLN-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -7, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Enzyme", + "referencePrice": 17.02154504230463, + "cmcId": 1552 + } + }, + "BOBA": { + "title": "Add BOBA-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a BOBA-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 432, + "ticker": "BOBA-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Bybit", + "ticker": "BOBAUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "CoinbasePro", + "ticker": "BOBA-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "bobausdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kraken", + "ticker": "BOBAUSD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "BOBA-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Boba Network", + "referencePrice": 0.2641067361234183, + "cmcId": 14556 + } + }, + "LIT": { + "title": "Add LIT-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a LIT-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 433, + "ticker": "LIT-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "LITUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "CoinbasePro", + "ticker": "LIT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "LIT-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Litentry", + "referencePrice": 0.8040341945236243, + "cmcId": 6833 + } + }, + "SOLO": { + "title": "Add SOLO-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a SOLO-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 434, + "ticker": "SOLO-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Bybit", + "ticker": "SOLOUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "solousdt", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Sologenic", + "referencePrice": 0.11034947894699162, + "cmcId": 5279 + } + }, + "BOSON": { + "title": "Add BOSON-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a BOSON-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 435, + "ticker": "BOSON-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Huobi", + "ticker": "bosonusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "BOSON-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Boson Protocol", + "referencePrice": 0.3401869560240374, + "cmcId": 8827 + } + }, + "UOS": { + "title": "Add UOS-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a UOS-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 436, + "ticker": "UOS-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Huobi", + "ticker": "uosusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "UOS-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Ultra", + "referencePrice": 0.11596658793556343, + "cmcId": 4189 + } + }, + "SWEAT": { + "title": "Add SWEAT-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a SWEAT-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 437, + "ticker": "SWEAT-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -12, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Bybit", + "ticker": "SWEATUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "sweatusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "SWEAT-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "SWEAT-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -3, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Sweat Economy", + "referencePrice": 0.006515956943740166, + "cmcId": 21351 + } + }, + "NULS": { + "title": "Add NULS-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a NULS-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 438, + "ticker": "NULS-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "NULSUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "nulsusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "NULS-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "NULS", + "referencePrice": 0.39794519995846056, + "cmcId": 2092 + } + }, + "MAPO": { + "title": "Add MAPO-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a MAPO-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 439, + "ticker": "MAPO-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -12, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Huobi", + "ticker": "mapousdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "MAPO-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -3, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "MAP Protocol", + "referencePrice": 0.009793322794761071, + "cmcId": 4956 + } + }, + "CBK": { + "title": "Add CBK-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a CBK-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 440, + "ticker": "CBK-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Bybit", + "ticker": "CBKUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "cbkusdt", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Cobak Token", + "referencePrice": 0.49936311703556524, + "cmcId": 8107 + } + }, + "ULTI": { + "title": "Add ULTI-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a ULTI-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 441, + "ticker": "ULTI-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -11, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Bybit", + "ticker": "ULTIUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "ULTI-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "ULTI-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -4, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Ultiverse", + "referencePrice": 0.033256772542415464, + "cmcId": 31504 + } + }, + "ALCX": { + "title": "Add ALCX-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a ALCX-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 442, + "ticker": "ALCX-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -8, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "ALCXUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "CoinbasePro", + "ticker": "ALCX-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "ALCX-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -7, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Alchemix", + "referencePrice": 18.812217720915665, + "cmcId": 8613 + } + }, + "FIS": { + "title": "Add FIS-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a FIS-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 443, + "ticker": "FIS-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "FISUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "CoinbasePro", + "ticker": "FIS-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "StaFi", + "referencePrice": 0.3907140858211323, + "cmcId": 5882 + } + }, + "SIDUS": { + "title": "Add SIDUS-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a SIDUS-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 444, + "ticker": "SIDUS-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -12, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Bybit", + "ticker": "SIDUSUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "SIDUS-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -3, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "SIDUS", + "referencePrice": 0.004392018862412388, + "cmcId": 15463 + } + }, + "NUM": { + "title": "Add NUM-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a NUM-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 445, + "ticker": "NUM-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -11, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Huobi", + "ticker": "numusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "NUM-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -4, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Numbers Protocol", + "referencePrice": 0.06221923527071862, + "cmcId": 13521 + } + }, + "FLM": { + "title": "Add FLM-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a FLM-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 446, + "ticker": "FLM-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -11, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "FLMUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "FLM-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -4, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Flamingo", + "referencePrice": 0.06842135340117544, + "cmcId": 7150 + } + }, + "XPRT": { + "title": "Add XPRT-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a XPRT-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 447, + "ticker": "XPRT-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Huobi", + "ticker": "xprtusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "XPRT-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Persistence One", + "referencePrice": 0.20851900250936978, + "cmcId": 7281 + } + }, + "WAN": { + "title": "Add WAN-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a WAN-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 448, + "ticker": "WAN-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "WANUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "wanusdt", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Wanchain", + "referencePrice": 0.20451688568504778, + "cmcId": 2606 + } + }, + "FIDA": { + "title": "Add FIDA-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a FIDA-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 449, + "ticker": "FIDA-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "FIDAUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Bybit", + "ticker": "FIDAUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "CoinbasePro", + "ticker": "FIDA-USD", + "invert": false + }, + { + "exchangeName": "Kraken", + "ticker": "FIDAUSD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "FIDA-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Bonfida", + "referencePrice": 0.31453211038865014, + "cmcId": 7978 + } + }, + "DEP": { + "title": "Add DEP-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a DEP-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 450, + "ticker": "DEP-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -12, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Huobi", + "ticker": "depusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "DEP-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -3, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "DEAPcoin", + "referencePrice": 0.0015817403045516902, + "cmcId": 5429 + } + }, + "ROUTE": { + "title": "Add ROUTE-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a ROUTE-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 451, + "ticker": "ROUTE-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -9, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Bybit", + "ticker": "ROUTEUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "routeusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "ROUTE-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -6, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Router Protocol", + "referencePrice": 2.4095667781932013, + "cmcId": 8292 + } + }, + "UNFI": { + "title": "Add UNFI-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a UNFI-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 452, + "ticker": "UNFI-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -9, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "UNFIUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "unfiusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "UNFI-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -6, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Unifi Protocol DAO", + "referencePrice": 4.576207048895444, + "cmcId": 7672 + } + }, + "ROOT": { + "title": "Add ROOT-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a ROOT-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 453, + "ticker": "ROOT-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -11, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Bybit", + "ticker": "ROOTUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "rootusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "ROOT-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -4, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "The Root Network", + "referencePrice": 0.037102791500325936, + "cmcId": 28479 + } + }, + "DEGO": { + "title": "Add DEGO-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a DEGO-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 454, + "ticker": "DEGO-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -9, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "DEGOUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "DEGO-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -6, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Dego Finance", + "referencePrice": 1.8736710527791987, + "cmcId": 7087 + } + }, + "AERGO": { + "title": "Add AERGO-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a AERGO-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 455, + "ticker": "AERGO-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -11, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "AERGOUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "CoinbasePro", + "ticker": "AERGO-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "AERGO-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "AERGO-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -4, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Aergo", + "referencePrice": 0.0871173504572155, + "cmcId": 3637 + } + }, + "LINA": { + "title": "Add LINA-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a LINA-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 456, + "ticker": "LINA-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -12, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "LINAUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "linausdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "LINA-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -3, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Linear Finance", + "referencePrice": 0.006134019114220042, + "cmcId": 7102 + } + }, + "BEL": { + "title": "Add BEL-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a BEL-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 457, + "ticker": "BEL-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "BELUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Bybit", + "ticker": "BELUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Bella Protocol", + "referencePrice": 0.5927941489010805, + "cmcId": 6928 + } + }, + "CEL": { + "title": "Add CEL-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a CEL-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 458, + "ticker": "CEL-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -9, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Bybit", + "ticker": "CELUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "CEL-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -6, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Celsius", + "referencePrice": 1.0625993641688618, + "cmcId": 2700 + } + }, + "LOKA": { + "title": "Add LOKA-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a LOKA-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 459, + "ticker": "LOKA-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "LOKAUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "CoinbasePro", + "ticker": "LOKA-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "lokausdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "LOKA-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "League of Kingdoms Arena", + "referencePrice": 0.21613434601376688, + "cmcId": 17145 + } + }, + "VIC": { + "title": "Add VIC-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a VIC-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 460, + "ticker": "VIC-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "VICUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Bybit", + "ticker": "VICUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "vicusdt", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Viction", + "referencePrice": 0.38052469685346724, + "cmcId": 2570 + } + }, + "IDEX": { + "title": "Add IDEX-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a IDEX-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 461, + "ticker": "IDEX-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -11, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "IDEXUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "CoinbasePro", + "ticker": "IDEX-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "idexusdt", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -4, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "IDEX", + "referencePrice": 0.0454539175856212, + "cmcId": 3928 + } + }, + "NEON": { + "title": "Add NEON-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a NEON-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 462, + "ticker": "NEON-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Bybit", + "ticker": "NEONUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "CoinbasePro", + "ticker": "NEON-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "NEON-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Neon EVM", + "referencePrice": 0.6446382435073823, + "cmcId": 23015 + } + }, + "CUSD": { + "title": "Add CUSD-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a CUSD-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 463, + "ticker": "CUSD-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Bybit", + "ticker": "CUSDUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "cusdusdt", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Celo Dollar", + "referencePrice": 0.9980071953423377, + "cmcId": 7236 + } + }, + "DFI": { + "title": "Add DFI-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a DFI-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 464, + "ticker": "DFI-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -11, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Bybit", + "ticker": "DFIUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "dfiusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "DFI-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -4, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "DeFiChain", + "referencePrice": 0.04251887001679027, + "cmcId": 5804 + } + }, + "FARM": { + "title": "Add FARM-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a FARM-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 465, + "ticker": "FARM-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -8, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "FARMUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "CoinbasePro", + "ticker": "FARM-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -7, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Harvest Finance", + "referencePrice": 52.192607157247764, + "cmcId": 6859 + } + }, + "AVA": { + "title": "Add AVA-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a AVA-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 466, + "ticker": "AVA-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "AVAUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Bybit", + "ticker": "AVAUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "AVA-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "AVA", + "referencePrice": 0.6696715776470348, + "cmcId": 2776 + } + }, + "ICE": { + "title": "Add ICE-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a ICE-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 467, + "ticker": "ICE-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -12, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Huobi", + "ticker": "iceusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "ICE-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "ICE-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -3, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Ice Open Network", + "referencePrice": 0.005237279383848572, + "cmcId": 27650 + } + }, + "TT": { + "title": "Add TT-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a TT-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 468, + "ticker": "TT-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -12, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Huobi", + "ticker": "ttusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "TT-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -3, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "ThunderCore", + "referencePrice": 0.0030617989330863392, + "cmcId": 3930 + } + }, + "BEER": { + "title": "Add BEER-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a BEER-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 469, + "ticker": "BEER-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -14, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Raydium", + "ticker": "BEER-SOL-HK4WKQfUKU2VuYfhjVzUR8Sx2Tkpqjg7VmrPjuNeNM6Q-6-52MdSmjzjnmRqsimXoPUTQX3zTr11abKqgkGBKbNv7Mg-9-BJDwwanWSMmq4GJEq21LvT7HUQN5kuYDmby8BkhqT687-Cne2WysEXzSLWbdABTG3vYkRNyJyMJ1zLhn26QPrBRZg", + "adjustByMarket": "SOL-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -1, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "BEERCOIN", + "referencePrice": 7.417635862647864e-05, + "cmcId": 31337 + } + }, + "VRTX": { + "title": "Add VRTX-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a VRTX-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 470, + "ticker": "VRTX-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Bybit", + "ticker": "VRTXUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "vrtxusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "VRTX-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Vertex Protocol", + "referencePrice": 0.13641723984724724, + "cmcId": 22355 + } + }, + "OPUL": { + "title": "Add OPUL-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a OPUL-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 471, + "ticker": "OPUL-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Huobi", + "ticker": "opulusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "OPUL-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Opulous", + "referencePrice": 0.11853605863141668, + "cmcId": 10409 + } + }, + "REEF": { + "title": "Add REEF-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a REEF-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 472, + "ticker": "REEF-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -12, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "REEFUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "reefusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "REEF-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -3, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Reef", + "referencePrice": 0.001465859498249745, + "cmcId": 6951 + } + }, + "CERE": { + "title": "Add CERE-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a CERE-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 473, + "ticker": "CERE-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -12, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Huobi", + "ticker": "cereusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "CERE-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -3, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Cere Network", + "referencePrice": 0.0046783173788415, + "cmcId": 4710 + } + }, + "PDA": { + "title": "Add PDA-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a PDA-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 474, + "ticker": "PDA-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -11, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "PDAUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "pdausdt", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -4, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "PlayDapp", + "referencePrice": 0.06122654064385081, + "cmcId": 7461 + } + }, + "BSW": { + "title": "Add BSW-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a BSW-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 475, + "ticker": "BSW-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -11, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "BSWUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "BSW-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -4, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Biswap", + "referencePrice": 0.06739784934430638, + "cmcId": 10746 + } + }, + "VRA": { + "title": "Add VRA-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a VRA-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 476, + "ticker": "VRA-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -12, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Bybit", + "ticker": "VRAUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "vrausdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "VRA-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "VRA-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -3, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Verasity", + "referencePrice": 0.003315205636845755, + "cmcId": 3816 + } + }, + "CEEK": { + "title": "Add CEEK-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a CEEK-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 477, + "ticker": "CEEK-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -11, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Kucoin", + "ticker": "CEEK-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "CEEK-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -4, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "CEEK VR", + "referencePrice": 0.040619698849668116, + "cmcId": 2856 + } + }, + "MDT": { + "title": "Add MDT-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a MDT-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 478, + "ticker": "MDT-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -11, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "MDTUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "CoinbasePro", + "ticker": "MDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "MDT-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -4, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Measurable Data Token", + "referencePrice": 0.0504065606260393, + "cmcId": 2348 + } + }, + "GST": { + "title": "Add GST-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a GST-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 479, + "ticker": "GST-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -11, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Bybit", + "ticker": "GSTUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "CoinbasePro", + "ticker": "GST-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "GST-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -4, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Green Satoshi Token (SOL)", + "referencePrice": 0.019583651364519564, + "cmcId": 16352 + } + }, + "VOXEL": { + "title": "Add VOXEL-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a VOXEL-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 480, + "ticker": "VOXEL-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "VOXELUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "CoinbasePro", + "ticker": "VOXEL-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "voxelusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "VOXEL-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Voxies", + "referencePrice": 0.1734364030248926, + "cmcId": 15678 + } + }, + "SDAO": { + "title": "Add SDAO-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a SDAO-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 481, + "ticker": "SDAO-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Huobi", + "ticker": "sdaousdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "SDAO-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "SingularityDAO", + "referencePrice": 0.3615383847145881, + "cmcId": 9638 + } + }, + "DUKO": { + "title": "Add DUKO-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a DUKO-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 482, + "ticker": "DUKO-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -12, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Raydium", + "ticker": "DUKO-SOL-HD7aZ6YrqAxVbGNAMEKxozcW1ZDU7pbKfd7XMmZtxyzk-6-A9J2mXPXfRZ7Sh2ymUgCJM4p9iUjZBcyAfrz49PoBBN4-9-FoBQDGey332Ppv1KiTow8z9oZP8n6mEPLyhedPdG1nUG-BGS69Ju7DRRVxw9b2B5TnrMLzVdJcscV8UtKywqNsgwx", + "adjustByMarket": "SOL-USD", + "invert": true + } + ], + "liquidityTier": 2, + "atomicResolution": -3, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "DUKO", + "referencePrice": 0.003009, + "cmcId": 29494 + } + }, + "MXC": { + "title": "Add MXC-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a MXC-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 483, + "ticker": "MXC-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -11, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Huobi", + "ticker": "mxcusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "MXC-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "MXC-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -4, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Moonchain", + "referencePrice": 0.011489873003671562, + "cmcId": 3628 + } + }, + "UTK": { + "title": "Add UTK-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a UTK-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 484, + "ticker": "UTK-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -11, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "UTKUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "utkusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "UTK-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "UTK-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -4, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "xMoney", + "referencePrice": 0.05655751163822064, + "cmcId": 2320 + } + }, + "BURGER": { + "title": "Add BURGER-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a BURGER-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 485, + "ticker": "BURGER-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "BURGERUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "BURGER-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "BurgerCities", + "referencePrice": 0.5315657624219033, + "cmcId": 7158 + } + }, + "XCAD": { + "title": "Add XCAD-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a XCAD-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 486, + "ticker": "XCAD-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Bybit", + "ticker": "XCADUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "xcadusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "XCAD-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "XCAD Network", + "referencePrice": 0.5694528987816363, + "cmcId": 9868 + } + }, + "MON": { + "title": "Add MON-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a MON-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 487, + "ticker": "MON-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Bybit", + "ticker": "MONUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "MON-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "MON Protocol", + "referencePrice": 0.23330024935022567, + "cmcId": 30950 + } + }, + "PRCL": { + "title": "Add PRCL-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a PRCL-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 488, + "ticker": "PRCL-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Bybit", + "ticker": "PRCLUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "prclusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "PRCL-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "PRCL-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Parcl", + "referencePrice": 0.23320643837955593, + "cmcId": 30661 + } + }, + "VLX": { + "title": "Add VLX-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a VLX-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 490, + "ticker": "VLX-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -12, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Huobi", + "ticker": "vlxusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "VLX-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -3, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Velas", + "referencePrice": 0.009605692100773892, + "cmcId": 4747 + } + }, + "UFT": { + "title": "Add UFT-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a UFT-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 491, + "ticker": "UFT-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "UFTUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "uftusdt", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "UniLend", + "referencePrice": 0.3217665286530463, + "cmcId": 7412 + } + }, + "BENDOG": { + "title": "Add BENDOG-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a BENDOG-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 492, + "ticker": "BENDOG-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -11, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Raydium", + "ticker": "BENDOG-SOL-2Pza1YUczgc4RWLhAgdXSJh4oYUspvhhAiSecFDd7ZJ3-9-2BFpMzi33JtpY4CGUjY7x5JPApy6f2AdkuLZsd1QGqRv-9-H1FPc9WQpA3GPnXMmzSjtt6gMuYuyDqYndBscaHNyCbv-47857wX96Tb4Ud3M3ka949iVRFmUqS33KLBxoVsqgfLK", + "adjustByMarket": "SOL-USD", + "invert": true + } + ], + "liquidityTier": 2, + "atomicResolution": -4, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Ben the Dog", + "referencePrice": 0.0256367238616703, + "cmcId": 29574 + } + }, + "KLV": { + "title": "Add KLV-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a KLV-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 493, + "ticker": "KLV-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -12, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Huobi", + "ticker": "klvusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "KLV-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -3, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Klever", + "referencePrice": 0.0028347906278836533, + "cmcId": 6724 + } + }, + "ADX": { + "title": "Add ADX-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a ADX-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 494, + "ticker": "ADX-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "ADXUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "adxusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "ADX-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "AdEx", + "referencePrice": 0.17127837328826506, + "cmcId": 1768 + } + }, + "TAVA": { + "title": "Add TAVA-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a TAVA-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 495, + "ticker": "TAVA-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -11, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Bybit", + "ticker": "TAVAUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "tavausdt", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -4, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "ALTAVA", + "referencePrice": 0.04674262206302722, + "cmcId": 19786 + } + }, + "XPR": { + "title": "Add XPR-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a XPR-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 496, + "ticker": "XPR-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -13, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Kucoin", + "ticker": "XPR-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "XPR-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -2, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "XPR Network", + "referencePrice": 0.0009305069784108677, + "cmcId": 5350 + } + }, + "VOLT": { + "title": "Add VOLT-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a VOLT-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 497, + "ticker": "VOLT-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -16, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Huobi", + "ticker": "voltusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "VOLT-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": 1, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Volt Inu", + "referencePrice": 4.189554118177696e-07, + "cmcId": 19650 + } + }, + "GMEE": { + "title": "Add GMEE-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a GMEE-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 498, + "ticker": "GMEE-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -11, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Huobi", + "ticker": "gmeeusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "GMEE-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -4, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "GAMEE", + "referencePrice": 0.023238090495644948, + "cmcId": 9103 + } + }, + "PSG": { + "title": "Add PSG-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a PSG-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 499, + "ticker": "PSG-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -9, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "PSGUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Bybit", + "ticker": "PSGUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "psgusdt", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -6, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Paris Saint-Germain Fan Token", + "referencePrice": 2.940290775056524, + "cmcId": 5226 + } + }, + "TOMI": { + "title": "Add TOMI-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a TOMI-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 500, + "ticker": "TOMI-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Bybit", + "ticker": "TOMIUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "tomiusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "TOMI-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "tomi", + "referencePrice": 0.18555997728652895, + "cmcId": 23246 + } + }, + "AURY": { + "title": "Add AURY-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a AURY-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 501, + "ticker": "AURY-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Bybit", + "ticker": "AURYUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "auryusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "AURY-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Aurory", + "referencePrice": 0.3626082153757676, + "cmcId": 11367 + } + }, + "CETUS": { + "title": "Add CETUS-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a CETUS-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 502, + "ticker": "CETUS-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -11, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Kucoin", + "ticker": "CETUS-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "CETUS-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -4, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Cetus Protocol", + "referencePrice": 0.0777612485580368, + "cmcId": 25114 + } + }, + "SWFTC": { + "title": "Add SWFTC-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a SWFTC-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 503, + "ticker": "SWFTC-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -12, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "CoinbasePro", + "ticker": "SWFTC-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "swftcusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "SWFTC-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "SWFTC-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -3, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "SwftCoin", + "referencePrice": 0.005381509610391464, + "cmcId": 2341 + } + }, + "CTX": { + "title": "Add CTX-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a CTX-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 504, + "ticker": "CTX-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -9, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "CoinbasePro", + "ticker": "CTX-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "ctxusdt", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -6, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Cryptex Finance", + "referencePrice": 3.3152015706768436, + "cmcId": 10368 + } + }, + "PRQ": { + "title": "Add PRQ-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a PRQ-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 505, + "ticker": "PRQ-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -11, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "CoinbasePro", + "ticker": "PRQ-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "prqusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "PRQ-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "PRQ-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -4, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "PARSIQ", + "referencePrice": 0.08037539071793881, + "cmcId": 5410 + } + }, + "BAR": { + "title": "Add BAR-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a BAR-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 506, + "ticker": "BAR-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -9, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "BARUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Bybit", + "ticker": "BARUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -6, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "FC Barcelona Fan Token", + "referencePrice": 1.931052014046439, + "cmcId": 5225 + } + }, + "FIO": { + "title": "Add FIO-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a FIO-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 507, + "ticker": "FIO-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -11, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "FIOUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "fiousdt", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -4, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "FIO Protocol", + "referencePrice": 0.02657080216234344, + "cmcId": 5865 + } + }, + "AKRO": { + "title": "Add AKRO-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a AKRO-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 508, + "ticker": "AKRO-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -12, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "AKROUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "akrousdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "AKRO-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -3, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Akropolis", + "referencePrice": 0.004691261944886843, + "cmcId": 4134 + } + }, + "AMB": { + "title": "Add AMB-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a AMB-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 509, + "ticker": "AMB-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -12, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "AMBUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "AMB-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -3, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "AirDAO", + "referencePrice": 0.00684650489196774, + "cmcId": 2081 + } + }, + "HARD": { + "title": "Add HARD-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a HARD-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 510, + "ticker": "HARD-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "HARDUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "HARD-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Kava Lend", + "referencePrice": 0.15431320729811415, + "cmcId": 7576 + } + }, + "DMAIL": { + "title": "Add DMAIL-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a DMAIL-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 511, + "ticker": "DMAIL-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Bybit", + "ticker": "DMAILUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "DMAIL-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "DMAIL-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "DMAIL Network", + "referencePrice": 0.49680188179409496, + "cmcId": 19779 + } + }, + "SHRAP": { + "title": "Add SHRAP-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a SHRAP-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 512, + "ticker": "SHRAP-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -11, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Bybit", + "ticker": "SHRAPUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "shrapusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "SHRAP-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -4, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Shrapnel", + "referencePrice": 0.08108192248770382, + "cmcId": 28363 + } + }, + "VIDT": { + "title": "Add VIDT-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a VIDT-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 513, + "ticker": "VIDT-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -11, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "VIDTUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "VIDT-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -4, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "VIDT DAO", + "referencePrice": 0.023908259746150635, + "cmcId": 22710 + } + }, + "BLOK": { + "title": "Add BLOK-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a BLOK-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 514, + "ticker": "BLOK-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -12, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Kucoin", + "ticker": "BLOK-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "BLOK-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -3, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Bloktopia", + "referencePrice": 0.001099113808692529, + "cmcId": 11206 + } + }, + "GFT": { + "title": "Add GFT-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a GFT-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 515, + "ticker": "GFT-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -11, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "GFTUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "gftusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "GFT-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -4, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Gifto", + "referencePrice": 0.022024104265200496, + "cmcId": 2289 + } + }, + "SD": { + "title": "Add SD-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a SD-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 516, + "ticker": "SD-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Bybit", + "ticker": "SDUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "sdusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "SD-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "SD-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Stader", + "referencePrice": 0.6902003513648298, + "cmcId": 12623 + } + }, + "AST": { + "title": "Add AST-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a AST-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 517, + "ticker": "AST-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "ASTUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "CoinbasePro", + "ticker": "AST-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "AST-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "AirSwap", + "referencePrice": 0.10481883982325498, + "cmcId": 2058 + } + }, + "KRL": { + "title": "Add KRL-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a KRL-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 518, + "ticker": "KRL-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Bybit", + "ticker": "KRLUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "CoinbasePro", + "ticker": "KRL-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "KRL-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Kryll", + "referencePrice": 0.47690419836427456, + "cmcId": 2949 + } + }, + "CITY": { + "title": "Add CITY-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a CITY-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 519, + "ticker": "CITY-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -9, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "CITYUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Bybit", + "ticker": "CITYUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "CITY-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -6, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Manchester City Fan Token", + "referencePrice": 2.3196819389566565, + "cmcId": 10049 + } + }, + "CHAT": { + "title": "Add CHAT-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a CHAT-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 520, + "ticker": "CHAT-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -9, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Raydium", + "ticker": "CHAT-SOL-FKCCPsYDgEoVpEhyE2XMFAXq5zWFrWHgpQjVEKQk1C54-9-9APPnbdEXbJpktfKSGbbdgYvj6K3ZFRDFwQUabFw6CHP-9-G9fse9D2feKdSjy4eLDQfuuBfxQDqektwNMG9smVBJr9-9kLGUEFwEuFzn9txDfGJ3FimGp9LjMtNPp4GvMLfkZSY", + "adjustByMarket": "SOL-USD", + "invert": true + } + ], + "liquidityTier": 2, + "atomicResolution": -6, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Solchat", + "referencePrice": 2.393290063603827, + "cmcId": 29478 + } + }, + "TIME": { + "title": "Add TIME-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a TIME-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 521, + "ticker": "TIME-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -8, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Bybit", + "ticker": "TIMEUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "CoinbasePro", + "ticker": "TIME-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "TIME-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -7, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Chrono.tech", + "referencePrice": 24.724757424689212, + "cmcId": 1556 + } + }, + "FIRO": { + "title": "Add FIRO-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a FIRO-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 522, + "ticker": "FIRO-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -9, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "FIROUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "firousdt", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -6, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Firo", + "referencePrice": 1.2593237496965162, + "cmcId": 1414 + } + }, + "VEGA": { + "title": "Add VEGA-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a VEGA-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 523, + "ticker": "VEGA-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Bybit", + "ticker": "VEGAUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "VEGA-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Vega Protocol", + "referencePrice": 0.2845806861525806, + "cmcId": 10223 + } + }, + "SCA": { + "title": "Add SCA-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a SCA-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 524, + "ticker": "SCA-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Bybit", + "ticker": "SCAUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "scausdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "SCA-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Scallop", + "referencePrice": 0.4918837005651322, + "cmcId": 29679 + } + }, + "ALPINE": { + "title": "Add ALPINE-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a ALPINE-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 525, + "ticker": "ALPINE-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -9, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "ALPINEUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "ALPINE-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -6, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Alpine F1 Team Fan Token", + "referencePrice": 1.4668095510897656, + "cmcId": 18112 + } + }, + "BOND": { + "title": "Add BOND-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a BOND-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 526, + "ticker": "BOND-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -9, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "BONDUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kraken", + "ticker": "BONDUSD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "BOND-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -6, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "BarnBridge", + "referencePrice": 2.1256142270032363, + "cmcId": 7440 + } + }, + "SILLY": { + "title": "Add SILLY-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a SILLY-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 527, + "ticker": "SILLY-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -11, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Huobi", + "ticker": "sillyusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "SILLY-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -4, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Silly Dragon", + "referencePrice": 0.016786730541626358, + "cmcId": 28789 + } + }, + "OG": { + "title": "Add OG-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a OG-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 528, + "ticker": "OG-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -9, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "OGUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "ogusdt", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -6, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "OG Fan Token", + "referencePrice": 3.3143916761992855, + "cmcId": 5309 + } + }, + "VINU": { + "title": "Add VINU-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a VINU-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 529, + "ticker": "VINU-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -17, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Bybit", + "ticker": "VINUUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "vinuusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "VINU-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": 2, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Vita Inu", + "referencePrice": 1.7102078879447656e-08, + "cmcId": 15270 + } + }, + "WIFI": { + "title": "Add WIFI-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a WIFI-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 530, + "ticker": "WIFI-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -11, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Huobi", + "ticker": "wifiusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "WIFI-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -4, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "WiFi Map", + "referencePrice": 0.05226097669514541, + "cmcId": 24133 + } + }, + "LIKE": { + "title": "Add LIKE-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a LIKE-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 531, + "ticker": "LIKE-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -11, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Huobi", + "ticker": "likeusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "LIKE-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -4, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Only1", + "referencePrice": 0.04459806338468495, + "cmcId": 10891 + } + }, + "SUKU": { + "title": "Add SUKU-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a SUKU-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 532, + "ticker": "SUKU-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -11, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "CoinbasePro", + "ticker": "SUKU-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "sukuusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "SUKU-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -4, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Suku", + "referencePrice": 0.08507185197935503, + "cmcId": 6180 + } + }, + "NYAN": { + "title": "Add NYAN-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a NYAN-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 533, + "ticker": "NYAN-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Bybit", + "ticker": "NYANUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "nyanusdt", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Nyan Heroes", + "referencePrice": 0.15495974671662036, + "cmcId": 13140 + } + }, + "DF": { + "title": "Add DF-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a DF-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 534, + "ticker": "DF-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -11, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "DFUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "dfusdt", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -4, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "dForce", + "referencePrice": 0.03379337648463993, + "cmcId": 4758 + } + }, + "SPA": { + "title": "Add SPA-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a SPA-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 535, + "ticker": "SPA-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -12, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "CoinbasePro", + "ticker": "SPA-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "spausdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "SPA-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -3, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Sperax", + "referencePrice": 0.00881571947132383, + "cmcId": 6715 + } + }, + "SIS": { + "title": "Add SIS-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a SIS-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 536, + "ticker": "SIS-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Bybit", + "ticker": "SISUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "sisusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "SIS-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Symbiosis", + "referencePrice": 0.24203600111890555, + "cmcId": 15084 + } + }, + "NODL": { + "title": "Add NODL-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a NODL-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 537, + "ticker": "NODL-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -12, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Huobi", + "ticker": "nodlusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kraken", + "ticker": "NODLUSD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -3, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Nodle", + "referencePrice": 0.003902294379955382, + "cmcId": 6837 + } + }, + "ZKF": { + "title": "Add ZKF-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a ZKF-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 538, + "ticker": "ZKF-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -12, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Bybit", + "ticker": "ZKFUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "zkfusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "ZKF-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -3, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "ZKFair", + "referencePrice": 0.0013139185376225104, + "cmcId": 28857 + } + }, + "JUV": { + "title": "Add JUV-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a JUV-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 539, + "ticker": "JUV-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -9, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "JUVUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Bybit", + "ticker": "JUVUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "juvusdt", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -6, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Juventus Fan Token", + "referencePrice": 1.8483279470278877, + "cmcId": 5224 + } + }, + "DCK": { + "title": "Add DCK-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a DCK-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 540, + "ticker": "DCK-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -11, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Huobi", + "ticker": "dckusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "DCK-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -4, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "DexCheck AI", + "referencePrice": 0.03571660095503912, + "cmcId": 20009 + } + }, + "FITFI": { + "title": "Add FITFI-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a FITFI-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 541, + "ticker": "FITFI-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -12, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Bybit", + "ticker": "FITFIUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "fitfiusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "FITFI-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "FITFI-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -3, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Step App", + "referencePrice": 0.004963427131525107, + "cmcId": 19778 + } + }, + "ARG": { + "title": "Add ARG-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a ARG-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 542, + "ticker": "ARG-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -9, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Huobi", + "ticker": "argusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "ARG-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -6, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Argentine Football Association Fan Token", + "referencePrice": 1.0350827182340108, + "cmcId": 10430 + } + }, + "BNC": { + "title": "Add BNC-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a BNC-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 543, + "ticker": "BNC-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Kraken", + "ticker": "BNCUSD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "BNC-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Bifrost", + "referencePrice": 0.32522651947597125, + "cmcId": 8705 + } + }, + "TRVL": { + "title": "Add TRVL-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a TRVL-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 544, + "ticker": "TRVL-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -11, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Bybit", + "ticker": "TRVLUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "TRVL-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -4, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "TRVL", + "referencePrice": 0.036710867627710614, + "cmcId": 14336 + } + }, + "FOR": { + "title": "Add FOR-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a FOR-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 545, + "ticker": "FOR-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -11, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "FORUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "forusdt", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -4, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "ForTube", + "referencePrice": 0.015205907432037556, + "cmcId": 4118 + } + }, + "BCUT": { + "title": "Add BCUT-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a BCUT-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 546, + "ticker": "BCUT-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -11, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Bybit", + "ticker": "BCUTUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "BCUT-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -4, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "bitsCrunch", + "referencePrice": 0.0666749901785936, + "cmcId": 28559 + } + }, + "GOAL": { + "title": "Add GOAL-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a GOAL-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 547, + "ticker": "GOAL-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -11, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Kucoin", + "ticker": "GOAL-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "GOAL-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -4, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "TOPGOAL", + "referencePrice": 0.039631772060393165, + "cmcId": 11198 + } + }, + "CULT": { + "title": "Add CULT-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a CULT-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 548, + "ticker": "CULT-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -15, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Bybit", + "ticker": "CULTUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "CULT-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": 0, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Cult DAO", + "referencePrice": 2.624193241956297e-06, + "cmcId": 17742 + } + }, + "PIP": { + "title": "Add PIP-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a PIP-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 549, + "ticker": "PIP-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -11, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Bybit", + "ticker": "PIPUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "PIP-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -4, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Pip", + "referencePrice": 0.06885225749882441, + "cmcId": 16996 + } + }, + "ZERO": { + "title": "Add ZERO-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a ZERO-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 550, + "ticker": "ZERO-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -13, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Bybit", + "ticker": "ZEROUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "ZERO-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "ZERO-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -2, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "ZeroLend", + "referencePrice": 0.0004170245046003935, + "cmcId": 31076 + } + }, + "ATM": { + "title": "Add ATM-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a ATM-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 551, + "ticker": "ATM-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -9, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "ATMUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "atmusdt", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -6, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Atletico De Madrid Fan Token", + "referencePrice": 2.2627266416722835, + "cmcId": 5227 + } + }, + "EPIK": { + "title": "Add EPIK-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a EPIK-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 552, + "ticker": "EPIK-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -12, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Huobi", + "ticker": "epikusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "EPIK-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -3, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "EPIK Prime", + "referencePrice": 0.009335895556843374, + "cmcId": 10047 + } + }, + "ACM": { + "title": "Add ACM-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a ACM-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 553, + "ticker": "ACM-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -9, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "ACMUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Bybit", + "ticker": "ACMUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -6, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "AC Milan Fan Token", + "referencePrice": 1.6739448405659811, + "cmcId": 8538 + } + }, + "PUSH": { + "title": "Add PUSH-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a PUSH-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 554, + "ticker": "PUSH-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Huobi", + "ticker": "pushusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "PUSH-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Push Protocol", + "referencePrice": 0.16934160300966, + "cmcId": 9111 + } + }, + "DC": { + "title": "Add DC-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a DC-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 555, + "ticker": "DC-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -13, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Huobi", + "ticker": "dcusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "DC-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -2, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Dogechain", + "referencePrice": 0.00035499429353803, + "cmcId": 21414 + } + }, + "CVP": { + "title": "Add CVP-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a CVP-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 556, + "ticker": "CVP-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "CVPUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "cvpusdt", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "PowerPool", + "referencePrice": 0.31819316955651, + "cmcId": 6669 + } + }, + "ABBC": { + "title": "Add ABBC-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a ABBC-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 557, + "ticker": "ABBC-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -12, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Huobi", + "ticker": "abbcusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "ABBC-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -3, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "ABBC Coin", + "referencePrice": 0.0075948777433354165, + "cmcId": 3437 + } + }, + "WSM": { + "title": "Add WSM-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a WSM-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 558, + "ticker": "WSM-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -12, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Huobi", + "ticker": "wsmusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "WSM-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -3, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Wall Street Memes", + "referencePrice": 0.005198496932105641, + "cmcId": 28179 + } + }, + "OGV": { + "title": "Add OGV-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a OGV-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 559, + "ticker": "OGV-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -11, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Huobi", + "ticker": "ogvusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "OGV-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -4, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Origin DeFi Governance", + "referencePrice": 0.01081979684701024, + "cmcId": 20949 + } + }, + "RIO": { + "title": "Add RIO-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a RIO-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 560, + "ticker": "RIO-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -9, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Huobi", + "ticker": "riousdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "RIO-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "RIO-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -6, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Realio Network", + "referencePrice": 1.4722416769760693, + "cmcId": 4166 + } + }, + "SRM": { + "title": "Add SRM-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a SRM-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 561, + "ticker": "SRM-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -11, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Bybit", + "ticker": "SRMUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "srmusdt", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -4, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Serum", + "referencePrice": 0.0342351874677575, + "cmcId": 6187 + } + }, + "XTM": { + "title": "Add XTM-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a XTM-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 562, + "ticker": "XTM-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -11, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Huobi", + "ticker": "xtmusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "XTM-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -4, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Torum", + "referencePrice": 0.04541422357922359, + "cmcId": 10421 + } + }, + "KAN": { + "title": "Add KAN-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a KAN-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 563, + "ticker": "KAN-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -13, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Huobi", + "ticker": "kanusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "KAN-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -2, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "BitKan", + "referencePrice": 0.000909399778912211, + "cmcId": 2934 + } + }, + "REVV": { + "title": "Add REVV-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a REVV-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 564, + "ticker": "REVV-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -12, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Huobi", + "ticker": "revvusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "REVV-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "REVV-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -3, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "REVV", + "referencePrice": 0.007002565476953254, + "cmcId": 6993 + } + }, + "BRWL": { + "title": "Add BRWL-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a BRWL-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 565, + "ticker": "BRWL-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -12, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Huobi", + "ticker": "brwlusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "BRWL-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "BRWL-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -3, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Blockchain Brawlers", + "referencePrice": 0.008388863489620951, + "cmcId": 19216 + } + }, + "GTAI": { + "title": "Add GTAI-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a GTAI-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 566, + "ticker": "GTAI-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -9, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Bybit", + "ticker": "GTAIUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "gtaiusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "GTAI-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -6, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "GT Protocol", + "referencePrice": 1.0405229074985574, + "cmcId": 16711 + } + }, + "IZI": { + "title": "Add IZI-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a IZI-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 567, + "ticker": "IZI-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -12, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Bybit", + "ticker": "IZIUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "IZI-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -3, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Izumi Finance", + "referencePrice": 0.00947227797506556, + "cmcId": 16305 + } + }, + "MOUTAI": { + "title": "Add MOUTAI-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a MOUTAI-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 568, + "ticker": "MOUTAI-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -11, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Raydium", + "ticker": "MOUTAI-SOL-4VkmzH14ETcNhSQLTK6AtL1ZP8UmvWpbNCgokDVfiCcD-6-HSQPdDCxtGo4fTHeZuBGWtQUqHgRsgdz4BVhTCCAtsTv-9-FCQvrj9mrWN5XsPHDSfKf17i8xbzLxW3Esor7nw42nsp-578CbhKnpAW5NjbmYku6qSaesZZLy3xwFQ8UkDANzd91", + "adjustByMarket": "SOL-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -4, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Moutai", + "referencePrice": 0.017576, + "cmcId": 30601 + } + }, + "BLOCK": { + "title": "Add BLOCK-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a BLOCK-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 569, + "ticker": "BLOCK-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -11, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Bybit", + "ticker": "BLOCKUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "BLOCK-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "BLOCK-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -4, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "BlockGames", + "referencePrice": 0.09151408356842983, + "cmcId": 30433 + } + }, + "GARI": { + "title": "Add GARI-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a GARI-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 570, + "ticker": "GARI-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -11, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Huobi", + "ticker": "gariusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kraken", + "ticker": "GARIUSD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "GARI-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "GARI-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -4, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Gari Network", + "referencePrice": 0.01894914124803791, + "cmcId": 12969 + } + }, + "WHALE": { + "title": "Add WHALE-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a WHALE-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 572, + "ticker": "WHALE-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Huobi", + "ticker": "whaleusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "WHALE-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "WHALE", + "referencePrice": 0.6240718779421559, + "cmcId": 6679 + } + }, + "LITH": { + "title": "Add LITH-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a LITH-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 573, + "ticker": "LITH-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -12, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Huobi", + "ticker": "lithusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "LITH-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "LITH-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -3, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Lithium", + "referencePrice": 0.0012405519354802851, + "cmcId": 10527 + } + }, + "MCRT": { + "title": "Add MCRT-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a MCRT-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 574, + "ticker": "MCRT-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -12, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Bybit", + "ticker": "MCRTUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "mcrtusdt", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -3, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "MagicCraft", + "referencePrice": 0.0014050212667821157, + "cmcId": 15721 + } + }, + "PLU": { + "title": "Add PLU-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a PLU-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 575, + "ticker": "PLU-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -9, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "CoinbasePro", + "ticker": "PLU-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "pluusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "PLU-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -6, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Pluton", + "referencePrice": 3.3409980154607677, + "cmcId": 1392 + } + }, + "NAVX": { + "title": "Add NAVX-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a NAVX-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 576, + "ticker": "NAVX-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -11, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Huobi", + "ticker": "navxusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "NAVX-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -4, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "NAVI Protocol", + "referencePrice": 0.08015199670872085, + "cmcId": 29296 + } + }, + "WWY": { + "title": "Add WWY-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a WWY-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 578, + "ticker": "WWY-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -12, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Bybit", + "ticker": "WWYUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "wwyusdt", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -3, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "WeWay", + "referencePrice": 0.0034743907340636514, + "cmcId": 17047 + } + }, + "MV": { + "title": "Add MV-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a MV-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 579, + "ticker": "MV-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -11, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Bybit", + "ticker": "MVUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "MV-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -4, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "GensoKishi Metaverse", + "referencePrice": 0.018210853389905836, + "cmcId": 17704 + } + }, + "XDEFI": { + "title": "Add XDEFI-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a XDEFI-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 580, + "ticker": "XDEFI-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -11, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Huobi", + "ticker": "xdefiusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "XDEFI-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -4, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "XDEFI Wallet", + "referencePrice": 0.0483257582598627, + "cmcId": 13472 + } + }, + "CRPT": { + "title": "Add CRPT-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a CRPT-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 581, + "ticker": "CRPT-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -11, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Huobi", + "ticker": "crptusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "CRPT-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -4, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Crypterium", + "referencePrice": 0.04322454269901005, + "cmcId": 2447 + } + }, + "SYLO": { + "title": "Add SYLO-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a SYLO-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 582, + "ticker": "SYLO-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -12, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Huobi", + "ticker": "sylousdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "SYLO-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -3, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Sylo", + "referencePrice": 0.0015643074657246032, + "cmcId": 5662 + } + }, + "DYP": { + "title": "Add DYP-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a DYP-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 583, + "ticker": "DYP-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -11, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Huobi", + "ticker": "dypusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "DYP-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -4, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Dypius [New]", + "referencePrice": 0.03642707864513264, + "cmcId": 28543 + } + }, + "TAMA": { + "title": "Add TAMA-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a TAMA-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 584, + "ticker": "TAMA-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -12, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Bybit", + "ticker": "TAMAUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "TAMA-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -3, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Tamadoge", + "referencePrice": 0.0026024378392564386, + "cmcId": 21968 + } + }, + "VEXT": { + "title": "Add VEXT-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a VEXT-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 585, + "ticker": "VEXT-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -11, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Bitstamp", + "ticker": "VEXT/USD", + "invert": false + }, + { + "exchangeName": "Bybit", + "ticker": "VEXTUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -4, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Veloce", + "referencePrice": 0.02438296000617137, + "cmcId": 27862 + } + }, + "STRM": { + "title": "Add STRM-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a STRM-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 586, + "ticker": "STRM-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -12, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Bybit", + "ticker": "STRMUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "strmusdt", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -3, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "StreamCoin", + "referencePrice": 0.0021692199582087146, + "cmcId": 17464 + } + }, + "PBR": { + "title": "Add PBR-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a PBR-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 587, + "ticker": "PBR-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -11, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Huobi", + "ticker": "pbrusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "PBR-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -4, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "PolkaBridge", + "referencePrice": 0.04064672191976924, + "cmcId": 8320 + } + }, + "WLKN": { + "title": "Add WLKN-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a WLKN-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 588, + "ticker": "WLKN-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -12, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Bybit", + "ticker": "WLKNUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "wlknusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "WLKN-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -3, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Walken", + "referencePrice": 0.003598311655963083, + "cmcId": 18775 + } + }, + "UNB": { + "title": "Add UNB-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a UNB-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 589, + "ticker": "UNB-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -13, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Huobi", + "ticker": "unbusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "UNB-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -2, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Unbound", + "referencePrice": 0.0007695643338118859, + "cmcId": 7846 + } + }, + "CWAR": { + "title": "Add CWAR-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a CWAR-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 590, + "ticker": "CWAR-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -12, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Bybit", + "ticker": "CWARUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "CWAR-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -3, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Cryowar", + "referencePrice": 0.008952399663018418, + "cmcId": 12722 + } + }, + "DOSE": { + "title": "Add DOSE-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a DOSE-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 591, + "ticker": "DOSE-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -12, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Huobi", + "ticker": "doseusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "DOSE-USDC", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "DOSE-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -3, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "DOSE", + "referencePrice": 0.002579295200025627, + "cmcId": 12315 + } + }, + "XWG": { + "title": "Add XWG-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a XWG-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 592, + "ticker": "XWG-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -13, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Bybit", + "ticker": "XWGUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "XWG-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -2, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "X World Games", + "referencePrice": 0.000646155275269942, + "cmcId": 9461 + } + }, + "POLC": { + "title": "Add POLC-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a POLC-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 593, + "ticker": "POLC-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -11, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Huobi", + "ticker": "polcusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "POLC-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -4, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Polkacity", + "referencePrice": 0.011103206160797012, + "cmcId": 8549 + } + }, + "ERTHA": { + "title": "Add ERTHA-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a ERTHA-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 594, + "ticker": "ERTHA-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -12, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Bybit", + "ticker": "ERTHAUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "erthausdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "ERTHA-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -3, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Ertha", + "referencePrice": 0.0012077405190994998, + "cmcId": 12294 + } + }, + "VEMP": { + "title": "Add VEMP-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a VEMP-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 595, + "ticker": "VEMP-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -12, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Huobi", + "ticker": "vempusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "VEMP-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -3, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "VEMP", + "referencePrice": 0.0063963877701751805, + "cmcId": 11423 + } + }, + "VSYS": { + "title": "Add VSYS-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a VSYS-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 596, + "ticker": "VSYS-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -13, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Huobi", + "ticker": "vsysusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "VSYS-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -2, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "v.systems", + "referencePrice": 0.0005082070137569405, + "cmcId": 3704 + } + }, + "EGO": { + "title": "Add EGO-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a EGO-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 597, + "ticker": "EGO-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -11, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Bybit", + "ticker": "EGOUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "EGO-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -4, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "EGO", + "referencePrice": 0.02574179299264666, + "cmcId": 21513 + } + }, + "HOTCROSS": { + "title": "Add HOTCROSS-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a HOTCROSS-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 598, + "ticker": "HOTCROSS-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -11, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Huobi", + "ticker": "hotcrossusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "HOTCROSS-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -4, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Hot Cross", + "referencePrice": 0.011749808846283311, + "cmcId": 9867 + } + }, + "SHILL": { + "title": "Add SHILL-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a SHILL-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 599, + "ticker": "SHILL-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -12, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Bybit", + "ticker": "SHILLUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "SHILL-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -3, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "SHILL Token", + "referencePrice": 0.003748699745803557, + "cmcId": 10462 + } + }, + "DEFI": { + "title": "Add DEFI-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a DEFI-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 600, + "ticker": "DEFI-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -11, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Bybit", + "ticker": "DEFIUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "DEFI-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -4, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "DeFi", + "referencePrice": 0.044533258366980986, + "cmcId": 29200 + } + }, + "LBP": { + "title": "Add LBP-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a LBP-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 601, + "ticker": "LBP-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -13, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Huobi", + "ticker": "lbpusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "LBP-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -2, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Launchblock.com", + "referencePrice": 0.0002991222716582753, + "cmcId": 15886 + } + }, + "PUMLX": { + "title": "Add PUMLX-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a PUMLX-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 602, + "ticker": "PUMLX-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -12, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Bybit", + "ticker": "PUMLXUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "PUMLX-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -3, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "PUMLx", + "referencePrice": 0.00641904193779005, + "cmcId": 21685 + } + }, + "IGU": { + "title": "Add IGU-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a IGU-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 603, + "ticker": "IGU-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -11, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Huobi", + "ticker": "iguusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "IGU-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "IGU-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -4, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "IguVerse", + "referencePrice": 0.013282401330427126, + "cmcId": 20349 + } + }, + "SON": { + "title": "Add SON-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a SON-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 604, + "ticker": "SON-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -13, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Bybit", + "ticker": "SONUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "SON-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -2, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "SOUNI", + "referencePrice": 0.0002468428143684122, + "cmcId": 15315 + } + }, + "MOVEZ": { + "title": "Add MOVEZ-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a MOVEZ-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 605, + "ticker": "MOVEZ-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -13, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Bybit", + "ticker": "MOVEZUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "movezusdt", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -2, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "MOVEZ", + "referencePrice": 0.0001307714599803474, + "cmcId": 20535 + } + }, + "AZY": { + "title": "Add AZY-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a AZY-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 606, + "ticker": "AZY-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -12, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Bybit", + "ticker": "AZYUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "AZY-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -3, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Amazy", + "referencePrice": 0.005287689290576012, + "cmcId": 20896 + } + }, + "XCUR": { + "title": "Add XCUR-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a XCUR-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 607, + "ticker": "XCUR-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -11, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Huobi", + "ticker": "xcurusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "XCUR-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -4, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Curate", + "referencePrice": 0.011341665939165638, + "cmcId": 7942 + } + }, + "SATS": { + "title": "Add SATS-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a SATS-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 608, + "ticker": "SATS-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -16, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Bybit", + "ticker": "SATSUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "satsusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "SATS-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "SATS-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": 1, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "SATS (Ordinals)", + "referencePrice": 1.737666627054351e-07, + "cmcId": 28194 + } + }, + "MSN": { + "title": "Add MSN-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a MSN-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 609, + "ticker": "MSN-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Huobi", + "ticker": "msnusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "MSN-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "MSN-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Meson Network", + "referencePrice": 0.7081667839826185, + "cmcId": 27026 + } + }, + "RNT": { + "title": "Add RNT-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a RNT-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 610, + "ticker": "RNT-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -12, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Raydium", + "ticker": "SOL-RNT-CLuBFFfERr2NqZL46T3Ng6TzDmv1edWdU5HhG8XHm3BE-9-FwjAy3zL3ErTx37JAHkbQSoFPL6wLRmAW8qZ2ZSVP9kD-6-GGpNUZJLNmM2oBhAAF5FbxooEW7dER4UxcAR9vchEd8f-9LfXeYQgTXJWhyTQhykCSnfUDd1ffCYA1LcSdcwaRLBk", + "adjustByMarket": "SOL-USD", + "invert": true + } + ], + "liquidityTier": 2, + "atomicResolution": -3, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Real Nigger Tate", + "referencePrice": 0.0096086767179127, + "cmcId": 31705 + } + }, + "COOKIE": { + "title": "Add COOKIE-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a COOKIE-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 611, + "ticker": "COOKIE-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Bybit", + "ticker": "COOKIEUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "COOKIE-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Cookie", + "referencePrice": 0.11509559956309161, + "cmcId": 31838 + } + }, + "MASA": { + "title": "Add MASA-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a MASA-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 612, + "ticker": "MASA-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -11, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Bybit", + "ticker": "MASAUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "masausdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "MASA-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -4, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Masa", + "referencePrice": 0.08807353666565398, + "cmcId": 29547 + } + }, + "WUF": { + "title": "Add WUF-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a WUF-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 613, + "ticker": "WUF-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -16, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Raydium", + "ticker": "WUF-SOL-96k7h5P1GbkQSYahCe8VJUpTKjg81mFzAdf9x3hfdJiE-4-3MAnPgGeGUzTNBp4Yf9tV5REqYe8C7HUoRbTn85rKWZN-9-GXfALBqNrQgBYrfrbQ4wU4kfqB3s7R8g5VT4qFzenVhP-8qDVQ9KWnBD2CMVqcFdvjfR5m6gPJ4Bt9sod8G2Yj9zU", + "adjustByMarket": "SOL-USD", + "invert": true + } + ], + "liquidityTier": 2, + "atomicResolution": 1, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "WUFFI", + "referencePrice": 9.62782220117491e-07, + "cmcId": 30683 + } + }, + "FURY": { + "title": "Add FURY-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a FURY-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 614, + "ticker": "FURY-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Huobi", + "ticker": "furyusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "FURY-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Engines of Fury", + "referencePrice": 0.20423967729920575, + "cmcId": 17607 + } + }, + "1CAT": { + "title": "Add 1CAT-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a 1CAT-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 615, + "ticker": "1CAT-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -12, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Huobi", + "ticker": "1catusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "1CAT-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -3, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Bitcoin Cats", + "referencePrice": 0.0027876923981469547, + "cmcId": 28791 + } + }, + "GUMMY": { + "title": "Add GUMMY-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a GUMMY-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 616, + "ticker": "GUMMY-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -11, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Raydium", + "ticker": "GUMMY-SOL-33AQRrPaZTckDJQd5DZstiwi11tcMVryu63V8rAHFF7N-9-4DHoHzkMHYqJeNDpkdeL6AGDymLFjJnS4SRsJHoT52Bm-9-FSv96pMp3x5XwFdYgqXUY47o7nSKhA6tvCHX1UZZPWnv-FMiecMsYhPdBf94zZKa7i6inK1GX7aypLf7QewNz1i6w", + "adjustByMarket": "SOL-USD", + "invert": true + } + ], + "liquidityTier": 2, + "atomicResolution": -4, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "GUMMY", + "referencePrice": 0.0391339594612865, + "cmcId": 30803 + } + }, + "ZEUS": { + "title": "Add ZEUS-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a ZEUS-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 617, + "ticker": "ZEUS-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Huobi", + "ticker": "zeususdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "ZEUS-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "ZEUS-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Zeus Network", + "referencePrice": 0.2398484838694967, + "cmcId": 30391 + } + }, + "FOXY": { + "title": "Add FOXY-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a FOXY-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 618, + "ticker": "FOXY-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -11, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Bybit", + "ticker": "FOXYUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "FOXY-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "FOXY-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -4, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Foxy", + "referencePrice": 0.013360584956776597, + "cmcId": 30591 + } + }, + "PENG": { + "title": "Add PENG-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a PENG-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 619, + "ticker": "PENG-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Raydium", + "ticker": "PENG-SOL-2g5q7fBGKZm2CXix8JjK4ZFdBTHQ1LerxkseBTqWuDdD-6-GmLJXUzjQAAU86a91hKesg5P9pKb6p9AZaGBEZLaDySD-9-9E5VWkY1UsbhkXW4Lk1YovkVouWMG57CuCNXUmecrGpC-AxBDdiMK9hRPLMPM7k6nCPC1gRARgXQHNejfP2LvNGr6", + "adjustByMarket": "SOL-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Peng", + "referencePrice": 0.2759385430906683, + "cmcId": 29787 + } + }, + "LFT": { + "title": "Add LFT-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a LFT-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 620, + "ticker": "LFT-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Bybit", + "ticker": "LFTUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "LFT-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Lifeform Token", + "referencePrice": 0.11423276380334002, + "cmcId": 27508 + } + }, + "LAI": { + "title": "Add LAI-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a LAI-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 621, + "ticker": "LAI-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -11, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Bybit", + "ticker": "LAIUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "laiusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "LAI-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -4, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "LayerAI", + "referencePrice": 0.0180088859610592, + "cmcId": 23846 + } + }, + "SAROS": { + "title": "Add SAROS-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a SAROS-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 622, + "ticker": "SAROS-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -12, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Bybit", + "ticker": "SAROSUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "sarosusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "SAROS-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -3, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Saros", + "referencePrice": 0.0029472451832176713, + "cmcId": 29082 + } + }, + "NUB": { + "title": "Add NUB-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a NUB-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 623, + "ticker": "NUB-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -11, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Raydium", + "ticker": "NUB-SOL-9uNqUwneLXbQ6YKndciL5aBXTLJhwpyDXkZmaBbWfwWz-9-75DrZt3zmGSFfKaYDm7yHLKMrr35Wy8ffBNN1143PWbj-9-CLXBUkh3hMKNDRUZFFKS721Q1NJb11oHrYvV66QMBcVv-83G6VzJzLRCnHBsLATj94VCpRimyyqwuN6ZfL11McADL", + "adjustByMarket": "SOL-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -4, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "nubcat", + "referencePrice": 0.0272410249840905, + "cmcId": 30493 + } + }, + "ZACK": { + "title": "Add ZACK-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a ZACK-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 624, + "ticker": "ZACK-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -11, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Raydium", + "ticker": "SOL-ZACK-5D1kvdok7eDhsR63ytmYAQgqquiJ5d38t3uCRSmYAdVF-9-5ynfwNHWJJjvbKY5f8SokBpnc82VSza5FskYwvQupM7V-6-FBn7gcBnXLoxdir2X1xsuy3XV8j1TLrRAxHnenadUGCq-7896DcX977xMJboS6BJvgkK4sB5p2FhctJx81DntbyCX", + "adjustByMarket": "SOL-USD", + "invert": true + } + ], + "liquidityTier": 2, + "atomicResolution": -4, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Zack Morris", + "referencePrice": 0.0437172082952535, + "cmcId": 31367 + } + }, + "KMNO": { + "title": "Add KMNO-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a KMNO-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 625, + "ticker": "KMNO-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -11, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Bybit", + "ticker": "KMNOUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "KMNO-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -4, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Kamino Finance", + "referencePrice": 0.03341228555458191, + "cmcId": 30986 + } + }, + "GOL": { + "title": "Add GOL-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a GOL-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 626, + "ticker": "GOL-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -11, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Raydium", + "ticker": "GOL-SOL-ACuv7Frh33MqLZtv5aKjz4uh2ZZFauFQfm2t23Wk2Gkr-9-GDY1yj4VyCi4Wa57PFVVvEY7pDVwtjwMTmpgda3NQC8h-9-8GwoCLwbYKWXyqcJeo3TzcVGoWdRFuz7Qqn9ByZQ4d9s-E3E5grXmLfETytkBKVBHCLt7FcRAfQLLXftJqSYF1noJ", + "adjustByMarket": "SOL-USD", + "invert": true + } + ], + "liquidityTier": 2, + "atomicResolution": -4, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Golazo", + "referencePrice": 0.0138466524706975, + "cmcId": 30903 + } + }, + "MUMU": { + "title": "Add MUMU-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a MUMU-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 627, + "ticker": "MUMU-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -14, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Raydium", + "ticker": "MUMU-SOL-2Re1H89emr8hNacyDTrm1NU8VEhuwaJX7JwcdDqy5Q6g-6-4VPXFMpndqZhME27vMqtkuGtBo7hVTA9kEvo87zbjXsA-9-BjWyTUxXSNXN1GNzwR7iRhqmdc3XukYpWFfqy1o94DF2-FvMZrD1qC66Zw8VPrW15xN1N5owUPqpQgNQ5oH18mR4E", + "adjustByMarket": "SOL-USD", + "invert": true + } + ], + "liquidityTier": 2, + "atomicResolution": -1, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Mumu the Bull", + "referencePrice": 1.850785906379096e-05, + "cmcId": 30285 + } + }, + "ESE": { + "title": "Add ESE-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a ESE-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 628, + "ticker": "ESE-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -11, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Bybit", + "ticker": "ESEUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "ESE-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -4, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Eesee", + "referencePrice": 0.04633463904225731, + "cmcId": 29454 + } + }, + "XETA": { + "title": "Add XETA-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a XETA-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 629, + "ticker": "XETA-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -12, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Bybit", + "ticker": "XETAUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "xetausdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "XETA-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -3, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "XANA", + "referencePrice": 0.006243893860062366, + "cmcId": 31543 + } + }, + "GRAIL": { + "title": "Add GRAIL-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a GRAIL-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 630, + "ticker": "GRAIL-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -7, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Huobi", + "ticker": "grailusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "GRAIL-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -8, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Camelot Token", + "referencePrice": 955.1222621592729, + "cmcId": 22949 + } + }, + "LHINU": { + "title": "Add LHINU-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a LHINU-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 631, + "ticker": "LHINU-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -15, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Huobi", + "ticker": "lhinuusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "LHINU-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": 0, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Love Hate Inu", + "referencePrice": 9.204406760566946e-06, + "cmcId": 24520 + } + }, + "HEGE": { + "title": "Add HEGE-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a HEGE-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 632, + "ticker": "HEGE-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -11, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Raydium", + "ticker": "HEGE-SOL-5gXSNFNkVo9v1c1EyjqiMQ4d8C9L7RDVNfTSbw4D5tpT-9-EWSXjkGiv8Bg4tF5rxkCoj1dHpBUeHAad1sunpmyqXYU-9-CsmGHvqHwLscG5hg4pV6UmEQDdiYZf8e1nXGpzCHea9L-CJcu7ciRHBHu4BDnpLgAUm1A6iSp9RuhJMG36rjjrxnd", + "adjustByMarket": "SOL-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -4, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Hege", + "referencePrice": 0.0116070956284702, + "cmcId": 31044 + } + }, + "HAMMY": { + "title": "Add HAMMY-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a HAMMY-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 633, + "ticker": "HAMMY-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -11, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Raydium", + "ticker": "HAMMY-SOL-324NgHgEDyU9d7TE9dkAkB2GNtqxdEU4PsYRTDL68qoR-6-4kPJL1LmempALPjjwMWSo6JRBjmKQY7HX3edozqmJBPe-9-9WZDqKjvpyoAShnp3Dg1725uyo2aQtgp8z7GG9XdB5NM-X131b3frGn4b8ue51EyvrnzWuTuBGoM93uRYrNteEFy", + "adjustByMarket": "SOL-USD", + "invert": true + } + ], + "liquidityTier": 2, + "atomicResolution": -4, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "SAD HAMSTER", + "referencePrice": 0.010681, + "cmcId": 31284 + } + }, + "WAFFLES": { + "title": "Add WAFFLES-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a WAFFLES-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 634, + "ticker": "WAFFLES-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -11, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Raydium", + "ticker": "SOL-WAFFLES-8XxDfCFYb1mp5jfESDEbNGvFR8B7Y8Ujoe3E3B6bj282-9-DtbPxH9DbpEdY8GmrdhNzWt4Yu4GrLb8RMkpsJgiSZuB-6-HLWUm5kz5fX6o2KWQawiwPDBkj2NzBdJDGp2rhi4yHKb-FJ6MdHqFwmnzx2g19s6X8NDbF7gZCnU2yE1rKd9vbnwf", + "adjustByMarket": "SOL-USD", + "invert": true + } + ], + "liquidityTier": 2, + "atomicResolution": -4, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Waffles Davincij15's Cat", + "referencePrice": 0.0185995037907017, + "cmcId": 31442 + } + }, + "FLIP": { + "title": "Add FLIP-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a FLIP-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 635, + "ticker": "FLIP-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -9, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Bybit", + "ticker": "FLIPUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "FLIP-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -6, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Chainflip", + "referencePrice": 1.6812798586379163, + "cmcId": 13268 + } + }, + "FALX": { + "title": "Add FALX-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a FALX-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 636, + "ticker": "FALX-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -12, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Raydium", + "ticker": "FALX-SOL-6TtniYJPdHJ764d3rUvk8SokmzyZMYCgqUjSgUAnjma2-9-2eH2DVXQvs5qWwDQjgiSPsdZ19KQsj84RKRfCeorsGem-9-3jf9f9VJdUXQQha6nHJkZVxqBTW5oJUNHYuKLyfDDuMM-2hPp2aKd6T6HZmMQW2LkqH7R1wLZDjzZ1bZjhj5nrhrV", + "adjustByMarket": "SOL-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -3, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "FalconX", + "referencePrice": 0.0010943301005112, + "cmcId": 31384 + } + }, + "KHAI": { + "title": "Add KHAI-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a KHAI-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 637, + "ticker": "KHAI-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Raydium", + "ticker": "KHAI-SOL-6g4rhxVTrN6SrtNvimq4QiU8yA5XScvwL6wxaMkegrtJ-8-7p2PrGMyeetNRqTKFraL7eYo2TbU3apWz6vfqrZFiPcG-9-2DaRg4UycKL9GSVfARBDrcensb89WD5PyyFX9NrMunLc-ECbK6PSMZ5yQaUYBocsXaVrax2fWADw2ijTqLGPtt9sC", + "adjustByMarket": "SOL-USD", + "invert": true + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Kitten Haimer", + "referencePrice": 0.500492, + "cmcId": 30948 + } + }, + "BORING": { + "title": "Add BORING-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a BORING-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 638, + "ticker": "BORING-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -12, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Huobi", + "ticker": "boringusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "BORING-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -3, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "BoringDAO", + "referencePrice": 0.0028899001935445146, + "cmcId": 11218 + } + }, + "NGL": { + "title": "Add NGL-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a NGL-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 639, + "ticker": "NGL-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -11, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Huobi", + "ticker": "nglusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "NGL-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -4, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Gold Fever", + "referencePrice": 0.08694174956338674, + "cmcId": 10265 + } + }, + "WELL": { + "title": "Add WELL-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a WELL-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 640, + "ticker": "WELL-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -11, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Huobi", + "ticker": "wellusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "WELL-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -4, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Moonwell", + "referencePrice": 0.031742065162838506, + "cmcId": 20734 + } + }, + "LBR": { + "title": "Add LBR-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a LBR-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 641, + "ticker": "LBR-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Kucoin", + "ticker": "LBR-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "LBR-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Lybra Finance", + "referencePrice": 0.1389579309803331, + "cmcId": 24700 + } + }, + "HBB": { + "title": "Add HBB-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a HBB-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 642, + "ticker": "HBB-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -11, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Huobi", + "ticker": "hbbusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "HBB-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -4, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Hubble Protocol", + "referencePrice": 0.08930553260906418, + "cmcId": 16643 + } + }, + "MNDE": { + "title": "Add MNDE-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a MNDE-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 643, + "ticker": "MNDE-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "CoinbasePro", + "ticker": "MNDE-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "MNDE-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Marinade", + "referencePrice": 0.11854648282936492, + "cmcId": 13803 + } + }, + "VPAD": { + "title": "Add VPAD-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a VPAD-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 644, + "ticker": "VPAD-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -11, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Bybit", + "ticker": "VPADUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "vpadusdt", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -4, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "VLaunch", + "referencePrice": 0.014635845022451308, + "cmcId": 14540 + } + }, + "TENET": { + "title": "Add TENET-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a TENET-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 645, + "ticker": "TENET-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -11, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Bybit", + "ticker": "TENETUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "tenetusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "TENET-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -4, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "TENET", + "referencePrice": 0.022330667783360087, + "cmcId": 24892 + } + }, + "ZEND": { + "title": "Add ZEND-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a ZEND-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 646, + "ticker": "ZEND-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Bybit", + "ticker": "ZENDUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "ZEND-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "zkLend", + "referencePrice": 0.22893793925450545, + "cmcId": 18990 + } + }, + "SQD": { + "title": "Add SQD-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a SQD-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 647, + "ticker": "SQD-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -11, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Bybit", + "ticker": "SQDUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "SQD-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -4, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Subsquid", + "referencePrice": 0.09958270559315409, + "cmcId": 12894 + } + }, + "TURBOS": { + "title": "Add TURBOS-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a TURBOS-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 648, + "ticker": "TURBOS-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -12, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Bybit", + "ticker": "TURBOSUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "TURBOS-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -3, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Turbos Finance", + "referencePrice": 0.0020001467690956916, + "cmcId": 25179 + } + }, + "XAVA": { + "title": "Add XAVA-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a XAVA-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 650, + "ticker": "XAVA-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Bybit", + "ticker": "XAVAUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "XAVA-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Avalaunch", + "referencePrice": 0.50065813292206, + "cmcId": 9797 + } + }, + "KICKS": { + "title": "Add KICKS-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a KICKS-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 651, + "ticker": "KICKS-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -13, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Huobi", + "ticker": "kicksusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "KICKS-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -2, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "KicksPad", + "referencePrice": 0.0003849992348948567, + "cmcId": 22205 + } + }, + "KCAL": { + "title": "Add KCAL-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a KCAL-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 652, + "ticker": "KCAL-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -11, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Bybit", + "ticker": "KCALUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Huobi", + "ticker": "kcalusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "KCAL-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -4, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "KCAL", + "referencePrice": 0.06281776694413763, + "cmcId": 22368 + } + }, + "CANDY": { + "title": "Add CANDY-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a CANDY-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 653, + "ticker": "CANDY-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -12, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Bybit", + "ticker": "CANDYUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "CANDY-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -3, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Candy Pocket", + "referencePrice": 0.005498010161986073, + "cmcId": 26858 + } + }, + "RANKER": { + "title": "Add RANKER-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a RANKER-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 654, + "ticker": "RANKER-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -12, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Huobi", + "ticker": "rankerusdt", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "RANKER-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -3, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "RankerDAO", + "referencePrice": 0.0014894714643551223, + "cmcId": 17849 + } + }, + "MELOS": { + "title": "Add MELOS-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a MELOS-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 655, + "ticker": "MELOS-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -12, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Bybit", + "ticker": "MELOSUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "MELOS-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -3, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Melos Studio", + "referencePrice": 0.001051018253979654, + "cmcId": 18551 + } + }, + "ECOX": { + "title": "Add ECOX-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a ECOX-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 656, + "ticker": "ECOX-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -11, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Bybit", + "ticker": "ECOXUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "ECOX-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -4, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "ECOx", + "referencePrice": 0.09027029020569335, + "cmcId": 22574 + } + }, + "KARATE": { + "title": "Add KARATE-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a KARATE-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 657, + "ticker": "KARATE-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -13, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Bybit", + "ticker": "KARATEUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "KARATE-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -2, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Karate Combat", + "referencePrice": 0.0009023080094901227, + "cmcId": 25224 + } + }, + "SEAM": { + "title": "Add SEAM-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a SEAM-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 658, + "ticker": "SEAM-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -9, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "CoinbasePro", + "ticker": "SEAM-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "SEAM-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -6, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Seamless", + "referencePrice": 4.197876720332155, + "cmcId": 28652 + } + }, + "SUIA": { + "title": "Add SUIA-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a SUIA-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 659, + "ticker": "SUIA-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -11, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Bybit", + "ticker": "SUIAUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "SUIA-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -4, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "SUIA", + "referencePrice": 0.08033923793399529, + "cmcId": 25380 + } + }, + "OMN": { + "title": "Add OMN-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a OMN-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 660, + "ticker": "OMN-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -12, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Bybit", + "ticker": "OMNUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "OMN-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -3, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Omega Network", + "referencePrice": 0.0034813357310183334, + "cmcId": 23877 + } + }, + "USDE": { + "title": "Add USDE-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a USDE-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 661, + "ticker": "USDE-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -9, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Bybit", + "ticker": "USDEUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Kucoin", + "ticker": "USDE-USDT", + "adjustByMarket": "USDT-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -6, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "USDe", + "referencePrice": 1.0015838979524205, + "cmcId": 3792 + } + }, + "BOOMER": { + "title": "Add BOOMER-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a BOOMER-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 663, + "ticker": "BOOMER-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Raydium", + "ticker": "BOOMER-SOL-GkddXG7fCESrxyq7A867yF1ELyAitiEHXNZLvzqPvCsd-6-A9m7tqGPa8RaPCJs9bxX1Zz6YVzFeQBdwWSDs1XRHATP-9-8UpT41ihQSeb9jgdh41x4stNwbNRSDTyVuXDCubYG87W-31QgkNu26AY21VKWGCvAU2NzeCh56F9cRKtpXtmYLYMe", + "adjustByMarket": "SOL-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Boomer on Sol", + "referencePrice": 0.2322073733338514, + "cmcId": -1 + } + }, + "BILLY": { + "title": "Add BILLY-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a BILLY-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 664, + "ticker": "BILLY-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -11, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Raydium", + "ticker": "SOL-BILLY-B79b1mVm7w33Jp4WKi8s4noHw98VvAwPZtD9WUwRzoqa-9-4718at6MKguFJPaL1J8hkxJ23tmW4vn8oRbrKngKZE4m-6-9jLvPDTie8cbv71XU89busAdzwR3cJmM4TvmkLgvRNTw-9uWW4C36HiCTGr6pZW9VFhr9vdXktZ8NA8jVnzQU35pJ", + "adjustByMarket": "SOL-USD", + "invert": true + } + ], + "liquidityTier": 2, + "atomicResolution": -4, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "BILLY", + "referencePrice": 0.0492261630240356, + "cmcId": -1 + } + }, + "Bazinga": { + "title": "Add Bazinga-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a Bazinga-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 665, + "ticker": "Bazinga-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -12, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Raydium", + "ticker": "SOL-Bazinga-GHVSjfv2kEpiMSTXsxP1S9KZKNzqa4rG8u3qVGVvNiEU-9-GKpbD62S56ZFtTBR5C1tJE4ZgaPesu5jhuLhkY3BXXKb-6-DbK9zkkFDh9aHfV3TVbbDjrXtFtdecSbsGwfofW4KzvC-BhQgvhYpYVccRt5wJnxi13waXNaC3dJVcX6TjTNY9kee", + "adjustByMarket": "SOL-USD", + "invert": true + } + ], + "liquidityTier": 2, + "atomicResolution": -3, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Bazinga", + "referencePrice": 0.0091919369620503, + "cmcId": -1 + } + }, + "COK": { + "title": "Add COK-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a COK-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 666, + "ticker": "COK-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -14, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Raydium", + "ticker": "COK-SOL-C4hk6k49gotrWP1b9j2ejPcPo4Lq59jVmfGwB2YYYGds-6-6mk1jhhWr6yeYxQkcrkia2wLHFyuy1LW6Xmj2MmwJ2x5-9-F8F7FGDKfqVEC4qpnVjigZHB8kijTx8qqpmc1fX8s1dY-1D5GHSzrcaSXLtUYxSCg4vWHdKGd7hFnasYPiPFYFGX", + "adjustByMarket": "SOL-USD", + "invert": true + } + ], + "liquidityTier": 2, + "atomicResolution": -1, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "cok the cat", + "referencePrice": 1.053949096108985e-05, + "cmcId": -1 + } + }, + "DADDY": { + "title": "Add DADDY-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a DADDY-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 667, + "ticker": "DADDY-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Raydium", + "ticker": "SOL-DADDY-8LqocGsMwPJ7h2s1r8k4Vmc9c222Z4fMae25uz58qb3n-9-BWssmZs8cnEKTfHaXaqHebSUyfmWHuQmY6Ew6kJw59N-6-DzkLxhpjAsNX9Wv1FJsnanzcKcAPJGPFy8GxoEJw53qM-zcdAw3jpcqEY8JYVxNVMqs2cU35cyDdy4ot7V8edNhz", + "adjustByMarket": "SOL-USD", + "invert": true + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "DADDY TATE", + "referencePrice": 0.1152154052164651, + "cmcId": -1 + } + }, + "LAIKA": { + "title": "Add LAIKA-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a LAIKA-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 668, + "ticker": "LAIKA-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -13, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Raydium", + "ticker": "LAIKA-SOL-3eoSzSxo5XJiFbhDk2AMbRzqXMjntbp22fsjdoswmNLg-6-CwRJpNPtJBUTnYNVf6AsVDSWViffpuV7eFuoGKDKSaDo-9-DJyENBeqKAR8xhm2azRJYNQaGXPaWb6dgP5uUTJWvpJ-AJT2iW7P7G3m96vrL3ZRUU4kPnJCciSEjkfik1c9ZKYm", + "adjustByMarket": "SOL-USD", + "invert": false + } + ], + "liquidityTier": 2, + "atomicResolution": -2, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Laika The Soldog", + "referencePrice": 0.0001221847556166, + "cmcId": -1 + } + }, + "NGMI": { + "title": "Add NGMI-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a NGMI-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 669, + "ticker": "NGMI-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Raydium", + "ticker": "NGMI-SOL-12gsGzqnqJx8JpWz3W6PGn7iL8MVU787xrWsAESC4udk-9-D1xPodmwjnsDuyXi6Dwapphs2w7cxU8MoyFSykYcnFFx-9-DhpMtmWVExvRyCVYw1Qp3JgcUzicLeea2UBXs7Rm5STM-xdMgrDfMUDwBgJU1s1TjgFAGipXrEPwjgNJRcvdwoRe", + "adjustByMarket": "SOL-USD", + "invert": true + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "NGMI", + "referencePrice": 0.1151970509576157, + "cmcId": -1 + } + }, + "Q": { + "title": "Add Q-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a Q-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 670, + "ticker": "Q-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Raydium", + "ticker": "Q-SOL-GwjFP2SE691aitDr4JsymgaM3mF8xWLgeYZUCJRkLKs4-6-4mhZSMPAQ9hdmsKpzHJHsjZfSqdMK7noxbCJpFGjS5iv-9-4cGQG1p35BEnu2s5puRPNgdgwPndtZkXWUvLDi79SNWC-4qpJCwZzyofPEqf1E9x8VkAjzUzPCdcBu2MAKn42Bxzc", + "adjustByMarket": "SOL-USD", + "invert": true + } + ], + "liquidityTier": 2, + "atomicResolution": -5, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "Qanouns", + "referencePrice": 0.4941327578084841, + "cmcId": -1 + } + }, + "RETARDIO": { + "title": "Add RETARDIO-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a RETARDIO-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 671, + "ticker": "RETARDIO-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -11, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Raydium", + "ticker": "RETARDIO-SOL-HXzTvbuKKPyNMmLKJb8vaSUaRZsVS2J2AAsDuDm36rNC-6-HNcAAdLKHSRnwdmmWCYnP5Zcd11sfGpAoCuWFtugt2ma-9-5TcDuBbtU8Q6LagcM8wfw1Ux2MWgCC6Q1FY22FVDZnXX-5eLRsN6qDQTQSBF8KdW4B8mVpeeAzHCCwaDptzMyszxH", + "adjustByMarket": "SOL-USD", + "invert": true + } + ], + "liquidityTier": 2, + "atomicResolution": -4, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "RETARDIO", + "referencePrice": 0.021673, + "cmcId": -1 + } + }, + "RIZZ": { + "title": "Add RIZZ-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a RIZZ-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 672, + "ticker": "RIZZ-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -11, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Raydium", + "ticker": "RIZZ-SOL-HwU1NBPGtyYxwZzKFQL84AE5HoAhipf8iyrrLh1VTHYi-9-BCSNEEiarHVozG87yqxxKXESn2HtwvL8so6ZPsrXnkRZ-9-mMHtpzf6vW5wuVmY2eK9YppLvXZoHRFJNGVuarL7r8F-GqRH1uyvawwFCXLuGswJsFBaY6YpnY8cpaGEs6QcXYnT", + "adjustByMarket": "SOL-USD", + "invert": true + } + ], + "liquidityTier": 2, + "atomicResolution": -4, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "RIZZ", + "referencePrice": 0.0176396461637264, + "cmcId": -1 + } + }, + "SOLLY": { + "title": "Add SOLLY-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a SOLLY-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 673, + "ticker": "SOLLY-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -11, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Raydium", + "ticker": "SOLLY-SOL-FfBFwvJEtZKFgtpYxzudTxGgAGa5tHuti3V3yXtEdUZj-9-HYwRRicXWRhecHf23KDMNGwrKLbTCHn86YqiixWg5FSC-9-HaP6f4WrztNomrU8YCvgmk5NF17BSrcYH9oqsEr4CFfc-BCvxkyxQyg89wvyJopyERfX1TcBEj4ZtpKcmNFqaTvG5", + "adjustByMarket": "SOL-USD", + "invert": true + } + ], + "liquidityTier": 2, + "atomicResolution": -4, + "quantumConversionExponent": -9, + "defaultFundingPpm": 0, + "stepBaseQuantums": 1000000, + "subticksPerTick": 1000000, + "delayBlocks": 3600 + }, + "initialDeposit": { + "denom": "adydx", + "amount": "10000000000000000000000" + }, + "meta": { + "assetName": "SOLLY", + "referencePrice": 0.0337076729076993, + "cmcId": -1 + } } - } -} \ No newline at end of file +} diff --git a/public/configs/v1/env.json b/public/configs/v1/env.json index 26b83e9e6..d525d826f 100644 --- a/public/configs/v1/env.json +++ b/public/configs/v1/env.json @@ -82,7 +82,10 @@ "equityTiersLearnMore": "https://help.dydx.trade/en/articles/171918-equity-tiers-and-rate-limits", "fetAgixMarketWindDownProposal": "https://www.mintscan.io/dydx/proposals/61", "contractLossMechanismLearnMore": "https://help.dydx.trade/en/articles/166973-contract-loss-mechanisms-on-dydx-chain", - "isolatedMarginLearnMore": "https://help.dydx.trade/en/articles/172975-isolated-margin" + "isolatedMarginLearnMore": "https://help.dydx.trade/en/articles/172975-isolated-margin", + "mintscanValidatorsLearnMore": "https://www.mintscan.io/dydx/validators", + "protocolStaking": "https://protocolstaking.info/", + "validatorSelectionDocument": "" }, "dydx-testnet-4": { "tos": "https://dydx.exchange/v4-terms", @@ -114,7 +117,10 @@ "equityTiersLearnMore": "https://help.dydx.trade/en/articles/171918-equity-tiers-and-rate-limits", "fetAgixMarketWindDownProposal": "https://www.mintscan.io/dydx/proposals/61", "contractLossMechanismLearnMore": "https://help.dydx.trade/en/articles/166973-contract-loss-mechanisms-on-dydx-chain", - "isolatedMarginLearnMore": "https://help.dydx.trade/en/articles/172975-isolated-margin" + "isolatedMarginLearnMore": "https://help.dydx.trade/en/articles/172975-isolated-margin", + "mintscanValidatorsLearnMore": "https://www.mintscan.io/dydx/validators", + "protocolStaking": "https://protocolstaking.info/", + "validatorSelectionDocument": "" }, "[mainnet chain id]": { "tos": "[HTTP link to TOS]", @@ -146,7 +152,10 @@ "equityTiersLearnMore": "[HTTP link to equity tiers learn more, can be null]", "fetAgixMarketWindDownProposal": "[HTTP link to mintscan proposal]", "contractLossMechanismLearnMore": "[HTTP link to documentation on contract loss mechanisms]", - "isolatedMarginLearnMore": "[HTTP link to documentation on isolated margin]" + "isolatedMarginLearnMore": "[HTTP link to documentation on isolated margin]", + "mintscanValidatorsLearnMore": "[HTTP link to mintscan info on validators]", + "protocolStaking": "[HTTP link to protocol staking info]", + "validatorSelectionDocument": "[HTTP link to document explaining preconfigured validator selection]" } }, "wallets": { @@ -292,6 +301,7 @@ "0xsquid": "https://testnet.api.0xsquid.com", "nobleValidator": "https://noble-testnet-rpc.polkachu.com/", "geo": "https://api.dydx.exchange/v4/geo", + "stakingAPR": "https://apybara-proxy.infrastructure-34d.workers.dev/v0/protocols/dydx", "faucet": "https://faucet.v4dev.dydx.exchange" }, "stakingValidators": [], @@ -304,7 +314,8 @@ "CCTPDepositOnly": true, "isSlTpEnabled": true, "isSlTpLimitOrdersEnabled": false, - "showMemoTransferField": true + "showMemoTransferField": true, + "isStakingEnabled": true } }, "dydxprotocol-dev-2": { @@ -340,7 +351,8 @@ "CCTPDepositOnly": true, "isSlTpEnabled": true, "isSlTpLimitOrdersEnabled": false, - "showMemoTransferField": true + "showMemoTransferField": true, + "isStakingEnabled": true } }, "dydxprotocol-dev-3": { @@ -365,6 +377,7 @@ "0xsquid": "https://testnet.api.0xsquid.com", "nobleValidator": "https://noble-testnet-rpc.polkachu.com/", "geo": "https://api.dydx.exchange/v4/geo", + "stakingAPR": "https://apybara-proxy.infrastructure-34d.workers.dev/v0/protocols/dydx", "faucet": "http://dev3-faucet-lb-public-1644791410.us-east-2.elb.amazonaws.com" }, "stakingValidators": [], @@ -377,7 +390,8 @@ "CCTPDepositOnly": true, "isSlTpEnabled": true, "isSlTpLimitOrdersEnabled": false, - "showMemoTransferField": true + "showMemoTransferField": true, + "isStakingEnabled": true } }, "dydxprotocol-dev-4": { @@ -402,6 +416,7 @@ "0xsquid": "https://testnet.api.0xsquid.com", "nobleValidator": "https://noble-testnet-rpc.polkachu.com/", "geo": "https://api.dydx.exchange/v4/geo", + "stakingAPR": "https://apybara-proxy.infrastructure-34d.workers.dev/v0/protocols/dydx", "faucet": "https://faucet.v4dev4.dydx.exchange" }, "stakingValidators": [], @@ -414,7 +429,8 @@ "CCTPDepositOnly": true, "isSlTpEnabled": true, "isSlTpLimitOrdersEnabled": false, - "showMemoTransferField": true + "showMemoTransferField": true, + "isStakingEnabled": true } }, "dydxprotocol-dev-5": { @@ -450,7 +466,8 @@ "CCTPDepositOnly": true, "isSlTpEnabled": true, "isSlTpLimitOrdersEnabled": false, - "showMemoTransferField": true + "showMemoTransferField": true, + "isStakingEnabled": true } }, "dydxprotocol-staging": { @@ -487,7 +504,8 @@ "CCTPDepositOnly": true, "isSlTpEnabled": true, "isSlTpLimitOrdersEnabled": false, - "showMemoTransferField": true + "showMemoTransferField": true, + "isStakingEnabled": true } }, "dydxprotocol-staging-forced-update": { @@ -536,7 +554,8 @@ "CCTPDepositOnly": true, "isSlTpEnabled": true, "isSlTpLimitOrdersEnabled": false, - "showMemoTransferField": true + "showMemoTransferField": true, + "isStakingEnabled": true } }, "dydxprotocol-staging-west": { @@ -573,7 +592,8 @@ "CCTPDepositOnly": true, "isSlTpEnabled": true, "isSlTpLimitOrdersEnabled": false, - "showMemoTransferField": true + "showMemoTransferField": true, + "isStakingEnabled": true } }, "dydxprotocol-testnet": { @@ -602,6 +622,7 @@ "0xsquid": "https://testnet.api.squidrouter.com", "nobleValidator": "https://noble-testnet-rpc.polkachu.com/", "geo": "https://api.dydx.exchange/v4/geo", + "stakingAPR": "https://apybara-proxy.infrastructure-34d.workers.dev/v0/protocols/dydx", "faucet": "https://faucet.v4testnet.dydx.exchange" }, "stakingValidators": [ @@ -617,7 +638,8 @@ "CCTPDepositOnly": true, "isSlTpEnabled": true, "isSlTpLimitOrdersEnabled": false, - "showMemoTransferField": true + "showMemoTransferField": true, + "isStakingEnabled": true } }, "dydxprotocol-testnet-dydx": { @@ -642,6 +664,7 @@ "0xsquid": "https://testnet.api.squidrouter.com", "nobleValidator": "https://noble-testnet-rpc.polkachu.com/", "geo": "https://api.dydx.exchange/v4/geo", + "stakingAPR": "https://apybara-proxy.infrastructure-34d.workers.dev/v0/protocols/dydx", "faucet": "https://faucet.v4testnet.dydx.exchange" }, "stakingValidators": [], @@ -653,7 +676,8 @@ "CCTPDepositOnly": true, "isSlTpEnabled": true, "isSlTpLimitOrdersEnabled": false, - "showMemoTransferField": true + "showMemoTransferField": true, + "isStakingEnabled": true } }, "dydxprotocol-testnet-nodefleet": { @@ -678,6 +702,7 @@ "0xsquid": "https://testnet.api.squidrouter.com", "nobleValidator": "https://noble-testnet-rpc.polkachu.com/", "geo": "https://api.dydx.exchange/v4/geo", + "stakingAPR": "https://apybara-proxy.infrastructure-34d.workers.dev/v0/protocols/dydx", "faucet": "https://faucet.v4testnet.dydx.exchange" }, "stakingValidators": [], @@ -690,7 +715,8 @@ "CCTPDepositOnly": true, "isSlTpEnabled": true, "isSlTpLimitOrdersEnabled": false, - "showMemoTransferField": true + "showMemoTransferField": true, + "isStakingEnabled": true } }, "dydxprotocol-testnet-kingnodes": { @@ -715,6 +741,7 @@ "0xsquid": "https://testnet.api.squidrouter.com", "nobleValidator": "https://noble-testnet-rpc.polkachu.com/", "geo": "https://api.dydx.exchange/v4/geo", + "stakingAPR": "https://apybara-proxy.infrastructure-34d.workers.dev/v0/protocols/dydx", "faucet": "https://faucet.v4testnet.dydx.exchange" }, "stakingValidators": [], @@ -726,7 +753,8 @@ "CCTPDepositOnly": true, "isSlTpEnabled": true, "isSlTpLimitOrdersEnabled": false, - "showMemoTransferField": true + "showMemoTransferField": true, + "isStakingEnabled": true } }, "dydxprotocol-testnet-liquify": { @@ -751,6 +779,7 @@ "0xsquid": "https://testnet.api.squidrouter.com", "nobleValidator": "https://noble-testnet-rpc.polkachu.com/", "geo": "https://api.dydx.exchange/v4/geo", + "stakingAPR": "https://apybara-proxy.infrastructure-34d.workers.dev/v0/protocols/dydx", "faucet": "https://faucet.v4testnet.dydx.exchange" }, "stakingValidators": [], @@ -763,7 +792,8 @@ "CCTPDepositOnly": true, "isSlTpEnabled": true, "isSlTpLimitOrdersEnabled": false, - "showMemoTransferField": true + "showMemoTransferField": true, + "isStakingEnabled": true } }, "dydxprotocol-testnet-polkachu": { @@ -788,6 +818,7 @@ "0xsquid": "https://testnet.api.squidrouter.com", "nobleValidator": "https://noble-testnet-rpc.polkachu.com/", "geo": "https://api.dydx.exchange/v4/geo", + "stakingAPR": "https://apybara-proxy.infrastructure-34d.workers.dev/v0/protocols/dydx", "faucet": "https://faucet.v4testnet.dydx.exchange" }, "stakingValidators": [], @@ -800,7 +831,8 @@ "CCTPDepositOnly": true, "isSlTpEnabled": true, "isSlTpLimitOrdersEnabled": false, - "showMemoTransferField": true + "showMemoTransferField": true, + "isStakingEnabled": true } }, "dydxprotocol-testnet-bware": { @@ -825,6 +857,7 @@ "0xsquid": "https://testnet.api.squidrouter.com", "nobleValidator": "https://noble-testnet-rpc.polkachu.com/", "geo": "https://api.dydx.exchange/v4/geo", + "stakingAPR": "https://apybara-proxy.infrastructure-34d.workers.dev/v0/protocols/dydx", "faucet": "https://faucet.v4testnet.dydx.exchange" }, "stakingValidators": [], @@ -837,7 +870,8 @@ "CCTPDepositOnly": true, "isSlTpEnabled": true, "isSlTpLimitOrdersEnabled": false, - "showMemoTransferField": true + "showMemoTransferField": true, + "isStakingEnabled": true } }, "dydxprotocol-mainnet": { @@ -862,7 +896,8 @@ ], "0xsquid": "[0xSquid endpoint for mainnet]", "nobleValidator": "[noble validator endpoint for mainnet]", - "geo": "[geo endpoint for mainnet]" + "geo": "[geo endpoint for mainnet]", + "stakingAPR": "[staking APR endpoint for mainnet]" }, "stakingValidators": [], "featureFlags": { @@ -874,7 +909,8 @@ "CCTPDepositOnly": true, "isSlTpEnabled": true, "isSlTpLimitOrdersEnabled": false, - "showMemoTransferField": false + "showMemoTransferField": false, + "isStakingEnabled": false } } } diff --git a/public/currencies/ath.png b/public/currencies/ath.png new file mode 100644 index 000000000..156215e88 Binary files /dev/null and b/public/currencies/ath.png differ diff --git a/public/currencies/beer.png b/public/currencies/beer.png new file mode 100644 index 000000000..0c3c5c913 Binary files /dev/null and b/public/currencies/beer.png differ diff --git a/public/currencies/bendog.png b/public/currencies/bendog.png new file mode 100644 index 000000000..05480b350 Binary files /dev/null and b/public/currencies/bendog.png differ diff --git a/public/currencies/block.png b/public/currencies/block.png new file mode 100644 index 000000000..112b871ea Binary files /dev/null and b/public/currencies/block.png differ diff --git a/public/currencies/boden.png b/public/currencies/boden.png new file mode 100644 index 000000000..0ae7af116 Binary files /dev/null and b/public/currencies/boden.png differ diff --git a/public/currencies/brett.png b/public/currencies/brett.png new file mode 100644 index 000000000..db4b13d61 Binary files /dev/null and b/public/currencies/brett.png differ diff --git a/public/currencies/candy.png b/public/currencies/candy.png new file mode 100644 index 000000000..7266b2154 Binary files /dev/null and b/public/currencies/candy.png differ diff --git a/public/currencies/chat.png b/public/currencies/chat.png new file mode 100644 index 000000000..84a88c025 Binary files /dev/null and b/public/currencies/chat.png differ diff --git a/public/currencies/cookie.png b/public/currencies/cookie.png new file mode 100644 index 000000000..fd22c438a Binary files /dev/null and b/public/currencies/cookie.png differ diff --git a/public/currencies/defi.png b/public/currencies/defi.png new file mode 100644 index 000000000..669965439 Binary files /dev/null and b/public/currencies/defi.png differ diff --git a/public/currencies/deso.png b/public/currencies/deso.png new file mode 100644 index 000000000..e0290f1cc Binary files /dev/null and b/public/currencies/deso.png differ diff --git a/public/currencies/duko.png b/public/currencies/duko.png new file mode 100644 index 000000000..8378dc8b1 Binary files /dev/null and b/public/currencies/duko.png differ diff --git a/public/currencies/falx.png b/public/currencies/falx.png new file mode 100644 index 000000000..71389218d Binary files /dev/null and b/public/currencies/falx.png differ diff --git a/public/currencies/fury.png b/public/currencies/fury.png new file mode 100644 index 000000000..046b13777 Binary files /dev/null and b/public/currencies/fury.png differ diff --git a/public/currencies/gme.png b/public/currencies/gme.png new file mode 100644 index 000000000..ca8ef1552 Binary files /dev/null and b/public/currencies/gme.png differ diff --git a/public/currencies/gol.png b/public/currencies/gol.png new file mode 100644 index 000000000..62bdea870 Binary files /dev/null and b/public/currencies/gol.png differ diff --git a/public/currencies/gummy.png b/public/currencies/gummy.png new file mode 100644 index 000000000..123447ab7 Binary files /dev/null and b/public/currencies/gummy.png differ diff --git a/public/currencies/hege.png b/public/currencies/hege.png new file mode 100644 index 000000000..8e4f201a9 Binary files /dev/null and b/public/currencies/hege.png differ diff --git a/public/currencies/io.png b/public/currencies/io.png new file mode 100644 index 000000000..6bee69f5f Binary files /dev/null and b/public/currencies/io.png differ diff --git a/public/currencies/karrat.png b/public/currencies/karrat.png new file mode 100644 index 000000000..9f3b44ec8 Binary files /dev/null and b/public/currencies/karrat.png differ diff --git a/public/currencies/maneki.png b/public/currencies/maneki.png new file mode 100644 index 000000000..792d0240c Binary files /dev/null and b/public/currencies/maneki.png differ diff --git a/public/currencies/mapo.png b/public/currencies/mapo.png new file mode 100644 index 000000000..45c4d8f38 Binary files /dev/null and b/public/currencies/mapo.png differ diff --git a/public/currencies/masa.png b/public/currencies/masa.png new file mode 100644 index 000000000..a86b38cd3 Binary files /dev/null and b/public/currencies/masa.png differ diff --git a/public/currencies/merl.png b/public/currencies/merl.png new file mode 100644 index 000000000..996e984e4 Binary files /dev/null and b/public/currencies/merl.png differ diff --git a/public/currencies/michi.png b/public/currencies/michi.png new file mode 100644 index 000000000..f7c2e439b Binary files /dev/null and b/public/currencies/michi.png differ diff --git a/public/currencies/mog.png b/public/currencies/mog.png new file mode 100644 index 000000000..e525cad6b Binary files /dev/null and b/public/currencies/mog.png differ diff --git a/public/currencies/mon.png b/public/currencies/mon.png new file mode 100644 index 000000000..06fc124d0 Binary files /dev/null and b/public/currencies/mon.png differ diff --git a/public/currencies/mother.png b/public/currencies/mother.png new file mode 100644 index 000000000..3f6c9fe07 Binary files /dev/null and b/public/currencies/mother.png differ diff --git a/public/currencies/msn.png b/public/currencies/msn.png new file mode 100644 index 000000000..bf34ab770 Binary files /dev/null and b/public/currencies/msn.png differ diff --git a/public/currencies/mumu.png b/public/currencies/mumu.png new file mode 100644 index 000000000..b2893083d Binary files /dev/null and b/public/currencies/mumu.png differ diff --git a/public/currencies/nub.png b/public/currencies/nub.png new file mode 100644 index 000000000..ac9528a3f Binary files /dev/null and b/public/currencies/nub.png differ diff --git a/public/currencies/nyan.png b/public/currencies/nyan.png new file mode 100644 index 000000000..fb6771a92 Binary files /dev/null and b/public/currencies/nyan.png differ diff --git a/public/currencies/peng.png b/public/currencies/peng.png new file mode 100644 index 000000000..6951a1146 Binary files /dev/null and b/public/currencies/peng.png differ diff --git a/public/currencies/pirate.png b/public/currencies/pirate.png new file mode 100644 index 000000000..6b9ddbc64 Binary files /dev/null and b/public/currencies/pirate.png differ diff --git a/public/currencies/rnt.png b/public/currencies/rnt.png new file mode 100644 index 000000000..6e6fb7b5a Binary files /dev/null and b/public/currencies/rnt.png differ diff --git a/public/currencies/safe.png b/public/currencies/safe.png new file mode 100644 index 000000000..37e1915bb Binary files /dev/null and b/public/currencies/safe.png differ diff --git a/public/currencies/saros.png b/public/currencies/saros.png new file mode 100644 index 000000000..be01accec Binary files /dev/null and b/public/currencies/saros.png differ diff --git a/public/currencies/taiko.png b/public/currencies/taiko.png new file mode 100644 index 000000000..7aca73139 Binary files /dev/null and b/public/currencies/taiko.png differ diff --git a/public/currencies/tlos.png b/public/currencies/tlos.png new file mode 100644 index 000000000..156bba570 Binary files /dev/null and b/public/currencies/tlos.png differ diff --git a/public/currencies/trump.png b/public/currencies/trump.png new file mode 100644 index 000000000..355a3e51c Binary files /dev/null and b/public/currencies/trump.png differ diff --git a/public/currencies/ulti.png b/public/currencies/ulti.png new file mode 100644 index 000000000..31fb97449 Binary files /dev/null and b/public/currencies/ulti.png differ diff --git a/public/currencies/unb.png b/public/currencies/unb.png new file mode 100644 index 000000000..fe804b5e9 Binary files /dev/null and b/public/currencies/unb.png differ diff --git a/public/currencies/waffles.png b/public/currencies/waffles.png new file mode 100644 index 000000000..b66fe6fb6 Binary files /dev/null and b/public/currencies/waffles.png differ diff --git a/public/currencies/wsm.png b/public/currencies/wsm.png new file mode 100644 index 000000000..77a7a2dc3 Binary files /dev/null and b/public/currencies/wsm.png differ diff --git a/public/currencies/wsteth.png b/public/currencies/wsteth.png new file mode 100644 index 000000000..f42b29275 Binary files /dev/null and b/public/currencies/wsteth.png differ diff --git a/public/currencies/wuf.png b/public/currencies/wuf.png new file mode 100644 index 000000000..d1c96bcd9 Binary files /dev/null and b/public/currencies/wuf.png differ diff --git a/public/currencies/zack.png b/public/currencies/zack.png new file mode 100644 index 000000000..6e81d334f Binary files /dev/null and b/public/currencies/zack.png differ diff --git a/public/currencies/zent.png b/public/currencies/zent.png new file mode 100644 index 000000000..f7883441b Binary files /dev/null and b/public/currencies/zent.png differ diff --git a/public/currencies/zero.png b/public/currencies/zero.png new file mode 100644 index 000000000..e5c61a84a Binary files /dev/null and b/public/currencies/zero.png differ diff --git a/public/currencies/zk.png b/public/currencies/zk.png new file mode 100644 index 000000000..bf1529c72 Binary files /dev/null and b/public/currencies/zk.png differ diff --git a/public/currencies/zkj.png b/public/currencies/zkj.png new file mode 100644 index 000000000..cd2b5b80d Binary files /dev/null and b/public/currencies/zkj.png differ diff --git a/public/currencies/zro.png b/public/currencies/zro.png new file mode 100644 index 000000000..5984606b4 Binary files /dev/null and b/public/currencies/zro.png differ diff --git a/public/staking.png b/public/staking.png new file mode 100644 index 000000000..fd51122d0 Binary files /dev/null and b/public/staking.png differ diff --git a/scripts/validate-other-market-data.ts b/scripts/validate-other-market-data.ts index e088f443e..05db57cba 100644 --- a/scripts/validate-other-market-data.ts +++ b/scripts/validate-other-market-data.ts @@ -115,6 +115,7 @@ enum ExchangeName { Kucoin = 'Kucoin', Mexc = 'Mexc', Okx = 'Okx', + Raydium = 'Raydium', } interface PrometheusTimeSeries { @@ -270,6 +271,17 @@ const EXCHANGE_INFO: { [key in ExchangeName]: ExchangeInfo } = { }, slinkyProviderName: 'okx_ws', }, + [ExchangeName.Raydium]: { + url: '', + tickers: null, + parseResp: (response: any) => { + return Array.from(response.data).reduce((acc: Map, item: any) => { + acc.set(item.instId, {}); + return acc; + }, new Map()); + }, + slinkyProviderName: 'Raydium', + }, }; enum ValidationError { @@ -298,7 +310,9 @@ async function validateExchangeConfigJson(exchangeConfigJson: Exchange[]): Promi // `adjustByMarket` should be set if ticker doesn't end in usd or USD. if ( - (!/usd$/i.test(exchange.ticker) && exchange.adjustByMarket === undefined) || + (exchange.exchangeName !== ExchangeName.Raydium && + !/usd$|usdc$/i.test(exchange.ticker) && + exchange.adjustByMarket === undefined) || exchange.adjustByMarket === '' ) { throw new Error( @@ -309,7 +323,12 @@ async function validateExchangeConfigJson(exchangeConfigJson: Exchange[]): Promi // TODO: Skip Bybit exchange until we can query from non-US IP. if (exchange.exchangeName === ExchangeName.Bybit) { - return; // exit the current iteration of the loop. + continue; // exit the current iteration of the loop. + } + + // TODO: Skip Raydium since ticker is idiosyncratic + if (exchange.exchangeName === ExchangeName.Raydium) { + continue; // exit the current iteration of the loop. } // Query exchange tickers if not yet. @@ -402,7 +421,7 @@ async function validateAgainstLocalnet(proposals: Proposal[]): Promise { for (let j = 0; j < proposalsToSend.length; j++) { // Use wallets[j] to send out proposalsToSend[j] const proposal = proposalsToSend[j]; - const proposalId: number = i + j + 1; + const proposalId: number = i + j + 1; const marketId: number = numExistingMarkets + proposalId; // Send proposal. @@ -490,7 +509,7 @@ async function validateAgainstLocalnet(proposals: Proposal[]): Promise { // Wait for prices to update. console.log('\nWaiting for 300 seconds for prices to update...'); - await sleep(300 * 1000); + await sleep(400 * 1000); // Check markets on chain. console.log('\nChecking price, clob pair, and perpetual on chain for each market proposed...'); @@ -673,6 +692,7 @@ function validateParamsSchema(proposal: Proposal): void { exchangeName: { type: 'string' }, ticker: { type: 'string' }, adjustByMarket: { type: 'string', nullable: true }, + invert: {type: 'boolean', nullable: true }, }, required: ['exchangeName', 'ticker'], additionalProperties: false, @@ -732,10 +752,70 @@ async function retry( } } +// getMarketsToValidate finds markets that are either added or modified. +function getMarketsToValidate(otherMarketsContent: string): Set { + const diffFile = process.env.DIFF; + if (!diffFile) { + throw new Error('Diff file does not exist'); + } + + // Get added/modified line numbers. + const diffContent = readFileSync(diffFile, 'utf8'); + const diffLines = diffContent.split('\n'); + const changedLines: number[] = []; + let currentLine = 0; + diffLines.forEach(line => { + if (line.startsWith('@@')) { + const match = line.match(/@@ \-(\d+),\d+ \+(\d+),\d+ @@/); + if (match) { + currentLine = parseInt(match[2], 10) - 1; + } + } else if (line.startsWith('+') && !line.startsWith('+++')) { + currentLine += 1; + changedLines.push(currentLine); + } else if (!line.startsWith('-')) { + currentLine += 1; + } + }); + + // Get all added/modified markets. + const marketsToValidate = new Set(); + const lines = otherMarketsContent.split('\n'); + const findMarket = (lineNumber: number, lines: string[]) => { + for (let i = lineNumber - 1; i >= 0; i--) { + const line = lines[i].trim(); + const match = line.match(/"([A-Z]+)": \{/); + if (match) { + return match[1]; + } + } + return null; + }; + changedLines.forEach(line => { + const market = findMarket(line, lines); + if (market) { + marketsToValidate.add(market); + } + }); + if (marketsToValidate.size === 0) { + console.log('No markets to validate'); + } + + return marketsToValidate; +} + async function main(): Promise { - // Read proposals from json file. + // Get markets to validate. const fileContent = readFileSync(PATH_TO_PROPOSALS, 'utf8'); - const proposals: Proposal[] = Object.values(JSON.parse(fileContent)); + const marketsToValidate = getMarketsToValidate(fileContent); + console.log("\nValidating markets: ", marketsToValidate); + if (marketsToValidate.size === 0) { + return; + } + + // Extract proposals. + const allMarkets = JSON.parse(fileContent) + const proposals: Proposal[] = Array.from(marketsToValidate).map(market => allMarkets[market]); // Validate JSON schema. console.log('Validating JSON schema of params...\n'); @@ -753,6 +833,8 @@ async function main(): Promise { // Validate proposals against localnet. console.log('\nTesting proposals against localnet...\n'); await validateAgainstLocalnet(proposals); + + console.log(`\nValidated ${proposals.length} markets. See log for specific names.`); } main() diff --git a/src/App.tsx b/src/App.tsx index 9e322e023..5f10b67fb 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -43,10 +43,10 @@ import { ComplianceStates } from './constants/compliance'; import { useAnalytics } from './hooks/useAnalytics'; import { useBreakpoints } from './hooks/useBreakpoints'; import { useComplianceState } from './hooks/useComplianceState'; +import { useEnvFeatures } from './hooks/useEnvFeatures'; import { useInitializePage } from './hooks/useInitializePage'; import { useShouldShowFooter } from './hooks/useShouldShowFooter'; import { useTokenConfigs } from './hooks/useTokenConfigs'; -import { testFlags } from './lib/testFlags'; import breakpoints from './styles/breakpoints'; const NewMarket = lazy(() => import('@/pages/markets/NewMarket')); @@ -67,12 +67,13 @@ const Content = () => { useAnalytics(); const { isTablet, isNotTablet } = useBreakpoints(); - const isShowingHeader = isNotTablet; - const isShowingFooter = useShouldShowFooter(); + const { complianceState } = useComplianceState(); + const { isStakingEnabled } = useEnvFeatures(); const { chainTokenLabel } = useTokenConfigs(); - const location = useLocation(); - const { complianceState } = useComplianceState(); + const location = useLocation(); + const isShowingHeader = isNotTablet; + const isShowingFooter = useShouldShowFooter(); const pathFromHash = useMemo(() => { if (location.hash === '') { @@ -83,8 +84,7 @@ const Content = () => { const { dialogAreaRef } = useDialogArea() ?? {}; - const showChainTokenPage = - complianceState === ComplianceStates.FULL_ACCESS || testFlags.enableStaking; + const showChainTokenPage = complianceState === ComplianceStates.FULL_ACCESS || isStakingEnabled; return ( <> @@ -156,6 +156,7 @@ const wrapProvider = (Component: React.ComponentType, props?: any) => { const providers = [ wrapProvider(PrivyProvider, { appId: import.meta.env.VITE_PRIVY_APP_ID ?? 'dummyappiddummyappiddummy', + clientId: import.meta.env.VITE_PRIVY_APP_CLIENT_ID, config: privyConfig, }), wrapProvider(QueryClientProvider, { client: queryClient }), diff --git a/src/components/AssetIcon.tsx b/src/components/AssetIcon.tsx index c75c1c45f..a72b42c1b 100644 --- a/src/components/AssetIcon.tsx +++ b/src/components/AssetIcon.tsx @@ -23,6 +23,7 @@ const assetIcons = { BCH: '/currencies/bch.png', BLUR: '/currencies/blur.png', BNB: '/currencies/bnb.png', + BODEN: '/currencies/boden.png', BOME: '/currencies/bome.png', BONK: '/currencies/bonk.png', BTC: '/currencies/btc.png', @@ -65,6 +66,8 @@ const assetIcons = { MEME: '/currencies/meme.png', MINA: '/currencies/mina.png', MKR: '/currencies/mkr.png', + MOG: '/currencies/mog.png', + MOTHER: '/currencies/mother.png', NEAR: '/currencies/near.png', OCEAN: '/currencies/ocean.png', ORDI: '/currencies/ordi.png', @@ -85,6 +88,8 @@ const assetIcons = { SUSHI: '/currencies/sushi.png', TIA: '/currencies/tia.png', TON: '/currencies/ton.png', + TREMP: '/currencies/tremp.png', + TRUMP: '/currencies/trump.png', TRX: '/currencies/trx.png', UMA: '/currencies/uma.png', UNI: '/currencies/uni.png', @@ -103,7 +108,9 @@ const assetIcons = { YFI: '/currencies/yfi.png', ZEC: '/currencies/zec.png', ZETA: '/currencies/zeta.png', + ZK: '/currencies/zk.png', ZRX: '/currencies/zrx.png', + ZRO: '/currencies/zro.png', } as const; const isAssetSymbol = (symbol: Nullable): symbol is AssetSymbol => @@ -125,4 +132,5 @@ export const AssetIcon = ({ const $Img = styled.img` width: auto; height: 1em; + border-radius: 50%; `; diff --git a/src/components/Details.tsx b/src/components/Details.tsx index 52b3fcf71..32629fecd 100644 --- a/src/components/Details.tsx +++ b/src/components/Details.tsx @@ -153,8 +153,6 @@ const detailsLayoutVariants = { const itemLayoutVariants = { column: css` - isolation: isolate; - ${layoutMixins.scrollArea} ${layoutMixins.stickyArea0} diff --git a/src/components/DropdownIcon.tsx b/src/components/DropdownIcon.tsx new file mode 100644 index 000000000..4665e603d --- /dev/null +++ b/src/components/DropdownIcon.tsx @@ -0,0 +1,36 @@ +import styled, { css } from 'styled-components'; + +import { Icon, IconName } from '@/components/Icon'; + +type ElementProps = { + iconName?: IconName; + isOpen?: boolean; +}; + +type StyleProps = { + className?: string; +}; + +export const DropdownIcon = ({ + iconName = IconName.Triangle, + isOpen, + className, +}: ElementProps & StyleProps) => { + return ( + <$DropdownIcon aria-hidden="true" isOpen={isOpen} className={className}> +