diff --git a/.github/workflows/validate-other-market-data.yml b/.github/workflows/validate-other-market-data.yml index 27adcab26..dfed16ed7 100644 --- a/.github/workflows/validate-other-market-data.yml +++ b/.github/workflows/validate-other-market-data.yml @@ -48,6 +48,13 @@ jobs: 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 11826fcf5..7e5a0549b 100644 --- a/README.md +++ b/README.md @@ -176,6 +176,37 @@ Then run `pnpm install` **Remember to revert to remote abacus before making a PR.** +# Local Localization (l10n) Development + +## Directory structure + +Our tooling assumes that the [v4-localization repo](https://github.com/dydxprotocol/v4-localization) is checked out alongside v4-web: + +``` +--- parent folder + |___ v4-web + |___ v4-localization +``` + +## Using your local v4-localization repo + +When you want to begin developing in v4-localization: +**kill your dev server first** then use the following command: + +``` +pnpm run install-local-l10n +``` + +## Reverting to remote localization + +You'll need to unlink your local localization package with the following command: + +``` +pnpm run remove-local-l10n +``` + +Unlike with abacus, you will need to **restart your dev server** to see the revert take effect. + # Deployments ## Deploying with Vercel diff --git a/package.json b/package.json index 435b6b1d6..a6d93aa68 100644 --- a/package.json +++ b/package.json @@ -25,6 +25,8 @@ "clean-install": "rm -rf node_modules/ && pnpm i", "preview": "vite preview", "install-local-abacus": "node scripts/install-local-abacus", + "install-local-l10n": "pnpm link ../v4-localization && echo Linking... please remember to restart your dev server", + "remove-local-l10n": "pnpm unlink ../v4-localization && echo Unlinking... please remember to restart your dev server", "ladle": "ladle serve", "ladle-b": "ladle build", "ladle-p": "ladle preview", @@ -47,9 +49,9 @@ "@cosmjs/proto-signing": "^0.32.1", "@cosmjs/stargate": "^0.32.1", "@cosmjs/tendermint-rpc": "^0.32.1", - "@dydxprotocol/v4-abacus": "1.7.85", - "@dydxprotocol/v4-client-js": "^1.1.20", - "@dydxprotocol/v4-localization": "^1.1.127", + "@dydxprotocol/v4-abacus": "1.8.6", + "@dydxprotocol/v4-client-js": "^1.1.24", + "@dydxprotocol/v4-localization": "^1.1.138", "@ethersproject/providers": "^5.7.2", "@hugocxl/react-to-image": "^0.0.9", "@js-joda/core": "^5.5.3", @@ -84,6 +86,7 @@ "@reduxjs/toolkit": "^2.2.5", "@scure/bip32": "^1.3.0", "@scure/bip39": "^1.2.0", + "@skip-router/core": "^5.1.0", "@tanstack/react-query": "^5.37.1", "@types/lodash": "^4.14.195", "@types/styled-components": "^5.1.26", @@ -108,7 +111,9 @@ "cosmjs-types": "^0.9.0", "crypto-js": "^4.1.1", "ethers": "^6.6.1", + "export-to-csv": "^1.2.3", "graz": "^0.0.43", + "jsdom": "^24.1.0", "lodash": "^4.17.21", "long": "^5.2.3", "luxon": "^3.3.0", @@ -124,6 +129,7 @@ "react-stately": "^3.23.0", "reselect": "^5.1.0", "styled-components": "^5.3.11", + "unionize": "^3.1.0", "use-latest": "^1.2.1", "viem": "^1.20.0", "wagmi": "^1.4.12" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 1ccd681d4..6b9f8e2e0 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -30,14 +30,14 @@ dependencies: specifier: ^0.32.1 version: 0.32.2 '@dydxprotocol/v4-abacus': - specifier: 1.7.85 - version: 1.7.85 + specifier: 1.8.6 + version: 1.8.6 '@dydxprotocol/v4-client-js': - specifier: ^1.1.20 - version: 1.1.22 + specifier: ^1.1.24 + version: 1.1.24 '@dydxprotocol/v4-localization': - specifier: ^1.1.127 - version: 1.1.127 + specifier: ^1.1.138 + version: 1.1.138 '@ethersproject/providers': specifier: ^5.7.2 version: 5.7.2 @@ -140,6 +140,9 @@ dependencies: '@scure/bip39': specifier: ^1.2.0 version: 1.2.1 + '@skip-router/core': + specifier: ^5.1.0 + version: 5.1.0(@types/react@18.3.3)(chain-registry@1.63.9)(react-dom@18.2.0)(react@18.2.0)(typescript@5.1.3) '@tanstack/react-query': specifier: ^5.37.1 version: 5.37.1(react@18.2.0) @@ -212,9 +215,15 @@ dependencies: ethers: specifier: ^6.6.1 version: 6.6.1 + export-to-csv: + specifier: ^1.2.3 + version: 1.2.3 graz: specifier: ^0.0.43 version: 0.0.43(@types/react@18.3.3)(react-dom@18.2.0)(react@18.2.0) + jsdom: + specifier: ^24.1.0 + version: 24.1.0 lodash: specifier: ^4.17.21 version: 4.17.21 @@ -260,6 +269,9 @@ dependencies: styled-components: specifier: ^5.3.11 version: 5.3.11(@babel/core@7.23.9)(react-dom@18.2.0)(react-is@18.3.1)(react@18.2.0) + unionize: + specifier: ^3.1.0 + version: 3.1.0 use-latest: specifier: ^1.2.1 version: 1.2.1(@types/react@18.3.3)(react@18.2.0) @@ -453,7 +465,7 @@ devDependencies: version: 3.2.0(rollup@2.79.1)(typescript@5.1.3)(vite@4.3.9) vitest: specifier: ^0.32.2 - version: 0.32.2(webdriverio@8.36.1) + version: 0.32.2(jsdom@24.1.0)(webdriverio@8.36.1) w3name: specifier: ^1.0.8 version: 1.0.8 @@ -495,6 +507,45 @@ packages: '@jridgewell/gen-mapping': 0.3.5 '@jridgewell/trace-mapping': 0.3.25 + /@apollo/client@3.10.6(@types/react@18.3.3)(graphql@16.8.1)(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-3lLFGJtzC1/mEnK11BRf+Bf8536kBQUSB1G9yMtcRsxmY+tCKdTPzsP3fMUKy10BPIE0sDUY1pux3iMPIn2vow==} + peerDependencies: + graphql: ^15.0.0 || ^16.0.0 + graphql-ws: ^5.5.5 + react: ^16.8.0 || ^17.0.0 || ^18.0.0 + react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 + subscriptions-transport-ws: ^0.9.0 || ^0.11.0 + peerDependenciesMeta: + graphql-ws: + optional: true + react: + optional: true + react-dom: + optional: true + subscriptions-transport-ws: + optional: true + dependencies: + '@graphql-typed-document-node/core': 3.2.0(graphql@16.8.1) + '@wry/caches': 1.0.1 + '@wry/equality': 0.5.7 + '@wry/trie': 0.5.0 + graphql: 16.8.1 + graphql-tag: 2.12.6(graphql@16.8.1) + hoist-non-react-statics: 3.3.2 + optimism: 0.18.0 + prop-types: 15.8.1 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + rehackt: 0.1.0(@types/react@18.3.3)(react@18.2.0) + response-iterator: 0.2.6 + symbol-observable: 4.0.0 + ts-invariant: 0.10.3 + tslib: 2.6.2 + zen-observable-ts: 1.2.5 + transitivePeerDependencies: + - '@types/react' + dev: false + /@assemblyscript/loader@0.9.4: resolution: {integrity: sha512-HazVq9zwTVwGmqdwYzu7WyQ6FQVZ7SwET0KKQuKm55jD0IfUpZgN0OPIiZG3zV1iSrVYcN0bdwLRXI/VNCYsUA==} dev: true @@ -522,10 +573,10 @@ packages: '@babel/helpers': 7.23.9 '@babel/parser': 7.23.9 '@babel/template': 7.23.9 - '@babel/traverse': 7.23.9 + '@babel/traverse': 7.23.9(supports-color@5.5.0) '@babel/types': 7.23.9 convert-source-map: 2.0.0 - debug: 4.3.4(supports-color@8.1.1) + debug: 4.3.4(supports-color@5.5.0) gensync: 1.0.0-beta.2 json5: 2.2.3 semver: 6.3.1 @@ -635,7 +686,7 @@ packages: engines: {node: '>=6.9.0'} dependencies: '@babel/template': 7.23.9 - '@babel/traverse': 7.23.9 + '@babel/traverse': 7.23.9(supports-color@5.5.0) '@babel/types': 7.23.9 transitivePeerDependencies: - supports-color @@ -690,6 +741,13 @@ packages: dependencies: regenerator-runtime: 0.14.1 + /@babel/runtime@7.24.7: + resolution: {integrity: sha512-UwgBRMjJP+xv857DCngvqXI3Iq6J4v0wXmwc6sapg+zyhbwmQX67LUEFrkK5tbyJ30jGuG3ZvWpBiB9LCy1kWw==} + engines: {node: '>=6.9.0'} + dependencies: + regenerator-runtime: 0.14.1 + dev: false + /@babel/template@7.23.9: resolution: {integrity: sha512-+xrD2BWLpvHKNmX2QbpdpsBaWnRxahMwJjO+KZk2JOElj5nSmKezyS1B4u+QbHMTX69t4ukm6hh9lsYQ7GHCKA==} engines: {node: '>=6.9.0'} @@ -710,29 +768,12 @@ packages: '@babel/helper-split-export-declaration': 7.22.6 '@babel/parser': 7.23.9 '@babel/types': 7.23.9 - debug: 4.3.4(supports-color@8.1.1) + debug: 4.3.4(supports-color@5.5.0) globals: 11.12.0 transitivePeerDependencies: - supports-color dev: true - /@babel/traverse@7.23.9: - resolution: {integrity: sha512-I/4UJ9vs90OkBtY6iiiTORVMyIhJ4kAVmsKo9KFc8UOxMeUfi2hvtIBsET5u9GizXE6/GFSuKCTNfgCswuEjRg==} - engines: {node: '>=6.9.0'} - dependencies: - '@babel/code-frame': 7.23.5 - '@babel/generator': 7.23.6 - '@babel/helper-environment-visitor': 7.22.20 - '@babel/helper-function-name': 7.23.0 - '@babel/helper-hoist-variables': 7.22.5 - '@babel/helper-split-export-declaration': 7.22.6 - '@babel/parser': 7.23.9 - '@babel/types': 7.23.9 - debug: 4.3.4(supports-color@8.1.1) - globals: 11.12.0 - transitivePeerDependencies: - - supports-color - /@babel/traverse@7.23.9(supports-color@5.5.0): resolution: {integrity: sha512-I/4UJ9vs90OkBtY6iiiTORVMyIhJ4kAVmsKo9KFc8UOxMeUfi2hvtIBsET5u9GizXE6/GFSuKCTNfgCswuEjRg==} engines: {node: '>=6.9.0'} @@ -778,6 +819,10 @@ packages: statuses: 2.0.1 dev: true + /@chain-registry/types@0.45.6: + resolution: {integrity: sha512-adtjeJe9mZjNcXGbpjRlYhsJvClvRDcWjcnsOsCP5Sg8GpmPY3qbvtHsmYxcBT2zv46HozceUgI9UBL5fnGYZg==} + dev: false + /@coinbase/wallet-sdk@3.9.3: resolution: {integrity: sha512-N/A2DRIf0Y3PHc1XAMvbBUu4zisna6qAdqABMZwBMNEfWrXpAwx16pZGkYCLGE+Rvv1edbcB2LYDRnACNcmCiw==} dependencies: @@ -1006,6 +1051,15 @@ packages: '@cosmjs/utils': 0.31.0 dev: false + /@cosmjs/amino@0.31.3: + resolution: {integrity: sha512-36emtUq895sPRX8PTSOnG+lhJDCVyIcE0Tr5ct59sUbgQiI14y43vj/4WAlJ/utSOxy+Zhj9wxcs4AZfu0BHsw==} + dependencies: + '@cosmjs/crypto': 0.31.3 + '@cosmjs/encoding': 0.31.3 + '@cosmjs/math': 0.31.3 + '@cosmjs/utils': 0.31.3 + dev: false + /@cosmjs/amino@0.32.2: resolution: {integrity: sha512-lcK5RCVm4OfdAooxKcF2+NwaDVVpghOq6o/A40c2mHXDUzUoRZ33VAHjVJ9Me6vOFxshrw/XEFn1f4KObntjYA==} dependencies: @@ -1015,6 +1069,15 @@ packages: '@cosmjs/utils': 0.32.2 dev: false + /@cosmjs/amino@0.32.3: + resolution: {integrity: sha512-G4zXl+dJbqrz1sSJ56H/25l5NJEk/pAPIr8piAHgbXYw88OdAOlpA26PQvk2IbSN/rRgVbvlLTNgX2tzz1dyUA==} + dependencies: + '@cosmjs/crypto': 0.32.3 + '@cosmjs/encoding': 0.32.3 + '@cosmjs/math': 0.32.3 + '@cosmjs/utils': 0.32.3 + dev: false + /@cosmjs/cosmwasm-stargate@0.30.1: resolution: {integrity: sha512-W/6SLUCJAJGBN+sJLXouLZikVgmqDd9LCdlMzQaxczcCHTWeJAmRvOiZGSZaSy3shw/JN1qc6g6PKpvTVgj10A==} dependencies: @@ -1035,6 +1098,45 @@ packages: - utf-8-validate dev: false + /@cosmjs/cosmwasm-stargate@0.31.3: + resolution: {integrity: sha512-Uv9TmCn3650gdFeZm7SEfUZF3uX3lfJfFhXOk6I2ZLr/FrKximnlb+vwAfZaZnWYvlA7qrKtHIjeRNHvT23zcw==} + dependencies: + '@cosmjs/amino': 0.31.3 + '@cosmjs/crypto': 0.31.3 + '@cosmjs/encoding': 0.31.3 + '@cosmjs/math': 0.31.3 + '@cosmjs/proto-signing': 0.31.3 + '@cosmjs/stargate': 0.31.3 + '@cosmjs/tendermint-rpc': 0.31.3 + '@cosmjs/utils': 0.31.3 + cosmjs-types: 0.8.0 + long: 4.0.0 + pako: 2.1.0 + transitivePeerDependencies: + - bufferutil + - debug + - utf-8-validate + dev: false + + /@cosmjs/cosmwasm-stargate@0.32.3: + resolution: {integrity: sha512-pqkt+QsLIPNMTRh9m+igJgIpzXXgn1BxmxfAb9zlC23kvsuzY/12un9M7iAdim1NwKXDFeYw46xC2YkprwQp+g==} + dependencies: + '@cosmjs/amino': 0.32.3 + '@cosmjs/crypto': 0.32.3 + '@cosmjs/encoding': 0.32.3 + '@cosmjs/math': 0.32.3 + '@cosmjs/proto-signing': 0.32.3 + '@cosmjs/stargate': 0.32.3 + '@cosmjs/tendermint-rpc': 0.32.3 + '@cosmjs/utils': 0.32.3 + cosmjs-types: 0.9.0 + pako: 2.1.0 + transitivePeerDependencies: + - bufferutil + - debug + - utf-8-validate + dev: false + /@cosmjs/crypto@0.27.1: resolution: {integrity: sha512-vbcxwSt99tIYJg8Spp00wc3zx72qx+pY3ozGuBN8gAvySnagK9dQ/jHwtWQWdammmdD6oW+75WfIHZ+gNa+Ybg==} dependencies: @@ -1074,6 +1176,18 @@ packages: libsodium-wrappers-sumo: 0.7.11 dev: false + /@cosmjs/crypto@0.31.3: + resolution: {integrity: sha512-vRbvM9ZKR2017TO73dtJ50KxoGcFzKtKI7C8iO302BQ5p+DuB+AirUg1952UpSoLfv5ki9O416MFANNg8UN/EQ==} + dependencies: + '@cosmjs/encoding': 0.31.3 + '@cosmjs/math': 0.31.3 + '@cosmjs/utils': 0.31.3 + '@noble/hashes': 1.3.3 + bn.js: 5.2.1 + elliptic: 6.5.4 + libsodium-wrappers-sumo: 0.7.11 + dev: false + /@cosmjs/crypto@0.32.2: resolution: {integrity: sha512-RuxrYKzhrPF9g6NmU7VEq++Hn1vZJjqqJpZ9Tmw9lOYOV8BUsv+j/0BE86kmWi7xVJ7EwxiuxYsKuM8IR18CIA==} dependencies: @@ -1086,6 +1200,18 @@ packages: libsodium-wrappers-sumo: 0.7.11 dev: false + /@cosmjs/crypto@0.32.3: + resolution: {integrity: sha512-niQOWJHUtlJm2GG4F00yGT7sGPKxfUwz+2qQ30uO/E3p58gOusTcH2qjiJNVxb8vScYJhFYFqpm/OA/mVqoUGQ==} + dependencies: + '@cosmjs/encoding': 0.32.3 + '@cosmjs/math': 0.32.3 + '@cosmjs/utils': 0.32.3 + '@noble/hashes': 1.3.3 + bn.js: 5.2.1 + elliptic: 6.5.4 + libsodium-wrappers-sumo: 0.7.11 + dev: false + /@cosmjs/encoding@0.27.1: resolution: {integrity: sha512-rayLsA0ojHeniaRfWWcqSsrE/T1rl1gl0OXVNtXlPwLJifKBeLEefGbOUiAQaT0wgJ8VNGBazVtAZBpJidfDhw==} dependencies: @@ -1110,6 +1236,14 @@ packages: readonly-date: 1.0.0 dev: false + /@cosmjs/encoding@0.31.3: + resolution: {integrity: sha512-6IRtG0fiVYwyP7n+8e54uTx2pLYijO48V3t9TLiROERm5aUAIzIlz6Wp0NYaI5he9nh1lcEGJ1lkquVKFw3sUg==} + dependencies: + base64-js: 1.5.1 + bech32: 1.1.4 + readonly-date: 1.0.0 + dev: false + /@cosmjs/encoding@0.32.2: resolution: {integrity: sha512-WX7m1wLpA9V/zH0zRcz4EmgZdAv1F44g4dbXOgNj1eXZw1PIGR12p58OEkLN51Ha3S4DKRtCv5CkhK1KHEvQtg==} dependencies: @@ -1118,6 +1252,14 @@ packages: readonly-date: 1.0.0 dev: false + /@cosmjs/encoding@0.32.3: + resolution: {integrity: sha512-p4KF7hhv8jBQX3MkB3Defuhz/W0l3PwWVYU2vkVuBJ13bJcXyhU9nJjiMkaIv+XP+W2QgRceqNNgFUC5chNR7w==} + dependencies: + base64-js: 1.5.1 + bech32: 1.1.4 + readonly-date: 1.0.0 + dev: false + /@cosmjs/json-rpc@0.30.1: resolution: {integrity: sha512-pitfC/2YN9t+kXZCbNuyrZ6M8abnCC2n62m+JtU9vQUfaEtVsgy+1Fk4TRQ175+pIWSdBMFi2wT8FWVEE4RhxQ==} dependencies: @@ -1132,6 +1274,13 @@ packages: xstream: 11.14.0 dev: false + /@cosmjs/json-rpc@0.31.3: + resolution: {integrity: sha512-7LVYerXjnm69qqYR3uA6LGCrBW2EO5/F7lfJxAmY+iII2C7xO3a0vAjMSt5zBBh29PXrJVS6c2qRP22W1Le2Wg==} + dependencies: + '@cosmjs/stream': 0.31.3 + xstream: 11.14.0 + dev: false + /@cosmjs/json-rpc@0.32.2: resolution: {integrity: sha512-lan2lOgmz4yVE/HR8eCOSiII/1OudIulk8836koyIDCsPEpt6eKBuctnAD168vABGArKccLAo7Mr2gy9nrKrOQ==} dependencies: @@ -1139,6 +1288,13 @@ packages: xstream: 11.14.0 dev: false + /@cosmjs/json-rpc@0.32.3: + resolution: {integrity: sha512-JwFRWZa+Y95KrAG8CuEbPVOSnXO2uMSEBcaAB/FBU3Mo4jQnDoUjXvt3vwtFWxfAytrWCn1I4YDFaOAinnEG/Q==} + dependencies: + '@cosmjs/stream': 0.32.3 + xstream: 11.14.0 + dev: false + /@cosmjs/launchpad@0.27.1: resolution: {integrity: sha512-DcFwGD/z5PK8CzO2sojDxa+Be9EIEtRZb2YawgVnw2Ht/p5FlNv+OVo8qlishpBdalXEN7FvQ1dVeDFEe9TuJw==} dependencies: @@ -1171,12 +1327,24 @@ packages: bn.js: 5.2.1 dev: false + /@cosmjs/math@0.31.3: + resolution: {integrity: sha512-kZ2C6glA5HDb9hLz1WrftAjqdTBb3fWQsRR+Us2HsjAYdeE6M3VdXMsYCP5M3yiihal1WDwAY2U7HmfJw7Uh4A==} + dependencies: + bn.js: 5.2.1 + dev: false + /@cosmjs/math@0.32.2: resolution: {integrity: sha512-b8+ruAAY8aKtVKWSft2IvtCVCUH1LigIlf9ALIiY8n9jtM4kMASiaRbQ/27etnSAInV88IaezKK9rQZrtxTjcw==} dependencies: bn.js: 5.2.1 dev: false + /@cosmjs/math@0.32.3: + resolution: {integrity: sha512-amumUtZs8hCCnV+lSBaJIiZkGabQm22QGg/IotYrhcmoOEOjt82n7hMNlNXRs7V6WLMidGrGYcswB5zcmp0Meg==} + dependencies: + bn.js: 5.2.1 + dev: false + /@cosmjs/proto-signing@0.30.1: resolution: {integrity: sha512-tXh8pPYXV4aiJVhTKHGyeZekjj+K9s2KKojMB93Gcob2DxUjfKapFYBMJSgfKPuWUPEmyr8Q9km2hplI38ILgQ==} dependencies: @@ -1201,6 +1369,18 @@ packages: long: 4.0.0 dev: false + /@cosmjs/proto-signing@0.31.3: + resolution: {integrity: sha512-24+10/cGl6lLS4VCrGTCJeDRPQTn1K5JfknzXzDIHOx8THR31JxA7/HV5eWGHqWgAbudA7ccdSvEK08lEHHtLA==} + dependencies: + '@cosmjs/amino': 0.31.3 + '@cosmjs/crypto': 0.31.3 + '@cosmjs/encoding': 0.31.3 + '@cosmjs/math': 0.31.3 + '@cosmjs/utils': 0.31.3 + cosmjs-types: 0.8.0 + long: 4.0.0 + dev: false + /@cosmjs/proto-signing@0.32.2: resolution: {integrity: sha512-UV4WwkE3W3G3s7wwU9rizNcUEz2g0W8jQZS5J6/3fiN0mRPwtPKQ6EinPN9ASqcAJ7/VQH4/9EPOw7d6XQGnqw==} dependencies: @@ -1212,6 +1392,17 @@ packages: cosmjs-types: 0.9.0 dev: false + /@cosmjs/proto-signing@0.32.3: + resolution: {integrity: sha512-kSZ0ZUY0DwcRT0NcIn2HkadH4NKlwjfZgbLj1ABwh/4l0RgeT84QCscZCu63tJYq3K6auwqTiZSZERwlO4/nbg==} + dependencies: + '@cosmjs/amino': 0.32.3 + '@cosmjs/crypto': 0.32.3 + '@cosmjs/encoding': 0.32.3 + '@cosmjs/math': 0.32.3 + '@cosmjs/utils': 0.32.3 + cosmjs-types: 0.9.0 + dev: false + /@cosmjs/socket@0.30.1: resolution: {integrity: sha512-r6MpDL+9N+qOS/D5VaxnPaMJ3flwQ36G+vPvYJsXArj93BjgyFB7BwWwXCQDzZ+23cfChPUfhbINOenr8N2Kow==} dependencies: @@ -1236,6 +1427,18 @@ packages: - utf-8-validate dev: false + /@cosmjs/socket@0.31.3: + resolution: {integrity: sha512-aqrDGGi7os/hsz5p++avI4L0ZushJ+ItnzbqA7C6hamFSCJwgOkXaOUs+K9hXZdX4rhY7rXO4PH9IH8q09JkTw==} + dependencies: + '@cosmjs/stream': 0.31.3 + isomorphic-ws: 4.0.1(ws@7.5.9) + ws: 7.5.9 + xstream: 11.14.0 + transitivePeerDependencies: + - bufferutil + - utf-8-validate + dev: false + /@cosmjs/socket@0.32.2: resolution: {integrity: sha512-Qc8jaw4uSBJm09UwPgkqe3g9TBFx4ZR9HkXpwT6Z9I+6kbLerXPR0Gy3NSJFSUgxIfTpO8O1yqoWAyf0Ay17Mw==} dependencies: @@ -1248,6 +1451,18 @@ packages: - utf-8-validate dev: false + /@cosmjs/socket@0.32.3: + resolution: {integrity: sha512-F2WwNmaUPdZ4SsH6Uyreq3wQk7jpaEkb3wfOP951f5Jt6HCW/PxbxhKzHkAAf6+Sqks6SPhkbWoE8XaZpjL2KA==} + dependencies: + '@cosmjs/stream': 0.32.3 + isomorphic-ws: 4.0.1(ws@7.5.9) + ws: 7.5.9 + xstream: 11.14.0 + transitivePeerDependencies: + - bufferutil + - utf-8-validate + dev: false + /@cosmjs/stargate@0.30.1: resolution: {integrity: sha512-RdbYKZCGOH8gWebO7r6WvNnQMxHrNXInY/gPHPzMjbQF6UatA6fNM2G2tdgS5j5u7FTqlCI10stNXrknaNdzog==} dependencies: @@ -1290,6 +1505,27 @@ packages: - utf-8-validate dev: false + /@cosmjs/stargate@0.31.3: + resolution: {integrity: sha512-53NxnzmB9FfXpG4KjOUAYAvWLYKdEmZKsutcat/u2BrDXNZ7BN8jim/ENcpwXfs9/Og0K24lEIdvA4gsq3JDQw==} + dependencies: + '@confio/ics23': 0.6.8 + '@cosmjs/amino': 0.31.3 + '@cosmjs/encoding': 0.31.3 + '@cosmjs/math': 0.31.3 + '@cosmjs/proto-signing': 0.31.3 + '@cosmjs/stream': 0.31.3 + '@cosmjs/tendermint-rpc': 0.31.3 + '@cosmjs/utils': 0.31.3 + cosmjs-types: 0.8.0 + long: 4.0.0 + protobufjs: 6.11.4 + xstream: 11.14.0 + transitivePeerDependencies: + - bufferutil + - debug + - utf-8-validate + dev: false + /@cosmjs/stargate@0.32.2: resolution: {integrity: sha512-AsJa29fT7Jd4xt9Ai+HMqhyj7UQu7fyYKdXj/8+/9PD74xe6lZSYhQPcitUmMLJ1ckKPgXSk5Dd2LbsQT0IhZg==} dependencies: @@ -1309,6 +1545,25 @@ packages: - utf-8-validate dev: false + /@cosmjs/stargate@0.32.3: + resolution: {integrity: sha512-OQWzO9YWKerUinPIxrO1MARbe84XkeXJAW0lyMIjXIEikajuXZ+PwftiKA5yA+8OyditVmHVLtPud6Pjna2s5w==} + dependencies: + '@confio/ics23': 0.6.8 + '@cosmjs/amino': 0.32.3 + '@cosmjs/encoding': 0.32.3 + '@cosmjs/math': 0.32.3 + '@cosmjs/proto-signing': 0.32.3 + '@cosmjs/stream': 0.32.3 + '@cosmjs/tendermint-rpc': 0.32.3 + '@cosmjs/utils': 0.32.3 + cosmjs-types: 0.9.0 + xstream: 11.14.0 + transitivePeerDependencies: + - bufferutil + - debug + - utf-8-validate + dev: false + /@cosmjs/stream@0.30.1: resolution: {integrity: sha512-Fg0pWz1zXQdoxQZpdHRMGvUH5RqS6tPv+j9Eh7Q953UjMlrwZVo0YFLC8OTf/HKVf10E4i0u6aM8D69Q6cNkgQ==} dependencies: @@ -1321,12 +1576,24 @@ packages: xstream: 11.14.0 dev: false + /@cosmjs/stream@0.31.3: + resolution: {integrity: sha512-8keYyI7X0RjsLyVcZuBeNjSv5FA4IHwbFKx7H60NHFXszN8/MvXL6aZbNIvxtcIHHsW7K9QSQos26eoEWlAd+w==} + dependencies: + xstream: 11.14.0 + dev: false + /@cosmjs/stream@0.32.2: resolution: {integrity: sha512-gpCufLfHAD8Zp1ZKge7AHbDf4RA0TZp66wZY6JaQR5bSiEF2Drjtp4mwXZPGejtaUMnaAgff3LrUzPJfKYdQwg==} dependencies: xstream: 11.14.0 dev: false + /@cosmjs/stream@0.32.3: + resolution: {integrity: sha512-J2zVWDojkynYifAUcRmVczzmp6STEpyiAARq0rSsviqjreGIfspfuws/8rmkPa6qQBZvpQOBQCm2HyZZwYplIw==} + dependencies: + xstream: 11.14.0 + dev: false + /@cosmjs/tendermint-rpc@0.30.1: resolution: {integrity: sha512-Z3nCwhXSbPZJ++v85zHObeUggrEHVfm1u18ZRwXxFE9ZMl5mXTybnwYhczuYOl7KRskgwlB+rID0WYACxj4wdQ==} dependencies: @@ -1365,6 +1632,25 @@ packages: - utf-8-validate dev: false + /@cosmjs/tendermint-rpc@0.31.3: + resolution: {integrity: sha512-s3TiWkPCW4QceTQjpYqn4xttUJH36mTPqplMl+qyocdqk5+X5mergzExU/pHZRWQ4pbby8bnR7kMvG4OC1aZ8g==} + dependencies: + '@cosmjs/crypto': 0.31.3 + '@cosmjs/encoding': 0.31.3 + '@cosmjs/json-rpc': 0.31.3 + '@cosmjs/math': 0.31.3 + '@cosmjs/socket': 0.31.3 + '@cosmjs/stream': 0.31.3 + '@cosmjs/utils': 0.31.3 + axios: 0.21.4 + readonly-date: 1.0.0 + xstream: 11.14.0 + transitivePeerDependencies: + - bufferutil + - debug + - utf-8-validate + dev: false + /@cosmjs/tendermint-rpc@0.32.2: resolution: {integrity: sha512-DXyJHDmcAfCix4H/7/dKR0UMdshP01KxJOXHdHxBCbLIpck94BsWD3B2ZTXwfA6sv98so9wOzhp7qGQa5malxg==} dependencies: @@ -1384,6 +1670,25 @@ packages: - utf-8-validate dev: false + /@cosmjs/tendermint-rpc@0.32.3: + resolution: {integrity: sha512-xeprW+VR9xKGstqZg0H/KBZoUp8/FfFyS9ljIUTLM/UINjP2MhiwncANPS2KScfJVepGufUKk0/phHUeIBSEkw==} + dependencies: + '@cosmjs/crypto': 0.32.3 + '@cosmjs/encoding': 0.32.3 + '@cosmjs/json-rpc': 0.32.3 + '@cosmjs/math': 0.32.3 + '@cosmjs/socket': 0.32.3 + '@cosmjs/stream': 0.32.3 + '@cosmjs/utils': 0.32.3 + axios: 1.6.7 + readonly-date: 1.0.0 + xstream: 11.14.0 + transitivePeerDependencies: + - bufferutil + - debug + - utf-8-validate + dev: false + /@cosmjs/utils@0.27.1: resolution: {integrity: sha512-VG7QPDiMUzVPxRdJahDV8PXxVdnuAHiIuG56hldV4yPnOz/si/DLNd7VAUUA5923b6jS1Hhev0Hr6AhEkcxBMg==} dev: false @@ -1396,10 +1701,18 @@ packages: resolution: {integrity: sha512-nNcycZWUYLNJlrIXgpcgVRqdl6BXjF4YlXdxobQWpW9Tikk61bEGeAFhDYtC0PwHlokCNw0KxWiHGJL4nL7Q5A==} dev: false + /@cosmjs/utils@0.31.3: + resolution: {integrity: sha512-VBhAgzrrYdIe0O5IbKRqwszbQa7ZyQLx9nEQuHQ3HUplQW7P44COG/ye2n6AzCudtqxmwdX7nyX8ta1J07GoqA==} + dev: false + /@cosmjs/utils@0.32.2: resolution: {integrity: sha512-Gg5t+eR7vPJMAmhkFt6CZrzPd0EKpAslWwk5rFVYZpJsM8JG5KT9XQ99hgNM3Ov6ScNoIWbXkpX27F6A9cXR4Q==} dev: false + /@cosmjs/utils@0.32.3: + resolution: {integrity: sha512-WCZK4yksj2hBDz4w7xFZQTRZQ/RJhBX26uFHmmQFIcNUUVAihrLO+RerqJgk0dZqC42wstM9pEUQGtPmLcIYvg==} + dev: false + /@cspotcode/source-map-support@0.8.1: resolution: {integrity: sha512-IchNf6dN4tHoMFIn/7OE8LWZ19Y6q/67Bmf6vnGREv8RSbBVb9LPJxEcnwrcwX6ixSvaiGoomAUvu4YSxXrVgw==} engines: {node: '>=12'} @@ -1407,15 +1720,15 @@ packages: '@jridgewell/trace-mapping': 0.3.9 dev: true - /@dydxprotocol/v4-abacus@1.7.85: - resolution: {integrity: sha512-0H4CAYVjS3ZxOmjBh6o4BXiJTNhjBqTiBT4uyI1P8Jo1H0uxPSulHWK58X8yuQZ+1xyFbm075jAjXpT+lxIGVg==} + /@dydxprotocol/v4-abacus@1.8.6: + resolution: {integrity: sha512-+uxqUAmJw42ETNaXHjcZE2hfMNaKaRY09oytqxPDkJdXWLbG98n1qyOHxwGOJp6apKuWnYwl4XcKBb3CSX3ejQ==} dependencies: '@js-joda/core': 3.2.0 format-util: 1.0.5 dev: false - /@dydxprotocol/v4-client-js@1.1.22: - resolution: {integrity: sha512-rWySMilUZTKAehLE+XamSEJg8iW0qWfxR/Mp6Ly/pGzWJxMftQAy96If2V42yL7b5v+Eq2uIbCrqkFK4dbZfLQ==} + /@dydxprotocol/v4-client-js@1.1.24: + resolution: {integrity: sha512-SGz1dIwdqzzAClKdyRiBrP6HrNTitwRbY81AXHa0ZShX3KF6+9XpDeMe3jsSMwhPoS466m/gFm4NbV7zja4uiA==} dependencies: '@cosmjs/amino': 0.32.2 '@cosmjs/encoding': 0.32.2 @@ -1443,8 +1756,8 @@ packages: - utf-8-validate dev: false - /@dydxprotocol/v4-localization@1.1.127: - resolution: {integrity: sha512-6aN+pRLrOqbhZFHGcmfhBxC/S8mui/0zl2jt61Z8lP4BF8P9jLr7W0EF9UTCVydHJVUbjxJui8c1ApWtOBDZtQ==} + /@dydxprotocol/v4-localization@1.1.138: + resolution: {integrity: sha512-Vb52xv7+yg1s6d6pGR41tzdBzaFSTIi6BoREXg5rXndBnBkB1nIC/bSosckj9ZSvcWG1ES9BBxZVQtdJ+iJkZA==} dev: false /@dydxprotocol/v4-proto@5.0.0-dev.0: @@ -1891,7 +2204,7 @@ packages: engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: ajv: 6.12.6 - debug: 4.3.4(supports-color@8.1.1) + debug: 4.3.4(supports-color@5.5.0) espree: 9.6.1 globals: 13.24.0 ignore: 5.3.1 @@ -2317,6 +2630,14 @@ packages: tslib: 2.6.2 dev: false + /@graphql-typed-document-node/core@3.2.0(graphql@16.8.1): + resolution: {integrity: sha512-mB9oAsNCm9aM3/SOv4YtBMqZbYj10R7dkq8byBqxGY/ncFwhf2oQzMV+LCRlWoDSEBJ3COiR1yeDvMtsoOsuFQ==} + peerDependencies: + graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 + dependencies: + graphql: 16.8.1 + dev: false + /@headlessui/react@1.7.18(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-4i5DOrzwN4qSgNsL4Si61VMkUcWbcSKueUV7sFhpHzQcSShdlHENE5+QBntMSRvHt8NyoFO2AGG8si9lq+w4zQ==} engines: {node: '>=10'} @@ -2353,7 +2674,7 @@ packages: engines: {node: '>=10.10.0'} dependencies: '@humanwhocodes/object-schema': 2.0.3 - debug: 4.3.4(supports-color@8.1.1) + debug: 4.3.4(supports-color@5.5.0) minimatch: 3.1.2 transitivePeerDependencies: - supports-color @@ -2368,6 +2689,226 @@ packages: resolution: {integrity: sha512-93zYdMES/c1D69yZiKDBj0V24vqNzB/koF26KPaagAfd3P/4gUlh3Dys5ogAK+Exi9QyzlD8x/08Zt7wIKcDcA==} dev: true + /@initia/initia-registry-types@0.0.17: + resolution: {integrity: sha512-5zBYKH1cU8I5vGUBmRYqAIbvKSJRehUOvUvDy4ohtcz5G7GjNRWvo7x7aXgMSDw5hnxTcqBCaJxsp4i8EcPIxg==} + dependencies: + zod: 3.23.8 + dev: false + + /@initia/initia-registry@0.1.9: + resolution: {integrity: sha512-zXIP9Gk0OG4SJkcrileCHJNgZU8LyHzTHdcNO5bjEoxeuvM8mvlhsGQvKeJcefBcvhvIyeX5LOlSBCTeIofngg==} + dependencies: + '@initia/initia-registry-types': 0.0.17 + dev: false + + /@injectivelabs/core-proto-ts@0.0.21: + resolution: {integrity: sha512-RBxSkRBCty60R/l55/D1jsSW0Aof5dyGFhCFdN3A010KjMv/SzZGGr+6DZPY/hflyFeaJzDv/VTopCymKNRBvQ==} + dependencies: + '@injectivelabs/grpc-web': 0.0.1(google-protobuf@3.21.2) + google-protobuf: 3.21.2 + protobufjs: 7.3.2 + rxjs: 7.8.1 + dev: false + + /@injectivelabs/core-proto-ts@0.0.24: + resolution: {integrity: sha512-qDAEMWvGhMcdvgWHHZWLFFooNGE/f7ZYR4/TPBoLE/TC39WWO9A8Fb0kOlNAKrGhLeZIHUzE/ESPpZimTxUTKg==} + dependencies: + '@injectivelabs/grpc-web': 0.0.1(google-protobuf@3.21.2) + google-protobuf: 3.21.2 + protobufjs: 7.3.2 + rxjs: 7.8.1 + dev: false + + /@injectivelabs/dmm-proto-ts@1.0.20: + resolution: {integrity: sha512-S9vGOAZbNNa+N5QDW2HcXn7ohvU/4qze6wELA9gF8zu8uWbE+UKWTqzkZ+B4XuG1MkJwoHL7pVcj3M+nC9Qe4A==} + dependencies: + '@injectivelabs/grpc-web': 0.0.1(google-protobuf@3.21.2) + google-protobuf: 3.21.2 + protobufjs: 7.3.2 + rxjs: 7.8.1 + dev: false + + /@injectivelabs/exceptions@1.14.11(google-protobuf@3.21.2): + resolution: {integrity: sha512-oNVBtNYML3Fvh6qaUsqNcyBwjyG9hUy0/eSIiK2kOKWdpxeQ9Ctxre3sxoSiDy99o4mi1ynB2wh2F/kx6gsgAg==} + requiresBuild: true + dependencies: + '@injectivelabs/grpc-web': 0.0.1(google-protobuf@3.21.2) + '@injectivelabs/ts-types': 1.14.11 + http-status-codes: 2.3.0 + link-module-alias: 1.2.0 + shx: 0.3.4 + transitivePeerDependencies: + - google-protobuf + dev: false + + /@injectivelabs/grpc-web-node-http-transport@0.0.2(@injectivelabs/grpc-web@0.0.1): + resolution: {integrity: sha512-rpyhXLiGY/UMs6v6YmgWHJHiO9l0AgDyVNv+jcutNVt4tQrmNvnpvz2wCAGOFtq5LuX/E9ChtTVpk3gWGqXcGA==} + peerDependencies: + '@injectivelabs/grpc-web': '>=0.0.1' + dependencies: + '@injectivelabs/grpc-web': 0.0.1(google-protobuf@3.21.2) + dev: false + + /@injectivelabs/grpc-web-react-native-transport@0.0.2(@injectivelabs/grpc-web@0.0.1): + resolution: {integrity: sha512-mk+aukQXnYNgPsPnu3KBi+FD0ZHQpazIlaBZ2jNZG7QAVmxTWtv3R66Zoq99Wx2dnE946NsZBYAoa0K5oSjnow==} + peerDependencies: + '@injectivelabs/grpc-web': '>=0.0.1' + dependencies: + '@injectivelabs/grpc-web': 0.0.1(google-protobuf@3.21.2) + dev: false + + /@injectivelabs/grpc-web@0.0.1(google-protobuf@3.21.2): + resolution: {integrity: sha512-Pu5YgaZp+OvR5UWfqbrPdHer3+gDf+b5fQoY+t2VZx1IAVHX8bzbN9EreYTvTYtFeDpYRWM8P7app2u4EX5wTw==} + peerDependencies: + google-protobuf: ^3.14.0 + dependencies: + browser-headers: 0.4.1 + google-protobuf: 3.21.2 + dev: false + + /@injectivelabs/indexer-proto-ts@1.11.42: + resolution: {integrity: sha512-6ejCpcWZWOSsELFIfUf2+xuJPOH+YdiJtwtB3d9x2H7dnrCBjXMxlPCSxoKEUbDH6w/lY2mO6TJm65rNy9piew==} + dependencies: + '@injectivelabs/grpc-web': 0.0.1(google-protobuf@3.21.2) + google-protobuf: 3.21.2 + protobufjs: 7.3.2 + rxjs: 7.8.1 + dev: false + + /@injectivelabs/mito-proto-ts@1.0.65: + resolution: {integrity: sha512-kceZP68QrgFop387RYyO7tkfJCYxoktuceHTs9DQP3dJceLqj/V2mz0NlpkkacjgE5NhYkQ/zc0Z40hr8tnYqQ==} + dependencies: + '@injectivelabs/grpc-web': 0.0.1(google-protobuf@3.21.2) + google-protobuf: 3.21.2 + protobufjs: 7.3.2 + rxjs: 7.8.1 + dev: false + + /@injectivelabs/networks@1.14.11(google-protobuf@3.21.2): + resolution: {integrity: sha512-wiw1vWyHhFmS8FsXsSvB6EXRJEcf89yugKD6vB0WjXq9haulxJlTpuuzmAo0/v80KkZJOeCjoOOdOWAK02/9JQ==} + requiresBuild: true + dependencies: + '@injectivelabs/exceptions': 1.14.11(google-protobuf@3.21.2) + '@injectivelabs/ts-types': 1.14.11 + '@injectivelabs/utils': 1.14.11(google-protobuf@3.21.2) + link-module-alias: 1.2.0 + shx: 0.3.4 + transitivePeerDependencies: + - debug + - google-protobuf + dev: false + + /@injectivelabs/sdk-ts@1.14.11(@types/react@18.3.3)(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-26WVglSfGdh3cTmMX2yE3tzdbKDIxfBIYiyACT3GMTImu2O4hAX2/4yooH4WhMBkpYB+AJIrdZT8eg6CAqLJ+Q==} + requiresBuild: true + dependencies: + '@apollo/client': 3.10.6(@types/react@18.3.3)(graphql@16.8.1)(react-dom@18.2.0)(react@18.2.0) + '@cosmjs/amino': 0.32.3 + '@cosmjs/proto-signing': 0.32.3 + '@cosmjs/stargate': 0.32.3 + '@ethersproject/bytes': 5.7.0 + '@injectivelabs/core-proto-ts': 0.0.21 + '@injectivelabs/dmm-proto-ts': 1.0.20 + '@injectivelabs/exceptions': 1.14.11(google-protobuf@3.21.2) + '@injectivelabs/grpc-web': 0.0.1(google-protobuf@3.21.2) + '@injectivelabs/grpc-web-node-http-transport': 0.0.2(@injectivelabs/grpc-web@0.0.1) + '@injectivelabs/grpc-web-react-native-transport': 0.0.2(@injectivelabs/grpc-web@0.0.1) + '@injectivelabs/indexer-proto-ts': 1.11.42 + '@injectivelabs/mito-proto-ts': 1.0.65 + '@injectivelabs/networks': 1.14.11(google-protobuf@3.21.2) + '@injectivelabs/test-utils': 1.14.5 + '@injectivelabs/token-metadata': 1.14.11(google-protobuf@3.21.2) + '@injectivelabs/ts-types': 1.14.11 + '@injectivelabs/utils': 1.14.11(google-protobuf@3.21.2) + '@metamask/eth-sig-util': 4.0.1 + '@noble/curves': 1.4.0 + axios: 1.6.7 + bech32: 2.0.0 + bip39: 3.1.0 + cosmjs-types: 0.9.0 + ethereumjs-util: 7.1.5 + ethers: 5.7.2 + google-protobuf: 3.21.2 + graphql: 16.8.1 + http-status-codes: 2.3.0 + js-sha3: 0.8.0 + jscrypto: 1.0.3 + keccak256: 1.0.6 + link-module-alias: 1.2.0 + secp256k1: 4.0.3 + shx: 0.3.4 + snakecase-keys: 5.5.0 + transitivePeerDependencies: + - '@types/react' + - bufferutil + - debug + - graphql-ws + - react + - react-dom + - subscriptions-transport-ws + - utf-8-validate + dev: false + + /@injectivelabs/test-utils@1.14.5: + resolution: {integrity: sha512-f34yWpFYXNdqruBJo6cbR7hKW5xn6lWENR49zk/PA3CDiQjs9ywVcVofWGyOGnpKQvAOzfF75yQgRc7tqL71lw==} + requiresBuild: true + dependencies: + axios: 1.6.7 + bignumber.js: 9.1.1 + link-module-alias: 1.2.0 + shx: 0.3.4 + snakecase-keys: 5.5.0 + store2: 2.14.3 + transitivePeerDependencies: + - debug + dev: false + + /@injectivelabs/token-metadata@1.14.11(google-protobuf@3.21.2): + resolution: {integrity: sha512-WKJlvjKiTRHxpOeez4kYrzIwgWmpspD1IMxWclkTysAcwGltUfUsvUhu1cKuACleIjFFWmiZv/HoGRFdvEAZ8w==} + requiresBuild: true + dependencies: + '@injectivelabs/exceptions': 1.14.11(google-protobuf@3.21.2) + '@injectivelabs/networks': 1.14.11(google-protobuf@3.21.2) + '@injectivelabs/ts-types': 1.14.11 + '@injectivelabs/utils': 1.14.11(google-protobuf@3.21.2) + '@types/lodash.values': 4.3.9 + copyfiles: 2.4.1 + jsonschema: 1.4.1 + link-module-alias: 1.2.0 + lodash: 4.17.21 + lodash.values: 4.3.0 + shx: 0.3.4 + transitivePeerDependencies: + - debug + - google-protobuf + dev: false + + /@injectivelabs/ts-types@1.14.11: + resolution: {integrity: sha512-Vao54GARdWSSc4w434pDA3hj/i3u9dTTfTPZMx5YBr1vO+z7dypi7NXZAJT0yzLyR9cUFZ4KRWUWmecRxCxwsQ==} + requiresBuild: true + dependencies: + link-module-alias: 1.2.0 + shx: 0.3.4 + dev: false + + /@injectivelabs/utils@1.14.11(google-protobuf@3.21.2): + resolution: {integrity: sha512-OjzEhD5kWo1M+VZVW9IMQvY0TnKNMQPor/DJ+2CJNxJH84D0J1rz/vPGgyGkqGIeBZ7O3fit1zGPxFtBrV4VhA==} + requiresBuild: true + dependencies: + '@injectivelabs/exceptions': 1.14.11(google-protobuf@3.21.2) + '@injectivelabs/ts-types': 1.14.11 + axios: 1.6.7 + bignumber.js: 9.1.1 + http-status-codes: 2.3.0 + link-module-alias: 1.2.0 + shx: 0.3.4 + snakecase-keys: 5.5.0 + store2: 2.14.3 + transitivePeerDependencies: + - debug + - google-protobuf + dev: false + /@internationalized/date@3.4.0: resolution: {integrity: sha512-QUDSGCsvrEVITVf+kv9VSAraAmCgjQmU5CiXtesUBBhBe374NmnEIIaOFBZ72t29dfGMBP0zF+v6toVnbcc6jg==} dependencies: @@ -2567,6 +3108,12 @@ packages: - debug dev: false + /@keplr-wallet/types@0.12.105: + resolution: {integrity: sha512-jJPSugQ6yWk/7kZVVzypKupQjSSnETg8lB9Icaqv/ULcSu4AZkl+JqBbUKMcb0bIgQKcHTTx5o/otyII4niHIw==} + dependencies: + long: 4.0.0 + dev: false + /@keplr-wallet/unit@0.11.64: resolution: {integrity: sha512-BKTaDYI17QgEcBBCP5ZqsHsfNH29P6VMRxjR4nOXcJfhsuwvdJxa/p88VwQYbpVBw0oXcDOwudNiu7Bgf8w6QQ==} dependencies: @@ -2577,6 +3124,14 @@ packages: - debug dev: false + /@keplr-wallet/unit@0.12.105: + resolution: {integrity: sha512-+QC9So7uwr4ytzfqMZG1Vs963+txQXswnCN7Gwo9S6feGMYS9sst9xWSDBy2uKDx23+Xqfyt0JMkwbf9ak8fKQ==} + dependencies: + '@keplr-wallet/types': 0.12.105 + big-integer: 1.6.52 + utility-types: 3.10.0 + dev: false + /@ladle/react-context@1.0.1(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-xVQ8siyOEQG6e4Knibes1uA3PTyXnqiMmfSmd5pIbkzeDty8NCBtYHhTXSlfmcDNEsw/G8OzNWo4VbyQAVDl2A==} peerDependencies: @@ -2600,7 +3155,7 @@ packages: '@babel/generator': 7.23.6 '@babel/parser': 7.23.9 '@babel/template': 7.23.9 - '@babel/traverse': 7.23.9 + '@babel/traverse': 7.23.9(supports-color@5.5.0) '@babel/types': 7.23.9 '@ladle/react-context': 1.0.1(react-dom@18.2.0)(react@18.2.0) '@mdx-js/mdx': 3.0.0 @@ -2613,7 +3168,7 @@ packages: classnames: 2.3.2 commander: 11.1.0 cross-spawn: 7.0.3 - debug: 4.3.4(supports-color@8.1.1) + debug: 4.3.4(supports-color@5.5.0) get-port: 7.1.0 globby: 14.0.0 history: 5.3.0 @@ -2739,6 +3294,17 @@ packages: - supports-color dev: false + /@metamask/eth-sig-util@4.0.1: + resolution: {integrity: sha512-tghyZKLHZjcdlDqCA3gNZmLeR0XvOE9U1qoQO9ohyAZT6Pya+H9vkBPcsyXytmYLNgVoin7CKCmweo/R43V+tQ==} + engines: {node: '>=12.0.0'} + dependencies: + ethereumjs-abi: 0.6.8 + ethereumjs-util: 6.2.1 + ethjs-util: 0.1.6 + tweetnacl: 1.0.3 + tweetnacl-util: 0.15.1 + dev: false + /@metamask/eth-sig-util@6.0.2: resolution: {integrity: sha512-D6IIefM2vS+4GUGGtezdBbkwUYQC4bCosYx/JteUuF0zfe6lyxR4cruA8+2QHoUg7F7edNH1xymYpqYq1BeOkw==} engines: {node: '>=14.0.0'} @@ -2789,7 +3355,7 @@ packages: engines: {node: '>=14.0.0'} dependencies: '@types/debug': 4.1.12 - debug: 4.3.4(supports-color@8.1.1) + debug: 4.3.4(supports-color@5.5.0) semver: 7.6.2 superstruct: 1.0.3 transitivePeerDependencies: @@ -2802,7 +3368,7 @@ packages: dependencies: '@ethereumjs/tx': 4.2.0 '@types/debug': 4.1.12 - debug: 4.3.4(supports-color@8.1.1) + debug: 4.3.4(supports-color@5.5.0) semver: 7.6.2 superstruct: 1.0.3 transitivePeerDependencies: @@ -2817,7 +3383,7 @@ packages: '@noble/hashes': 1.3.3 '@scure/base': 1.1.5 '@types/debug': 4.1.12 - debug: 4.3.4(supports-color@8.1.1) + debug: 4.3.4(supports-color@5.5.0) pony-cause: 2.1.10 semver: 7.6.2 superstruct: 1.0.3 @@ -2924,6 +3490,12 @@ packages: '@noble/hashes': 1.3.2 dev: false + /@noble/curves@1.4.0: + resolution: {integrity: sha512-p+4cb332SFCrReJkCYe8Xzm0OWi4Jji5jVdIZRL/PmacmDkFNw6MrrV+gGpiPxLHbV+zKFRywUWbaseT+tZRXg==} + dependencies: + '@noble/hashes': 1.4.0 + dev: false + /@noble/ed25519@1.7.3: resolution: {integrity: sha512-iR8GBkDt0Q3GyaVcIu7mSsVIqnFbkbRzGLWlvhwunacoLwt4J3swfKhfaM6rN6WY+TBGoYT1GtT1mIh2/jGbRQ==} dev: true @@ -2947,6 +3519,11 @@ packages: engines: {node: '>= 16'} dev: false + /@noble/hashes@1.4.0: + resolution: {integrity: sha512-V1JJ1WTRUqHHrOSh597hURcMqVKVGL/ea3kv0gSnEdsEZ0/+VyPghM1lMNGc00z7CIQorSvbKpuJkxvuHbvdbg==} + engines: {node: '>= 16'} + dev: false + /@noble/secp256k1@1.7.1: resolution: {integrity: sha512-hOUk6AyBFmqVrv7k5WAw/LpszxVbj9gGN4JRkIX52fdFAj1UA61KXmZDvqVEm+pOyec3+fIeZB02LYa/pWOArw==} @@ -3313,7 +3890,7 @@ packages: typescript: optional: true dependencies: - debug: 4.3.4(supports-color@8.1.1) + debug: 4.3.4(supports-color@5.5.0) extract-zip: 2.0.1 progress: 2.0.3 proxy-agent: 6.3.0 @@ -3330,7 +3907,7 @@ packages: engines: {node: '>=16.3.0'} hasBin: true dependencies: - debug: 4.3.4(supports-color@8.1.1) + debug: 4.3.4(supports-color@5.5.0) extract-zip: 2.0.1 progress: 2.0.3 proxy-agent: 6.3.1 @@ -6174,6 +6751,96 @@ packages: engines: {node: '>=18'} dev: true + /@skip-router/core@5.1.0(@types/react@18.3.3)(chain-registry@1.63.9)(react-dom@18.2.0)(react@18.2.0)(typescript@5.1.3): + resolution: {integrity: sha512-js0ru+Y/taoHs27us25eqqE9kS+mE/0byOXOAt6LIomZnD6th5BGJoKFWSZ/0XGGHi69blnGnLCw8swClbKDqg==} + peerDependencies: + chain-registry: ^1.33.11 + dependencies: + '@cosmjs/amino': 0.32.3 + '@cosmjs/cosmwasm-stargate': 0.32.3 + '@cosmjs/encoding': 0.32.3 + '@cosmjs/math': 0.32.3 + '@cosmjs/proto-signing': 0.32.3 + '@cosmjs/stargate': 0.32.3 + '@cosmjs/tendermint-rpc': 0.32.3 + '@initia/initia-registry': 0.1.9 + '@injectivelabs/core-proto-ts': 0.0.24 + '@injectivelabs/sdk-ts': 1.14.11(@types/react@18.3.3)(react-dom@18.2.0)(react@18.2.0) + '@keplr-wallet/unit': 0.12.105 + '@solana/wallet-adapter-base': 0.9.23(@solana/web3.js@1.93.2) + '@solana/web3.js': 1.93.2 + axios: 1.6.7 + chain-registry: 1.63.9 + cosmjs-types: 0.8.0 + keccak256: 1.0.6 + kujira.js: 0.9.162 + viem: 2.16.2(typescript@5.1.3) + transitivePeerDependencies: + - '@types/react' + - bufferutil + - debug + - encoding + - graphql-ws + - react + - react-dom + - subscriptions-transport-ws + - typescript + - utf-8-validate + - zod + dev: false + + /@solana/buffer-layout@4.0.1: + resolution: {integrity: sha512-E1ImOIAD1tBZFRdjeM4/pzTiTApC0AOBGwyAMS4fwIodCWArzJ3DWdoh8cKxeFM2fElkxBh2Aqts1BPC373rHA==} + engines: {node: '>=5.10'} + dependencies: + buffer: 6.0.3 + dev: false + + /@solana/wallet-adapter-base@0.9.23(@solana/web3.js@1.93.2): + resolution: {integrity: sha512-apqMuYwFp1jFi55NxDfvXUX2x1T0Zh07MxhZ/nCCTGys5raSfYUh82zen2BLv8BSDj/JxZ2P/s7jrQZGrX8uAw==} + engines: {node: '>=16'} + peerDependencies: + '@solana/web3.js': ^1.77.3 + dependencies: + '@solana/wallet-standard-features': 1.2.0 + '@solana/web3.js': 1.93.2 + '@wallet-standard/base': 1.0.1 + '@wallet-standard/features': 1.0.3 + eventemitter3: 4.0.7 + dev: false + + /@solana/wallet-standard-features@1.2.0: + resolution: {integrity: sha512-tUd9srDLkRpe1BYg7we+c4UhRQkq+XQWswsr/L1xfGmoRDF47BPSXf4zE7ZU2GRBGvxtGt7lwJVAufQyQYhxTQ==} + engines: {node: '>=16'} + dependencies: + '@wallet-standard/base': 1.0.1 + '@wallet-standard/features': 1.0.3 + dev: false + + /@solana/web3.js@1.93.2: + resolution: {integrity: sha512-U8GlrvjfheJTFNavJHb2v/CnpzoqbGKaShLJGf1cELeFUlweUrfYXc9YFX0tw8Icb4ll48vDxt/zEPQOQ29+kw==} + dependencies: + '@babel/runtime': 7.24.7 + '@noble/curves': 1.4.0 + '@noble/hashes': 1.4.0 + '@solana/buffer-layout': 4.0.1 + agentkeepalive: 4.5.0 + bigint-buffer: 1.1.5 + bn.js: 5.2.1 + borsh: 0.7.0 + bs58: 4.0.1 + buffer: 6.0.3 + fast-stable-stringify: 1.0.0 + jayson: 4.1.0 + node-fetch: 2.7.0 + rpc-websockets: 9.0.2 + superstruct: 1.0.4 + transitivePeerDependencies: + - bufferutil + - encoding + - utf-8-validate + dev: false + /@stablelib/aead@1.0.1: resolution: {integrity: sha512-q39ik6sxGHewqtO0nP4BuSe3db5G1fEJE8ukvngS2gLkBXyy6E7pLubhbYgnkDFv6V8cWaxcE4Xn0t6LWcJkyg==} dev: false @@ -6550,6 +7217,12 @@ packages: tslib: 2.6.2 dev: false + /@swc/helpers@0.5.11: + resolution: {integrity: sha512-YNlnKRWF2sVojTpIyzwou9XoTNbzbzONwRhOoniEioF1AtaitTvVZblaQRrAzChWQ1bLYyYSWzM18y4WwgzJ+A==} + dependencies: + tslib: 2.6.2 + dev: false + /@swc/types@0.1.5: resolution: {integrity: sha512-myfUej5naTBWnqOCc/MdVOLVjXUXtIA+NpDrDBKJtLLg2shUjBu3cZmB/85RyitKc55+lUUyl7oRfLOvkr2hsw==} dev: true @@ -6763,6 +7436,12 @@ packages: '@babel/types': 7.23.9 dev: true + /@types/bn.js@4.11.6: + resolution: {integrity: sha512-pqr857jrp2kPuO9uRjZ3PwnJTjoQy+fcdxvBTvHm6dkmEL9q+hDD/2j/0ELOBPtPnS8LjCX0gI9nbl8lVkadpg==} + dependencies: + '@types/node': 20.12.13 + dev: false + /@types/bn.js@5.1.5: resolution: {integrity: sha512-V46N0zwKRF5Q00AZ6hWtN0T8gGmDUaUzLWQvHFo5yThtVwK/VCenFY3wXVbOvNfajEpsTfQM4IN9k/d6gUVX3A==} dependencies: @@ -6795,6 +7474,12 @@ packages: '@types/color-convert': 2.0.0 dev: true + /@types/connect@3.4.38: + resolution: {integrity: sha512-K6uROf1LD88uDQqJCktA4yzL1YYAK6NgfsI0v/mTgyPKWsX1CnJ0XPSDhViejru1GcRkLWb8RlzFYJRqGUbaug==} + dependencies: + '@types/node': 20.12.13 + dev: false + /@types/conventional-commits-parser@5.0.0: resolution: {integrity: sha512-loB369iXNmAZglwWATL+WRe+CRMmmBPtpolYzIebFaX4YA3x+BEfLqhUAV9WanycKI3TG1IMr5bMJDajDKLlUQ==} dependencies: @@ -6880,6 +7565,10 @@ packages: resolution: {integrity: sha512-W6hyZux6TrtKfF2I9XNLVcsFr4xRr0T+S6hrJ9nDkhA2vzsFPIEAbnY4vgb6v2yKXQ9MJVcbLsARNlMfg4EVtQ==} dev: true + /@types/google-protobuf@3.15.12: + resolution: {integrity: sha512-40um9QqwHjRS92qnOaDpL7RmDK15NuZYo9HihiJRbYkMQZlWnuH8AdvbMy8/o6lgLmKbDUKa+OALCltHdbOTpQ==} + dev: false + /@types/hast@3.0.4: resolution: {integrity: sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ==} dependencies: @@ -6924,6 +7613,12 @@ packages: resolution: {integrity: sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==} dev: true + /@types/lodash.values@4.3.9: + resolution: {integrity: sha512-IJ20OEfqNwm3k8ENwoM3q0yOs4UMpgtD4GqxB4lwBHToGthHWqhyh5DdSgQjioocz0QK2SSBkJfCq95ZTV8BTw==} + dependencies: + '@types/lodash': 4.14.195 + dev: false + /@types/lodash@4.14.195: resolution: {integrity: sha512-Hwx9EUgdwf2GLarOjQp5ZH8ZmblzcbTBC2wtQWNKARBSxM9ezRIAUpeDTgoQRAFB0+8CNWXVA9+MaSOzOF3nPg==} dev: false @@ -6981,6 +7676,12 @@ packages: resolution: {integrity: sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw==} dev: true + /@types/pbkdf2@3.1.2: + resolution: {integrity: sha512-uRwJqmiXmh9++aSu1VNEn3iIxWOhd8AHXNSdlaLfdAAdSTY9jYVeGWnzejM3dvrkbqE3/hyQkQQ29IFATEGlew==} + dependencies: + '@types/node': 20.12.13 + dev: false + /@types/prismjs@1.26.3: resolution: {integrity: sha512-A0D0aTXvjlqJ5ZILMz3rNfDBOx9hHxLZYv2by47Sm/pqW35zzjusrZTryatjN/Rf8Us2gZrJD+KeHbUSTux1Cw==} dev: true @@ -7003,6 +7704,12 @@ packages: resolution: {integrity: sha512-wWKOClTTiizcZhXnPY4wikVAwmdYHp8q6DmC+EJUzAMsycb7HB32Kh9RN4+0gExjmPmZSAQjgURXIGATPegAvA==} dev: true + /@types/secp256k1@4.0.6: + resolution: {integrity: sha512-hHxJU6PAEUn0TP4S/ZOzuTUvJWuZ6eIKeNKb5RBpODvSl6hp1Wrw4s7ATY50rklRCScUDpHzVA/DQdSjJ3UoYQ==} + dependencies: + '@types/node': 20.12.13 + dev: false + /@types/semver@7.5.8: resolution: {integrity: sha512-I8EUhyrgfLrcTkzV3TSsGyl1tSuPrEDzr0yd5m90UgNxQkyDXULk3b6MlQqTCpZpNtWe1K0hzclnZkTcLBe2UQ==} dev: true @@ -7044,16 +7751,25 @@ packages: resolution: {integrity: sha512-EwmlvuaxPNej9+T4v5AuBPJa2x2UOJVdjCtDHgcDqitUeOtjnJKJ+apYjVcAoBEMjKW1VVFGZLUb5+qqa09XFA==} dev: false + /@types/uuid@8.3.4: + resolution: {integrity: sha512-c/I8ZRb51j+pYGAu5CrFMRxqZ2ke4y2grEBO5AUjgSkSk+qT2Ea+OdWElz/OiMf5MNpn2b17kuVBwZLQJXzihw==} + dev: false + /@types/which@2.0.2: resolution: {integrity: sha512-113D3mDkZDjo+EeUEHCFy0qniNc1ZpecGiAU7WSo7YDoSzolZIQKpYFHrPpjkB2nuyahcKfrmLXeQlh7gqJYdw==} dev: true + /@types/ws@7.4.7: + resolution: {integrity: sha512-JQbbmxZTZehdc2iszGKs5oC3NFnjeay7mtAWrdt7qNtAVK0g19muApzAy4bm9byz79xa2ZnO/BOBC2R8RC5Lww==} + dependencies: + '@types/node': 20.12.13 + dev: false + /@types/ws@8.5.10: resolution: {integrity: sha512-vmQSUcfalpIq0R9q7uTo2lXs6eGIpt9wtnLdMv9LVpIjCA/+ufZRozlVoVelIYixx1ugCBKDhn89vnsEGOCx9A==} requiresBuild: true dependencies: '@types/node': 20.12.13 - dev: true /@types/yargs-parser@21.0.3: resolution: {integrity: sha512-I4q9QU9MQv4oEOz4tAHJtNz1cwuLxn2F3xcc2iV5WdqLPpUnj30aUuxt1mAxYTG+oe8CZMV/+6rU4S4gRDzqtQ==} @@ -7092,7 +7808,7 @@ packages: '@typescript-eslint/type-utils': 6.21.0(eslint@8.57.0)(typescript@5.1.3) '@typescript-eslint/utils': 6.21.0(eslint@8.57.0)(typescript@5.1.3) '@typescript-eslint/visitor-keys': 6.21.0 - debug: 4.3.4(supports-color@8.1.1) + debug: 4.3.4(supports-color@5.5.0) eslint: 8.57.0 graphemer: 1.4.0 ignore: 5.3.1 @@ -7118,7 +7834,7 @@ packages: '@typescript-eslint/types': 6.21.0 '@typescript-eslint/typescript-estree': 6.21.0(typescript@5.1.3) '@typescript-eslint/visitor-keys': 6.21.0 - debug: 4.3.4(supports-color@8.1.1) + debug: 4.3.4(supports-color@5.5.0) eslint: 8.57.0 typescript: 5.1.3 transitivePeerDependencies: @@ -7145,7 +7861,7 @@ packages: dependencies: '@typescript-eslint/typescript-estree': 6.21.0(typescript@5.1.3) '@typescript-eslint/utils': 6.21.0(eslint@8.57.0)(typescript@5.1.3) - debug: 4.3.4(supports-color@8.1.1) + debug: 4.3.4(supports-color@5.5.0) eslint: 8.57.0 ts-api-utils: 1.3.0(typescript@5.1.3) typescript: 5.1.3 @@ -7169,7 +7885,7 @@ packages: dependencies: '@typescript-eslint/types': 6.21.0 '@typescript-eslint/visitor-keys': 6.21.0 - debug: 4.3.4(supports-color@8.1.1) + debug: 4.3.4(supports-color@5.5.0) globby: 11.1.0 is-glob: 4.0.3 minimatch: 9.0.3 @@ -7666,6 +8382,18 @@ packages: - zod dev: false + /@wallet-standard/base@1.0.1: + resolution: {integrity: sha512-1To3ekMfzhYxe0Yhkpri+Fedq0SYcfrOfJi3vbLjMwF2qiKPjTGLwZkf2C9ftdQmxES+hmxhBzTwF4KgcOwf8w==} + engines: {node: '>=16'} + dev: false + + /@wallet-standard/features@1.0.3: + resolution: {integrity: sha512-m8475I6W5LTatTZuUz5JJNK42wFRgkJTB0I9tkruMwfqBF2UN2eomkYNVf9RbrsROelCRzSFmugqjKZBFaubsA==} + engines: {node: '>=16'} + dependencies: + '@wallet-standard/base': 1.0.1 + dev: false + /@walletconnect/core@2.11.0: resolution: {integrity: sha512-2Tjp5BCevI7dbmqo/OrCjX4tqgMqwJNQLlQAlphqPfvwlF9+tIu6pGcVbSN3U9zyXzWIZCeleqEaWUeSeET4Ew==} dependencies: @@ -8959,6 +9687,41 @@ packages: '@xtuc/long': 4.2.2 dev: true + /@wry/caches@1.0.1: + resolution: {integrity: sha512-bXuaUNLVVkD20wcGBWRyo7j9N3TxePEWFZj2Y+r9OoUzfqmavM84+mFykRicNsBqatba5JLay1t48wxaXaWnlA==} + engines: {node: '>=8'} + dependencies: + tslib: 2.6.2 + dev: false + + /@wry/context@0.7.4: + resolution: {integrity: sha512-jmT7Sb4ZQWI5iyu3lobQxICu2nC/vbUhP0vIdd6tHC9PTfenmRmuIFqktc6GH9cgi+ZHnsLWPvfSvc4DrYmKiQ==} + engines: {node: '>=8'} + dependencies: + tslib: 2.6.2 + dev: false + + /@wry/equality@0.5.7: + resolution: {integrity: sha512-BRFORjsTuQv5gxcXsuDXx6oGRhuVsEGwZy6LOzRRfgu+eSfxbhUQ9L9YtSEIuIjY/o7g3iWFjrc5eSY1GXP2Dw==} + engines: {node: '>=8'} + dependencies: + tslib: 2.6.2 + dev: false + + /@wry/trie@0.4.3: + resolution: {integrity: sha512-I6bHwH0fSf6RqQcnnXLJKhkSXG45MFral3GxPaY4uAl0LYDZM+YDVDAiU9bYwjTuysy1S0IeecWtmq1SZA3M1w==} + engines: {node: '>=8'} + dependencies: + tslib: 2.6.2 + dev: false + + /@wry/trie@0.5.0: + resolution: {integrity: sha512-FNoYzHawTMk/6KMQoEG5O4PuioX19UbwdQKF44yw0nLfOypfQdjtfZzo/UIJWAJ23sNIFbD1Ug9lbaDGMwbqQA==} + engines: {node: '>=8'} + dependencies: + tslib: 2.6.2 + dev: false + /@xtuc/ieee754@1.2.0: resolution: {integrity: sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA==} dev: true @@ -8979,7 +9742,6 @@ packages: dependencies: jsonparse: 1.3.1 through: 2.3.8 - dev: true /abitype@0.8.7(typescript@5.1.3): resolution: {integrity: sha512-wQ7hV8Yg/yKmGyFpqrNZufCxbszDe5es4AZGYPBitocfSqXtjrTG9JMWFcc4N30ukl2ve48aBTwt7NJxVQdU3w==} @@ -9007,6 +9769,20 @@ packages: typescript: 5.1.3 dev: false + /abitype@1.0.4(typescript@5.1.3): + resolution: {integrity: sha512-UivtYZOGJGE8rsrM/N5vdRkUpqEZVmuTumfTuolm7m/6O09wprd958rx8kUBwVAAAhQDveGAgD0GJdBuR8s6tw==} + peerDependencies: + typescript: '>=5.0.4' + zod: ^3 >=3.22.0 + peerDependenciesMeta: + typescript: + optional: true + zod: + optional: true + dependencies: + typescript: 5.1.3 + dev: false + /abort-controller@3.0.0: resolution: {integrity: sha512-h8lQ8tacZYnR3vNQTgibj+tODHI5/+l06Au2Pcriv/Gmet0eaj4TwWH41sO9wnHDiQsEj19q0drzdWdeAHtweg==} engines: {node: '>=6.5'} @@ -9067,7 +9843,7 @@ packages: resolution: {integrity: sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==} engines: {node: '>= 6.0.0'} dependencies: - debug: 4.3.4(supports-color@8.1.1) + debug: 4.3.4(supports-color@5.5.0) transitivePeerDependencies: - supports-color dev: true @@ -9076,10 +9852,16 @@ packages: resolution: {integrity: sha512-o/zjMZRhJxny7OyEF+Op8X+efiELC7k7yOjMzgfzVqOzXqkBkWI79YoTdOtsuWd5BWhAGAuOY/Xa6xpiaWXiNg==} engines: {node: '>= 14'} dependencies: - debug: 4.3.4(supports-color@8.1.1) + debug: 4.3.4(supports-color@5.5.0) transitivePeerDependencies: - supports-color - dev: true + + /agentkeepalive@4.5.0: + resolution: {integrity: sha512-5GG/5IbQQpC9FpkRGsSvZI5QYeSCzlJHdpBQntCsuTOxhKD8lqKhrleg2Yi7yvMIf82Ycmmqln9U8V9qwEiJew==} + engines: {node: '>= 8.0.0'} + dependencies: + humanize-ms: 1.2.1 + dev: false /ajv-formats@2.1.1(ajv@8.12.0): resolution: {integrity: sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA==} @@ -9589,10 +10371,22 @@ packages: resolution: {integrity: sha512-s0IrSOzLlbvX7yp4WBfPITzpAU8sqQcpsmwXDiKwrG4r491vwCO/XpejasRNl0piBMe/DvP4Tz0mIS/X1DPJBQ==} dev: false + /bech32@2.0.0: + resolution: {integrity: sha512-LcknSilhIGatDAsY1ak2I8VtGaHNhgMSYVxFrGLXv+xLHytaKZKcaUJJUE7qmBr7h33o5YQwP55pMI0xmkpJwg==} + dev: false + /big-integer@1.6.52: resolution: {integrity: sha512-QxD8cf2eVqJOOz63z6JIN9BzvVs/dlySa5HGSBH5xtR8dPteIRQnBxxKqkNTiT6jbDTF6jAfrd4oMcND9RGbQg==} engines: {node: '>=0.6'} + /bigint-buffer@1.1.5: + resolution: {integrity: sha512-trfYco6AoZ+rKhKnxA0hgX0HAbVP/s808/EuDSe2JDzUnCp/xAsli35Orvk67UrTEcwuxZqYZDmfA2RXJgxVvA==} + engines: {node: '>= 10.0.0'} + requiresBuild: true + dependencies: + bindings: 1.5.0 + dev: false + /bignumber.js@9.1.1: resolution: {integrity: sha512-pHm4LsMJ6lzgNGVfZHjMoO8sdoRhOzOH4MLmY65Jg70bpxCKu5iOHNJyfF6OyvYw7t8Fpf35RuzUyqnQsj8Vig==} dev: false @@ -9642,6 +10436,10 @@ packages: readable-stream: 3.6.2 dev: true + /blakejs@1.2.1: + resolution: {integrity: sha512-QXUSXI3QVc/gJME0dBpXrag1kbzOqCjCX8/b54ntNyW6sjtoqxqRk3LTmXzaJoh71zMsDCjM+47jS7XiwN/+fQ==} + dev: false + /blob-to-it@1.0.4: resolution: {integrity: sha512-iCmk0W4NdbrWgRRuxOriU8aM5ijeVLI61Zulsmg/lUHNr7pYjoj+U77opLefNagevtrrbMt3JQ5Qip7ar178kA==} dependencies: @@ -9685,6 +10483,14 @@ packages: resolution: {integrity: sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==} dev: true + /borsh@0.7.0: + resolution: {integrity: sha512-CLCsZGIBCFnPtkNnieW/a8wmreDmfUtjU2m9yHrzPXIlNbqVs0AQrSatSG6vdNYUqdc83tkQi2eHfF98ubzQLA==} + dependencies: + bn.js: 5.2.1 + bs58: 4.0.1 + text-encoding-utf-8: 1.0.2 + dev: false + /boxen@7.1.1: resolution: {integrity: sha512-2hCgjEmP8YLWQ130n2FerGv7rYpfBmnmp9Uy2Le1vge6X3gZIfSmEzP5QTDElFxcvVcXlEn8Aq6MU/PZygIOog==} engines: {node: '>=14.16'} @@ -9711,7 +10517,6 @@ packages: dependencies: balanced-match: 1.0.2 concat-map: 0.0.1 - dev: true /brace-expansion@2.0.1: resolution: {integrity: sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==} @@ -9729,6 +10534,10 @@ packages: resolution: {integrity: sha512-cKV8tMCEpQs4hK/ik71d6LrPOnpkpGBR0wzxqr68g2m/LB2GxVYQroAjMJZRVM1Y4BCjCKc3vAamxSzOY2RP+w==} dev: false + /browser-headers@0.4.1: + resolution: {integrity: sha512-CA9hsySZVo9371qEHjHZtYxV2cFtVj5Wj/ZHi8ooEsrtm4vOnl9Y9HmyYWk9q+05d7K3rdoAE0j3MVEFVvtQtg==} + dev: false + /browser-readablestream-to-it@1.0.3: resolution: {integrity: sha512-+12sHB+Br8HIh6VAMVEG5r3UXCyESIgDW7kzk3BjIXa43DVqVwL7GC5TW3jeh+72dtcH99pPVpw0X8i0jt+/kw==} dev: true @@ -9737,6 +10546,17 @@ packages: resolution: {integrity: sha512-qhAVI1+Av2X7qelOfAIYwXONood6XlZE/fXaBSmW/T5SzLAmCgzi+eiWE7fUvbHaeNBQH13UftjpXxsfLkMpgw==} dev: true + /browserify-aes@1.2.0: + resolution: {integrity: sha512-+7CHXqGuspUn/Sl5aO7Ea0xWGAtETPXNSAjHo48JfLdPWcMng33Xe4znFvQweqc/uzk5zSOI3H52CYnjCfb5hA==} + dependencies: + buffer-xor: 1.0.3 + cipher-base: 1.0.4 + create-hash: 1.2.0 + evp_bytestokey: 1.0.3 + inherits: 2.0.4 + safe-buffer: 5.2.1 + dev: false + /browserify-zlib@0.2.0: resolution: {integrity: sha512-Z942RysHXmJrhqk88FmKBVq/v5tqmSkDz7p54G/MGyjMnCFFnC79XWNbg+Vta8W6Wb2qtSZTSxIGkJrRpCFEiA==} dependencies: @@ -9793,6 +10613,10 @@ packages: resolution: {integrity: sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==} dev: true + /buffer-xor@1.0.3: + resolution: {integrity: sha512-571s0T7nZWK6vB67HI5dyUF7wXiNcfaPPPTl6zYCNApANjIvYJTg7hlud/+cJpdAhS7dVzqMLmfhfHR3rAcOjQ==} + dev: false + /buffer@5.7.1: resolution: {integrity: sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==} dependencies: @@ -9812,7 +10636,6 @@ packages: requiresBuild: true dependencies: node-gyp-build: 4.6.0 - dev: false /builtin-modules@3.3.0: resolution: {integrity: sha512-zhaCDicdLuWN5UbN5IMnFqNMhNfo919sH85y2/ea+5Yg9TsTkeZxpL+JLbp6cgYFS4sRLp3YV4S6yDuqVWHYOw==} @@ -9938,6 +10761,12 @@ packages: type-detect: 4.0.8 dev: true + /chain-registry@1.63.9: + resolution: {integrity: sha512-vxpKexdHhYEI4+/GiWnTFomoY+a1MIl7Fhk/yJ+Xng7kbQ1C8by9pQHyuOJfQO8c5ojLbgO8ma0urcIP5cWFDg==} + dependencies: + '@chain-registry/types': 0.45.6 + dev: false + /chalk@2.4.2: resolution: {integrity: sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==} engines: {node: '>=4'} @@ -10096,7 +10925,6 @@ packages: string-width: 4.2.3 strip-ansi: 6.0.1 wrap-ansi: 7.0.0 - dev: true /cliui@8.0.1: resolution: {integrity: sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==} @@ -10208,7 +11036,6 @@ packages: /commander@2.20.3: resolution: {integrity: sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==} - dev: true /commander@9.5.0: resolution: {integrity: sha512-KRs7WVDKg86PWiuAqhDrAQnTXZKraVcCc6vFdL14qrZ/DcWwuRo7VoiYXalXO7S5GKpqYiVEwCbgFDfxNHKJBQ==} @@ -10240,7 +11067,6 @@ packages: /concat-map@0.0.1: resolution: {integrity: sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==} - dev: true /concordance@5.0.4: resolution: {integrity: sha512-OAcsnTEYu1ARJqWVGwf4zh4JDfHZEaSNlNccFmt8YjB2l/n19/PF2viLINHc57vO4FKIAFl2FWASIGZZWZ2Kxw==} @@ -10335,10 +11161,22 @@ packages: toggle-selection: 1.0.6 dev: false + /copyfiles@2.4.1: + resolution: {integrity: sha512-fereAvAvxDrQDOXybk3Qu3dPbOoKoysFMWtkY3mv5BsL8//OSZVL5DCLYqgRfY5cWirgRzlC+WSrxp6Bo3eNZg==} + hasBin: true + dependencies: + glob: 7.2.3 + minimatch: 3.1.2 + mkdirp: 1.0.4 + noms: 0.0.0 + through2: 2.0.5 + untildify: 4.0.0 + yargs: 16.2.0 + dev: false + /core-util-is@1.0.3: resolution: {integrity: sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==} requiresBuild: true - dev: true /cosmiconfig-typescript-loader@5.0.0(@types/node@20.12.13)(cosmiconfig@8.3.6)(typescript@5.1.3): resolution: {integrity: sha512-+8cK7jRAReYkMwMiG+bxhcNKiHJDM6bR9FD/nGBXOWdMLuYawjF5cGrtLilJ+LGd3ZjCXnJjR5DkfWPoIVlqJA==} @@ -10496,6 +11334,12 @@ packages: requiresBuild: true dev: true + /cssstyle@4.0.1: + resolution: {integrity: sha512-8ZYiJ3A/3OkDd093CBT/0UKDWry7ak4BdPTFP2+QEP7cmhouyq/Up709ASSj2cK02BbZiMgk7kYjZNS4QP5qrQ==} + engines: {node: '>=18'} + dependencies: + rrweb-cssom: 0.6.0 + /csstype@3.1.2: resolution: {integrity: sha512-I7K1Uu0MBPzaFKg4nI5Q7Vs2t+3gWWW648spaF+Rg7pI9ds18Ugn+lvg4SHczUdKlHI5LWBXyqfS8+DufyBsgQ==} @@ -10618,6 +11462,13 @@ packages: requiresBuild: true dev: true + /data-urls@5.0.0: + resolution: {integrity: sha512-ZYP5VBHshaDAiVZxjbRVcFJpc+4xGgT0bK3vzy1HLN8jTO975HEbuYzZJcHoQEY5K1a0z8YayJkyVETa08eNTg==} + engines: {node: '>=18'} + dependencies: + whatwg-mimetype: 4.0.0 + whatwg-url: 14.0.0 + /data-view-buffer@1.0.1: resolution: {integrity: sha512-0lht7OugA5x3iJLOWFhWK/5ehONdprk0ISXqVFn/NFrDu+cuc8iADFrGQz5BnRK7LLU3JmkbXSxaqX+/mXYtUA==} engines: {node: '>= 0.4'} @@ -10705,6 +11556,7 @@ packages: dependencies: ms: 2.1.2 supports-color: 8.1.1 + dev: true /decamelize-keys@1.1.1: resolution: {integrity: sha512-WiPxgEirIV0/eIOMcnFBA3/IJZAZqKnwAwWyvvdi4lsr1WCN22nhdf/3db3DoZcUjTV2SqfzIwNyp6y2xs3nmg==} @@ -10728,6 +11580,9 @@ packages: engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} dev: true + /decimal.js@10.4.3: + resolution: {integrity: sha512-VBBaLc1MgL5XpzgIP7ny5Z6Nx3UrRkIViUkPUdtl9aya5amy3De1gsUUSB1g3+3sExYNjCAsAznmukyxCb1GRA==} + /decode-named-character-reference@1.0.2: resolution: {integrity: sha512-O8x12RzrUF8xyVcY0KJowWsmaJxQbmy0/EtnNtHRpsOcT7dFk5W598coHqBVpmWo1oQQfsCqfCmkZN5DJrZVdg==} dependencies: @@ -10863,6 +11718,11 @@ packages: engines: {node: '>=6'} dev: false + /delay@5.0.0: + resolution: {integrity: sha512-ReEBKkIfe4ya47wlPYf/gu5ib6yUG0/Aez0JQZQz94kiWtRQvZIQbTiehsnwHvLSWJnQdhVeqYue7Id1dKr0qw==} + engines: {node: '>=10'} + dev: false + /delayed-stream@1.0.0: resolution: {integrity: sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==} engines: {node: '>=0.4.0'} @@ -10975,7 +11835,7 @@ packages: /dns-over-http-resolver@1.2.3(node-fetch@3.3.2): resolution: {integrity: sha512-miDiVSI6KSNbi4SVifzO/reD8rMnxgrlnkrlkugOLQpWQTe2qMdHsZp5DmfKjxNE+/T3VAAYLQUZMv9SMr6+AA==} dependencies: - debug: 4.3.4(supports-color@8.1.1) + debug: 4.3.4(supports-color@5.5.0) native-fetch: 3.0.0(node-fetch@3.3.2) receptacle: 1.3.2 transitivePeerDependencies: @@ -11001,6 +11861,13 @@ packages: resolution: {integrity: sha512-X7BJ2yElsnOJ30pZF4uIIDfBEVgF4XEBxL9Bxhy6dnrm5hkzqmsWHGTiHqRiITNhMyFLyAiWndIJP7Z1NTteDg==} dev: true + /dot-case@3.0.4: + resolution: {integrity: sha512-Kv5nKlh6yRrdrGvxeJ2e5y2eRUpkUosIW4A2AS38zwSz27zu7ufDwQPi5Jhs3XAlGNetl3bmnGhQsMtkKJnj3w==} + dependencies: + no-case: 3.0.4 + tslib: 2.6.2 + dev: false + /dot-prop@5.3.0: resolution: {integrity: sha512-QM8q3zDe58hqUqjraQOmzZ1LIH9SWQJTlEKCH4kJ2oQvLZk7RbQXvtDM2XEq3fwkV9CCvvH4LA0AV+ogFsBM2Q==} engines: {node: '>=8'} @@ -11135,7 +12002,6 @@ packages: /entities@4.5.0: resolution: {integrity: sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==} engines: {node: '>=0.12'} - dev: true /err-code@3.0.1: resolution: {integrity: sha512-GiaH0KJUewYok+eeY05IIgjtAe4Yltygk9Wqp1V5yVWLdhf0hYZchRjNIT9bb0mSwRcIusT3cx7PJUf3zEIfUA==} @@ -11305,6 +12171,12 @@ packages: resolution: {integrity: sha512-HJDGx5daxeIvxdBxvG2cb9g4tEvwIk3i8+nhX0yGrYmZUzbkdg8QbDevheDB8gd0//uPj4c1EQua8Q+MViT0/w==} dev: false + /es6-promisify@5.0.0: + resolution: {integrity: sha512-C+d6UdsYDk0lMebHNR4S2NybQMMngAOnOwYBQjTOiv0MkoJMP0Myw2mgpDLBcpfCmRLxyFqYhS/CfOENq4SJhQ==} + dependencies: + es6-promise: 4.2.8 + dev: false + /es6-symbol@3.1.4: resolution: {integrity: sha512-U9bFFjX8tFiATgtkJ1zg25+KviIXpgRvRHS8sau3GfhVzThRQrOeksPeT0BWW2MNZs1OEWJ1DPXOQMn0KKRkvg==} engines: {node: '>=0.12'} @@ -11539,7 +12411,7 @@ packages: eslint: '*' eslint-plugin-import: '*' dependencies: - debug: 4.3.4(supports-color@8.1.1) + debug: 4.3.4(supports-color@5.5.0) enhanced-resolve: 5.16.1 eslint: 8.57.0 eslint-module-utils: 2.8.1(@typescript-eslint/parser@6.21.0)(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.1)(eslint@8.57.0) @@ -11780,7 +12652,7 @@ packages: ajv: 6.12.6 chalk: 4.1.2 cross-spawn: 7.0.3 - debug: 4.3.4(supports-color@8.1.1) + debug: 4.3.4(supports-color@5.5.0) doctrine: 3.0.0 escape-string-regexp: 4.0.0 eslint-scope: 7.2.2 @@ -11957,6 +12829,26 @@ packages: js-sha3: 0.8.0 dev: false + /ethereum-cryptography@0.1.3: + resolution: {integrity: sha512-w8/4x1SGGzc+tO97TASLja6SLd3fRIK2tLVcV2Gx4IB21hE19atll5Cq9o3d0ZmAYC/8aw0ipieTSiekAea4SQ==} + dependencies: + '@types/pbkdf2': 3.1.2 + '@types/secp256k1': 4.0.6 + blakejs: 1.2.1 + browserify-aes: 1.2.0 + bs58check: 2.1.2 + create-hash: 1.2.0 + create-hmac: 1.1.7 + hash.js: 1.1.7 + keccak: 3.0.3 + pbkdf2: 3.1.2 + randombytes: 2.1.0 + safe-buffer: 5.2.1 + scrypt-js: 3.0.1 + secp256k1: 4.0.3 + setimmediate: 1.0.5 + dev: false + /ethereum-cryptography@2.1.2: resolution: {integrity: sha512-Z5Ba0T0ImZ8fqXrJbpHcbpAvIswRte2wGNR/KePnu8GbbvgJ47lMxT/ZZPG6i9Jaht4azPDop4HaM00J0J59ug==} dependencies: @@ -11966,6 +12858,36 @@ packages: '@scure/bip39': 1.2.1 dev: false + /ethereumjs-abi@0.6.8: + resolution: {integrity: sha512-Tx0r/iXI6r+lRsdvkFDlut0N08jWMnKRZ6Gkq+Nmw75lZe4e6o3EkSnkaBP5NF6+m5PTGAr9JP43N3LyeoglsA==} + dependencies: + bn.js: 4.12.0 + ethereumjs-util: 6.2.1 + dev: false + + /ethereumjs-util@6.2.1: + resolution: {integrity: sha512-W2Ktez4L01Vexijrm5EB6w7dg4n/TgpoYU4avuT5T3Vmnw/eCRtiBrJfQYS/DCSvDIOLn2k57GcHdeBcgVxAqw==} + dependencies: + '@types/bn.js': 4.11.6 + bn.js: 4.12.0 + create-hash: 1.2.0 + elliptic: 6.5.4 + ethereum-cryptography: 0.1.3 + ethjs-util: 0.1.6 + rlp: 2.2.7 + dev: false + + /ethereumjs-util@7.1.5: + resolution: {integrity: sha512-SDl5kKrQAudFBUe5OJM9Ac6WmMyYmXX/6sTmLZ3ffG2eY6ZIGBes3pEDxNN6V72WyOw4CPD5RomKdsa8DAAwLg==} + engines: {node: '>=10.0.0'} + dependencies: + '@types/bn.js': 5.1.5 + bn.js: 5.2.1 + create-hash: 1.2.0 + ethereum-cryptography: 0.1.3 + rlp: 2.2.7 + dev: false + /ethers@5.7.2: resolution: {integrity: sha512-wswUsmWo1aOK8rR7DIKiWSw9DbLWe6x98Jrn8wcTflTVvaXhAMaB5zGAXy0GYQEQp9iO1iSHWVyARQm11zUtyg==} dependencies: @@ -12075,6 +12997,13 @@ packages: resolution: {integrity: sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==} engines: {node: '>=0.8.x'} + /evp_bytestokey@1.0.3: + resolution: {integrity: sha512-/f2Go4TognH/KvCISP7OUsHn85hT9nUkxxA9BEWxFn+Oj9o8ZNLm/40hdlgSLyuOimsrTKLUMEorQexp/aPQeA==} + dependencies: + md5.js: 1.3.5 + safe-buffer: 5.2.1 + dev: false + /execa@5.1.1: resolution: {integrity: sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==} engines: {node: '>=10'} @@ -12153,6 +13082,11 @@ packages: jest-util: 29.7.0 dev: true + /export-to-csv@1.2.3: + resolution: {integrity: sha512-N+hWdpEQNSn4BeltgusTuW65gC+2B5hmOWe4Eu0gw0NwKq92dzD+5ObSSBUeKTy7k+PGG7xDqaThPg8elZ7k+g==} + engines: {node: ^v12.20.0 || >=v14.13.0} + dev: false + /ext@1.7.0: resolution: {integrity: sha512-6hxeJYaL110a9b5TEJSj0gojyHQAmA2ch5Os+ySCiA1QGdS697XWY1pzsrSjqA9LDEEgdB/KypIlR59RcLuHYw==} dependencies: @@ -12177,7 +13111,7 @@ packages: engines: {node: '>= 10.17.0'} hasBin: true dependencies: - debug: 4.3.4(supports-color@8.1.1) + debug: 4.3.4(supports-color@5.5.0) get-stream: 5.2.0 yauzl: 2.10.0 optionalDependencies: @@ -12186,6 +13120,11 @@ packages: - supports-color dev: true + /eyes@0.1.8: + resolution: {integrity: sha512-GipyPsXO1anza0AOZdy69Im7hGFCNB7Y/NGjDlZGJ3GJJLtwNSb2vrzYrTYJRrRloVx7pl+bhUaTB8yiccPvFQ==} + engines: {node: '> 0.1.90'} + dev: false + /fast-copy@3.0.2: resolution: {integrity: sha512-dl0O9Vhju8IrcLndv2eU4ldt1ftXMqqfgN4H1cpmGV7P6jeB9FwpN9a2c8DPGE1Ys88rNUJVYDHq73CGAGOPfQ==} dev: false @@ -12238,6 +13177,10 @@ packages: resolution: {integrity: sha512-W+KJc2dmILlPplD/H4K9l9LcAHAfPtP6BY84uVLXQ6Evcz9Lcg33Y2z1IVblT6xdY54PXYVHEv+0Wpq8Io6zkA==} dev: false + /fast-stable-stringify@1.0.0: + resolution: {integrity: sha512-wpYMUmFu5f00Sm0cj2pfivpmawLZ0NKdviQ4w9zJeR8JVtOpOxHmLaJuj0vxvGqMJQWyP/COUkF75/57OKyRag==} + dev: false + /fastq@1.17.1: resolution: {integrity: sha512-sRVD3lWVIXWg6By68ZN7vho9a1pQcN/WBFaAAsDDFzlJjvoGx0P8z7V1t72grFJfJhu3YPZBuu25f7Kaw2jN1w==} dependencies: @@ -12453,7 +13396,6 @@ packages: /fs.realpath@1.0.0: resolution: {integrity: sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==} - dev: true /fsevents@2.3.3: resolution: {integrity: sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==} @@ -12594,7 +13536,7 @@ packages: dependencies: basic-ftp: 5.0.5 data-uri-to-buffer: 6.0.2 - debug: 4.3.4(supports-color@8.1.1) + debug: 4.3.4(supports-color@5.5.0) fs-extra: 11.2.0 transitivePeerDependencies: - supports-color @@ -12670,7 +13612,6 @@ packages: minimatch: 3.1.2 once: 1.4.0 path-is-absolute: 1.0.1 - dev: true /glob@8.1.0: resolution: {integrity: sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ==} @@ -12745,6 +13686,10 @@ packages: minimatch: 3.0.8 dev: true + /google-protobuf@3.21.2: + resolution: {integrity: sha512-3MSOYFO5U9mPGikIYCzK0SaThypfGgS6bHqrUGXG3DPHCrb+txNqeEcns1W0lkGfk0rCyNXm7xB9rMxnCiZOoA==} + dev: false + /gopd@1.0.1: resolution: {integrity: sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==} dependencies: @@ -12780,10 +13725,19 @@ packages: resolution: {integrity: sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==} dev: true + /graphql-tag@2.12.6(graphql@16.8.1): + resolution: {integrity: sha512-FdSNcu2QQcWnM2VNvSCCDCVS5PpPqpzgFT8+GXzqJuoDd0CBncxCY278u4mhRO7tMgo2JjgJA5aZ+nWSQ/Z+xg==} + engines: {node: '>=10'} + peerDependencies: + graphql: ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 + dependencies: + graphql: 16.8.1 + tslib: 2.6.2 + dev: false + /graphql@16.8.1: resolution: {integrity: sha512-59LZHPdGZVh695Ud9lRzPBVTtlX9ZCV150Er2W43ro37wVof0ctenSaskPPjN7lVTIN8mSZt8PHUNKZuNQUuxw==} engines: {node: ^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0} - dev: true /graz@0.0.43(@types/react@18.3.3)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-cLHdOeYxwyvU8c/9eByK5m23XJH4L3mwZU58OIehNwnBGGF2kQQ0TyAviZ8XH+EPhgp/bzVOvgX+e/8FvwzxHg==} @@ -12869,6 +13823,7 @@ packages: /has-flag@4.0.0: resolution: {integrity: sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==} engines: {node: '>=8'} + dev: true /has-property-descriptors@1.0.2: resolution: {integrity: sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==} @@ -13119,6 +14074,12 @@ packages: lru-cache: 10.2.2 dev: true + /html-encoding-sniffer@4.0.0: + resolution: {integrity: sha512-Y22oTqIU4uuPgEemfz7NDJz6OeKf12Lsu+QC+s3BVpda64lTiMYCyGwg5ki4vFxkMwQdeZDl2adZoqUgdFuTgQ==} + engines: {node: '>=18'} + dependencies: + whatwg-encoding: 3.1.1 + /html-to-image@1.11.11: resolution: {integrity: sha512-9gux8QhvjRO/erSnDPv28noDZcPZmYE7e1vFsBLKLlRlKDSqNJYebj6Qz1TGd5lsRV+X+xYyjCKjuZdABinWjA==} dev: false @@ -13159,16 +14120,19 @@ packages: engines: {node: '>= 14'} dependencies: agent-base: 7.1.0 - debug: 4.3.4(supports-color@8.1.1) + debug: 4.3.4(supports-color@5.5.0) transitivePeerDependencies: - supports-color - dev: true /http-shutdown@1.2.2: resolution: {integrity: sha512-S9wWkJ/VSY9/k4qcjG318bqJNruzE4HySUhFYknwmu6LBP97KLLfwNf+n4V1BHurvFNkSKLFnK/RsuUnRTf9Vw==} engines: {iojs: '>= 1.0.0', node: '>= 0.12.0'} dev: false + /http-status-codes@2.3.0: + resolution: {integrity: sha512-RJ8XvFvpPM/Dmc5SV+dC4y5PCeOhT3x1Hq0NU3rjGeg5a/CqlhZ7uudknPwZFz4aeAXDcbAyaeP7GAo9lvngtA==} + dev: false + /http2-wrapper@2.2.1: resolution: {integrity: sha512-V5nVw1PAOgfI3Lmeaj2Exmeg7fenjhRUgz1lPSezy1CuhPYbgQtbQj4jZfEAEMlaL+vupsvhjqCyjzob0yxsmQ==} engines: {node: '>=10.19.0'} @@ -13182,7 +14146,7 @@ packages: engines: {node: '>= 6'} dependencies: agent-base: 6.0.2 - debug: 4.3.4(supports-color@8.1.1) + debug: 4.3.4(supports-color@5.5.0) transitivePeerDependencies: - supports-color dev: true @@ -13192,10 +14156,9 @@ packages: engines: {node: '>= 14'} dependencies: agent-base: 7.1.0 - debug: 4.3.4(supports-color@8.1.1) + debug: 4.3.4(supports-color@5.5.0) transitivePeerDependencies: - supports-color - dev: true /human-signals@2.1.0: resolution: {integrity: sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==} @@ -13211,6 +14174,12 @@ packages: engines: {node: '>=16.17.0'} dev: true + /humanize-ms@1.2.1: + resolution: {integrity: sha512-Fl70vYtsAFb/C06PTS9dZBo7ihau+Tu/DNCk/OyHhea07S+aeMWpFFkUaXRa8fI+ScZbEI8dfSxwY7gxZ9SAVQ==} + dependencies: + ms: 2.1.3 + dev: false + /husky@9.0.11: resolution: {integrity: sha512-AB6lFlbwwyIqMdHYhwPe+kjOC3Oc5P3nThEoW/AaO2BX3vJDjWPFxYLxokUZOo6RNX20He3AaT8sESs9NJcmEw==} engines: {node: '>=18'} @@ -13272,7 +14241,6 @@ packages: dependencies: once: 1.4.0 wrappy: 1.0.2 - dev: true /inherits@2.0.4: resolution: {integrity: sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==} @@ -13373,6 +14341,11 @@ packages: engines: {node: '>=12'} dev: false + /interpret@1.4.0: + resolution: {integrity: sha512-agE4QfB2Lkp9uICn7BAqoscw4SZP9kTE2hxiFI3jBPmXJfdqiahTbUuKGsMoN2GtqL9AxhYioAcVvgsb1HvRbA==} + engines: {node: '>= 0.10'} + dev: false + /intl-messageformat@10.5.0: resolution: {integrity: sha512-AvojYuOaRb6r2veOKfTVpxH9TrmjSdc5iR9R5RgBwrDZYSmAAFVT+QLbW3C4V7Qsg0OguMp67Q/EoUkxZzXRGw==} dependencies: @@ -13394,7 +14367,7 @@ packages: dependencies: '@ioredis/commands': 1.2.0 cluster-key-slot: 1.1.2 - debug: 4.3.4(supports-color@8.1.1) + debug: 4.3.4(supports-color@5.5.0) denque: 2.1.0 lodash.defaults: 4.2.0 lodash.isarguments: 3.1.0 @@ -13469,7 +14442,7 @@ packages: any-signal: 2.1.2 blob-to-it: 1.0.4 browser-readablestream-to-it: 1.0.3 - debug: 4.3.4(supports-color@8.1.1) + debug: 4.3.4(supports-color@5.5.0) err-code: 3.0.1 ipfs-core-types: 0.8.4(node-fetch@3.3.2) ipfs-unixfs: 6.0.9 @@ -13568,7 +14541,7 @@ packages: resolution: {integrity: sha512-fBYkRjN3/fc6IQujUF4WBEyOXegK715w+wx9IErV6H2B5JXsMnHOBceUKn3L90dj+wJfHs6T+hM/OZiTT6mQCw==} dependencies: cborg: 1.10.2 - debug: 4.3.4(supports-color@8.1.1) + debug: 4.3.4(supports-color@5.5.0) err-code: 3.0.1 interface-datastore: 6.1.1 libp2p-crypto: 0.21.2 @@ -13671,7 +14644,6 @@ packages: resolution: {integrity: sha512-hHrIjvZsftOsvKSn2TRYl63zvxsgE0K+0mYMoH6gD4omR5IWB2KynivBQczo3+wF1cCkjzvptnI9Q0sPU66ilw==} dependencies: hasown: 2.0.2 - dev: true /is-data-view@1.0.1: resolution: {integrity: sha512-AHkaJrsUVW6wq6JS8y3JnM/GJF/9cf+k20+iDzlSaJrinEo5+7vRiteOSwBhHRiAyQATN1AmY4hwzxJKPmYf+w==} @@ -13819,6 +14791,9 @@ packages: engines: {node: '>=12'} dev: true + /is-potential-custom-element-name@1.0.1: + resolution: {integrity: sha512-bCYeRA2rVibKZd+s2625gGnGF/t7DSqDs4dP7CrLA1m7jKWz6pps0LpYLJN8Q64HtmPKJ1hrN3nzPNKFEKOUiQ==} + /is-reference@3.0.1: resolution: {integrity: sha512-baJJdQLiYaJdvFbJqXrcGv3WU3QCzBlUcI5QhbesIm6/xPsvmO+2CDoi/GMOFBQEQm+PXkwOPrp9KK5ozZsp2w==} dependencies: @@ -13929,10 +14904,13 @@ packages: dependencies: is-docker: 2.2.1 + /isarray@0.0.1: + resolution: {integrity: sha512-D2S+3GLxWH+uhrNEcoh/fnmYeP8E8/zHl644d/jdA0g2uyXvy3sb0qxotE+ne0LtccHknQzWwZEzhak7oJ0COQ==} + dev: false + /isarray@1.0.0: resolution: {integrity: sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==} requiresBuild: true - dev: true /isarray@2.0.5: resolution: {integrity: sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==} @@ -13984,6 +14962,14 @@ packages: ws: 8.13.0 dev: false + /isows@1.0.4(ws@8.17.1): + resolution: {integrity: sha512-hEzjY+x9u9hPmBom9IIAqdJCwNLax+xrPb51vEPpERoFlIxgmZcHzsT5jKG06nvInKOBGvReAVz80Umed5CczQ==} + peerDependencies: + ws: '*' + dependencies: + ws: 8.17.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) + dev: false + /it-all@1.0.6: resolution: {integrity: sha512-3cmCc6Heqe3uWi3CVM/k51fa/XbMFpQVzFoDsV0IZNHSQDyAXl3c4MjHkFX5kF3922OGj7Myv1nSEUgRtcuM1A==} dev: true @@ -14089,6 +15075,28 @@ packages: resolution: {integrity: sha512-nO6jcEfZWQXDhOiBtG2KvKyEptz7RVbpGP4vTD2hLBdmNQSsCiicO2Ioinv6UI4y9ukqnBpy+XZ9H6uLNgJTlw==} dev: true + /jayson@4.1.0: + resolution: {integrity: sha512-R6JlbyLN53Mjku329XoRT2zJAE6ZgOQ8f91ucYdMCD4nkGCF9kZSrcGXpHIU4jeKj58zUZke2p+cdQchU7Ly7A==} + engines: {node: '>=8'} + hasBin: true + dependencies: + '@types/connect': 3.4.38 + '@types/node': 12.20.55 + '@types/ws': 7.4.7 + JSONStream: 1.3.5 + commander: 2.20.3 + delay: 5.0.0 + es6-promisify: 5.0.0 + eyes: 0.1.8 + isomorphic-ws: 4.0.1(ws@7.5.9) + json-stringify-safe: 5.0.1 + uuid: 8.3.2 + ws: 7.5.9 + transitivePeerDependencies: + - bufferutil + - utf-8-validate + dev: false + /jest-diff@29.7.0: resolution: {integrity: sha512-LMIgiIrhigmPrs03JHpxUh2yISK3vLFPkAodPeo0+BuF7wA2FoQbkEg1u8gBYBThncu7e1oEDUfIXVuTqLRUjw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} @@ -14197,6 +15205,46 @@ packages: requiresBuild: true dev: true + /jscrypto@1.0.3: + resolution: {integrity: sha512-lryZl0flhodv4SZHOqyb1bx5sKcJxj0VBo0Kzb4QMAg3L021IC9uGpl0RCZa+9KJwlRGSK2C80ITcwbe19OKLQ==} + hasBin: true + dev: false + + /jsdom@24.1.0: + resolution: {integrity: sha512-6gpM7pRXCwIOKxX47cgOyvyQDN/Eh0f1MeKySBV2xGdKtqJBLj8P25eY3EVCWo2mglDDzozR2r2MW4T+JiNUZA==} + engines: {node: '>=18'} + peerDependencies: + canvas: ^2.11.2 + peerDependenciesMeta: + canvas: + optional: true + dependencies: + cssstyle: 4.0.1 + data-urls: 5.0.0 + decimal.js: 10.4.3 + form-data: 4.0.0 + html-encoding-sniffer: 4.0.0 + http-proxy-agent: 7.0.2 + https-proxy-agent: 7.0.4 + is-potential-custom-element-name: 1.0.1 + nwsapi: 2.2.10 + parse5: 7.1.2 + rrweb-cssom: 0.7.1 + saxes: 6.0.0 + symbol-tree: 3.2.4 + tough-cookie: 4.1.4 + w3c-xmlserializer: 5.0.0 + webidl-conversions: 7.0.0 + whatwg-encoding: 3.1.1 + whatwg-mimetype: 4.0.0 + whatwg-url: 14.0.0 + ws: 8.17.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) + xml-name-validator: 5.0.0 + transitivePeerDependencies: + - bufferutil + - supports-color + - utf-8-validate + /jsesc@2.5.2: resolution: {integrity: sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==} engines: {node: '>=4'} @@ -14239,6 +15287,10 @@ packages: resolution: {integrity: sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==} dev: true + /json-stringify-safe@5.0.1: + resolution: {integrity: sha512-ZClg6AaYvamvYEE82d3Iyd3vSSIjQ+odgjaTzRuO3s7toCdFKczob2i0zCh7JE8kWn17yvAWhUVxvqGwUalsRA==} + dev: false + /json5@1.0.2: resolution: {integrity: sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==} hasBin: true @@ -14266,7 +15318,10 @@ packages: /jsonparse@1.3.1: resolution: {integrity: sha512-POQXvpdL69+CluYsillJ7SUhKvytYjW9vG/GKpnf+xP8UWgYEM/RaMzHHofbALDiKbbP1W8UEYmgGl39WkPZsg==} engines: {'0': node >= 0.2.0} - dev: true + + /jsonschema@1.4.1: + resolution: {integrity: sha512-S6cATIPVv1z0IlxdN+zUk5EPjkGCdnhN4wVSBlvoUO1tOLJootbo9CquNJmbIh4yikWHiUedhRYrNPn1arpEmQ==} + dev: false /jsx-ast-utils@3.3.5: resolution: {integrity: sha512-ZZow9HBI5O6EPgSJLUb8n2NKgmVWTwCvHGwFuJlMjvLFqlGG6pjirPhtdsseaLZjSibD8eegzmYpUZwoIlj2cQ==} @@ -14278,6 +15333,14 @@ packages: object.values: 1.2.0 dev: true + /keccak256@1.0.6: + resolution: {integrity: sha512-8GLiM01PkdJVGUhR1e6M/AvWnSqYS0HaERI+K/QtStGDGlSTx2B1zTqZk4Zlqu5TxHJNTxWAdP9Y+WI50OApUw==} + dependencies: + bn.js: 5.2.1 + buffer: 6.0.3 + keccak: 3.0.3 + dev: false + /keccak@3.0.3: resolution: {integrity: sha512-JZrLIAJWuZxKbCilMpNz5Vj7Vtb4scDG3dMXLOsbzBmQGyjwE61BbW7bJkfKKCShXiQZt3T6sBgALRtmd+nZaQ==} engines: {node: '>=10.0.0'} @@ -14335,7 +15398,7 @@ packages: content-disposition: 0.5.4 content-type: 1.0.5 cookies: 0.8.0 - debug: 4.3.4(supports-color@8.1.1) + debug: 4.3.4(supports-color@5.5.0) delegates: 1.0.0 depd: 2.0.0 destroy: 1.2.0 @@ -14357,6 +15420,26 @@ packages: - supports-color dev: true + /kujira.js@0.9.162: + resolution: {integrity: sha512-zhH6baskDKn5OPIkYY9db+2poaFQ6cJ+gyN5EcKd1Bo7SYCR6HtIFG+FQrfkVG/Hy4UBW/RBNRbuqgNuWgYcTg==} + dependencies: + '@cosmjs/cosmwasm-stargate': 0.31.3 + '@cosmjs/launchpad': 0.27.1 + '@cosmjs/stargate': 0.31.3 + '@ethersproject/bignumber': 5.7.0 + '@keplr-wallet/types': 0.11.64 + '@types/google-protobuf': 3.15.12 + chain-registry: 1.63.9 + cosmjs-types: 0.8.0 + long: 4.0.0 + text-encoding: 0.7.0 + yarn: 1.22.22 + transitivePeerDependencies: + - bufferutil + - debug + - utf-8-validate + dev: false + /ky@0.33.3: resolution: {integrity: sha512-CasD9OCEQSFIam2U8efFK81Yeg8vNMTBUqtMOHlrcWQHqUX3HeCl9Dr31u4toV7emlH8Mymk5+9p0lL6mKb/Xw==} engines: {node: '>=14.16'} @@ -14437,6 +15520,14 @@ packages: engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} dev: true + /link-module-alias@1.2.0: + resolution: {integrity: sha512-ahPjXepbSVKbahTB6LxR//VHm8HPfI+QQygCH+E82spBY4HR5VPJTvlhKBc9F7muVxnS6C1rRfoPOXAbWO/fyw==} + engines: {node: '> 8.0.0'} + hasBin: true + dependencies: + chalk: 2.4.2 + dev: false + /listhen@1.5.5: resolution: {integrity: sha512-LXe8Xlyh3gnxdv4tSjTjscD1vpr/2PRpzq8YIaMJgyKzRG8wdISlWVWnGThJfHnlJ6hmLt2wq1yeeix0TEbuoA==} hasBin: true @@ -14612,6 +15703,10 @@ packages: resolution: {integrity: sha512-sReKOYJIJf74dhJONhU4e0/shzi1trVbSWDOhKYE5XV2O+H7Sb2Dihwuc7xWxVl+DgFPyTqIN3zMfT9cq5iWDg==} dev: true + /lodash.values@4.3.0: + resolution: {integrity: sha512-r0RwvdCv8id9TUblb/O7rYPwVy6lerCbcawrfdo9iC/1t1wsNMJknO79WNBgwkH0hIeJ08jmvvESbFpNb4jH0Q==} + dev: false + /lodash.zip@4.2.0: resolution: {integrity: sha512-C7IOaBBK/0gMORRBd8OETNx3kmOkgIWIPvyDpZSCTwUrpYmgZwJkjZeOD8ww4xbOUOs4/attY+pciKvadNfFbg==} requiresBuild: true @@ -14677,6 +15772,12 @@ packages: get-func-name: 2.0.0 dev: true + /lower-case@2.0.2: + resolution: {integrity: sha512-7fm3l3NAF9WfN6W3JOmf5drwpVqX78JtoGJ3A6W0a6ZnldM41w2fV5D490psKFTpMds8TJse/eHLFFsNHHjHgg==} + dependencies: + tslib: 2.6.2 + dev: false + /lowercase-keys@3.0.0: resolution: {integrity: sha512-ozCC6gdQ+glXOQsveKD0YsDy8DSQFjDTz4zyzEHNV5+JP5D62LmfDZ6o1cycFx9ouG940M5dE8C8CTewdj2YWQ==} engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} @@ -14739,7 +15840,6 @@ packages: /map-obj@4.3.0: resolution: {integrity: sha512-hdN1wVrZbb29eBGiGjJbeP8JbKjq1urkHJ/LIP/NY48MZ1QVXUsQBV1G1zvYFHn1XE06cwjBsOI2K3Ulnj1YXQ==} engines: {node: '>=8'} - dev: true /map-stream@0.1.0: resolution: {integrity: sha512-CkYQrPYZfWnu/DAmVCpTSX/xHpKZ80eKh2lAkyA6AJTef6bW+6JpbQZN5rofum7da+SyN1bi5ctTm+lTfcCW3g==} @@ -15337,7 +16437,7 @@ packages: resolution: {integrity: sha512-o/sd0nMof8kYff+TqcDx3VSrgBTcZpSvYcAHIfHhv5VAuNmisCxjhx6YmxS8PFEpb9z5WKWKPdzf0jM23ro3RQ==} dependencies: '@types/debug': 4.1.12 - debug: 4.3.4(supports-color@8.1.1) + debug: 4.3.4(supports-color@5.5.0) decode-named-character-reference: 1.0.2 devlop: 1.1.0 micromark-core-commonmark: 2.0.0 @@ -15422,7 +16522,6 @@ packages: resolution: {integrity: sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==} dependencies: brace-expansion: 1.1.11 - dev: true /minimatch@5.0.1: resolution: {integrity: sha512-nLDxIFRyhDblz3qMuq+SoRZED4+miJ/G+tdDrjkkkRnjAsBexeGpgjLEQ0blJy7rHhR2b93rhQY4SvyWu9v03g==} @@ -15501,6 +16600,12 @@ packages: minimist: 1.2.8 dev: true + /mkdirp@1.0.4: + resolution: {integrity: sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==} + engines: {node: '>=10'} + hasBin: true + dev: false + /mlly@1.4.2: resolution: {integrity: sha512-i/Ykufi2t1EZ6NaPLdfnZk2AX8cs0d+mTzVKuPfqPKPatxLApaBoxJQ9x1/uckXtrS/U5oisPMDkNs0yQTaBRg==} dependencies: @@ -15577,7 +16682,6 @@ packages: /ms@2.1.3: resolution: {integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==} - dev: true /msw@2.1.7(typescript@5.1.3): resolution: {integrity: sha512-yTIYqEMqDSrdbVMrfmqP6rTKQsnIbglTvVmAHDWwNegyXPXRcV+RjsaFEqubRS266gwWCDLm9YdOkWSKLdDvJQ==} @@ -15714,6 +16818,13 @@ packages: resolution: {integrity: sha512-CXdUiJembsNjuToQvxayPZF9Vqht7hewsvy2sOWafLvi2awflj9mOC6bHIg50orX8IJvWKY9wYQ/zB2kogPslQ==} dev: false + /no-case@3.0.4: + resolution: {integrity: sha512-fgAN3jGAh+RoxUGZHTSOLJIqUc2wmoBwGR4tbpNAKmmovFoWq0OdRkb0VkldReO2a2iBT/OEulG9XSUc10r3zg==} + dependencies: + lower-case: 2.0.2 + tslib: 2.6.2 + dev: false + /node-addon-api@2.0.2: resolution: {integrity: sha512-Ntyt4AIXyaLIuMHF6IOoTakB3K+RWxwtsHNRxllEoA6vPwP9o4866g6YWDLUdnucilZhmkxiHwHr11gAENw+QA==} dev: false @@ -15743,6 +16854,18 @@ packages: encoding: 0.1.13 whatwg-url: 5.0.0 + /node-fetch@2.7.0: + resolution: {integrity: sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==} + engines: {node: 4.x || >=6.0.0} + peerDependencies: + encoding: ^0.1.0 + peerDependenciesMeta: + encoding: + optional: true + dependencies: + whatwg-url: 5.0.0 + dev: false + /node-fetch@3.3.2: resolution: {integrity: sha512-dRB78srN/l6gqWulah9SrxeYnxeddIG30+GOqK/9OlLVyLg3HPnr6SqOWTWOXKRwC2eGYCkZ59NNuSgvSrpgOA==} engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} @@ -15759,7 +16882,6 @@ packages: /node-gyp-build@4.6.0: resolution: {integrity: sha512-NTZVKn9IylLwUzaKjkas1e4u2DLNcV4rdYagA4PWdPwW87Bi7z+BznyKSRwS/761tV/lzCGXplWsiaMjLqP2zQ==} hasBin: true - dev: false /node-releases@2.0.14: resolution: {integrity: sha512-y10wOWt8yZpqXmOgRo77WaHEmhYQYGNA6y421PKsKYWEK8aW+cqAphborZDhqfyKrbZEN92CN1X2KbafY2s7Yw==} @@ -15768,13 +16890,20 @@ packages: resolution: {integrity: sha512-8I2V7H2Ch0NvW7qWcjmS0/9Lhr0T6x7RD6PDirhvWEkUQvy83x8BA4haYMr09r/rig7hcgYSjYh6cd4U7G1vLA==} dependencies: '@open-draft/until': 1.0.3 - debug: 4.3.4(supports-color@8.1.1) + debug: 4.3.4(supports-color@5.5.0) headers-utils: 1.2.5 strict-event-emitter: 0.1.0 transitivePeerDependencies: - supports-color dev: true + /noms@0.0.0: + resolution: {integrity: sha512-lNDU9VJaOPxUmXcLb+HQFeUgQQPtMI24Gt6hgfuMHRJgMRHMF/qZ4HJD3GDru4sSw9IQl2jPjAYnQrdIeLbwow==} + dependencies: + inherits: 2.0.4 + readable-stream: 1.0.34 + dev: false + /normalize-package-data@2.5.0: resolution: {integrity: sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==} dependencies: @@ -15844,6 +16973,9 @@ packages: strip-hex-prefix: 1.0.0 dev: false + /nwsapi@2.2.10: + resolution: {integrity: sha512-QK0sRs7MKv0tKe1+5uZIQk/C8XGza4DAnztJG8iD+TpJIORARrCxczA738awHrZoHeTjSSoHqao2teO0dC/gFQ==} + /object-assign@4.1.1: resolution: {integrity: sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==} engines: {node: '>=0.10.0'} @@ -15982,6 +17114,15 @@ packages: is-wsl: 2.2.0 dev: true + /optimism@0.18.0: + resolution: {integrity: sha512-tGn8+REwLRNFnb9WmcY5IfpOqeX2kpaYJ1s6Ae3mn12AeydLkR3j+jSCmVQFoXqU8D41PAJ1RG1rCRNWmNZVmQ==} + dependencies: + '@wry/caches': 1.0.1 + '@wry/context': 0.7.4 + '@wry/trie': 0.4.3 + tslib: 2.6.2 + dev: false + /optionator@0.9.4: resolution: {integrity: sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==} engines: {node: '>= 0.8.0'} @@ -16093,7 +17234,7 @@ packages: dependencies: '@tootallnate/quickjs-emscripten': 0.23.0 agent-base: 7.1.0 - debug: 4.3.4(supports-color@8.1.1) + debug: 4.3.4(supports-color@5.5.0) get-uri: 6.0.3 http-proxy-agent: 7.0.2 https-proxy-agent: 7.0.4 @@ -16174,7 +17315,6 @@ packages: resolution: {integrity: sha512-Czj1WaSVpaoj0wbhMzLmWD69anp2WH7FXMB9n1Sy8/ZFF9jolSQVMu1Ij5WIyGmcBmhk7EOndpO4mIpihVqAXw==} dependencies: entities: 4.5.0 - dev: true /parseurl@1.3.3: resolution: {integrity: sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==} @@ -16193,7 +17333,6 @@ packages: /path-is-absolute@1.0.1: resolution: {integrity: sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==} engines: {node: '>=0.10.0'} - dev: true /path-key@3.1.1: resolution: {integrity: sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==} @@ -16206,7 +17345,6 @@ packages: /path-parse@1.0.7: resolution: {integrity: sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==} - dev: true /path-scurry@1.11.1: resolution: {integrity: sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==} @@ -16243,6 +17381,17 @@ packages: through: 2.3.8 dev: true + /pbkdf2@3.1.2: + resolution: {integrity: sha512-iuh7L6jA7JEGu2WxDwtQP1ddOpaJNC4KlDEFfdQajSGgGPNi4OyDc2R7QnbY2bR9QjBVGwgvTdNJZoE7RaxUMA==} + engines: {node: '>=0.12'} + dependencies: + create-hash: 1.2.0 + create-hmac: 1.1.7 + ripemd160: 2.0.2 + safe-buffer: 5.2.1 + sha.js: 2.4.11 + dev: false + /peer-id@0.16.0: resolution: {integrity: sha512-EmL7FurFUduU9m1PS9cfJ5TAuCvxKQ7DKpfx3Yj6IKWyBRtosriFuOag/l3ni/dtPgPLwiA4R9IvpL7hsDLJuQ==} engines: {node: '>=15.0.0'} @@ -16450,7 +17599,6 @@ packages: /process-nextick-args@2.0.1: resolution: {integrity: sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==} requiresBuild: true - dev: true /process-warning@1.0.0: resolution: {integrity: sha512-du4wfLyj4yCZq1VupnVSZmRsPJsNuxoDQFdCFHLaYiEbFBD7QE0a+I4D7hOxrVnh78QE/YipFAj9lXHiXocV+Q==} @@ -16504,13 +17652,32 @@ packages: '@types/node': 20.12.13 long: 4.0.0 + /protobufjs@7.3.2: + resolution: {integrity: sha512-RXyHaACeqXeqAKGLDl68rQKbmObRsTIn4TYVUUug1KfS47YWCo5MacGITEryugIgZqORCvJWEk4l449POg5Txg==} + engines: {node: '>=12.0.0'} + requiresBuild: true + dependencies: + '@protobufjs/aspromise': 1.1.2 + '@protobufjs/base64': 1.1.2 + '@protobufjs/codegen': 2.0.4 + '@protobufjs/eventemitter': 1.1.0 + '@protobufjs/fetch': 1.1.0 + '@protobufjs/float': 1.0.2 + '@protobufjs/inquire': 1.1.0 + '@protobufjs/path': 1.1.2 + '@protobufjs/pool': 1.1.0 + '@protobufjs/utf8': 1.1.0 + '@types/node': 20.12.13 + long: 5.2.3 + dev: false + /proxy-agent@6.3.0: resolution: {integrity: sha512-0LdR757eTj/JfuU7TL2YCuAZnxWXu3tkJbg4Oq3geW/qFNT/32T0sp2HnZ9O0lMR4q3vwAt0+xCA8SR0WAD0og==} engines: {node: '>= 14'} requiresBuild: true dependencies: agent-base: 7.1.0 - debug: 4.3.4(supports-color@8.1.1) + debug: 4.3.4(supports-color@5.5.0) http-proxy-agent: 7.0.2 https-proxy-agent: 7.0.4 lru-cache: 7.18.3 @@ -16526,7 +17693,7 @@ packages: engines: {node: '>= 14'} dependencies: agent-base: 7.1.0 - debug: 4.3.4(supports-color@8.1.1) + debug: 4.3.4(supports-color@5.5.0) http-proxy-agent: 7.0.2 https-proxy-agent: 7.0.4 lru-cache: 7.18.3 @@ -16552,6 +17719,9 @@ packages: event-stream: 3.3.4 dev: true + /psl@1.9.0: + resolution: {integrity: sha512-E/ZsdU4HLs/68gYzgGTkMicWTLPdAftJLfJFlLUAAKZGkStNU72sZjT66SnMDVOfOWY/YAoiD7Jxa9iHvngcag==} + /pump@3.0.0: resolution: {integrity: sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww==} dependencies: @@ -16561,7 +17731,10 @@ packages: /punycode@2.3.0: resolution: {integrity: sha512-rRV+zQD8tVFys26lAGR9WUuS4iUAngJScM+ZRSKtvl5tKeZ2t5bvdNFdNHBW9FWR4guGHlgmsZ1G7BSm2wTbuA==} engines: {node: '>=6'} - dev: true + + /punycode@2.3.1: + resolution: {integrity: sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==} + engines: {node: '>=6'} /puppeteer-core@20.9.0(typescript@5.1.3): resolution: {integrity: sha512-H9fYZQzMTRrkboEfPmf7m3CLDN6JvbxXA3qTtS+dFt27tR+CsFHzPsT6pzp6lYL6bJbAPaR0HaPO6uSi+F94Pg==} @@ -16576,7 +17749,7 @@ packages: '@puppeteer/browsers': 1.4.6(typescript@5.1.3) chromium-bidi: 0.4.16(devtools-protocol@0.0.1147663) cross-fetch: 4.0.0(encoding@0.1.13) - debug: 4.3.4(supports-color@8.1.1) + debug: 4.3.4(supports-color@5.5.0) devtools-protocol: 0.0.1147663 typescript: 5.1.3 ws: 8.13.0 @@ -16641,6 +17814,9 @@ packages: filter-obj: 5.1.0 split-on-first: 3.0.0 + /querystringify@2.2.0: + resolution: {integrity: sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ==} + /queue-microtask@1.2.3: resolution: {integrity: sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==} dev: true @@ -16670,7 +17846,7 @@ packages: dependencies: '@assemblyscript/loader': 0.9.4 bl: 5.1.0 - debug: 4.3.4(supports-color@8.1.1) + debug: 4.3.4(supports-color@5.5.0) minimist: 1.2.8 node-fetch: 2.6.12(encoding@0.1.13) readable-stream: 3.6.2 @@ -17002,6 +18178,15 @@ packages: type-fest: 4.10.2 dev: true + /readable-stream@1.0.34: + resolution: {integrity: sha512-ok1qVCJuRkNmvebYikljxJA/UEsKwLl2nI1OmaqAu4/UE+h0wKCHok4XkL/gvi39OacXvw59RJUOFUkDib2rHg==} + dependencies: + core-util-is: 1.0.3 + inherits: 2.0.4 + isarray: 0.0.1 + string_decoder: 0.10.31 + dev: false + /readable-stream@2.3.8: resolution: {integrity: sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==} dependencies: @@ -17012,7 +18197,6 @@ packages: safe-buffer: 5.1.2 string_decoder: 1.1.1 util-deprecate: 1.0.2 - dev: true /readable-stream@3.6.2: resolution: {integrity: sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==} @@ -17066,6 +18250,13 @@ packages: ms: 2.1.3 dev: true + /rechoir@0.6.2: + resolution: {integrity: sha512-HFM8rkZ+i3zrV+4LQjwQ0W+ez98pApMGM3HUrN04j3CqzPOzl9nmP15Y8YXNm8QHGv/eacOVEjqhmWpkRV0NAw==} + engines: {node: '>= 0.10'} + dependencies: + resolve: 1.22.8 + dev: false + /recursive-readdir@2.2.3: resolution: {integrity: sha512-8HrF5ZsXk5FAH9dgsx3BlUer73nIhuj+9OrQwEbLTPOBzGkL1lsFCR01am+v+0m2Cmbs1nP12hLDl5FA7EszKA==} engines: {node: '>=6.0.0'} @@ -17145,6 +18336,21 @@ packages: set-function-name: 2.0.2 dev: true + /rehackt@0.1.0(@types/react@18.3.3)(react@18.2.0): + resolution: {integrity: sha512-7kRDOuLHB87D/JESKxQoRwv4DzbIdwkAGQ7p6QKGdVlY1IZheUnVhlk/4UZlNUVxdAXpyxikE3URsG067ybVzw==} + peerDependencies: + '@types/react': '*' + react: '*' + peerDependenciesMeta: + '@types/react': + optional: true + react: + optional: true + dependencies: + '@types/react': 18.3.3 + react: 18.2.0 + dev: false + /rehype-class-names@1.0.14: resolution: {integrity: sha512-eFBt6Qxb7K77y6P82tUtN9rKpU7guWlaK4XA4RrrSFHkUTCvr2D3cgb9OR5d4t1AaGOvR59FH9nRwUnbpn9AEg==} dependencies: @@ -17230,6 +18436,9 @@ packages: resolution: {integrity: sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg==} dev: false + /requires-port@1.0.0: + resolution: {integrity: sha512-KigOCHcocU3XODJxsu8i/j8T9tzT4adHiecwORRQ0ZZFcp7ahwXuRU1m+yuO90C5ZUyGeGfocHDI14M3L3yDAQ==} + /reselect@5.1.0: resolution: {integrity: sha512-aw7jcGLDpSgNDyWBQLv2cedml85qd95/iszJjN988zX1t7AVRJi19d9kto5+W7oCfQ94gyo40dVbT6g2k4/kXg==} dev: false @@ -17259,7 +18468,6 @@ packages: is-core-module: 2.13.1 path-parse: 1.0.7 supports-preserve-symlinks-flag: 1.0.0 - dev: true /resolve@2.0.0-next.5: resolution: {integrity: sha512-U7WjGVG9sH8tvjW5SmGbQuui75FiyjAX72HX15DwBBwF9dNiQZRQAg9nnPhYy+TUnE0+VcrttuvNI8oSxZcocA==} @@ -17270,6 +18478,11 @@ packages: supports-preserve-symlinks-flag: 1.0.0 dev: true + /response-iterator@0.2.6: + resolution: {integrity: sha512-pVzEEzrsg23Sh053rmDUvLSkGXluZio0qu8VT6ukrYuvtjVfCbDZH9d6PGXb8HZfzdNZt8feXv/jvUzlhRgLnw==} + engines: {node: '>=0.8'} + dev: false + /responselike@3.0.0: resolution: {integrity: sha512-40yHxbNcl2+rzXvZuVkrYohathsSJlMTXKryG5y8uciHv1+xDLHQpgjG64JUO9nrEq2jGLH6IZ8BcZyw3wrweg==} engines: {node: '>=14.16'} @@ -17339,6 +18552,13 @@ packages: inherits: 2.0.4 dev: false + /rlp@2.2.7: + resolution: {integrity: sha512-d5gdPmgQ0Z+AklL2NVXr/IoSjNZFfTVvQWzL/AM2AOcSzYP2xjlb0AC8YyCLc41MSNf6P6QVtjgPdmVtzb+4lQ==} + hasBin: true + dependencies: + bn.js: 5.2.1 + dev: false + /rollup-plugin-sourcemaps@0.6.3(@types/node@20.12.13)(rollup@2.79.1): resolution: {integrity: sha512-paFu+nT1xvuO1tPFYXGe+XnQvg4Hjqv/eIhG8i5EspfYYPBKL57X7iVbfv55aNVASg3dzWvES9dmWsL2KhfByw==} engines: {node: '>=10.0.0'} @@ -17394,6 +18614,27 @@ packages: fsevents: 2.3.3 dev: true + /rpc-websockets@9.0.2: + resolution: {integrity: sha512-YzggvfItxMY3Lwuax5rC18inhbjJv9Py7JXRHxTIi94JOLrqBsSsUUc5bbl5W6c11tXhdfpDPK0KzBhoGe8jjw==} + dependencies: + '@swc/helpers': 0.5.11 + '@types/uuid': 8.3.4 + '@types/ws': 8.5.10 + buffer: 6.0.3 + eventemitter3: 5.0.1 + uuid: 8.3.2 + ws: 8.17.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) + optionalDependencies: + bufferutil: 4.0.8 + utf-8-validate: 5.0.10 + dev: false + + /rrweb-cssom@0.6.0: + resolution: {integrity: sha512-APM0Gt1KoXBz0iIkkdB/kfvGOwC4UuJFeG/c+yV7wSc7q96cG/kJ0HiYCnzivD9SB53cLV1MlHFNfOuPaadYSw==} + + /rrweb-cssom@0.7.1: + resolution: {integrity: sha512-TrEMa7JGdVm0UThDJSx7ddw5nVm3UJS9o9CCIZ72B1vSyEZoziDqBYP3XIoi/12lKrJR8rE3jeFHMok2F/Mnsg==} + /run-applescript@5.0.0: resolution: {integrity: sha512-XcT5rBksx1QdIhlFOCtgZkB99ZEouFZ1E2Kc2LHqNW13U3/74YGdkQRmThTwxy4QIyookibDKYZOPqX//6BlAg==} engines: {node: '>=12'} @@ -17421,7 +18662,6 @@ packages: resolution: {integrity: sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg==} dependencies: tslib: 2.6.2 - dev: true /safaridriver@0.1.2: resolution: {integrity: sha512-4R309+gWflJktzPXBQCobbWEHlzC4aK3a+Ov3tz2Ib2aBxiwd11phkdIBH1l0EO22x24CJMUQkpKFumRriCSRg==} @@ -17440,7 +18680,6 @@ packages: /safe-buffer@5.1.2: resolution: {integrity: sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==} requiresBuild: true - dev: true /safe-buffer@5.2.1: resolution: {integrity: sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==} @@ -17461,6 +18700,12 @@ packages: /safer-buffer@2.1.2: resolution: {integrity: sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==} + /saxes@6.0.0: + resolution: {integrity: sha512-xAg7SOnEhrm5zI3puOOKyy1OMcMlIJZYNJY7xLBwSze0UjhPLnWfj2GF2EpT0jmzaJKIWKHLsaSSajf35bcYnA==} + engines: {node: '>=v12.22.7'} + dependencies: + xmlchars: 2.2.0 + /scheduler@0.23.0: resolution: {integrity: sha512-CtuThmgHNg7zIZWAXi3AsyIzA3n4xx7aNyjwC2VJldO2LMVDhFK+63xGqq6CsJH4rTAt6/M+N4GhZiDYPx9eUw==} dependencies: @@ -17489,6 +18734,16 @@ packages: resolution: {integrity: sha512-cdwTTnqPu0Hyvf5in5asVdZocVDTNRmR7XEcJuIzMjJeSHybHl7vpB66AzwTaIg6CLSbtjcxc8fqcySfnTkccA==} dev: false + /secp256k1@4.0.3: + resolution: {integrity: sha512-NLZVf+ROMxwtEj3Xa562qgv2BK5e2WNmXPiOdVIPLgs6lyTzMvBq0aWTYMI5XCP9jZMVKOcqZLw/Wc4vDkuxhA==} + engines: {node: '>=10.0.0'} + requiresBuild: true + dependencies: + elliptic: 6.5.4 + node-addon-api: 2.0.2 + node-gyp-build: 4.6.0 + dev: false + /secure-json-parse@2.7.0: resolution: {integrity: sha512-6aU+Rwsezw7VR8/nyvKTx8QpWH9FrcYiXXlqC4z5d5XQBDRqtbfsRjnwGyqbi3gddNtWHuEk9OANUotL26qKUw==} dev: false @@ -17556,6 +18811,10 @@ packages: has-property-descriptors: 1.0.2 dev: true + /setimmediate@1.0.5: + resolution: {integrity: sha512-MATJdZp8sLqDl/68LfQmbP8zKPLQNV6BIZoIgrscFDQ+RsvK/BxeDQOgyxKKoh0y/8h3BqVFnCqQ/gd+reiIXA==} + dev: false + /setprototypeof@1.2.0: resolution: {integrity: sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==} dev: true @@ -17581,6 +18840,25 @@ packages: resolution: {integrity: sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==} engines: {node: '>=8'} + /shelljs@0.8.5: + resolution: {integrity: sha512-TiwcRcrkhHvbrZbnRcFYMLl30Dfov3HKqzp5tO5b4pt6G/SezKcYhmDg15zXVBswHmctSAQKznqNW2LO5tTDow==} + engines: {node: '>=4'} + hasBin: true + dependencies: + glob: 7.2.3 + interpret: 1.4.0 + rechoir: 0.6.2 + dev: false + + /shx@0.3.4: + resolution: {integrity: sha512-N6A9MLVqjxZYcVn8hLmtneQWIJtp8IKzMP4eMnx+nqkvXoqinUPCbUFLp2UcWTEIUONhlk0ewxr/jaVGlc+J+g==} + engines: {node: '>=6'} + hasBin: true + dependencies: + minimist: 1.2.8 + shelljs: 0.8.5 + dev: false + /side-channel@1.0.6: resolution: {integrity: sha512-fDW/EZ6Q9RiO8eFG8Hj+7u/oW+XrPTIChwCOM2+th2A6OblDtYYIpve9m+KvI9Z4C9qSEXlaGR6bTEYHReuglA==} engines: {node: '>= 0.4'} @@ -17635,12 +18913,28 @@ packages: requiresBuild: true dev: true + /snake-case@3.0.4: + resolution: {integrity: sha512-LAOh4z89bGQvl9pFfNF8V146i7o7/CqFPbqzYgP+yYzDIDeS9HaNFtXABamRW+AQzEVODcvE79ljJ+8a9YSdMg==} + dependencies: + dot-case: 3.0.4 + tslib: 2.6.2 + dev: false + + /snakecase-keys@5.5.0: + resolution: {integrity: sha512-r3kRtnoPu3FxGJ3fny6PKNnU3pteb29o6qAa0ugzhSseKNWRkw1dw8nIjXMyyKaU9vQxxVIE62Mb3bKbdrgpiw==} + engines: {node: '>=12'} + dependencies: + map-obj: 4.3.0 + snake-case: 3.0.4 + type-fest: 3.13.1 + dev: false + /socks-proxy-agent@8.0.2: resolution: {integrity: sha512-8zuqoLv1aP/66PHF5TqwJ7Czm3Yv32urJQHrVyhD7mmA6d61Zv8cIXQYPTWwmg6qlupnPvs/QKDmfa4P/qct2g==} engines: {node: '>= 14'} dependencies: agent-base: 7.1.0 - debug: 4.3.4(supports-color@8.1.1) + debug: 4.3.4(supports-color@5.5.0) socks: 2.8.1 transitivePeerDependencies: - supports-color @@ -17796,6 +19090,10 @@ packages: internal-slot: 1.0.7 dev: true + /store2@2.14.3: + resolution: {integrity: sha512-4QcZ+yx7nzEFiV4BMLnr/pRa5HYzNITX2ri0Zh6sT9EyQHbBHacC6YigllUPU9X3D0f/22QCgfokpKs52YRrUg==} + dev: false + /stream-browserify@3.0.0: resolution: {integrity: sha512-H73RAHsVBapbim0tU2JwwOiXUj+fikfiaoYAKHF3VJfA0pe2BCzkhAHBlLG6REzE+2WNZcxOXjK7lkso+9euLA==} dependencies: @@ -17914,12 +19212,15 @@ packages: es-object-atoms: 1.0.0 dev: true + /string_decoder@0.10.31: + resolution: {integrity: sha512-ev2QzSzWPYmy9GuqfIVildA4OdcGLeFZQrq5ys6RtiuF+RQQiZWr8TZNyAcuVXyQRYfEO+MsoB/1BuQVhOJuoQ==} + dev: false + /string_decoder@1.1.1: resolution: {integrity: sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==} requiresBuild: true dependencies: safe-buffer: 5.1.2 - dev: true /string_decoder@1.3.0: resolution: {integrity: sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==} @@ -18032,6 +19333,11 @@ packages: engines: {node: '>=14.0.0'} dev: false + /superstruct@1.0.4: + resolution: {integrity: sha512-7JpaAoX2NGyoFlI9NBh66BQXGONc+uE+MRS5i2iOBKuS4e+ccgMDjATgZldkah+33DakBxDHiss9kvUcGAO8UQ==} + engines: {node: '>=14.0.0'} + dev: false + /supports-color@5.5.0: resolution: {integrity: sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==} engines: {node: '>=4'} @@ -18050,11 +19356,11 @@ packages: engines: {node: '>=10'} dependencies: has-flag: 4.0.0 + dev: true /supports-preserve-symlinks-flag@1.0.0: resolution: {integrity: sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==} engines: {node: '>= 0.4'} - dev: true /svg-parser@2.0.4: resolution: {integrity: sha512-e4hG1hRwoOdRb37cIMSgzNsxyzKfayW6VOflrwvR+/bzrkyxY/31WkbgnQpgtrNp1SdpJvpUAGTa/ZoiPNDuRQ==} @@ -18065,6 +19371,14 @@ packages: engines: {node: '>=0.10'} dev: false + /symbol-observable@4.0.0: + resolution: {integrity: sha512-b19dMThMV4HVFynSAM1++gBHAbk2Tc/osgLIBZMKsyqh34jb2e8Os7T6ZW/Bt3pJFdBTd2JwAnAAEQV7rSNvcQ==} + engines: {node: '>=0.10'} + dev: false + + /symbol-tree@3.2.4: + resolution: {integrity: sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==} + /synckit@0.8.8: resolution: {integrity: sha512-HwOKAP7Wc5aRGYdKH+dw0PRRpbO841v2DENBtjnR5HFWoiNByAl7vrx3p0G/rCyYXQsrxqtX48TImFtPcIHSpQ==} engines: {node: ^14.18.0 || >=16.0.0} @@ -18146,6 +19460,15 @@ packages: source-map-support: 0.5.21 dev: true + /text-encoding-utf-8@1.0.2: + resolution: {integrity: sha512-8bw4MY9WjdsD2aMtO0OzOCY3pXGYNx2d2FfHRVUKkiCPDWjKuOlhLVASS+pD7VkLTVjW268LYJHwsnPFlBpbAg==} + dev: false + + /text-encoding@0.7.0: + resolution: {integrity: sha512-oJQ3f1hrOnbRLOcwKz0Liq2IcrvDeZRHXhd9RgLrsT+DjWY/nty1Hi7v3dtkaEYbPYe0mUoOfzRrMwfXXwgPUA==} + deprecated: no longer maintained + dev: false + /text-extensions@2.4.0: resolution: {integrity: sha512-te/NtwBwfiNRLf9Ijqx3T0nlqZiQ2XrrtBvu+cLL8ZRrGkO0NHTug8MYFKyoSrv/sHTaSKfilUkizV6XhxMJ3g==} engines: {node: '>=8'} @@ -18165,9 +19488,15 @@ packages: resolution: {integrity: sha512-YGdk8sdmr4ge3g+doFj/7RLF5kLM+Mi7DEciu9PHxnMJZMeVuZeTj31g4VE7ekUffx/IdbvrtOCiz62afg0mkg==} dev: true + /through2@2.0.5: + resolution: {integrity: sha512-/mrRod8xqpA+IHSLyGCQ2s8SPHiCDEeQJSep1jqLYeEUClOFG2Qsh+4FU6G9VeqpZnGW/Su8LQGc4YKni5rYSQ==} + dependencies: + readable-stream: 2.3.8 + xtend: 4.0.2 + dev: false + /through@2.3.8: resolution: {integrity: sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==} - dev: true /time-zone@1.0.0: resolution: {integrity: sha512-TIsDdtKo6+XrPtiTm1ssmMngN1sAhyKnTO2kunQWqNPWIVvCm15Wmw4SWInwTVgJ5u/Tr04+8Ei9TNcw4x4ONA==} @@ -18252,10 +19581,25 @@ packages: engines: {node: '>=0.6'} dev: true + /tough-cookie@4.1.4: + resolution: {integrity: sha512-Loo5UUvLD9ScZ6jh8beX1T6sO1w2/MpCRpEP7V280GKMVUQ0Jzar2U3UJPsrdbziLEMMhu3Ujnq//rhiFuIeag==} + engines: {node: '>=6'} + dependencies: + psl: 1.9.0 + punycode: 2.3.0 + universalify: 0.2.0 + url-parse: 1.5.10 + /tr46@0.0.3: resolution: {integrity: sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==} requiresBuild: true + /tr46@5.0.0: + resolution: {integrity: sha512-tk2G5R2KRwBd+ZN0zaEXpmzdKyOYksXwywulIX95MBODjSzMIuQnQ3m8JxgbhnL1LeVo7lqQKsYa1O3Htl7K5g==} + engines: {node: '>=18'} + dependencies: + punycode: 2.3.1 + /trim-lines@3.0.1: resolution: {integrity: sha512-kRj8B+YHZCc9kQYdWfJB2/oUl9rA99qbowYYBtr4ui4mZyAQ2JpvVBd/6U2YloATfqBhBTSMhTpgBHtU0Mf3Rg==} dev: true @@ -18283,6 +19627,13 @@ packages: typescript: 5.1.3 dev: true + /ts-invariant@0.10.3: + resolution: {integrity: sha512-uivwYcQaxAucv1CzRp2n/QdYPo4ILf9VXgH19zEIjFx2EJufV16P0JtJVpYHy89DItG6Kwj2oIUjrcK5au+4tQ==} + engines: {node: '>=8'} + dependencies: + tslib: 2.6.2 + dev: false + /ts-node@10.9.2(@types/node@20.12.13)(typescript@5.1.3): resolution: {integrity: sha512-f0FFpIdcHgn8zcPSbf1dRevwt047YMnaiJM3u2w2RewrB+fob/zePZcrOyQoLMMO7aBIddLcQIEK5dYjkLnGrQ==} hasBin: true @@ -18421,7 +19772,6 @@ packages: /type-fest@3.13.1: resolution: {integrity: sha512-tLq3bSNx+xSpwvAJnzrK0Ep5CLNWjvFTOp71URMaAEWBfRb9nnJiBoUe0tF8bI4ZFO3omgBR6NvnbzVUT3Ly4g==} engines: {node: '>=14.16'} - dev: true /type-fest@4.10.2: resolution: {integrity: sha512-anpAG63wSpdEbLwOqH8L84urkL6PiVIov3EMmgIhhThevh9aiMQov+6Btx0wldNcvm4wV+e2/Rt1QdDwKHFbHw==} @@ -18583,6 +19933,10 @@ packages: vfile: 6.0.1 dev: true + /unionize@3.1.0: + resolution: {integrity: sha512-LQZvbanzvpzvK0QYgRvnaA9VVe+g4nTbRlyoGGWDKFrZn0HJnDN5LC2Ti0+BxpKKOCrL3BQcRBVFPy/t12Y24Q==} + dev: false + /unist-util-is@6.0.0: resolution: {integrity: sha512-2qCTHimwdxLfz+YzdGfkqNlH0tLi9xjTnHddPmJwtIG9MGsdbutfTc4P+haPD7l7Cjxf/WZj+we5qfVPvvxfYw==} dependencies: @@ -18635,6 +19989,10 @@ packages: unist-util-visit-parents: 6.0.1 dev: true + /universalify@0.2.0: + resolution: {integrity: sha512-CJ1QgKmNg3CwvAv/kOFmtnEN05f0D/cn9QntgNOQlQF9dgvVTHj3t+8JPdjqawCHk7V/KA+fbUqzZ9XWhcqPUg==} + engines: {node: '>= 4.0.0'} + /universalify@2.0.1: resolution: {integrity: sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==} engines: {node: '>= 10.0.0'} @@ -18701,7 +20059,6 @@ packages: /untildify@4.0.0: resolution: {integrity: sha512-KK8xQ1mkzZeg9inewmFVDNkg3l5LUhoq9kN6iWYB/CC9YMG8HA+c1Q8HwDe6dEX7kErrEVNVBO3fWsVq5iDgtw==} engines: {node: '>=8'} - dev: true /untun@0.1.3: resolution: {integrity: sha512-4luGP9LMYszMRZwsvyUd9MrxgEGZdZuZgpVQHEEX0lCYFESasVRvZd0EYpCkOIbJKHMuv0LskpXc/8Un+MJzEQ==} @@ -18742,6 +20099,12 @@ packages: punycode: 2.3.0 dev: true + /url-parse@1.5.10: + resolution: {integrity: sha512-WypcfiRhfeUP9vvF0j6rw0J3hrWrw6iZv3+22h6iRMJ/8z1Tj6XfLP4DsUix5MhMPnXpiHDoKyoZ/bdCkwBCiQ==} + dependencies: + querystringify: 2.2.0 + requires-port: 1.0.0 + /url-polyfill@1.1.12: resolution: {integrity: sha512-mYFmBHCapZjtcNHW0MDq9967t+z4Dmg5CJ0KqysK3+ZbyoNOWQHksGCTWwDhxGXllkWlOc10Xfko6v4a3ucM6A==} dev: true @@ -18823,7 +20186,6 @@ packages: requiresBuild: true dependencies: node-gyp-build: 4.6.0 - dev: false /utf8@3.0.0: resolution: {integrity: sha512-E8VjFIQ/TyQgp+TZfS6l8yp/xWppSAHzidGiRrqe4bK4XP9pTRyKFgGJpO3SN7zdX4DeomTrwaseCHovfpFcqQ==} @@ -18846,6 +20208,11 @@ packages: engines: {node: '>= 4'} dev: false + /uuid@8.3.2: + resolution: {integrity: sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==} + hasBin: true + dev: false + /uuid@9.0.1: resolution: {integrity: sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==} hasBin: true @@ -18963,13 +20330,36 @@ packages: - zod dev: false + /viem@2.16.2(typescript@5.1.3): + resolution: {integrity: sha512-qor3v1cJFR3jcPtcJxPbKfKURAH2agNf2IWZIaSReV6teNLERiu4Sr7kbqpkIeTAEpiDCVQwg336M+mub1m+pg==} + peerDependencies: + typescript: '>=5.0.4' + peerDependenciesMeta: + typescript: + optional: true + dependencies: + '@adraffy/ens-normalize': 1.10.0 + '@noble/curves': 1.2.0 + '@noble/hashes': 1.3.2 + '@scure/bip32': 1.3.2 + '@scure/bip39': 1.2.1 + abitype: 1.0.4(typescript@5.1.3) + isows: 1.0.4(ws@8.17.1) + typescript: 5.1.3 + ws: 8.17.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) + transitivePeerDependencies: + - bufferutil + - utf-8-validate + - zod + dev: false + /vite-node@0.32.2(@types/node@20.12.13): resolution: {integrity: sha512-dTQ1DCLwl2aEseov7cfQ+kDMNJpM1ebpyMMMwWzBvLbis8Nla/6c9WQcqpPssTwS6Rp/+U6KwlIj8Eapw4bLdA==} engines: {node: '>=v14.18.0'} hasBin: true dependencies: cac: 6.7.14 - debug: 4.3.4(supports-color@8.1.1) + debug: 4.3.4(supports-color@5.5.0) mlly: 1.4.2 pathe: 1.1.1 picocolors: 1.0.1 @@ -19016,7 +20406,7 @@ packages: vite: optional: true dependencies: - debug: 4.3.4(supports-color@8.1.1) + debug: 4.3.4(supports-color@5.5.0) globrex: 0.1.2 tsconfck: 3.0.1(typescript@5.1.3) vite: 5.0.12(@types/node@20.12.13) @@ -19094,7 +20484,7 @@ packages: fsevents: 2.3.3 dev: true - /vitest@0.32.2(webdriverio@8.36.1): + /vitest@0.32.2(jsdom@24.1.0)(webdriverio@8.36.1): resolution: {integrity: sha512-hU8GNNuQfwuQmqTLfiKcqEhZY72Zxb7nnN07koCUNmntNxbKQnVbeIS6sqUgR3eXSlbOpit8+/gr1KpqoMgWCQ==} engines: {node: '>=v14.18.0'} hasBin: true @@ -19138,7 +20528,8 @@ packages: cac: 6.7.14 chai: 4.3.7 concordance: 5.0.4 - debug: 4.3.4(supports-color@8.1.1) + debug: 4.3.4(supports-color@5.5.0) + jsdom: 24.1.0 local-pkg: 0.4.3 magic-string: 0.30.8 pathe: 1.1.1 @@ -19160,6 +20551,12 @@ packages: - terser dev: true + /w3c-xmlserializer@5.0.0: + resolution: {integrity: sha512-o8qghlI8NZHU1lLPrpi2+Uq7abh4GGPpYANlalzWxyWteJOCsr/P+oPBA49TOLu5FTZO4d3F9MnWJfiMo4BkmA==} + engines: {node: '>=18'} + dependencies: + xml-name-validator: 5.0.0 + /w3name@1.0.8: resolution: {integrity: sha512-MjCUGATeNm70YE1Zro4mykaoRI9dTTlr44AB83Qt6OaRlcLvH9g0gyLwAMd3gBm8oDVU/RrDAxsDGcO8r+RIuQ==} engines: {node: '>=16.0.0', npm: '>=7.0.0'} @@ -19224,7 +20621,7 @@ packages: dependencies: chalk: 4.1.2 commander: 9.5.0 - debug: 4.3.4(supports-color@8.1.1) + debug: 4.3.4(supports-color@5.5.0) transitivePeerDependencies: - supports-color dev: true @@ -19457,7 +20854,7 @@ packages: deepmerge-ts: 5.1.0 got: 12.6.1 ky: 0.33.3 - ws: 8.17.0 + ws: 8.17.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) transitivePeerDependencies: - bufferutil - supports-color @@ -19479,7 +20876,7 @@ packages: deepmerge-ts: 5.1.0 got: 12.6.1 ky: 0.33.3 - ws: 8.17.0 + ws: 8.17.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) transitivePeerDependencies: - bufferutil - supports-color @@ -19572,6 +20969,10 @@ packages: resolution: {integrity: sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==} requiresBuild: true + /webidl-conversions@7.0.0: + resolution: {integrity: sha512-VwddBukDzu71offAQR975unBIGqfKZpM+8ZX6ySk8nYhVoo5CYaZyzt3YBvYtRtO+aoGlqxPg/B87NGVZ/fu6g==} + engines: {node: '>=12'} + /webpack-sources@3.2.3: resolution: {integrity: sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==} engines: {node: '>=10.13.0'} @@ -19636,6 +21037,23 @@ packages: engines: {node: '>=6'} dev: true + /whatwg-encoding@3.1.1: + resolution: {integrity: sha512-6qN4hJdMwfYBtE3YBTTHhoeuUrDBPZmbQaxWAqSALV/MeEnR5z1xd8UKud2RAkFoPkmB+hli1TZSnyi84xz1vQ==} + engines: {node: '>=18'} + dependencies: + iconv-lite: 0.6.3 + + /whatwg-mimetype@4.0.0: + resolution: {integrity: sha512-QaKxh0eNIi2mE9p2vEdzfagOKHCcj1pJ56EEHGQOVxp8r9/iszLUUV7v89x9O1p/T+NlTM5W7jW6+cz4Fq1YVg==} + engines: {node: '>=18'} + + /whatwg-url@14.0.0: + resolution: {integrity: sha512-1lfMEm2IEr7RIV+f4lUNPOqfFL+pO+Xw3fJSqmjX9AbXcXcYOkCe1P6+9VBZB6n94af16NfZf+sSk0JCBZC9aw==} + engines: {node: '>=18'} + dependencies: + tr46: 5.0.0 + webidl-conversions: 7.0.0 + /whatwg-url@5.0.0: resolution: {integrity: sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==} requiresBuild: true @@ -19765,7 +21183,6 @@ packages: ansi-styles: 4.3.0 string-width: 4.2.3 strip-ansi: 6.0.1 - dev: true /wrap-ansi@8.1.0: resolution: {integrity: sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==} @@ -19828,6 +21245,22 @@ packages: optional: true utf-8-validate: optional: true + dev: false + + /ws@8.17.1(bufferutil@4.0.8)(utf-8-validate@5.0.10): + resolution: {integrity: sha512-6XQFvXTkbfUOZOKKILFG1PDK2NDQs4azKQl26T0YS5CxqWLgXajbPZ+h4gZekJyRqFU8pvnbAbbs/3TgRPy+GQ==} + engines: {node: '>=10.0.0'} + peerDependencies: + bufferutil: ^4.0.1 + utf-8-validate: '>=5.0.2' + peerDependenciesMeta: + bufferutil: + optional: true + utf-8-validate: + optional: true + dependencies: + bufferutil: 4.0.8 + utf-8-validate: 5.0.10 /ws@8.5.0: resolution: {integrity: sha512-BWX0SWVgLPzYwF8lTzEy1egjhS4S4OEAHfsO8o65WOVsrnSRGaSiUaa9e0ggGlkMTtBlmOpEXiie9RUcBO86qg==} @@ -19842,6 +21275,13 @@ packages: optional: true dev: false + /xml-name-validator@5.0.0: + resolution: {integrity: sha512-EvGK8EJ3DhaHfbRlETOWAS5pO9MZITeauHKJyb8wyajUfQUenkIg2MvLDTZ4T/TgIcm3HU0TFBgWWboAZ30UHg==} + engines: {node: '>=18'} + + /xmlchars@2.2.0: + resolution: {integrity: sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw==} + /xstream@11.14.0: resolution: {integrity: sha512-1bLb+kKKtKPbgTK6i/BaoAn03g47PpFstlbe1BA+y3pNS/LfvcaghS5BFf9+EE1J+KwSQsEpfJvFN5GqFtiNmw==} dependencies: @@ -19861,7 +21301,6 @@ packages: /y18n@5.0.8: resolution: {integrity: sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==} engines: {node: '>=10'} - dev: true /yaeti@0.0.6: resolution: {integrity: sha512-MvQa//+KcZCUkBTIC9blM+CU9J2GzuTytsOUwf2lidtvkx/6gnEp1QvJv34t9vdjhFmha/mUiNDbN0D0mJWdug==} @@ -19891,7 +21330,6 @@ packages: /yargs-parser@20.2.9: resolution: {integrity: sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==} engines: {node: '>=10'} - dev: true /yargs-parser@21.1.1: resolution: {integrity: sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==} @@ -19936,7 +21374,6 @@ packages: string-width: 4.2.3 y18n: 5.0.8 yargs-parser: 20.2.9 - dev: true /yargs@17.7.1: resolution: {integrity: sha512-cwiTb08Xuv5fqF4AovYacTFNxk62th7LKJ6BL9IGUpTJrWoU7/7WdQGTP2SjKf1dUNBGzDd28p/Yfs/GI6JrLw==} @@ -19965,6 +21402,13 @@ packages: yargs-parser: 21.1.1 dev: true + /yarn@1.22.22: + resolution: {integrity: sha512-prL3kGtyG7o9Z9Sv8IPfBNrWTDmXB4Qbes8A9rEzt6wkJV8mUvoirjU0Mp3GGAU06Y0XQyA3/2/RQFVuK7MTfg==} + engines: {node: '>=4.0.0'} + hasBin: true + requiresBuild: true + dev: false + /yauzl@2.10.0: resolution: {integrity: sha512-p4a9I6X6nu6IhoGmBqAcbJy1mlC4j27vEPZX9F4L4/vZT3Lyq1VkFHw/V/PUcB9Buo+DG3iHkT0x3Qya58zc3g==} requiresBuild: true @@ -20001,6 +21445,16 @@ packages: engines: {node: '>=12.20'} dev: true + /zen-observable-ts@1.2.5: + resolution: {integrity: sha512-QZWQekv6iB72Naeake9hS1KxHlotfRpe+WGNbNx5/ta+R3DNjVO2bswf63gXlWDcs+EMd7XY8HfVQyP1X6T4Zg==} + dependencies: + zen-observable: 0.8.15 + dev: false + + /zen-observable@0.8.15: + resolution: {integrity: sha512-PQ2PC7R9rslx84ndNBZB/Dkv8V8fZEpk83RLgXtYd0fwUgEjseMn1Dgajh2x6S8QbZAFa9p2qVCEuYZNgve0dQ==} + dev: false + /zip-stream@6.0.1: resolution: {integrity: sha512-zK7YHHz4ZXpW89AHXUPbQVGKI7uvkd3hzusTdotCg1UxyaVtg0zFJSTfW/Dq5f7OBBVnq6cZIaC8Ti4hb6dtCA==} engines: {node: '>= 14'} @@ -20011,6 +21465,10 @@ packages: readable-stream: 4.5.2 dev: true + /zod@3.23.8: + resolution: {integrity: sha512-XBx9AXhXktjUqnepgTiE5flcKIYWi/rme0Eaj+5Y0lftuGBq+jyRu/md4WnuxqgP1ubdpNCsYEYPxrzVHD8d6g==} + dev: false + /zustand@4.4.7(@types/react@18.3.3)(react@18.2.0): resolution: {integrity: sha512-QFJWJMdlETcI69paJwhSMJz7PPWjVP8Sjhclxmxmxv/RYI7ZOvR5BHX+ktH0we9gTWQMxcne8q1OY8xxz604gw==} engines: {node: '>=12.7.0'} diff --git a/public/app-store.png b/public/app-store.png new file mode 100644 index 000000000..8e2458d7b Binary files /dev/null and b/public/app-store.png differ diff --git a/public/configs/markets.json b/public/configs/markets.json index aa5465af5..390367aa9 100644 --- a/public/configs/markets.json +++ b/public/configs/markets.json @@ -1,7173 +1,7531 @@ { + "1CAT-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/bitcoin-cats/", + "name": "Bitcoin Cats", + "tags": [ + "NFT", + "Gaming", + "Meme" + ], + "websiteLink": "https://www.bitcoincats.world/", + "whitepaperLink": null + }, "1INCH-USD": { - "name": "1inch", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/1inch/", + "name": "1inch", "tags": [ "Defi" - ], - "websiteLink": "https://1inch.io/", - "whitepaperLink": "https://github.com/1inch", - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/1inch/" - }, + ], + "websiteLink": "https://1inch.io/", + "whitepaperLink": "https://github.com/1inch" + }, + "AA-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/a3s-protocol/", + "name": "A3S Protocol", + "tags": [], + "websiteLink": "https://www.a3sprotocol.xyz/", + "whitepaperLink": "https://a3sprotocolcontact.gitbook.io/a3s-protocol/a3stokenomics/usdaa" + }, "AAVE-USD": { - "name": "Aave", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/aave/", + "name": "Aave", + "tags": [ + "Defi" + ], + "websiteLink": "https://aave.com/", + "whitepaperLink": "https://github.com/aave/protocol-v2/blob/master/aave-v2-whitepaper.pdf" + }, + "ABBC-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/abbc-coin/", + "name": "ABBC Coin", + "tags": [], + "websiteLink": "https://abbccoin.com/", + "whitepaperLink": "https://abbccoin.com/whitepaper.pdf" + }, + "ACA-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/acala/", + "name": "Acala Token", "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/" - }, + ], + "websiteLink": "https://acala.network/", + "whitepaperLink": "https://wiki.acala.network/" + }, + "ACE-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/fusionist/", + "name": "Fusionist", + "tags": [ + "Gaming", + "Social" + ], + "websiteLink": "https://ace.fusionist.io/", + "whitepaperLink": "https://www.fusionist.io/doc/Fusionist_Endurance_WhitePaper_Ver1.0_Publish.pdf" + }, + "ACH-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/alchemy-pay/", + "name": "Alchemy Pay", + "tags": [], + "websiteLink": "https://alchemypay.org/", + "whitepaperLink": "https://file.alchemytech.io/Alchemy_WP-EN.pdf" + }, + "ACM-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/ac-milan-fan-token/", + "name": "AC Milan Fan Token", + "tags": [ + "Entertainment", + "Entertainment" + ], + "websiteLink": "https://www.socios.com/", + "whitepaperLink": null + }, + "ACQ-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/acquire-fi/", + "name": "Acquire.Fi", + "tags": [ + "Real World Assets" + ], + "websiteLink": "https://acquire.fi/", + "whitepaperLink": "https://docsend.com/view/s/g6j5ms4bhubyrq8x" + }, + "ACS-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/access-protocol/", + "name": "Access Protocol", + "tags": [], + "websiteLink": "https://www.accessprotocol.co/", + "whitepaperLink": "https://www.accessprotocol.co/Whitepaper_Access.pdf" + }, + "ACT-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/achain/", + "name": "Achain", + "tags": [], + "websiteLink": "https://www.achain.com/", + "whitepaperLink": "https://www.achain.com/Achain%20Whitepaper%202.0_EN.pdf" + }, "ADA-USD": { - "name": "Cardano", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/cardano/", + "name": "Cardano", "tags": [ "Layer 1" - ], - "websiteLink": "https://cardano.org/", - "whitepaperLink": "https://why.cardano.org/en/introduction/motivation/", - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/cardano/" - }, + ], + "websiteLink": "https://cardano.org/", + "whitepaperLink": "https://why.cardano.org/en/introduction/motivation/" + }, + "ADX-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/adx-net/", + "name": "AdEx", + "tags": [], + "websiteLink": "https://www.adex.network/", + "whitepaperLink": "https://github.com/AmbireTech/adex-protocol" + }, + "AERGO-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/aergo/", + "name": "Aergo", + "tags": [], + "websiteLink": "https://www.aergo.io/", + "whitepaperLink": "https://paper.aergo.io/AERGO_Whitepaper_v5.2.pdf" + }, "AEVO-USD": { - "name": "Aevo", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/aevo/", + "name": "Aevo", "tags": [ "Defi" - ], - "websiteLink": "https://www.aevo.xyz/", - "whitepaperLink": "https://docs.aevo.xyz/aevo-exchange/introduction", - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/aevo/" - }, + ], + "websiteLink": "https://www.aevo.xyz/", + "whitepaperLink": "https://docs.aevo.xyz/aevo-exchange/introduction" + }, + "AFC-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/arsenal-fan-token/", + "name": "Arsenal Fan Token", + "tags": [ + "Entertainment" + ], + "websiteLink": "https://www.arsenal.com/news/afc-fan-token-everything-you-need-know", + "whitepaperLink": null + }, + "AGI-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/delysium/", + "name": "Delysium", + "tags": [], + "websiteLink": "https://www.delysium.com/", + "whitepaperLink": "https://www.delysium.com/whitepaper" + }, "AGIX-USD": { - "name": "SingularityNET", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/singularitynet/", + "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", + ], + "websiteLink": "https://public.singularitynet.io/whitepaper.pdf", + "whitepaperLink": "https://public.singularitynet.io/whitepaper.pdf" + }, + "AGLD-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/adventure-gold/", + "name": "Adventure Gold", + "tags": [], + "websiteLink": "https://adventuregold.org/", + "whitepaperLink": null + }, + "AIDOGE-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/arbdoge-ai/", + "name": "ArbDoge AI", "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", + "Meme" + ], + "websiteLink": "https://arbdoge.ai/", + "whitepaperLink": "https://docs.arbdoge.ai/tokenomics/aidoge" + }, + "AIEPK-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/epik-protocol/", + "name": "EpiK Protocol", + "tags": [], + "websiteLink": "https://www.epik-protocol.io/", + "whitepaperLink": "https://www.epik-protocol.io/EPIK-whitepaper-cn.pdf" + }, + "AIOZ-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/aioz-network/", + "name": "AIOZ Network", "tags": [ + "Entertainment", "Layer 1" - ], - "websiteLink": "https://aptoslabs.com/", - "whitepaperLink": "https://aptos.dev/aptos-white-paper/", - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/aptos/" - }, - "ARB-USD": { - "name": "Arbitrum", + ], + "websiteLink": "https://aioz.network/", + "whitepaperLink": null + }, + "AIPAD-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/aipad/", + "name": "AIPAD", + "tags": [], + "websiteLink": "https://www.aipad.tech/", + "whitepaperLink": "https://aipad-1.gitbook.io/aipad/leaderboard-tier-system" + }, + "AITECH-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/solidus-ai-tech/", + "name": "Solidus Ai Tech", + "tags": [], + "websiteLink": "https://aitech.io", + "whitepaperLink": "https://docs.aitech.io" + }, + "AKITA-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/akita-inu/", + "name": "Akita Inu", "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", + "Gaming", + "Meme" + ], + "websiteLink": "https://akita.network/", + "whitepaperLink": "https://akita-dao.gitbook.io/akita-dao/" + }, + "AKRO-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/akropolis/", + "name": "Akropolis", "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", + "Defi" + ], + "websiteLink": "https://akropolis.io/", + "whitepaperLink": "https://wiki.akropolis.io/wp2019/" + }, + "AKT-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/akash-network/", + "name": "Akash Network", + "tags": [], + "websiteLink": "https://akash.network", + "whitepaperLink": null + }, + "ALCX-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/alchemix/", + "name": "Alchemix", "tags": [ - "Layer 1" - ], - "websiteLink": "https://cosmos.network/", - "whitepaperLink": "https://v1.cosmos.network/resources/whitepaper", - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/cosmos/" - }, - "AVAX-USD": { - "name": "Avalanche", + "Defi", + "Governance", + "Defi" + ], + "websiteLink": "https://alchemix.fi/", + "whitepaperLink": null + }, + "ALEPH-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/aleph-im/", + "name": "Aleph.im", + "tags": [], + "websiteLink": "https://aleph.im/", + "whitepaperLink": "https://aleph-im.gitbook.io/aleph-docs/introduction/welcome-to-your-dev-hub" + }, + "ALGO-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/algorand/", + "name": "Algorand", "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", + ], + "websiteLink": "https://algorand.com/", + "whitepaperLink": "https://algorand.com/technology/white-papers" + }, + "ALI-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/alethea-artificial-liquid-intelligence-token/", + "name": "Artificial Liquid Intelligence", "tags": [ - "Layer 1" - ], - "websiteLink": "https://bitcoincash.org/", - "whitepaperLink": "https://bitcoincash.org/", - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/bitcoin-cash/" - }, - "BOME-USD": { - "name": "BOOK OF MEME", + "Entertainment", + "NFT", + "Governance" + ], + "websiteLink": "https://aiprotocol.info/", + "whitepaperLink": "https://docs.aiprotocol.info" + }, + "ALICE-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/myneighboralice/", + "name": "MyNeighborAlice", "tags": [ - "Meme" - ], - "websiteLink": "https://llwapirxnupqu7xw2fspfidormcfar7ek2yp65nu7k5opjwhdywq.arweave.net/WuwHojdtHwp-9tFk8qBuiwRQR-RWsP91tPq656bHHi0", - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/book-of-meme/" - }, - "BONK-USD": { - "name": "BONK COIN", + "NFT", + "Gaming" + ], + "websiteLink": "https://www.myneighboralice.com/", + "whitepaperLink": "https://static1.squarespace.com/static/601a9e78af724f7a3932fd5f/t/6197c7a3208b111b3333c707/1637337019912/My+Neighbor+Alice+Whitepaper+-+final.pdf" + }, + "ALPACA-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/alpaca-finance/", + "name": "Alpaca Finance", "tags": [ - "Meme" - ], - "websiteLink": "https://bonkcoin.com/", - "whitepaperLink": "https://bonkcoin.com/", - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/bonk1/" - }, - "BLUR-USD": { - "name": "Blur", + "Defi", + "Governance" + ], + "websiteLink": "https://www.alpacafinance.org/", + "whitepaperLink": "https://docs.alpacafinance.org/" + }, + "ALPHA-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/alpha-finance-lab/", + "name": "Stella", "tags": [ - "NFT" - ], - "websiteLink": "https://blur.io/", - "whitepaperLink": "https://docs.blur.foundation/", - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/blur-token/" - }, - "BNB-USD": { - "name": "BNB", + "Defi" + ], + "websiteLink": "https://stellaxyz.io/", + "whitepaperLink": "https://docs.stellaxyz.io/" + }, + "ALPINE-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/alpine-f1-team-fan-token/", + "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" + }, + "ALT-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/altlayer/", + "name": "Altlayer", "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", + "Governance" + ], + "websiteLink": "https://altlayer.io/", + "whitepaperLink": "https://docs.altlayer.io/" + }, + "AMB-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/airdao/", + "name": "AirDAO", "tags": [ + "Defi", + "Governance", "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", + ], + "websiteLink": "https://airdao.io/", + "whitepaperLink": null + }, + "AMP-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/amp/", + "name": "Amp", + "tags": [], + "websiteLink": "https://amptoken.org", + "whitepaperLink": "https://docs.amptoken.org/about/whitepaper" + }, + "AMPL-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/ampleforth/", + "name": "Ampleforth", "tags": [ - "Layer 1" - ], - "websiteLink": "https://bitcoin.org/", - "whitepaperLink": "https://bitcoin.org/bitcoin.pdf", - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/bitcoin/" - }, - "COMP-USD": { - "name": "Compound", + "Defi" + ], + "websiteLink": "https://www.ampleforth.org/", + "whitepaperLink": "https://www.ampleforth.org/paper/" + }, + "ANKR-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/ankr/", + "name": "Ankr", "tags": [ "Defi" - ], - "websiteLink": "https://compound.finance/", - "whitepaperLink": "https://compound.finance/documents/Compound.Whitepaper.pdf", - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/compound/" - }, - "CRV-USD": { - "name": "Curve", + ], + "websiteLink": "https://www.ankr.com/", + "whitepaperLink": "https://www.ankr.com/ankr-whitepaper-2.0.pdf" + }, + "ANML-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/animal-concerts/", + "name": "Animal Concerts", + "tags": [ + "AR/VR", + "NFT", + "Entertainment" + ], + "websiteLink": "https://www.animalconcerts.com/", + "whitepaperLink": null + }, + "ANT-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/aragon/", + "name": "Aragon", "tags": [ "Governance" - ], - "websiteLink": "https://curve.fi/", - "whitepaperLink": "https://curve.fi/whitepaper", - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/curve-dao-token/" - }, - "DOGE-USD": { - "name": "Dogecoin", + ], + "websiteLink": "https://aragon.org/", + "whitepaperLink": "https://wiki.aragon.org/documentation/whitepaper/" + }, + "APE-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/apecoin-ape/", + "name": "ApeCoin", + "tags": [], + "websiteLink": "https://apecoin.com/", + "whitepaperLink": "https://apecoin.com/about" + }, + "APED-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/aped/", + "name": "APED", "tags": [ - "Layer 1", "Meme" - ], - "websiteLink": "https://dogecoin.com/", - "whitepaperLink": "https://github.com/dogecoin/dogecoin", - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/dogecoin/" - }, - "DOT-USD": { - "name": "Polkadot", + ], + "websiteLink": "https://www.apederc.com/", + "whitepaperLink": null + }, + "APEX-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/apex-token/", + "name": "ApeX Protocol", + "tags": [ + "Defi" + ], + "websiteLink": "https://apex.exchange/", + "whitepaperLink": "https://apex-pro.gitbook.io/apex-pro" + }, + "API3-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/api3/", + "name": "API3", + "tags": [], + "websiteLink": "https://api3.org/", + "whitepaperLink": "https://drive.google.com/file/d/1JMVwk9pkGF7hvjkuu6ABA0-FrhRTzAwF/view" + }, + "APT-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/aptos/", + "name": "Aptos", "tags": [ "Layer 1" - ], - "websiteLink": "https://polkadot.network/", - "whitepaperLink": "https://polkadot.network/PolkaDotPaper.pdf", - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/polkadot-new/" - }, - "DYDX-USD": { - "name": "dYdX", + ], + "websiteLink": "https://aptoslabs.com/", + "whitepaperLink": "https://aptos.dev/aptos-white-paper/" + }, + "APU-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/apu-apustaja/", + "name": "Apu Apustaja", + "tags": [ + "Meme" + ], + "websiteLink": "https://apu.club/", + "whitepaperLink": null + }, + "AR-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/arweave/", + "name": "Arweave", + "tags": [], + "websiteLink": "https://www.arweave.org", + "whitepaperLink": "https://ar-io.net/azo-0qw6bb9u5doGdMR-atcIRV_ylJCV4K4Kwv85GO4" + }, + "ARB-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/arbitrum/", + "name": "Arbitrum", + "tags": [ + "Layer 2" + ], + "websiteLink": "https://arbitrum.io/", + "whitepaperLink": "https://github.com/OffchainLabs/nitro" + }, + "ARDR-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/ardor/", + "name": "Ardor", + "tags": [], + "websiteLink": "https://www.jelurida.com/ardor", + "whitepaperLink": "https://ardordocs.jelurida.com" + }, + "ARG-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/argentinefootballassociationfantoken/", + "name": "Argentine Football Association Fan Token", + "tags": [ + "Entertainment", + "Entertainment" + ], + "websiteLink": "https://socios.com", + "whitepaperLink": null + }, + "ARK-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/ark/", + "name": "Ark", + "tags": [], + "websiteLink": "http://ark.io/", + "whitepaperLink": "https://arkscic.com/Whitepaper.pdf" + }, + "ARKER-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/arker/", + "name": "Arker", + "tags": [], + "websiteLink": "https://playarker.com/", + "whitepaperLink": "https://playarker.com/assets/docs/whitepaper.pdf" + }, + "ARKM-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/arkham/", + "name": "Arkham", + "tags": [], + "websiteLink": "https://www.arkhamintelligence.com/", + "whitepaperLink": "https://www.arkhamintelligence.com/whitepaper" + }, + "ARPA-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/arpa-chain/", + "name": "ARPA", + "tags": [], + "websiteLink": "https://arpanetwork.io", + "whitepaperLink": "https://docsend.com/view/gnqammz8wtysrud4" + }, + "ARV-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/ariva/", + "name": "Ariva", + "tags": [], + "websiteLink": "https://ariva.digital/", + "whitepaperLink": "https://ariva.digital/whitepaper.pdf" + }, + "AST-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/airswap/", + "name": "AirSwap", "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", + ], + "websiteLink": "https://www.airswap.io/", + "whitepaperLink": "https://docs.airswap.io" + }, + "ASTO-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/altered-state-token/", + "name": "Altered State Token", "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", + "Entertainment", + "NFT", + "Gaming" + ], + "websiteLink": "https://alteredstatemachine.xyz", + "whitepaperLink": "https://whitepaper.alteredstatemachine.xyz/" + }, + "ASTR-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/astar/", + "name": "Astar", "tags": [ - "Layer 1" - ], - "websiteLink": "https://ethereumclassic.org/", - "whitepaperLink": "https://ethereumclassic.org/why-classic", - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/ethereum-classic/" - }, - "ETH-USD": { - "name": "Ethereum", + "Layer 2" + ], + "websiteLink": "https://astar.network/", + "whitepaperLink": "https://docs.astar.network/docs/getting-started" + }, + "ASTRA-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/astra-protocol/", + "name": "ASTRA Protocol", + "tags": [], + "websiteLink": "https://astraprotocol.com/", + "whitepaperLink": "https://astraprotocol.box.com/s/3nr5wliismk55tqfqdbyte14n6bxn7ko" + }, + "ATA-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/automata-network/", + "name": "Automata Network", + "tags": [], + "websiteLink": "https://ata.network", + "whitepaperLink": "https://docs.ata.network/research/lightpaper" + }, + "ATH-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/aethir/", + "name": "Aethir", + "tags": [], + "websiteLink": "https://www.aethir.com/", + "whitepaperLink": "https://aethir.gitbook.io/aethir/ljvx8d8ee4ElPliP31K1" + }, + "ATLAS-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/star-atlas/", + "name": "Star Atlas", "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", + "NFT", + "Gaming" + ], + "websiteLink": "https://staratlas.com", + "whitepaperLink": "https://staratlas.com/white-paper.pdf" + }, + "ATM-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/atletico-de-madrid-fan-token/", + "name": "Atletico De Madrid Fan Token", "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", + "Entertainment", + "Entertainment" + ], + "websiteLink": "https://www.socios.com/atletico-de-madrid/", + "whitepaperLink": null + }, + "ATOM-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/cosmos/", + "name": "Cosmos", "tags": [ "Layer 1" - ], - "websiteLink": "https://filecoin.io/", - "whitepaperLink": "https://filecoin.io/filecoin.pdf", - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/filecoin/" - }, - "FLR-USD": { - "name": "Flare", + ], + "websiteLink": "https://cosmos.network/", + "whitepaperLink": "https://v1.cosmos.network/resources/whitepaper" + }, + "ATOR-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/airtor-protocol/", + "name": "ATOR Protocol", + "tags": [], + "websiteLink": "https://ator.io/", + "whitepaperLink": "https://docs.ator.io/" + }, + "AUCTION-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/bounce-token/", + "name": "Bounce Token", "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", + "Defi" + ], + "websiteLink": "https://bounce.finance/", + "whitepaperLink": "https://docs.bounce.finance/" + }, + "AUDIO-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/audius/", + "name": "Audius", "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", + "Entertainment" + ], + "websiteLink": "https://audius.co/", + "whitepaperLink": null + }, + "AURORA-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/aurora-near/", + "name": "Aurora", + "tags": [], + "websiteLink": "https://aurora.dev/", + "whitepaperLink": "https://doc.aurora.dev/" + }, + "AURY-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/aurory/", + "name": "Aurory", "tags": [ + "NFT", "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", + ], + "websiteLink": "https://aurory.io/", + "whitepaperLink": "https://aurory.io/whitepaper.html" + }, + "AVA-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/ava/", + "name": "AVA", + "tags": [], + "websiteLink": "https://www.avafoundation.org", + "whitepaperLink": "https://www.avafoundation.org/ava-2-0-whitepaper/" + }, + "AVAX-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/avalanche/", + "name": "Avalanche", "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", + ], + "websiteLink": "https://www.avalabs.org/", + "whitepaperLink": "https://assets.website-files.com/5d80307810123f5ffbb34d6e/6008d7bbf8b10d1eb01e7e16_Avalanche%20Platform%20Whitepaper.pdf" + }, + "AXL-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/axelar/", + "name": "Axelar", + "tags": [], + "websiteLink": "https://axelar.network/", + "whitepaperLink": "https://axelar.network/axelar_whitepaper.pdf" + }, + "AXS-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/axie-infinity/", + "name": "Axie Infinity", + "tags": [ + "NFT", + "Gaming" + ], + "websiteLink": "https://axieinfinity.com/", + "whitepaperLink": "https://whitepaper.axieinfinity.com/" + }, + "AZERO-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/aleph-zero/", + "name": "Aleph Zero", "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", + ], + "websiteLink": "https://www.alephzero.org", + "whitepaperLink": "https://docs.alephzero.org/" + }, + "AZY-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/amazy/", + "name": "Amazy", + "tags": [], + "websiteLink": "https://amazy.io/", + "whitepaperLink": "https://amazy-1.gitbook.io/whitepaper/" + }, + "BADGER-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/badger-dao/", + "name": "Badger DAO", "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", + "Defi", + "Governance" + ], + "websiteLink": "https://app.badger.finance/", + "whitepaperLink": null + }, + "BAKE-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/bakerytoken/", + "name": "BakeryToken", "tags": [ - "Layer 1", + "NFT", + "Defi", + "Gaming", "Defi" - ], - "websiteLink": "https://injective.com/", - "whitepaperLink": "https://docs.injective.network/intro/01_overview.html", - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/injective/" - }, - "JTO-USD": { - "name": "Jito", + ], + "websiteLink": "https://www.bakeryswap.org/", + "whitepaperLink": null + }, + "BAL-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/balancer/", + "name": "Balancer", "tags": [ - "Defi" - ], - "websiteLink": "https://www.jito.network/", - "whitepaperLink": "https://github.com/jito-foundation", - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/jito/" - }, - "JUP-USD": { - "name": "Jupiter", + "Defi", + "Governance" + ], + "websiteLink": "https://balancer.finance/", + "whitepaperLink": "https://balancer.finance/whitepaper/" + }, + "BAND-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/band-protocol/", + "name": "Band Protocol", "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", + ], + "websiteLink": "https://bandprotocol.com/", + "whitepaperLink": "https://bandprotocol.com/whitepaper-3.0.1.pdf" + }, + "BAR-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/fc-barcelona-fan-token/", + "name": "FC Barcelona Fan Token", "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", + "Entertainment", + "Entertainment" + ], + "websiteLink": "https://chiliz.com", + "whitepaperLink": null + }, + "BAT-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/basic-attention-token/", + "name": "Basic Attention Token", "tags": [ "Defi" - ], - "websiteLink": "https://chain.link/", - "whitepaperLink": "https://link.smartcontract.com/whitepaper", - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/chainlink/" - }, - "LTC-USD": { - "name": "Litecoin", + ], + "websiteLink": "https://basicattentiontoken.org/", + "whitepaperLink": "https://basicattentiontoken.org/BasicAttentionTokenWhitePaper-4.pdf" + }, + "BAX-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/babb/", + "name": "BABB", + "tags": [], + "websiteLink": "https://getbabb.com/", + "whitepaperLink": "https://getbabb.com/wp-content/uploads/2021/03/BABB-Whitepaper.pdf" + }, + "BBF-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/bubblefong/", + "name": "Bubblefong", + "tags": [], + "websiteLink": "https://bubblefong.io/", + "whitepaperLink": "https://bubblefong.gitbook.io/whitepaper/extras/baby-shark-bubble-fong-friends" + }, + "BCH-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/bitcoin-cash/", + "name": "Bitcoin Cash", "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", + ], + "websiteLink": "https://bitcoincash.org/", + "whitepaperLink": "https://bitcoincash.org/" + }, + "BCUT-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/bitscrunch/", + "name": "bitsCrunch", "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", + ], + "websiteLink": "https://bitscrunch.com/", + "whitepaperLink": "https://bitscrunch.com/bitsCrunch_Whitepaper.pdf" + }, + "BDX-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/beldex/", + "name": "Beldex", + "tags": [], + "websiteLink": "https://www.beldex.io/", + "whitepaperLink": "https://beldex.io/whitepaper.pdf" + }, + "BEAM-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/onbeam/", + "name": "Beam", "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", + "Gaming", + "Governance" + ], + "websiteLink": "https://www.onbeam.com/", + "whitepaperLink": "https://docs.onbeam.com/" + }, + "BEER-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/beercoin/", + "name": "BEERCOIN", + "tags": [], + "websiteLink": "https://beercoin.wtf/" + }, + "BEL-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/bella-protocol/", + "name": "Bella Protocol", "tags": [ - "Layer 2" - ], - "websiteLink": "https://polygon.technology/", - "whitepaperLink": "https://polygon.technology/lightpaper-polygon.pdf", - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/polygon/" - }, - "MEME-USD": { - "name": "Memecoin", + "Defi" + ], + "websiteLink": "https://bella.fi/", + "whitepaperLink": "https://bellafi.gitbook.io/bella-protocol/" + }, + "BENDOG-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/ben-the-dog/", + "name": "Ben the Dog", "tags": [ + "Gaming", "Meme" - ], - "websiteLink": "https://www.memecoin.org/", - "whitepaperLink": "https://www.memecoin.org/whitepaper", - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/meme/" - }, - "MINA-USD": { - "name": "Mina", + ], + "websiteLink": "https://benthedog.io" + }, + "BETA-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/beta-finance/", + "name": "Beta Finance", + "tags": [], + "websiteLink": "https://betafinance.org/", + "whitepaperLink": "https://betafinance.gitbook.io/betafinance/" + }, + "BETH-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/beacon-eth/", + "name": "Beacon ETH", + "tags": [], + "websiteLink": "https://ethereum.org/en/eth2/beacon-chain/", + "whitepaperLink": "https://ethos.dev/beacon-chain/" + }, + "BFC-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/bifrost/", + "name": "Bifrost", + "tags": [], + "websiteLink": "https://bifrostnetwork.com", + "whitepaperLink": "https://thebifrost.io/static/Bifrost_WP_Eng.pdf" + }, + "BICO-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/biconomy/", + "name": "Biconomy", + "tags": [], + "websiteLink": "https://biconomy.io", + "whitepaperLink": "https://www.biconomy.io/litepaper" + }, + "BIGTIME-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/big-time/", + "name": "Big Time", "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", + "NFT", + "Gaming" + ], + "websiteLink": "https://bigtime.gg/", + "whitepaperLink": "https://wiki.bigtime.gg/big-time-getting-started/welcome-to-big-time-wiki" + }, + "BITCI-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/bitcicoin/", + "name": "Bitcicoin", + "tags": [], + "websiteLink": "https://www.bitcichain.com/en", + "whitepaperLink": "https://www.bitcichain.com/assets/files/whitepaper_en.pdf" + }, + "BLOCK-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/blockgames/", + "name": "BlockGames", "tags": [ - "Governance" - ], - "websiteLink": "https://makerdao.com", - "whitepaperLink": "https://makerdao.com/whitepaper", - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/maker/" - }, - "MOTHER-USD": { - "name": "Mother Iggy", + "Gaming" + ], + "websiteLink": "https://www.blockgames.com", + "whitepaperLink": "https://block-games.gitbook.io/whitepaper" + }, + "BLOK-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/bloktopia/", + "name": "Bloktopia", + "tags": [], + "websiteLink": "https://www.bloktopia.com/", + "whitepaperLink": "https://www.bloktopia.com/wp-content/uploads/2021/10/Bloktopia-Lightpaper-.pdf" + }, + "BLUR-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/blur-token/", + "name": "Blur", "tags": [ - "Meme" - ], - "websiteLink": "https://x.com/IGGYAZALEA", - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/mother-iggy/" - }, - "NEAR-USD": { - "name": "NEAR Protocol", + "NFT" + ], + "websiteLink": "https://blur.io/", + "whitepaperLink": "https://docs.blur.foundation/" + }, + "BLZ-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/bluzelle/", + "name": "Bluzelle", + "tags": [], + "websiteLink": "https://bluzelle.com/", + "whitepaperLink": "https://bluzelle.com/wp-content/uploads/2017/10/bluzelle-whitepaper-english1-4.pdf" + }, + "BNB-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/bnb/", + "name": "BNB", "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", + ], + "websiteLink": "https://www.bnbchain.org/en", + "whitepaperLink": "https://www.exodus.com/assets/docs/binance-coin-whitepaper.pdf" + }, + "BNC-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/bifrost-bnc/", + "name": "Bifrost", "tags": [ - "AI" - ], - "websiteLink": "https://oceanprotocol.com/", - "whitepaperLink": "https://oceanprotocol.com/tech-whitepaper.pdf", - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/ocean-protocol/" - }, - "ORDI-USD": { - "name": "Ordinals", + "Defi" + ], + "websiteLink": "https://bifrost.finance", + "whitepaperLink": "https://wiki.bifrost.finance/#white-paper" + }, + "BNT-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/bancor/", + "name": "Bancor", "tags": [ - "NFT" - ], - "websiteLink": "https://ordinals.com/", - "whitepaperLink": "https://rodarmor.com/blog/", - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/ordi/" - }, - "OP-USD": { - "name": "Optimism", + "Defi" + ], + "websiteLink": "https://www.carbondefi.xyz/", + "whitepaperLink": "https://www.carbondefi.xyz/whitepaper" + }, + "BNX-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/binaryx-new/", + "name": "BinaryX", + "tags": [ + "Gaming" + ], + "websiteLink": "https://www.binaryx.pro?cmc", + "whitepaperLink": "https://binaryx.pro/whitepaper" + }, + "BOBA-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/boba-network/", + "name": "Boba Network", "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", + ], + "websiteLink": "https://boba.network/", + "whitepaperLink": "https://docs.boba.network/" + }, + "BODEN-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/jeo-boden/", + "name": "Jeo Boden", "tags": [ "Meme" - ], - "websiteLink": "https://www.pepe.vip/", - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/pepe/" - }, - "PORTAL-USD": { - "name": "PORTAL", + ], + "websiteLink": "https://www.boden4pres.com/", + "whitepaperLink": null + }, + "BOME-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/book-of-meme/", + "name": "BOOK OF MEME", "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", + "Meme" + ], + "websiteLink": "https://llwapirxnupqu7xw2fspfidormcfar7ek2yp65nu7k5opjwhdywq.arweave.net/WuwHojdtHwp-9tFk8qBuiwRQR-RWsP91tPq656bHHi0" + }, + "BOND-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/barnbridge/", + "name": "BarnBridge", "tags": [ - "AI" - ], - "websiteLink": "https://rendernetwork.com/", - "whitepaperLink": "https://renderfoundation.com/whitepaper", - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/render/" - }, - "RUNE-USD": { - "name": "THORChain", + "Defi", + "Governance" + ], + "websiteLink": "https://barnbridge.com/", + "whitepaperLink": null + }, + "BONE-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/bone-shibaswap/", + "name": "Bone ShibaSwap", "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", + "Meme" + ], + "websiteLink": "https://www.shibatoken.com/", + "whitepaperLink": null + }, + "BONK-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/bonk1/", + "name": "BONK COIN", "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", + "Meme" + ], + "websiteLink": "https://bonkcoin.com/", + "whitepaperLink": "https://bonkcoin.com/" + }, + "BORING-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/boringdao-new/", + "name": "BoringDAO", + "tags": [], + "websiteLink": "https://www.boringdao.com/", + "whitepaperLink": null + }, + "BOSON-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/boson-protocol/", + "name": "Boson Protocol", "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", + "NFT", + "Real World Assets" + ], + "websiteLink": "http://bosonprotocol.io", + "whitepaperLink": "https://docsend.com/view/p7g9u8d8wiwnf9jn" + }, + "BRETT-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/based-brett/", + "name": "Brett (Based)", "tags": [ "Meme" - ], - "websiteLink": "https://shibatoken.com/", - "whitepaperLink": "https://docs.shibatoken.com/", - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/shiba-inu/" - }, - "SNX-USD": { - "name": "Synthetix", + ], + "websiteLink": "https://www.basedbrett.com/" + }, + "BRISE-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/bitrise-token/", + "name": "Bitgert", + "tags": [], + "websiteLink": "https://bitgert.com/", + "whitepaperLink": "https://bitgert.com/wp-content/uploads/2021/12/Bitgert_Whitepaper.pdf" + }, + "BRWL-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/blockchain-brawlers/", + "name": "Blockchain Brawlers", + "tags": [], + "websiteLink": "https://www.bcbrawlers.com/", + "whitepaperLink": null + }, + "BSV-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/bitcoin-sv/", + "name": "Bitcoin SV", + "tags": [], + "websiteLink": "https://www.bsvblockchain.org/", + "whitepaperLink": null + }, + "BSW-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/biswap/", + "name": "Biswap", "tags": [ + "NFT", + "Defi", + "Gaming", "Defi" - ], - "websiteLink": "https://synthetix.io/", - "whitepaperLink": "https://docs.synthetix.io/litepaper", - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/synthetix-network-token/" - }, - "SOL-USD": { - "name": "Solana", + ], + "websiteLink": "https://biswap.org/", + "whitepaperLink": "https://docs.biswap.org/" + }, + "BTC-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/bitcoin/", + "name": "Bitcoin", "tags": [ "Layer 1" - ], - "websiteLink": "https://solana.com/", - "whitepaperLink": "https://solana.com/solana-whitepaper.pdf", - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/solana/" - }, - "STRK-USD": { - "name": "Starknet", + ], + "websiteLink": "https://bitcoin.org/", + "whitepaperLink": "https://bitcoin.org/bitcoin.pdf" + }, + "BTM-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/bytom/", + "name": "Bytom", "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", + "Real World Assets" + ], + "websiteLink": "http://bytom.io/", + "whitepaperLink": "https://github.com/Bytom/wiki" + }, + "BTS-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/bitshares/", + "name": "BitShares", "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", + "Defi" + ], + "websiteLink": "https://bitshares.github.io", + "whitepaperLink": "https://bitshares.github.io/docs/#/whitepaper" + }, + "BTT-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/bittorrent-new/", + "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" + }, + "BURGER-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/burger-cities/", + "name": "BurgerCities", "tags": [ - "Layer 1" - ], - "websiteLink": "https://sui.io/", - "whitepaperLink": "https://github.com/MystenLabs", - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/sui/" - }, - "SUSHI-USD": { - "name": "Sushi", + "Defi", + "Gaming" + ], + "websiteLink": "http://app.burgercities.org/", + "whitepaperLink": "https://burgerswap.gitbook.io/burgercities/" + }, + "BZZ-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/ethereum-swarm/", + "name": "Swarm", + "tags": [], + "websiteLink": "https://www.ethswarm.org/", + "whitepaperLink": "https://www.ethswarm.org/swarm-whitepaper.pdf" + }, + "C98-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/coin98/", + "name": "Coin98", + "tags": [], + "websiteLink": "https://www.coin98.com/", + "whitepaperLink": "https://docs.coin98.com/" + }, + "CAKE-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/pancakeswap/", + "name": "PancakeSwap", "tags": [ - "Defi" - ], - "websiteLink": "https://sushi.com/", - "whitepaperLink": "https://docs.sushi.com/", - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/sushiswap/" - }, - "TIA-USD": { - "name": "Celestia", + "Defi", + "Governance", + "NFT" + ], + "websiteLink": "https://pancakeswap.finance/", + "whitepaperLink": "https://docs.pancakeswap.finance/developers" + }, + "CANDY-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/candy-pocket/", + "name": "Candy Pocket", + "tags": [], + "websiteLink": "https://www.candypocket.com", + "whitepaperLink": "https://d2g38dx0j6xqav.cloudfront.net/online/file/candypoket-1.7EN.pdf" + }, + "CAPO-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/il-capo-of-crypto/", + "name": "IL CAPO OF CRYPTO", "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", + "Meme" + ], + "websiteLink": "https://www.capocoin.xyz/", + "whitepaperLink": null + }, + "CAS-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/cashaa/", + "name": "Cashaa", + "tags": [], + "websiteLink": "https://www.cashaa.com/", + "whitepaperLink": "https://storage.googleapis.com/cashaa-cdn/cashaa/pdf/cashaa_wp_v2.pdf" + }, + "CBK-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/cobak-token/", + "name": "Cobak Token", + "tags": [], + "websiteLink": "https://cobak.co.kr/", + "whitepaperLink": "https://storage.cobak.co/custom_upload/1599808473023280_729b6827ea.pdf" + }, + "CCD-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/concordium/", + "name": "Concordium", "tags": [ "Layer 1" - ], - "websiteLink": "https://ton.org/", - "whitepaperLink": "https://ton.org/whitepaper.pdf", - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/toncoin/" - }, - "TRX-USD": { - "name": "TRON", + ], + "websiteLink": "https://www.concordium.com", + "whitepaperLink": "https://assets.website-files.com/64f060f3fc95f9d2081781db/651fec84262ba8e696da6a65_Concordium%20White%20Paper%20v1.7.pdf" + }, + "CEEK-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/ceek-vr/", + "name": "CEEK VR", "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", + "AR/VR", + "Entertainment", + "NFT" + ], + "websiteLink": "https://www.ceek.io/", + "whitepaperLink": null + }, + "CEL-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/celsius/", + "name": "Celsius", + "tags": [], + "websiteLink": "https://celsius.network/", + "whitepaperLink": null + }, + "CELO-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/celo/", + "name": "Celo", + "tags": [], + "websiteLink": "https://celo.org", + "whitepaperLink": "https://docs.celo.org" + }, + "CELR-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/celer-network/", + "name": "Celer Network", + "tags": [], + "websiteLink": "https://www.celer.network/#", + "whitepaperLink": "https://im-docs.celer.network/developer/celer-im-overview" + }, + "CERE-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/cere-network/", + "name": "Cere Network", "tags": [ - "Defi" - ], - "websiteLink": "https://umaproject.org/", - "whitepaperLink": "https://github.com/UMAprotocol/whitepaper", - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/uma/" - }, - "UNI-USD": { - "name": "Uniswap", + "Gaming", + "Social" + ], + "websiteLink": "https://www.cere.network", + "whitepaperLink": "https://cere-network.gitbook.io/cere-network/" + }, + "CETUS-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/cetus-protocol/", + "name": "Cetus Protocol", "tags": [ "Defi" - ], - "websiteLink": "https://uniswap.org/", - "whitepaperLink": "https://uniswap.org/whitepaper-v3.pdf", - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/uniswap/" - }, - "WIF-USD": { - "name": "dogwifhat", + ], + "websiteLink": "https://www.cetus.zone/", + "whitepaperLink": null + }, + "CFG-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/centrifuge/", + "name": "Centrifuge", "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", + "Real World Assets" + ], + "websiteLink": "https://centrifuge.io/", + "whitepaperLink": "https://centrifuge.io/cfg_token_summary.pdf" + }, + "CFX-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/conflux-network/", + "name": "Conflux", "tags": [ + "NFT", "Defi" - ], - "websiteLink": "https://woo.org/", - "whitepaperLink": "https://woo.org/Litepaper.pdf", - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/wootrade/" - }, - "XLM-USD": { - "name": "Stellar", + ], + "websiteLink": "https://confluxnetwork.org/", + "whitepaperLink": "https://confluxnetwork.org/files/Conflux_Economic_Paper_20201230.pdf" + }, + "CGPT-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/chaingpt/", + "name": "ChainGPT", "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", + "Entertainment", + "NFT", + "Defi", + "Governance" + ], + "websiteLink": "https://www.chaingpt.org", + "whitepaperLink": "https://docs.chaingpt.org" + }, + "CHAT-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/solchat/", + "name": "Solchat", + "tags": [], + "websiteLink": "https://www.solchat.io/", + "whitepaperLink": "http://docs.solchat.io/" + }, + "CHR-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/chromia/", + "name": "Chromia", "tags": [ + "NFT", + "Defi", + "Gaming", + "Real World Assets", "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", + ], + "websiteLink": "https://chromia.com/", + "whitepaperLink": "https://chromia.com/documents/Chromia-_-Platform-white-paper2019.pdf" + }, + "CHRP-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/chirpley/", + "name": "Chirpley", + "tags": [], + "websiteLink": "https://chirpley.ai", + "whitepaperLink": "https://chirpley.gitbook.io" + }, + "CHZ-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/chiliz/", + "name": "Chiliz", "tags": [ "Layer 1" - ], - "websiteLink": "https://ripple.com/currency/", - "whitepaperLink": "https://github.com/ripple", - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/xrp/" - }, - "XTZ-USD": { - "name": "Tezos", + ], + "websiteLink": "https://www.chiliz.com/", + "whitepaperLink": "https://www.chiliz.com/docs/litepaper-v1.1-20230703.pdf" + }, + "CIRUS-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/cirus-foundation/", + "name": "Cirus Foundation", + "tags": [], + "websiteLink": "https://www.cirusfoundation.com", + "whitepaperLink": "https://cirusfoundation.notion.site/White-Paper-60e6f071affe417c9ae13a94723dea1c" + }, + "CITY-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/manchester-city-fan-token/", + "name": "Manchester City Fan Token", "tags": [ - "Layer 1" - ], - "websiteLink": "https://tezos.com", - "whitepaperLink": "https://tezos.com/whitepaper.pdf", - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/tezos/" - }, - "YFI-USD": { - "name": "Yearn", + "Entertainment", + "Entertainment" + ], + "websiteLink": "https://www.socios.com", + "whitepaperLink": null + }, + "CKB-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/nervos-network/", + "name": "Nervos Network", "tags": [ + "NFT", "Defi" - ], - "websiteLink": "https://yearn.finance/", - "whitepaperLink": "https://docs.yearn.finance/", - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/yearn-finance/" - }, - "ZEC-USD": { - "name": "Zcash", + ], + "websiteLink": "http://nervos.org/", + "whitepaperLink": "https://github.com/nervosnetwork/rfcs/blob/master/rfcs/0002-ckb/0002-ckb.md" + }, + "CMP-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/caduceus-foundation/", + "name": "Caduceus", + "tags": [], + "websiteLink": "https://www.caduceus.foundation/", + "whitepaperLink": "https://www.caduceus.foundation/Caduceus_white_paperV1.1.pdf" + }, + "COMBO-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/combo-network/", + "name": "COMBO", "tags": [ - "Layer 1" - ], - "websiteLink": "https://z.cash/", - "whitepaperLink": "https://z.cash/technology/", - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/zcash/" - }, - "ZETA-USD": { - "name": "ZetaChain", + "Entertainment", + "NFT", + "Gaming" + ], + "websiteLink": "https://combonetwork.io/", + "whitepaperLink": "https://docs.combonetwork.io/" + }, + "COMP-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/compound/", + "name": "Compound", "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", + "Defi" + ], + "websiteLink": "https://compound.finance/", + "whitepaperLink": "https://compound.finance/documents/Compound.Whitepaper.pdf" + }, + "CONV-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/convergence/", + "name": "Convergence", + "tags": [ + "Defi" + ], + "websiteLink": "https://conv.finance/", + "whitepaperLink": "https://conv.finance/Convergence_whitepaper.pdf" + }, + "COOKIE-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/cookie/", + "name": "Cookie", + "tags": [], + "websiteLink": "https://www.cookie3.com/", + "whitepaperLink": "https://assets.cdn.cookie3.co/assets/Cookie3_Litepaper.pdf" + }, + "COQ-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/coq-inu/", + "name": "Coq Inu", + "tags": [ + "Meme" + ], + "websiteLink": "https://www.coqinu.com/", + "whitepaperLink": null + }, + "CORE-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/core-dao/", + "name": "Core", + "tags": [], + "websiteLink": "https://www.coredao.org/", + "whitepaperLink": "https://docs.coredao.org/core-white-paper-v1.0.5/" + }, + "COTI-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/coti/", + "name": "COTI", "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", + ], + "websiteLink": "https://coti.io/", + "whitepaperLink": "https://coti.io/files/COTI-technical-whitepaper.pdf" + }, + "CPOOL-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/clearpool/", + "name": "Clearpool", + "tags": [ + "Defi", + "Real World Assets" + ], + "websiteLink": "https://clearpool.finance/", + "whitepaperLink": null + }, + "CQT-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/covalent/", + "name": "Covalent", "tags": [ "Defi" - ], - "websiteLink": "https://makerdao.com/", - "whitepaperLink": null, - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/multi-collateral-dai/" - }, - "MNT-USD": { - "name": "Mantle", + ], + "websiteLink": "https://www.covalenthq.com/", + "whitepaperLink": null + }, + "CREAM-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/cream-finance/", + "name": "Cream Finance", "tags": [ - "Layer 2" - ], - "websiteLink": "https://www.mantle.xyz/", - "whitepaperLink": "https://docs.mantle.xyz/network/introduction/overview", - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/mantle/" - }, + "Defi", + "Governance" + ], + "websiteLink": "https://cream.finance/", + "whitepaperLink": "https://docs.cream.finance/" + }, "CRO-USD": { - "name": "Cronos", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/cronos/", + "name": "Cronos", "tags": [ "Layer 1" - ], - "websiteLink": "https://cronos.org/", - "whitepaperLink": "https://whitepaper.cronos.org/", - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/cronos/" - }, - "KAS-USD": { - "name": "Kaspa", + ], + "websiteLink": "https://cronos.org/", + "whitepaperLink": "https://whitepaper.cronos.org/" + }, + "CRPT-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/crpt/", + "name": "Crypterium", + "tags": [], + "websiteLink": "https://crypterium.com/", + "whitepaperLink": null + }, + "CRU-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/crustnetwork/", + "name": "Crust Network", + "tags": [], + "websiteLink": "https://www.crust.network/", + "whitepaperLink": "https://wiki.crust.network/en" + }, + "CRV-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/curve-dao-token/", + "name": "Curve", + "tags": [ + "Governance" + ], + "websiteLink": "https://curve.fi/", + "whitepaperLink": "https://curve.fi/whitepaper" + }, + "CSIX-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/carbon-browser/", + "name": "Carbon browser", + "tags": [], + "websiteLink": "https://carbon.website/", + "whitepaperLink": "https://carbon.website/whitepaper/" + }, + "CSPR-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/casper/", + "name": "Casper", "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", + ], + "websiteLink": "https://casper.network/", + "whitepaperLink": "https://casper.network/network/developers/getting-started" + }, + "CTC-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/creditcoin/", + "name": "Creditcoin", "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", + ], + "websiteLink": "https://creditcoin.org", + "whitepaperLink": "https://www.creditcoin.org/white-paper" + }, + "CTK-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/shentu/", + "name": "Shentu", + "tags": [], + "websiteLink": "https://www.shentu.technology/", + "whitepaperLink": "https://www.shentu.technology/whitepaper" + }, + "CTSI-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/cartesi/", + "name": "Cartesi", "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", + "Layer 2" + ], + "websiteLink": "https://cartesi.io/", + "whitepaperLink": "https://cartesi.io/docs/" + }, + "CTX-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/cryptex-finance/", + "name": "Cryptex Finance", + "tags": [], + "websiteLink": "https://cryptex.finance/", + "whitepaperLink": "https://cryptex.finance/White_Paper.pdf" + }, + "CTXC-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/cortex/", + "name": "Cortex", + "tags": [], + "websiteLink": "http://www.cortexlabs.ai/", + "whitepaperLink": "https://cortexlabs.ai/cortex_2_0_whitepaper_en" + }, + "CUDOS-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/cudos/", + "name": "CUDOS", "tags": [ - "NFT", + "AR/VR", + "Gaming", "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", + ], + "websiteLink": "https://www.cudos.org/", + "whitepaperLink": null + }, + "CULT-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/cult-dao/", + "name": "Cult DAO", + "tags": [], + "websiteLink": "https://cultdao.io", + "whitepaperLink": "https://cultdao.io/wp-content/uploads/2022/01/CULT-DAO-Manifesto-1.pdf" + }, + "CUSD-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/celo-dollar/", + "name": "Celo Dollar", "tags": [ - "Gaming", - "Governance" - ], - "websiteLink": "https://www.onbeam.com/", - "whitepaperLink": "https://docs.onbeam.com/", - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/onbeam/" - }, - "ONDO-USD": { - "name": "Ondo", + "Defi" + ], + "websiteLink": "https://celo.org/", + "whitepaperLink": "https://celo.org/papers" + }, + "CVC-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/civic/", + "name": "Civic", + "tags": [], + "websiteLink": "https://www.civic.com/", + "whitepaperLink": "https://www.allcryptowhitepapers.com/civic-whitepaper/" + }, + "CVP-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/powerpool/", + "name": "PowerPool", "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", + "Defi", + "Governance" + ], + "websiteLink": "https://powerpool.finance/", + "whitepaperLink": "https://docs.powerpool.finance/powerpool-and-poweragent-network/powerpool-overview/powerpool" + }, + "CVX-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/convex-finance/", + "name": "Convex Finance", "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", + ], + "websiteLink": "https://www.convexfinance.com/", + "whitepaperLink": null + }, + "CWAR-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/cryowar/", + "name": "Cryowar", "tags": [ - "Real World Assets" - ], - "websiteLink": "https://quant.network/", - "whitepaperLink": null, - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/quant/" - }, - "AXS-USD": { - "name": "Axie Infinity", + "NFT", + "Gaming" + ], + "websiteLink": "https://cryowar.com/", + "whitepaperLink": "https://www.cryowar.com/files/wp35.pdf" + }, + "CWEB-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/coinweb/", + "name": "Coinweb", + "tags": [ + "Layer 2" + ], + "websiteLink": "https://www.coinweb.io", + "whitepaperLink": "https://coinweb.io/wp-content/uploads/2023/12/Coinweb-Whitepaper.pdf" + }, + "CWS-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/crowns/", + "name": "Seascape Crowns", "tags": [ - "NFT", + "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", + ], + "websiteLink": "https://www.seascape.network/", + "whitepaperLink": "https://f2be4719-641d-430b-92d5-747132d8c9bd.filesusr.com/ugd/061436_2d3e0cc2c8cc41a0a42e3cc2d57c7e3e.pdf" + }, + "CYBER-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/cyberconnect/", + "name": "Cyber", "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", + "NFT", + "Governance" + ], + "websiteLink": "https://cyber.co/", + "whitepaperLink": "https://docs.cyber.co/build-on-cyber/contract-deployment" + }, + "DAG-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/constellation/", + "name": "Constellation", + "tags": [], + "websiteLink": "https://www.constellationnetwork.io", + "whitepaperLink": null + }, + "DAI-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/multi-collateral-dai/", + "name": "Dai", + "tags": [ + "Defi" + ], + "websiteLink": "https://makerdao.com/", + "whitepaperLink": null + }, + "DAO-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/dao-maker/", + "name": "DAO Maker", "tags": [ - "NFT", - "Defi", + "Defi", "Governance" - ], - "websiteLink": "https://wormhole.com", - "whitepaperLink": null, - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/wormhole/" - }, - "XEC-USD": { - "name": "eCash", + ], + "websiteLink": "https://daomaker.com/", + "whitepaperLink": null + }, + "DAPPX-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/dappstore/", + "name": "dAppstore", + "tags": [], + "websiteLink": "https://dappstore.me", + "whitepaperLink": "https://dappstore.me/pdf/dAppstore_whitepaper_Eng.pdf" + }, + "DAR-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/mines-of-dalarnia/", + "name": "Mines of Dalarnia", "tags": [ - "Layer 1" - ], - "websiteLink": "https://e.cash/", - "whitepaperLink": null, - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/ecash/" - }, - "AIOZ-USD": { - "name": "AIOZ Network", + "NFT", + "Gaming" + ], + "websiteLink": "https://www.minesofdalarnia.com/", + "whitepaperLink": "https://www.minesofdalarnia.com/assets/MoD-Litepaper-updated-27-Oct.pdf" + }, + "DASH-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/dash/", + "name": "Dash", "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", + "Governance" + ], + "websiteLink": "https://www.dash.org/", + "whitepaperLink": "https://docs.dash.org/" + }, + "DATA-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/streamr/", + "name": "Streamr", + "tags": [], + "websiteLink": "https://streamr.network", + "whitepaperLink": "https://s3.amazonaws.com/streamr-public/streamr-datacoin-whitepaper-2017-07-25-v1_1.pdf" + }, + "DBC-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/deepbrain-chain/", + "name": "DeepBrain Chain", + "tags": [], + "websiteLink": "https://www.deepbrainchain.org/", + "whitepaperLink": "https://www.deepbrainchain.org/assets/pdf/DeepBrainChainWhitepaper_en.pdf" + }, + "DC-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/dogechain/", + "name": "Dogechain", "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", + "Meme" + ], + "websiteLink": "https://dogechain.dog/", + "whitepaperLink": null + }, + "DCK-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/dexcheck/", + "name": "DexCheck AI", + "tags": [], + "websiteLink": "https://dexcheck.ai/info", + "whitepaperLink": "https://dexcheck.gitbook.io/whitepaper/general/about-dexcheck" + }, + "DCR-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/decred/", + "name": "Decred", + "tags": [], + "websiteLink": "https://decred.org/", + "whitepaperLink": "https://docs.decred.org/" + }, + "DEFI-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/de-fi/", + "name": "DeFi", + "tags": [ + "Defi" + ], + "websiteLink": "https://de.fi/", + "whitepaperLink": "https://docs.de.fi/welcome/readme" + }, + "DEGEN-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/degen-base/", + "name": "Degen", "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", + "Meme" + ], + "websiteLink": "https://www.degen.tips/", + "whitepaperLink": null + }, + "DEGO-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/dego-finance/", + "name": "Dego Finance", "tags": [ - "NFT", - "Defi", - "Defi", + "NFT", + "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", + ], + "websiteLink": "https://dego.finance/", + "whitepaperLink": "https://docs.dego.finance/" + }, + "DENT-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/dent/", + "name": "Dent", + "tags": [], + "websiteLink": "https://www.dentwireless.com/", + "whitepaperLink": "https://www.dentwireless.com/whitepaper" + }, + "DEP-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/deapcoin/", + "name": "DEAPcoin", + "tags": [ + "NFT", + "Gaming" + ], + "websiteLink": "https://dea.sg/", + "whitepaperLink": "https://playmining.gitbook.io/whitepaper/" + }, + "DESO-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/deso/", + "name": "Decentralized Social", + "tags": [], + "websiteLink": "https://deso.com", + "whitepaperLink": "https://docs.deso.org/about-deso-chain/readme" + }, + "DEXE-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/dexe/", + "name": "DeXe", "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", + ], + "websiteLink": "https://dexe.network/", + "whitepaperLink": "https://dexe.network/Dexe-DAO-Memo.pdf" + }, + "DF-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/dforce/", + "name": "dForce", "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", + ], + "websiteLink": "https://dforce.network/", + "whitepaperLink": "https://github.com/dforce-network/documents/blob/master/white_papers/en/dForce_Whitepaper_V1.pdf" + }, + "DFI-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/defichain/", + "name": "DeFiChain", "tags": [ - "Layer 1" - ], - "websiteLink": "https://www.klaytn.foundation/", - "whitepaperLink": "https://docs.klaytn.foundation/", - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/klaytn/" - }, - "DEXE-USD": { - "name": "DeXe", + "Defi" + ], + "websiteLink": "https://defichain.com/", + "whitepaperLink": "https://www.defichain.com/white-paper/" + }, + "DFYN-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/dfyn-network/", + "name": "Dfyn Network", + "tags": [], + "websiteLink": "https://dfyn.network/", + "whitepaperLink": "https://dfyn.network/assets/docs/Dfyn-Litepaper.pdf" + }, + "DGB-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/digibyte/", + "name": "DigiByte", + "tags": [ + "NFT" + ], + "websiteLink": "https://digibyte.org/", + "whitepaperLink": "https://digibyte.io/docs/infopaper.pdf" + }, + "DIA-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/dia/", + "name": "DIA", "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", + ], + "websiteLink": "https://diadata.org/", + "whitepaperLink": "https://docs.diadata.org" + }, + "DICE-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/klaydice/", + "name": "Klaydice", + "tags": [], + "websiteLink": "https://klaydice.io/", + "whitepaperLink": null + }, + "DKA-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/dkargo/", + "name": "dKargo", + "tags": [], + "websiteLink": "https://dkargo.io/en", + "whitepaperLink": "https://dkargo.io/resources/dkargo_wp_en_new.pdf" + }, + "DKS-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/darkshield/", + "name": "DarkShield Games Studio", "tags": [ - "NFT", "Gaming" - ], - "websiteLink": "https://echelon.io/", - "whitepaperLink": null, - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/echelon-prime/" - }, - "ROSE-USD": { - "name": "Oasis", + ], + "websiteLink": "https://darkshield.games", + "whitepaperLink": "https://docsend.com/view/n72u25nc943id3we" + }, + "DMAIL-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/dmail-network/", + "name": "DMAIL Network", + "tags": [ + "Social" + ], + "websiteLink": "https://dmail.ai/", + "whitepaperLink": null + }, + "DMTR-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/dimitra/", + "name": "Dimitra", + "tags": [], + "websiteLink": "https://dimitra.io/", + "whitepaperLink": "https://dimitra.io/token" + }, + "DODO-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/dodo/", + "name": "DODO", "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", + ], + "websiteLink": "https://dodoex.io/", + "whitepaperLink": "https://docs.dodoex.io/en/home/what-is-dodo" + }, + "DOGE-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/dogecoin/", + "name": "Dogecoin", "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", + "Layer 1", + "Meme" + ], + "websiteLink": "https://dogecoin.com/", + "whitepaperLink": "https://github.com/dogecoin/dogecoin" + }, + "DORA-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/dora-factory-new/", + "name": "Dora Factory", "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", + "Governance" + ], + "websiteLink": "https://dorafactory.org/", + "whitepaperLink": null + }, + "DOSE-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/dose/", + "name": "DOSE", "tags": [ - "NFT", + "NFT", "Gaming" - ], - "websiteLink": "https://superverse.co/", - "whitepaperLink": "https://docs.superverse.cool/", - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/superfarm/" - }, - "XDC-USD": { - "name": "XDC Network", + ], + "websiteLink": "https://dosetoken.com/", + "whitepaperLink": "https://www.dosetoken.com/whitepaper.pdf" + }, + "DOT-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/polkadot-new/", + "name": "Polkadot", "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", + ], + "websiteLink": "https://polkadot.network/", + "whitepaperLink": "https://polkadot.network/PolkaDotPaper.pdf" + }, + "DPR-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/deeper-network/", + "name": "Deeper Network", + "tags": [], + "websiteLink": "https://www.deeper.network", + "whitepaperLink": "https://deeper.network/whitepaper_en.pdf?1616235824088" + }, + "DPX-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/dopex/", + "name": "Dopex", + "tags": [], + "websiteLink": "https://www.dopex.io/", + "whitepaperLink": "https://docs.dopex.io/" + }, + "DREAMS-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/dreams-quest/", + "name": "Dreams Quest", "tags": [ - "NFT", + "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", + ], + "websiteLink": "https://dreams.quest", + "whitepaperLink": "https://dreamsquest.fandom.com" + }, + "DRIFT-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/drift/", + "name": "Drift", + "tags": [ + "Governance" + ], + "websiteLink": "https://www.drift.trade/", + "whitepaperLink": "https://docs.drift.trade/" + }, + "DSLA-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/dsla-protocol/", + "name": "DSLA Protocol", "tags": [ + "NFT" + ], + "websiteLink": "https://dsla.network", + "whitepaperLink": "https://storage.googleapis.com/stacktical-public/STACKTICAL_DSLA-WHITE-PAPER.pdf" + }, + "DUEL-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/duel/", + "name": "GameGPT", + "tags": [ + "NFT", "Gaming" - ], - "websiteLink": "https://www.binaryx.pro?cmc", - "whitepaperLink": "https://binaryx.pro/whitepaper", - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/binaryx-new/" - }, - "RAY-USD": { - "name": "Raydium", + ], + "websiteLink": "https://gamegpt.gg", + "whitepaperLink": "https://prism-whitepaper.gitbook.io/prism-whitepaper/" + }, + "DUKO-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/duko/", + "name": "DUKO", "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", + "Meme" + ], + "websiteLink": "https://dukocoin.com/" + }, + "DUSK-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/dusk/", + "name": "Dusk", "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", + "Real World Assets", + "Layer 1" + ], + "websiteLink": "https://www.dusk.network", + "whitepaperLink": "https://dusk.network/uploads/The_Dusk_Network_Whitepaper_v3_0_0.pdf" + }, + "DYDX-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/dydx-chain/", + "name": "dYdX", "tags": [ + "Layer 1", "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", + ], + "websiteLink": "https://dydx.exchange/" + }, + "DYM-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/dymension/", + "name": "Dymension", + "tags": [], + "websiteLink": "https://dymension.xyz/", + "whitepaperLink": "https://docs.dymension.xyz/dymension-litepaper/dymension-litepaper-index" + }, + "DYP-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/defi-yield-protocol-v2/", + "name": "Dypius [New]", "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", + "NFT", + "Defi", + "Gaming" + ], + "websiteLink": "https://dypius.com/", + "whitepaperLink": null + }, + "DZOO-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/degen-zoo/", + "name": "Degen Zoo", + "tags": [], + "websiteLink": "https://www.degenzoo.co/", + "whitepaperLink": "https://drive.google.com/file/d/1u8feg5reI_cT8ytTufnksQ2L97xrmUdm/view" + }, + "ECOX-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/ecox/", + "name": "ECOx", + "tags": [], + "websiteLink": "https://eco.org/", + "whitepaperLink": "https://eco.org/whitepaper.pdf" + }, + "EDU-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/open-campus/", + "name": "Open Campus", + "tags": [], + "websiteLink": "https://www.opencampus.xyz/", + "whitepaperLink": "https://open-campus.gitbook.io/open-campus-protocol-whitepaper/" + }, + "EGLD-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/multiversx-egld/", + "name": "MultiversX", "tags": [ + "Defi", + "Gaming", "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", + ], + "websiteLink": "https://multiversx.com/", + "whitepaperLink": "https://files.multiversx.com/multiversx-whitepaper.pdf" + }, + "EGO-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/ego-paysenger/", + "name": "EGO", + "tags": [], + "websiteLink": "https://egoco.in/en/", + "whitepaperLink": "https://docs.paysenger.com/" + }, + "ELA-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/elastos/", + "name": "Elastos", + "tags": [], + "websiteLink": "https://elastos.info", + "whitepaperLink": "https://www.elastos.org/downloads/elastos_whitepaper_en.pdf" + }, + "ELDA-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/eldarune/", + "name": "Eldarune", "tags": [ - "Defi" - ], - "websiteLink": "https://www.rocketpool.net/", - "whitepaperLink": "https://docs.rocketpool.net", - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/rocket-pool/" - }, - "PAXG-USD": { - "name": "PAX Gold", + "NFT", + "Gaming" + ], + "websiteLink": "https://www.eldarune.com/", + "whitepaperLink": "https://digalabs.gitbook.io/whitepaper_eldarune/" + }, + "ELF-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/aelf/", + "name": "aelf", + "tags": [], + "websiteLink": "http://aelf.com/", + "whitepaperLink": "https://aelf.com/gridcn/aelf_Economic_and_Governance_Whitepaper_v1.2_en.pdf" + }, + "ELON-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/dogelon/", + "name": "Dogelon Mars", "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", + "Meme" + ], + "websiteLink": "https://dogelonmars.com/", + "whitepaperLink": null + }, + "EM-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/eminer/", + "name": "Eminer", + "tags": [], + "websiteLink": "https://eminer.pro/", + "whitepaperLink": null + }, + "ENA-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/ethena/", + "name": "Ethena", "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", + "Defi" + ], + "websiteLink": "https://www.ethena.fi/", + "whitepaperLink": "https://ethena-labs.gitbook.io/ethena-labs/" + }, + "ENJ-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/enjin-coin/", + "name": "Enjin", + "tags": [], + "websiteLink": "https://enjin.io/", + "whitepaperLink": "https://cdn.enjin.io/downloads/whitepapers/enjin-coin/en.pdf/" + }, + "ENS-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/ethereum-name-service/", + "name": "Ethereum Name Service", + "tags": [], + "websiteLink": "https://coinmarketcap.com/currencies/ethereum-name-service/", + "whitepaperLink": "https://docs.ens.domains/" + }, + "EOS-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/eos/", + "name": "EOS", "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", + "Layer 1" + ], + "websiteLink": "https://eos.io/", + "whitepaperLink": "https://github.com/EOSIO/Documentation/blob/master/TechnicalWhitePaper.md" + }, + "EOSC-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/eos-force/", + "name": "EOS Force", + "tags": [], + "websiteLink": "https://www.eosforce.io", + "whitepaperLink": "https://eosforce-1.gitbook.io/eosc/" + }, + "EPIK-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/epik-prime/", + "name": "EPIK Prime", "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", + "NFT", + "Gaming" + ], + "websiteLink": "https://epikprime.com/", + "whitepaperLink": null + }, + "ERG-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/ergo/", + "name": "Ergo", + "tags": [ + "Layer 1" + ], + "websiteLink": "https://ergoplatform.org/", + "whitepaperLink": "https://ergoplatform.org/en/documents" + }, + "ERN-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/ethernity-chain/", + "name": "Ethernity Chain", "tags": [ + "NFT", + "Gaming", "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", + ], + "websiteLink": "https://ethernity.io/", + "whitepaperLink": "https://drive.google.com/file/d/1o74ZBmYMIUa8QUwvLOK7KhoXP9-LCsPf/view" + }, + "ERTHA-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/ertha/", + "name": "Ertha", + "tags": [], + "websiteLink": "https://ertha.io/", + "whitepaperLink": "https://whitepaper.ertha.io/ertha-whitepaper/" + }, + "ESE-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/eesee/", + "name": "Eesee", "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", + "NFT" + ], + "websiteLink": "https://eesee.io/", + "whitepaperLink": null + }, + "ETC-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/ethereum-classic/", + "name": "Ethereum Classic", "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", + ], + "websiteLink": "https://ethereumclassic.org/", + "whitepaperLink": "https://ethereumclassic.org/why-classic" + }, + "ETH-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/ethereum/", + "displayStepSize": "0.001", + "displayTickSize": "0.1", + "name": "Ethereum", "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", + "Layer 1" + ], + "websiteLink": "https://ethereum.org/", + "whitepaperLink": "https://ethereum.org/whitepaper/" + }, + "ETHFI-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/ether-fi-ethfi/", + "name": "ether.fi", + "tags": [], + "websiteLink": "https://www.ether.fi/", + "whitepaperLink": "https://etherfi.gitbook.io/etherfi/ether.fi-whitepaper" + }, + "ETHW-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/ethereum-pow/", + "name": "EthereumPoW", + "tags": [], + "websiteLink": "https://ethereumpow.org/", + "whitepaperLink": null + }, + "EUL-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/euler-finance/", + "name": "Euler", + "tags": [], + "websiteLink": "https://www.euler.finance/", + "whitepaperLink": "https://docs.euler.finance/" + }, + "EURC-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/euro-coin/", + "name": "EURC", + "tags": [], + "websiteLink": "https://www.circle.com", + "whitepaperLink": null + }, + "EVER-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/everscale/", + "name": "Everscale", + "tags": [], + "websiteLink": "https://everscale.network", + "whitepaperLink": "https://docs.everscale.network/" + }, + "EVMOS-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/evmos/", + "name": "Evmos", "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", + "Layer 1" + ], + "websiteLink": "http://evmos.org/", + "whitepaperLink": null + }, + "EWT-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/energy-web-token/", + "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" + }, + "EXVG-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/exverse/", + "name": "Exverse", "tags": [ - "Real World Assets" - ], - "websiteLink": "https://polymesh.network/", - "whitepaperLink": "https://polymesh.network/resources", - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/polymesh/" - }, - "DASH-USD": { - "name": "Dash", + "NFT", + "Gaming" + ], + "websiteLink": "https://exv.io/", + "whitepaperLink": "https://litepaper.exverse.io/" + }, + "FALX-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/falxdex-io/", + "name": "FalconX", + "tags": [], + "websiteLink": "https://falxdex.io/", + "whitepaperLink": "https://falconx.gitbook.io/falconx" + }, + "FANC-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/fanc/", + "name": "fanC", + "tags": [], + "websiteLink": "https://fanc.io/", + "whitepaperLink": "https://fanc-1.gitbook.io/fanc-whitepaper" + }, + "FARM-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/harvest-finance/", + "name": "Harvest Finance", "tags": [ + "Defi", "Governance" - ], - "websiteLink": "https://www.dash.org/", - "whitepaperLink": "https://docs.dash.org/", - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/dash/" - }, - "FXS-USD": { - "name": "Frax Share", + ], + "websiteLink": "https://harvest.finance/", + "whitepaperLink": "https://medium.com/harvest-finance/the-harvest-finance-project-338c3e5806fc" + }, + "FCT-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/firmachain/", + "name": "FirmaChain", + "tags": [], + "websiteLink": "https://firmachain.org/#/", + "whitepaperLink": "https://firmachain.org/whitepaper_EN.pdf" + }, + "FEAR-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/fear-nfts/", + "name": "FEAR", + "tags": [ + "NFT", + "Gaming" + ], + "websiteLink": "https://www.fear.io", + "whitepaperLink": "https://fear.io/docs/fear-bite-paper.pdf" + }, + "FET-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/fetch/", + "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" + }, + "FIDA-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/bonfida/", + "name": "Bonfida", "tags": [ "Defi" - ], - "websiteLink": "https://frax.finance", - "whitepaperLink": "https://docs.frax.finance", - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/frax-share/" - }, - "ALT-USD": { - "name": "Altlayer", + ], + "websiteLink": "https://bonfida.org", + "whitepaperLink": "https://www.bonfida.org/white-paper.pdf" + }, + "FIL-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/filecoin/", + "name": "Filecoin", "tags": [ - "Governance" - ], - "websiteLink": "https://altlayer.io/", - "whitepaperLink": "https://docs.altlayer.io/", - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/altlayer/" - }, - "CSPR-USD": { - "name": "Casper", + "Layer 1" + ], + "websiteLink": "https://filecoin.io/", + "whitepaperLink": "https://filecoin.io/filecoin.pdf" + }, + "FIO-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/fio-protocol/", + "name": "FIO Protocol", "tags": [ + "NFT", "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", + ], + "websiteLink": "https://fio.net/", + "whitepaperLink": "https://developers.fioprotocol.io" + }, + "FIRE-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/matr1x-fire/", + "name": "Matr1x Fire", "tags": [ - "NFT", + "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", + ], + "websiteLink": "https://matr1x.io/", + "whitepaperLink": null + }, + "FIRO-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/firo/", + "name": "Firo", + "tags": [], + "websiteLink": "https://firo.org/", + "whitepaperLink": "https://firo.org/about/tech/" + }, + "FIS-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/stafi/", + "name": "StaFi", "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", + "Defi" + ], + "websiteLink": "https://www.stafi.io/", + "whitepaperLink": "https://docs.stafi.io/" + }, + "FITFI-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/step-app/", + "name": "Step App", "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", + "Entertainment", + "NFT", + "Defi", + "Gaming" + ], + "websiteLink": "https://step.app/", + "whitepaperLink": null + }, + "FLIP-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/chainflip/", + "name": "Chainflip", + "tags": [], + "websiteLink": "https://chainflip.io/", + "whitepaperLink": "https://chainflip.io/whitepaper.pdf" + }, + "FLM-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/flamingo/", + "name": "Flamingo", "tags": [ "Defi" - ], - "websiteLink": "https://just.network/#/", - "whitepaperLink": "https://www.just.network/docs/white_paper_en.pdf", - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/just/" - }, + ], + "websiteLink": "https://flamingo.finance/", + "whitepaperLink": "https://docs.flamingo.finance/" + }, + "FLOKI-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/floki-inu/", + "name": "FLOKI", + "tags": [ + "Gaming", + "Meme" + ], + "websiteLink": "https://floki.com/", + "whitepaperLink": "https://docs.floki.com/" + }, + "FLOW-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/flow/", + "name": "Flow", + "tags": [ + "NFT", + "Layer 1" + ], + "websiteLink": "https://flow.com", + "whitepaperLink": "https://www.onflow.org/technical-paper/" + }, + "FLR-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/flare/", + "name": "Flare", + "tags": [ + "Layer 1" + ], + "websiteLink": "https://flare.network/", + "whitepaperLink": "https://docs.flare.network/" + }, "FLUX-USD": { - "name": "Flux", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/zel/", + "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", - "Meme" - ], - "websiteLink": "https://www.popcatsolana.xyz/", - "whitepaperLink": null, - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/popcat-sol/" - }, - "TRUMP-USD": { - "name": "MAGA", + ], + "websiteLink": "https://runonflux.io/", + "whitepaperLink": "https://fluxwhitepaper.app.runonflux.io/" + }, + "FOR-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/the-force-protocol/", + "name": "ForTube", "tags": [ - "Meme" - ], - "websiteLink": "https://magamemecoin.com/", - "whitepaperLink": null, - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/maga/" - }, - "MOG-USD": { - "name": "Mog Coin", + "Defi", + "Governance" + ], + "websiteLink": "https://for.tube/home", + "whitepaperLink": "https://theforceprotocol.com/theforceprotocol_whitepaper.pdf" + }, + "FORT-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/forta/", + "name": "Forta", + "tags": [], + "websiteLink": "https://forta.org/", + "whitepaperLink": null + }, + "FORTH-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/ampleforth-governance-token/", + "name": "Ampleforth Governance Token", "tags": [ - "Meme", - "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", + "Governance" + ], + "websiteLink": "https://www.ampleforth.org/", + "whitepaperLink": null + }, + "FOX-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/fox-token/", + "name": "Shapeshift FOX Token", "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", + "Defi", + "Governance" + ], + "websiteLink": "https://shapeshift.com/", + "whitepaperLink": "https://shapeshift.com/fox/governance" + }, + "FOXY-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/foxy/", + "name": "Foxy", "tags": [ - "Meme", "Meme" - ], - "websiteLink": "https://mew.xyz/", - "whitepaperLink": null, - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/mew/" - }, - "GMX-USD": { - "name": "GMX", + ], + "websiteLink": "https://www.welikethefox.io", + "whitepaperLink": null + }, + "FRONT-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/frontier/", + "name": "Frontier", "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", + ], + "websiteLink": "https://frontier.xyz/", + "whitepaperLink": "https://www.frontier.xyz/roadmap" + }, + "FSN-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/fusion/", + "name": "Fusion", "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", + ], + "websiteLink": "https://fusion.org/", + "whitepaperLink": "https://docs.wixstatic.com/ugd/76b9ac_be5c61ff0e3048b3a21456223d542687.pdf" + }, + "FTM-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/fantom/", + "name": "Fantom", + "tags": [], + "websiteLink": "https://fantom.foundation/", + "whitepaperLink": "https://fantom.foundation/_next/static/media/wp_fantom_v1.6.39329cdc5d0ee59684cbc6f228516383.pdf" + }, + "FTT-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/ftx-token/", + "name": "FTX Token", + "tags": [], + "websiteLink": null, + "whitepaperLink": "https://docs.google.com/document/d/1u5MOkENoWP8PGcjuoKqRkNP5Gl1LLRB9JvAHwffQ7ec/view" + }, + "FUN-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/funtoken/", + "name": "FUNToken", "tags": [ - "Meme" - ], - "websiteLink": "https://apu.club/", - "whitepaperLink": null, - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/apu-apustaja/" - }, - "CHR-USD": { - "name": "Chromia", + "Defi", + "Gaming" + ], + "websiteLink": "https://funtoken.io/", + "whitepaperLink": null + }, + "FURY-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/engines-of-fury/", + "name": "Engines of Fury", + "tags": [], + "websiteLink": "https://www.eof.gg", + "whitepaperLink": "https://eof.gg/whitepaper" + }, + "FUSE-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/fuse-network/", + "name": "Fuse", "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", + ], + "websiteLink": "http://fuse.io", + "whitepaperLink": "https://docs.fuse.io/" + }, + "FX-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/function-x/", + "name": "Function X", + "tags": [], + "websiteLink": "https://functionx.io/", + "whitepaperLink": "https://whitepaper.io/coin/function-x" + }, + "FXS-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/frax-share/", + "name": "Frax Share", "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", + ], + "websiteLink": "https://frax.finance", + "whitepaperLink": "https://docs.frax.finance" + }, + "GAL-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/galxe/", + "name": "Galxe", + "tags": [], + "websiteLink": "https://galxe.com", + "whitepaperLink": "https://docs.galxe.com/" + }, + "GALA-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/gala/", + "name": "Gala", "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", + "Gaming", + "Layer 1" + ], + "websiteLink": "https://gala.com/", + "whitepaperLink": "https://galahackathon.com/v1.0.0/pdf/sdk-documentation.pdf" + }, + "GARI-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/gari/", + "name": "Gari Network", "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", + ], + "websiteLink": "https://www.gari.network/", + "whitepaperLink": "https://media.chingari.io/apipublic/uploads/GARI%20WhitePaper.pdf" + }, + "GAS-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/gas/", + "name": "Gas", + "tags": [], + "websiteLink": "https://neo.org/", + "whitepaperLink": "http://docs.neo.org/en-us/" + }, + "GCAKE-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/pancake-games/", + "name": "Pancake Games", + "tags": [], + "websiteLink": "https://pancakegames.finance/", + "whitepaperLink": "https://pancakegames.finance/docs/document-pancakegames.pdf" + }, + "GENE-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/genopets/", + "name": "Genopets", "tags": [ - "Layer 1" - ], - "websiteLink": "https://www.alephzero.org", - "whitepaperLink": "https://docs.alephzero.org/", - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/aleph-zero/" - }, - "CTC-USD": { - "name": "Creditcoin", + "Gaming" + ], + "websiteLink": "https://www.genopets.me/", + "whitepaperLink": "https://litepaper.genopets.me/" + }, + "GFT-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/gifto/", + "name": "Gifto", "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", + "Entertainment" + ], + "websiteLink": "https://gifto.io/", + "whitepaperLink": "https://h.cdn.pengpengla.com/giftoh5/website-new/1.1.1/assets/GIFTO_Whitepaper_EN.pdf" + }, + "GHST-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/aavegotchi/", + "name": "Aavegotchi", "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", + "NFT", + "Gaming", + "Governance" + ], + "websiteLink": "https://aavegotchi.com/", + "whitepaperLink": null + }, + "GHX-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/gamercoin/", + "name": "GamerCoin", + "tags": [ + "Gaming" + ], + "websiteLink": "https://gamercoin.com/", + "whitepaperLink": "https://gamercoin.com/download/GamerHash_whitepaper_02.06.2020.pdf" + }, + "GLM-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/golem-network-tokens/", + "name": "Golem", + "tags": [], + "websiteLink": "https://golem.network/", + "whitepaperLink": "https://golem.network/doc/Golemwhitepaper.pdf" + }, + "GLMR-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/moonbeam/", + "name": "Moonbeam", + "tags": [], + "websiteLink": "https://moonbeam.network/", + "whitepaperLink": "https://docs.moonbeam.network/" + }, + "GLQ-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/graphlinq-protocol/", + "name": "Graphlinq Chain", "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", + ], + "websiteLink": "https://graphlinq.io/", + "whitepaperLink": "https://graphlinq.io/whitepaper.pdf" + }, + "GM-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/gm/", + "name": "GM Wagmi", "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", + "Meme" + ], + "websiteLink": "https://gmwagmi.io/", + "whitepaperLink": null + }, + "GME-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/gme/", + "name": "GameStop", + "tags": [ + "Gaming", + "Meme" + ], + "websiteLink": "https://wallstsucks.lol/" + }, + "GMEE-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/gamee/", + "name": "GAMEE", "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", + "NFT", + "Gaming" + ], + "websiteLink": "https://www.gamee.com/", + "whitepaperLink": "https://wiki.gamee.com/" + }, + "GMM-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/gamium/", + "name": "Gamium", "tags": [ - "Defi", + "NFT", + "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", + ], + "websiteLink": "https://gamium.world", + "whitepaperLink": "https://whitepaper.gamium.world/" + }, + "GMPD-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/gamespad/", + "name": "GamesPad", + "tags": [], + "websiteLink": "https://gamespad.io/", + "whitepaperLink": "https://gamespad.io/wp-content/uploads/2021/12/Whitepaper.pdf" + }, + "GMT-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/green-metaverse-token/", + "name": "GMT", "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", + "Gaming" + ], + "websiteLink": "https://stepn.com/", + "whitepaperLink/": "https://whitepaper.stepn.com/" + }, + "GMX-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/gmx/", + "name": "GMX", "tags": [ "Defi" - ], - "websiteLink": "https://venom.foundation", - "whitepaperLink": "https://venom.foundation/Venom_Whitepaper.pdf", - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/venom/" - }, - "SAGA-USD": { - "name": "Saga", + ], + "websiteLink": "https://gmx.io/", + "whitepaperLink": null + }, + "GNO-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/gnosis-gno/", + "name": "Gnosis", "tags": [ - "Gaming", + "Defi", "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", + ], + "websiteLink": "https://gnosis.io/", + "whitepaperLink": "https://github.com/gnosis/research/blob/master/gnosis-whitepaper.pdf" + }, + "GNS-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/gains-network/", + "name": "Gains Network", + "tags": [], + "websiteLink": "https://gains.trade", + "whitepaperLink": "https://gainsnetwork.gitbook.io/docs-home/" + }, + "GOAL-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/topgoal/", + "name": "TopGoal", "tags": [ + "Entertainment", + "NFT", "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", + ], + "websiteLink": "https://topgoal.io/", + "whitepaperLink": null + }, + "GODS-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/gods-unchained/", + "name": "Gods Unchained", "tags": [ + "NFT", "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", + ], + "websiteLink": "https://godsunchained.com/", + "whitepaperLink": "https://images.godsunchained.com/misc/whitepaper.pdf" + }, + "GOL-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/golazo/", + "name": "Golazo", + "tags": [], + "websiteLink": "https://golazo.world" + }, + "GQ-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/outer-ring-mmo-gq/", + "name": "Blink Galaxy", "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", + "Gaming" + ], + "websiteLink": "https://blinkgalaxy.com", + "whitepaperLink": "https://docs.blinkgalaxy.com/" + }, + "GRAIL-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/camelot-token/", + "name": "Camelot Token", + "tags": [], + "websiteLink": "https://camelot.exchange/", + "whitepaperLink": null + }, + "GRT-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/the-graph/", + "name": "The Graph", + "tags": [], + "websiteLink": "https://thegraph.com/", + "whitepaperLink/": "https://github.com/graphprotocol/research/blob/master/papers/whitepaper/the-graph-whitepaper.pdf" + }, + "GRV-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/grove3/", + "name": "Grove Coin", + "tags": [], + "websiteLink": "https://www.GroveCoin.io", + "whitepaperLink": "https://www.grovetoken.com/_files/ugd/8eae10_b17dfcfa0ee148e09d2d05c14e08b171.pdf" + }, + "GST-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/green-satoshi-token/", + "name": "Green Satoshi Token (SOL)", + "tags": [], + "websiteLink": "https://stepn.com/", + "whitepaperLink": "https://stepn.com/litePaper" + }, + "GSWIFT-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/gameswift/", + "name": "GameSwift", "tags": [ - "Entertainment" - ], - "websiteLink": "https://audius.co/", - "whitepaperLink": null, - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/audius/" - }, - "NTRN-USD": { - "name": "Neutron", + "Gaming" + ], + "websiteLink": "https://gswift.community/", + "whitepaperLink": "https://cdn.gameswift.io/gameswift/documents/gameswift/GameSwift%20-%20Litepaper.pdf" + }, + "GTAI-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/gt-protocol/", + "name": "GT Protocol", + "tags": [], + "websiteLink": "https://gt-protocol.io/", + "whitepaperLink": "https://gt-protocol.docsend.com/view/4crdyu7mm875xd6n" + }, + "GTC-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/gitcoin/", + "name": "Gitcoin", + "tags": [], + "websiteLink": "https://gitcoin.co/", + "whitepaperLink": null + }, + "GUMMY-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/gummy/", + "name": "GUMMY", "tags": [ - "Defi" - ], - "websiteLink": "https://neutron.org/", - "whitepaperLink": "https://docs.neutron.org/", - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/neutron-ntrn/" - }, - "COQ-USD": { - "name": "Coq Inu", + "Meme" + ], + "websiteLink": "https://gummyonsol.com/" + }, + "GUSD-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/gemini-dollar/", + "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" + }, + "H2O-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/h2o-dao/", + "name": "H2O DAO", + "tags": [], + "websiteLink": "https://h2o.homes", + "whitepaperLink": null + }, + "HAI-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/hackenai/", + "name": "Hacken Token", + "tags": [], + "websiteLink": "https://hacken.ai", + "whitepaperLink": "https://hacken.ai/tokenomics.pdf" + }, + "HAKA-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/tribe-one/", + "name": "TribeOne", + "tags": [], + "websiteLink": "https://www.tribeone.io/", + "whitepaperLink": "https://www.tribeone.io/docs/TribeOne-whitepaper.pdf" + }, + "HAMMY-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/sad-hamster/", + "name": "SAD HAMSTER", "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", + ], + "websiteLink": "https://sadhamster.io/", + "whitepaperLink": null + }, + "HAO-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/historydao/", + "name": "HistoryDAO", + "tags": [], + "websiteLink": "https://historydao.io/", + "whitepaperLink": "https://drive.google.com/file/d/14BaOY0xNayIbTEh3BjZ8bEiXgY67fI2z/view?usp=sharing" + }, + "HAPI-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/hapi-one/", + "name": "HAPI Protocol", + "tags": [], + "websiteLink": "https://hapi.one/", + "whitepaperLink": "https://hapi-one.gitbook.io/hapi-protocol/" + }, + "HARAMBE-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/harambe-on-solana/", + "name": "Harambe on Solana", "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", + "Meme" + ], + "websiteLink": "https://www.harambeonsol.com/", + "whitepaperLink": null + }, + "HARD-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/hard-protocol/", + "name": "Kava Lend", "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", + "Defi" + ], + "websiteLink": "https://kava.io/lend", + "whitepaperLink": "https://medium.com/kava-labs/introducing-harvest-io-the-worlds-first-cross-chain-money-market-a27535a5d91a" + }, + "HBAR-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/hedera/", + "name": "Hedera", + "tags": [], + "websiteLink": "https://hedera.com/", + "whitepaperLink/": "https://files.hedera.com/hh_whitepaper_v2.2-20230918.pdf" + }, + "HBB-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/hubble-protocol/", + "name": "Hubble Protocol", "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", + ], + "websiteLink": "https://hubbleprotocol.io/", + "whitepaperLink": "https://hubble-markets.gitbook.io/hubble-protocol-official-docs/" + }, + "HEART-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/humans-ai/", + "name": "Humans.ai", + "tags": [], + "websiteLink": "https://humans.ai", + "whitepaperLink": "http://humans.ai/litepaper" + }, + "HEGE-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/hege/", + "name": "Hege", "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", + ], + "websiteLink": "https://www.hegecoin.com/", + "whitepaperLink": "https://www.hegecoin.com/#roadmap" + }, + "HERO-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/metahero/", + "name": "Metahero", "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", + "AR/VR" + ], + "websiteLink": "https://metahero.io", + "whitepaperLink": "https://www.metahero.io/whitepaper" + }, + "HFT-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/hashflow/", + "name": "Hashflow", "tags": [ + "NFT", + "Defi", + "Gaming", "Defi" - ], - "websiteLink": "https://www.covalenthq.com/", - "whitepaperLink": null, - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/covalent/" - }, - "SLP-USD": { - "name": "Smooth Love Potion", + ], + "websiteLink": "https://hashflow.com/", + "whitepaperLink": "https://docs.hashflow.com/" + }, + "HIFI-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/hifi-finance-new/", + "name": "Hifi Finance", "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", + "Real World assets", + "Defi", + "Governance", + "Real World Assets" + ], + "websiteLink": "https://hifi.finance/", + "whitepaperLink": "https://docs.hifi.finance/" + }, + "HIGH-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/highstreet/", + "name": "Highstreet", "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/" - }, + "AR/VR" + ], + "websiteLink": "https://highstreet.market", + "whitepaperLink": "https://highstreet.gitbook.io/highstreet-whitepaper/" + }, "HIVE-USD": { - "name": "Hive", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/hive-blockchain/", + "name": "Hive", "tags": [ - "Entertainment", + "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", + ], + "websiteLink": "https://hive.io/", + "whitepaperLink": "https://hive.io/whitepaper.pdf" + }, + "HMND-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/humanode/", + "name": "Humanode", "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", + ], + "websiteLink": "https://www.humanode.io", + "whitepaperLink": "https://papers.humanode.io/whitepaper.pdf" + }, + "HNT-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/helium/", + "name": "Helium", "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", + ], + "websiteLink": "https://www.helium.com", + "whitepaperLink": "http://whitepaper.helium.com" + }, + "HONK-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/honk/", + "name": "Honk", "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", + ], + "websiteLink": "https://honk.lol/", + "whitepaperLink": null + }, + "HOOK-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/hooked-protocol/", + "name": "Hooked Protocol", "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", + "Gaming" + ], + "websiteLink": "https://hooked.io/", + "whitepaperLink": "https://hooked-protocol.gitbook.io/hooked-protocol-whitepaper" + }, + "HOPR-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/hopr/", + "name": "HOPR", "tags": [ - "Defi", - "Real World Assets" - ], - "websiteLink": "https://truefi.io/", - "whitepaperLink": null, - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/truefi-token/" - }, - "OAS-USD": { - "name": "Oasys", + "Governance" + ], + "websiteLink": "https://hoprnet.org/", + "whitepaperLink": "https://docs.hoprnet.org/" + }, + "HOT-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/holo/", + "name": "Holo", + "tags": [], + "websiteLink": "https://holochain.org/", + "whitepaperLink": "https://holo.host/whitepapers/" + }, + "HOTCROSS-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/hot-cross/", + "name": "Hot Cross", + "tags": [], + "websiteLink": "https://hotcross.com/", + "whitepaperLink": "https://www.notion.so/hotcross/Understanding-the-HOTCROSS-Token-f1325f8067204745ae4dd227d62c26a4" + }, + "HSF-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/hillstone/", + "name": "Hillstone Finance", + "tags": [], + "websiteLink": "https://hsf.hillstone.finance/", + "whitepaperLink": "https://hillstone.gitbook.io/hillstone-finance/" + }, + "HYDRA-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/hydra/", + "name": "Hydra", + "tags": [], + "websiteLink": "https://hydrachain.org/", + "whitepaperLink": "https://blockchain.locktrip.com/Hydra%20Chain%20Whitepaper.pdf" + }, + "HYVE-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/hyve/", + "name": "Hyve", + "tags": [], + "websiteLink": "https://hyve.works", + "whitepaperLink": "https://hyve.works/static/media/whitepaper.cf4ae242.pdf" + }, + "ICE-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/ice-decentralized-future/", + "name": "Ice Open Network", + "tags": [], + "websiteLink": "https://ice.io", + "whitepaperLink": "https://ice.io/whitepaper" + }, + "ICP-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/internet-computer/", + "name": "Internet Computer", "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", - "Meme" - ], - "websiteLink": "https://www.wenwencoin.com/", - "whitepaperLink": null, - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/wen/" - }, - "APEX-USD": { - "name": "ApeX Protocol", + ], + "websiteLink": "https://dfinity.org", + "whitepaperLink": "https://dfinity.org/whitepaper.pdf" + }, + "ICX-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/icon/", + "name": "ICON", + "tags": [], + "websiteLink": "https://icon.community", + "whitepaperLink": "https://icondev.io/" + }, + "ID-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/space-id/", + "name": "SPACE ID", + "tags": [], + "websiteLink": "https://space.id", + "whitepaperLink": "https://docs.space.id" + }, + "IDEA-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/ideaology/", + "name": "Ideaology", + "tags": [], + "websiteLink": "https://ideaology.io", + "whitepaperLink": "https://global-uploads.webflow.com/5eaabc1f881f9827599091f1/5fa8956e5c7efe44f6bf17cd_White%20Paper%20v2.1.pdf" + }, + "IDEX-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/idex/", + "name": "IDEX", "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", + ], + "websiteLink": "https://idex.io/", + "whitepaperLink": "https://docs.idex.io/" + }, + "IGU-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/iguverse/", + "name": "IguVerse", + "tags": [], + "websiteLink": "https://iguverse.com", + "whitepaperLink": "https://whitepaper.iguverse.com" + }, + "ILV-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/illuvium/", + "name": "Illuvium", "tags": [ - "NFT", "Gaming" - ], - "websiteLink": "https://www.nakamoto.games/", - "whitepaperLink": null, - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/nakamoto-games/" - }, - "CREAM-USD": { - "name": "Cream Finance", + ], + "websiteLink": "https://illuvium.io/", + "whitepaperLink": "https://docs.illuvium.io/illuvium-whitepaper" + }, + "IMX-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/immutable-x/", + "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" + }, + "INDEX-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/index-cooperative/", + "name": "Index Cooperative", "tags": [ - "Defi", + "Defi", "Governance" - ], - "websiteLink": "https://cream.finance/", - "whitepaperLink": "https://docs.cream.finance/", - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/cream-finance/" - }, - "HOOK-USD": { - "name": "Hooked Protocol", + ], + "websiteLink": "https://www.indexcoop.com/", + "whitepaperLink": "https://docs.indexcoop.com" + }, + "INFRA-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/bware-labs/", + "name": "Bware", + "tags": [], + "websiteLink": "https://bwarelabs.com/", + "whitepaperLink": "https://docs.blastapi.io/blast-protocol" + }, + "INJ-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/injective/", + "name": "Injective", "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", + "Layer 1", + "Defi" + ], + "websiteLink": "https://injective.com/", + "whitepaperLink": "https://docs.injective.network/intro/01_overview.html" + }, + "INTER-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/inter-milan-fan-token/", + "name": "Inter Milan Fan Token", "tags": [ "Entertainment" - ], - "websiteLink": "https://steem.com/", - "whitepaperLink": "https://steem.io/SteemWhitePaper.pdf", - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/steem/" - }, - "PYR-USD": { - "name": "Vulcan Forged (PYR)", + ], + "websiteLink": "https://socios.com", + "whitepaperLink": null + }, + "INTR-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/interlay-intr/", + "name": "Interlay", "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", + "Defi", + "Defi", + "Governance", + "Layer 1" + ], + "websiteLink": "https://interlay.io/", + "whitepaperLink": "https://docs.interlay.io/#/" + }, + "INV-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/inverse-finance/", + "name": "Inverse Finance", + "tags": [ + "Defi" + ], + "websiteLink": "https://inverse.finance/", + "whitepaperLink": null + }, + "IO-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/io-net/", + "name": "io.net", + "tags": [], + "websiteLink": "https://io.net/", + "whitepaperLink": "https://docs.io.net" + }, + "IOST-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/iostoken/", + "name": "IOST", + "tags": [], + "websiteLink": "http://iost.io/", + "whitepaperLink": "https://whitepaper.io/document/28/iostoken-whitepaper" + }, + "IOTA-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/iota/", + "name": "IOTA", + "tags": [], + "websiteLink": "https://www.iota.org/", + "whitepaperLink": "https://iota.org/IOTA_Whitepaper.pdf" + }, + "IOTX-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/iotex/", + "name": "IoTeX", + "tags": [], + "websiteLink": "https://www.iotex.io/", + "whitepaperLink": "https://www.iotex.io/research" + }, + "IQ-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/iq/", + "name": "IQ", "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", + "Entertainment" + ], + "websiteLink": "https://iq.wiki/", + "whitepaperLink": null + }, + "IRIS-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/irisnet/", + "name": "IRISnet", + "tags": [], + "websiteLink": "https://www.irisnet.org/", + "whitepaperLink": "https://www.irisnet.org/docs/resources/whitepaper-en.html" + }, + "IRON-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/iron-fish/", + "name": "Iron Fish", + "tags": [], + "websiteLink": "https://ironfish.network/", + "whitepaperLink": "https://ironfish.network/docs/whitepaper/1_introduction" + }, + "ISLM-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/islamic-coin/", + "name": "Islamic Coin", + "tags": [], + "websiteLink": "https://islamiccoin.net", + "whitepaperLink": "https://islamiccoin.net/whitepaper" + }, + "ISP-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/ispolink/", + "name": "Ispolink", + "tags": [], + "websiteLink": "https://ispolink.com/", + "whitepaperLink": "https://ispocdn-16edc.kxcdn.com/Ispolink_Whitepaper_v1.pdf" + }, + "IZI-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/izumi-finance/", + "name": "Izumi Finance", "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", + ], + "websiteLink": "https://izumi.finance/home", + "whitepaperLink": "https://docs.izumi.finance/" + }, + "JASMY-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/jasmy/", + "name": "JasmyCoin", + "tags": [], + "websiteLink": "https://www.jasmy.co.jp/en_company.html", + "whitepaperLink": "https://www.jasmy.co.jp/images/whitepaper.pdf" + }, + "JITOSOL-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/jito-staked-sol/", + "name": "Jito Staked SOL", + "tags": [], + "websiteLink": "https://www.jito.network/", + "whitepaperLink": null + }, + "JOE-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/joe/", + "name": "JOE", "tags": [ - "NFT", - "Defi", - "Gaming", + "Defi", "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", + ], + "websiteLink": "https://www.traderjoexyz.com/", + "whitepaperLink": null + }, + "JST-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/just/", + "name": "JUST", "tags": [ "Defi" - ], - "websiteLink": "https://www.leverfi.io/", - "whitepaperLink": "https://docs.leverfi.io/", - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/lever/" - }, - "DAO-USD": { - "name": "DAO Maker", + ], + "websiteLink": "https://just.network/#/", + "whitepaperLink": "https://www.just.network/docs/white_paper_en.pdf" + }, + "JTO-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/jito/", + "name": "Jito", "tags": [ - "Defi", - "Governance" - ], - "websiteLink": "https://daomaker.com/", - "whitepaperLink": null, - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/dao-maker/" - }, - "DODO-USD": { - "name": "DODO", + "Defi" + ], + "websiteLink": "https://www.jito.network/", + "whitepaperLink": "https://github.com/jito-foundation" + }, + "JUNO-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/juno/", + "name": "JUNO", + "tags": [], + "websiteLink": "https://www.junonetwork.io/", + "whitepaperLink": "https://docs.junonetwork.io/juno/readme" + }, + "JUP-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/jupiter-ag/", + "name": "Jupiter", "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", + ], + "websiteLink": "https://station.jup.ag/", + "whitepaperLink": "https://station.jup.ag/blog/green-paper" + }, + "JUV-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/juventus-fan-token/", + "name": "Juventus Fan Token", "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", + "Entertainment", + "Entertainment" + ], + "websiteLink": "https://www.socios.com/juventus/", + "whitepaperLink": null + }, + "KAN-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/bitkan/", + "name": "BitKan", + "tags": [], + "websiteLink": "https://bitkan.com/", + "whitepaperLink": null + }, + "KAR-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/karura/", + "name": "Karura", + "tags": [], + "websiteLink": "http://karura.network", + "whitepaperLink": "https://github.com/AcalaNetwork/Acala-white-paper" + }, + "KARATE-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/karate-combat/", + "name": "Karate Combat", "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", + "Entertainment", + "Gaming" + ], + "websiteLink": "https://www.karate.com/", + "whitepaperLink": "https://www.karate.com/whitepaper" + }, + "KARRAT-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/karrat/", + "name": "KARRAT", "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", + "Gaming" + ], + "websiteLink": "https://www.karratcoin.com/" + }, + "KAS-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/kaspa/", + "name": "Kaspa", "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", + "Layer 1" + ], + "websiteLink": "https://www.kaspa.org", + "whitepaperLink": "https://eprint.iacr.org/2018/104.pdf" + }, + "KASTA-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/kasta/", + "name": "Kasta", + "tags": [], + "websiteLink": "https://www.ka.app", + "whitepaperLink": "https://docsend.com/view/azjnhhrqg6ee5rwh" + }, + "KAVA-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/kava/", + "name": "Kava", "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", + "Layer 1" + ], + "websiteLink": "https://www.kava.io/", + "whitepaperLink": "https://docsend.com/view/gwbwpc3" + }, + "KCAL-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/kcal/", + "name": "KCAL", + "tags": [], + "websiteLink": "https://step.app/", + "whitepaperLink": null + }, + "KCS-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/kucoin-token/", + "name": "KuCoin Token", + "tags": [], + "websiteLink": "https://www.kucoin.com/", + "whitepaperLink": "https://www.kcs.foundation/kcs-whitepaper.pdf" + }, + "KDA-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/kadena/", + "name": "Kadena", "tags": [ - "NFT", + "NFT", + "Defi", + "Gaming", + "Defi", "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", + ], + "websiteLink": "http://kadena.io/", + "whitepaperLink": "https://docs.kadena.io/basics/whitepapers/overview" + }, + "KEY-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/selfkey/", + "name": "SelfKey", + "tags": [], + "websiteLink": "https://selfkey.org/", + "whitepaperLink": "https://selfkey.org/whitepaper/" + }, + "KHAI-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/kitten-haimer/", + "name": "Kitten Haimer", + "tags": [], + "websiteLink": "https://kittenhaimer.ai/", + "whitepaperLink": "https://khai-organization.gitbook.io/kitten-haimer/our-roadmap" + }, + "KICKS-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/getkicks/", + "name": "KicksPad", + "tags": [], + "websiteLink": "https://bento.me/kicks-pad", + "whitepaperLink": null + }, + "KILT-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/kiltprotocol/", + "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" + }, + "KIN-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/kin/", + "name": "Kin", "tags": [ - "NFT", - "Gaming" - ], - "websiteLink": "https://mavia.com", - "whitepaperLink": null, - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/heroes-of-mavia/" - }, - "ELON-USD": { - "name": "Dogelon Mars", + "Entertainment" + ], + "websiteLink": null, + "whitepaperLink": "https://kin.org/whitepaper" + }, + "KINE-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/kine/", + "name": "KINE", + "tags": [], + "websiteLink": "https://kine.io/", + "whitepaperLink": null + }, + "KISHU-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/kishu-inu/", + "name": "Kishu Inu", "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", + ], + "websiteLink": "https://kishu.com/", + "whitepaperLink": "https://www.kishu.com/p/whitepaper.html" + }, + "KLAY-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/klaytn/", + "name": "Klaytn", "tags": [ - "NFT", - "Defi", - "Gaming" - ], - "websiteLink": "https://www.mobox.io/#/", - "whitepaperLink": "https://faqen.mobox.io", - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/mobox/" - }, - "SCRT-USD": { - "name": "Secret", + "Layer 1" + ], + "websiteLink": "https://www.klaytn.foundation/", + "whitepaperLink": "https://docs.klaytn.foundation/" + }, + "KLV-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/klever/", + "name": "Klever", + "tags": [], + "websiteLink": "https://klever.io", + "whitepaperLink": "https://storage.googleapis.com/kleverchain-public/Klever-Blockchain-Whitepaper-v.2.0-lr.pdf" + }, + "KMA-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/calamari-network/", + "name": "Calamari Network", + "tags": [], + "websiteLink": "https://www.calamari.network/", + "whitepaperLink": null + }, + "KMD-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/komodo/", + "name": "Komodo", + "tags": [], + "websiteLink": "https://komodoplatform.com/", + "whitepaperLink": "https://komodoplatform.com/whitepaper" + }, + "KMNO-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/kamino-finance/", + "name": "Kamino Finance", "tags": [ "Defi" - ], - "websiteLink": "https://scrt.network", - "whitepaperLink": "https://docs.scrt.network/", - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/secret/" - }, - "STPT-USD": { - "name": "STP", + ], + "websiteLink": "https://app.kamino.finance/", + "whitepaperLink": "https://docs.kamino.finance/kamino-lend-litepaper" + }, + "KMON-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/kryptomon/", + "name": "Kryptomon", "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", + "NFT", + "Gaming" + ], + "websiteLink": "https://www.kryptomon.co", + "whitepaperLink": "https://kryptomon.co/white-paper/" + }, + "KNC-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/kyber-network-crystal-v2/", + "name": "Kyber Network Crystal v2", "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", + "Defi", + "Governance" + ], + "websiteLink": "https://kyberswap.com/", + "whitepaperLink": "https://docs.kyberswap.com/introduction" + }, + "KONO-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/konomi-network/", + "name": "Konomi Network", + "tags": [], + "websiteLink": "https://www.konomi.network/#/", + "whitepaperLink": "https://www.konomi.network/pdf/KonomiWhitepaper_Final-2.pdf" + }, + "KP3R-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/keep3rv1/", + "name": "Keep3rV1", "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", + ], + "websiteLink": "https://keep3r.network/", + "whitepaperLink": "https://docs.keep3r.network/" + }, + "KRIPTO-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/kripto-koin/", + "name": "Kripto koin", + "tags": [], + "websiteLink": "https://kriptokoin.com/", + "whitepaperLink": "https://www.bitci.com/en/projects/KRIPTO/" + }, + "KRL-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/kryll/", + "name": "Kryll", + "tags": [], + "websiteLink": "https://kryll.io/", + "whitepaperLink": null + }, + "KSM-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/kusama/", + "name": "Kusama", + "tags": [], + "websiteLink": "https://kusama.network/", + "whitepaperLink": "https://guide.kusama.network/docs/kusama-getting-started/" + }, + "KUBE-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/kubecoin/", + "name": "KubeCoin", + "tags": [], + "websiteLink": "https://kubecoin.org/", + "whitepaperLink": "https://cdn.kubecoin.org/media/public/kubecoin_whitepaper.pdf" + }, + "KUNCI-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/kunci-coin/", + "name": "Kunci Coin", + "tags": [], + "websiteLink": "https://kuncicoin.com/", + "whitepaperLink": "https://whitepaper.kuncicoin.com/" + }, + "LADYS-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/milady-meme-coin/", + "name": "Milady Meme Coin", "tags": [ - "Real World Assets" - ], - "websiteLink": "https://www.nexera.foundation/", - "whitepaperLink": null, - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/allianceblock-nexera/" - }, - "BNT-USD": { - "name": "Bancor", + "Meme" + ], + "websiteLink": "https://milady.gg", + "whitepaperLink": null + }, + "LAI-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/cryptogpt/", + "name": "LayerAI", "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", + "Layer 2" + ], + "websiteLink": "https://layerai.org/", + "whitepaperLink": null + }, + "LAMB-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/lambda/", + "name": "Lambda", + "tags": [], + "websiteLink": "https://www.lambda.im/", + "whitepaperLink": "https://www.lambda.im/doc/Lambda-Economic-White-Paper.pdf" + }, + "LAT-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/platon/", + "name": "PlatON", + "tags": [], + "websiteLink": "https://platon.network/", + "whitepaperLink": "https://platon.network/pdf/en/PlatON_A_High-Efficiency_Trustless_Computing_Network_Whitepaper_EN.pdf" + }, + "LAZIO-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/lazio-fan-token/", + "name": "S.S. Lazio Fan Token", + "tags": [], + "websiteLink": "https://www.sslazio.it/en", + "whitepaperLink": null + }, + "LBP-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/launchblock/", + "name": "Launchblock.com", + "tags": [], + "websiteLink": "https://launchblock.com", + "whitepaperLink": "https://launchblock.com/docs" + }, + "LBR-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/lybra-finance/", + "name": "Lybra Finance", + "tags": [], + "websiteLink": "https://lybra.finance/", + "whitepaperLink": "https://beta.lybra.finance/Lybra_Protocol.pdf" + }, + "LCX-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/lcx/", + "name": "LCX", + "tags": [], + "websiteLink": "https://www.lcx.com", + "whitepaperLink": "https://www.lcx.com/documents/" + }, + "LDO-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/lido-dao/", + "name": "Lido DAO", "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", + ], + "websiteLink": "https://lido.fi/", + "whitepaperLink": "https://lido.fi/static/Lido:Ethereum-Liquid-Staking.pdf" + }, + "LEVER-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/lever/", + "name": "LeverFi", "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", + ], + "websiteLink": "https://www.leverfi.io/", + "whitepaperLink": "https://docs.leverfi.io/" + }, + "LFT-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/lifeform-token/", + "name": "Lifeform Token", + "tags": [], + "websiteLink": "https://www.lifeform.cc/", + "whitepaperLink": "https://lifeformcc.notion.site/WHITEPAPER-076ce3d27354475d8ee6a46c6c3ee6fe?pvs=4" + }, + "LHINU-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/love-hate-inu/", + "name": "Love Hate Inu", + "tags": [], + "websiteLink": "https://www.lovehateinu.com/en", + "whitepaperLink": "https://www.lovehateinu.com/assets/document/whitepaper.pdf" + }, + "LIKE-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/only1/", + "name": "Only1", "tags": [ - "Governance" - ], - "websiteLink": "https://www.drift.trade/", - "whitepaperLink": "https://docs.drift.trade/", - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/drift/" - }, - "ACA-USD": { - "name": "Acala Token", + "NFT", + "Social" + ], + "websiteLink": "https://only1.app", + "whitepaperLink": "https://only1.gitbook.io/only1/" + }, + "LINA-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/linear/", + "name": "Linear Finance", "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", + ], + "websiteLink": "https://linear.finance", + "whitepaperLink": "https://linear.finance/defi/Linear_Whitepaper_EN.pdf" + }, + "LING-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/lingose/", + "name": "Lingose", + "tags": [], + "websiteLink": "https://lingose.games/", + "whitepaperLink": "https://docsend.com/view/zh8q2de59ep9uyun" + }, + "LINK-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/chainlink/", + "name": "Chainlink", "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", + ], + "websiteLink": "https://chain.link/", + "whitepaperLink": "https://link.smartcontract.com/whitepaper" + }, + "LIT-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/litentry/", + "name": "Litentry", "tags": [ "Defi" - ], - "websiteLink": "https://radiant.capital/", - "whitepaperLink": "https://docs.radiant.capital/radiant/", - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/radiant-capital/" - }, - "LTO-USD": { - "name": "LTO Network", + ], + "websiteLink": "https://www.litentry.com/", + "whitepaperLink": "https://docs.litentry.com/" + }, + "LITH-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/lithium/", + "name": "Lithium", "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", + "NFT" + ], + "websiteLink": "https://lith.finance/", + "whitepaperLink": "https://docs.lith.finance/overview/what-is-lithium-finance" + }, + "LMWR-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/limewire/", + "name": "LimeWire", "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", + "Entertainment" + ], + "websiteLink": "https://limewire.com/", + "whitepaperLink": "https://lmwr.com/" + }, + "LOKA-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/league-of-kingdoms/", + "name": "League of Kingdoms Arena", "tags": [ - "NFT", + "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/" - }, - "ZK-USD": { - "name": "Polyhedra Network", - "tags": [ - "Real World Assets" - ], - "websiteLink": "https://polyhedra.network/", - "whitepaperLink": "https://dl.acm.org/doi/10.1145/3548606.3560652", - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/polyhedra-network/" - }, - "DORA-USD": { - "name": "Dora Factory", + ], + "websiteLink": "https://www.leagueofkingdoms.com/", + "whitepaperLink": "https://whitepaper.playersarena.foundation/" + }, + "LOOKS-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/looksrare/", + "name": "LooksRare", "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", + "NFT" + ], + "websiteLink": "https://looksrare.org/", + "whitepaperLink": null + }, + "LOOM-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/loom-network/", + "name": "Loom Network", + "tags": [], + "websiteLink": "https://loomx.io/", + "whitepaperLink": "https://medium.com/loom-network/introducing-loom-network-scaling-ethereum-today-9ea26b5b57c" + }, + "LOVELY-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/lovely-inu/", + "name": "Lovely Inu Finance", + "tags": [], + "websiteLink": "https://lovely.finance", + "whitepaperLink": "https://lovelyfinance.github.io/whitepapers/lovely.finance-dex-v4-whitepaper.pdf" + }, + "LPT-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/livepeer/", + "name": "Livepeer", + "tags": [], + "websiteLink": "https://livepeer.org/", + "whitepaperLink": "https://github.com/livepeer/wiki/blob/master/WHITEPAPER.md" + }, + "LQTY-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/liquity/", + "name": "Liquity", "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", + "Defi" + ], + "websiteLink": "https://www.liquity.org/", + "whitepaperLink": "https://docsend.com/view/bwiczmy" + }, + "LRC-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/loopring/", + "name": "Loopring", "tags": [ - "Defi", - "Governance" - ], - "websiteLink": "https://app.badger.finance/", - "whitepaperLink": null, - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/badger-dao/" - }, - "VR-USD": { - "name": "Victoria VR", + "Defi", + "Defi", + "Layer 2" + ], + "websiteLink": "https://loopring.org", + "whitepaperLink": "https://github.com/Loopring/protocols/blob/master/packages/loopring_v3/DESIGN.md" + }, + "LSK-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/lisk/", + "name": "Lisk", "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", + "Layer 2", + "Real World Assets" + ], + "websiteLink": "https://Lisk.com/", + "whitepaperLink": "https://lisk.com/documentation/lisk-sdk/index.html" + }, + "LTC-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/litecoin/", + "name": "Litecoin", "tags": [ - "Defi" - ], - "websiteLink": "https://benqi.fi/", - "whitepaperLink": "https://docs.benqi.fi/", - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/benqi/" - }, - "CUDOS-USD": { - "name": "CUDOS", + "Layer 1" + ], + "websiteLink": "https://litecoin.org/", + "whitepaperLink": "https://litecoin.info/index.php/Main_Page" + }, + "LTO-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/lto-network/", + "name": "LTO Network", "tags": [ - "AR/VR", - "Gaming", + "NFT", + "Real World Assets", "Layer 1" - ], - "websiteLink": "https://www.cudos.org/", - "whitepaperLink": null, - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/cudos/" - }, - "RARE-USD": { - "name": "SuperRare", + ], + "websiteLink": "https://www.ltonetwork.com/", + "whitepaperLink": "https://ltonetwork.com/documents/LTO%20Network%20-%20Technical%20Paper.pdf" + }, + "LYX-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/lukso-network/", + "name": "LUKSO", "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", + "NFT", + "Layer 1" + ], + "websiteLink": "https://lukso.network/", + "whitepaperLink": "https://whitepaper.lukso.network/" + }, + "MAGIC-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/magic-token/", + "name": "MAGIC", "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", + "NFT" + ], + "websiteLink": "https://treasure.lol/", + "whitepaperLink": "https://files.treasure.lol/Treasure+Infinity+Chains+-+Litepaper+v1.0.pdf" + }, + "MAN-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/matrix-ai-network/", + "name": "Matrix AI Network", "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", + "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" + }, + "MANA-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/decentraland/", + "name": "Decentraland", "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", + "AR/VR" + ], + "websiteLink": "https://decentraland.org/", + "whitepaperLink": "https://decentraland.org/whitepaper.pdf" + }, + "MANEKI-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/maneki-coin/", + "name": "MANEKI", "tags": [ "Meme" - ], - "websiteLink": "https://arbdoge.ai/", - "whitepaperLink": "https://docs.arbdoge.ai/tokenomics/aidoge", - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/arbdoge-ai/" - }, - "MBL-USD": { - "name": "MovieBloc", + ], + "websiteLink": "https://manekineko.world" + }, + "MANTA-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/manta-network/", + "name": "Manta Network", "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", + "Layer 2" + ], + "websiteLink": "https://manta.network/", + "whitepaperLink": "https://mantanetwork.medium.com/the-manta-pacific-roadmap-d09a9d918553" + }, + "MAPO-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/map-protocol/", + "name": "MAP Protocol", + "tags": [], + "websiteLink": "https://www.mapprotocol.io/", + "whitepaperLink": "https://www.mapprotocol.io/article?id=whitepaper" + }, + "MARS4-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/mars4/", + "name": "MARS4", "tags": [ - "NFT", + "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", + ], + "websiteLink": "https://www.mars4.me/", + "whitepaperLink": "https://2bf9dbcc-9954-4812-b730-74d16a9a4980.filesusr.com/ugd/23ded4_33ffcac3c7b5479fad63bbd51f3bd278.pdf" + }, + "MARSH-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/unmarshal/", + "name": "UnMarshal", + "tags": [ + "Defi" + ], + "websiteLink": "https://unmarshal.io/", + "whitepaperLink": "https://docs.unmarshal.io/" + }, + "MASA-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/masa-network/", + "name": "Masa", + "tags": [], + "websiteLink": "https://www.masa.finance", + "whitepaperLink": "https://github.com/masa-finance/whitepaper/blob/main/masa-whitepaper.pdf" + }, + "MASK-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/mask-network/", + "name": "Mask Network", + "tags": [], + "websiteLink": "https://mask.io/", + "whitepaperLink": "https://masknetwork.medium.com/introducing-mask-network-maskbook-the-future-of-the-internet-5a973d874edd" + }, + "MATH-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/math/", + "name": "MATH", + "tags": [], + "websiteLink": "https://mathwallet.org", + "whitepaperLink": "https://github.com/mathwallet/whitepaper/raw/master/MATH-Whitepaper-EN.pdf" + }, + "MATIC-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/polygon/", + "name": "Polygon", "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", + "Layer 2" + ], + "websiteLink": "https://polygon.technology/", + "whitepaperLink": "https://polygon.technology/lightpaper-polygon.pdf" + }, + "MAV-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/maverick-protocol/", + "name": "Maverick Protocol", + "tags": [], + "websiteLink": "https://www.mav.xyz/", + "whitepaperLink": "https://bit.ly/MavWhitepaper" + }, + "MAVIA-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/heroes-of-mavia/", + "name": "Heroes of Mavia", "tags": [ - "Defi" - ], - "websiteLink": "https://www.polkastarter.com/", - "whitepaperLink": "https://docs.polkastarter.com/", - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/polkastarter/" - }, - "MPL-USD": { - "name": "Maple", + "NFT", + "Gaming" + ], + "websiteLink": "https://mavia.com", + "whitepaperLink": null + }, + "MBL-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/moviebloc/", + "name": "MovieBloc", "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", + "Entertainment" + ], + "websiteLink": "https://www.moviebloc.com/", + "whitepaperLink": "https://www.moviebloc.com/whitepaper/MovieBloc_White_Paper_Ver.1.14_en.pdf" + }, + "MBOX-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/mobox/", + "name": "MOBOX", "tags": [ - "NFT", + "NFT", + "Defi", "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", + ], + "websiteLink": "https://www.mobox.io/#/", + "whitepaperLink": "https://faqen.mobox.io" + }, + "MBX-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/marblex/", + "name": "MARBLEX", "tags": [ - "Layer 2" - ], - "websiteLink": "https://boba.network/", - "whitepaperLink": "https://docs.boba.network/", - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/boba-network/" - }, - "GODS-USD": { - "name": "Gods Unchained", + "Gaming" + ], + "websiteLink": "https://marblex.io", + "whitepaperLink": "https://docs.marblex.io/" + }, + "MCONTENT-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/mcontent/", + "name": "MContent", + "tags": [], + "websiteLink": "https://about.myco.io", + "whitepaperLink": "https://about.myco.io/wp-content/uploads/2023/03/myco_whitepaper_27-03-23.pdf" + }, + "MCRT-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/magiccraft/", + "name": "MagicCraft", "tags": [ - "NFT", + "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", + ], + "websiteLink": "https://www.magiccraft.io", + "whitepaperLink": "https://docs.magiccraft.io" + }, + "MDT-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/measurable-data-token/", + "name": "Measurable Data Token", + "tags": [], + "websiteLink": "https://mdt.io/", + "whitepaperLink": "https://mdt.io/docs/whitepaper.pdf" + }, + "MELOS-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/melos-studio/", + "name": "Melos Studio", "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", + "NFT", + "Entertainment" + ], + "websiteLink": "https://melos.studio", + "whitepaperLink": "https://docs.google.com/document/d/15yIS6ILsocA98yb1mzq5aNKaYx-IYQMaQ7BZJ5UIUf0/edit" + }, + "MEME-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/meme/", + "name": "Memecoin", "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", + "Meme" + ], + "websiteLink": "https://www.memecoin.org/", + "whitepaperLink": "https://www.memecoin.org/whitepaper" + }, + "MENGO-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/flamengo-fan-token/", + "name": "Flamengo Fan Token", "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", + "Entertainment" + ], + "websiteLink": "https://socios.com", + "whitepaperLink": null + }, + "MERL-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/merlin-chain/", + "name": "Merlin Chain", "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", + "Layer 2" + ], + "websiteLink": "https://merlinchain.io/", + "whitepaperLink": "https://docs.merlinchain.io/merlin-docs" + }, + "METIS-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/metisdao/", + "name": "Metis", "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", + "Layer 2" + ], + "websiteLink": "https://www.metis.io", + "whitepaperLink": "https://drive.google.com/file/d/1LS7CmKFt-FkfVXxSNu06hNgoZXxMzTC-/view" + }, + "MEV-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/meverse/", + "name": "MEVerse", + "tags": [], + "websiteLink": "https://www.meverse.sg/", + "whitepaperLink": "https://meversedex.gitbook.io/meverse-dev-docs/" + }, + "MEW-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/mew/", + "name": "cat in a dogs world", "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", + "Meme" + ], + "websiteLink": "https://mew.xyz/", + "whitepaperLink": null + }, + "MICHI-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/michi/", + "name": "michi", "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", + "Meme" + ], + "websiteLink": "https://michisolana.org/" + }, + "MILO-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/milo-inu/", + "name": "Milo Inu", + "tags": [], + "websiteLink": "https://www.miloinu.io/", + "whitepaperLink": null + }, + "MINA-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/mina/", + "name": "Mina", "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", + "Layer 1" + ], + "websiteLink": "https://minaprotocol.com/", + "whitepaperLink": "https://docs.minaprotocol.com/assets/economicsWhitepaper.pdf" + }, + "MIR-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/mirror-protocol/", + "name": "Mirror 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", + ], + "websiteLink": "https://mirror.finance", + "whitepaperLink": "https://docs.mirror.finance" + }, + "MKR-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/maker/", + "name": "Maker", "tags": [ - "Defi" - ], - "websiteLink": "https://enzyme.finance/", - "whitepaperLink": "https://docs.enzyme.finance/", - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/enzyme/" - }, - "DIA-USD": { - "name": "DIA", + "Governance" + ], + "websiteLink": "https://makerdao.com", + "whitepaperLink": "https://makerdao.com/whitepaper" + }, + "MLK-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/milk-alliance/", + "name": "MiL.k", + "tags": [], + "websiteLink": "http://milkalliance.io/", + "whitepaperLink": "http://milkalliance.io/dist/pdf/White%20Paper_Mil.k%20Alliance_v0.9.7.pdf" + }, + "MLN-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/enzyme/", + "name": "Enzyme", "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", + ], + "websiteLink": "https://enzyme.finance/", + "whitepaperLink": "https://docs.enzyme.finance/" + }, + "MMM-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/meta-merge/", + "name": "Meta Merge", "tags": [ - "Defi" - ], - "websiteLink": "https://flamingo.finance/", - "whitepaperLink": "https://docs.flamingo.finance/", - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/flamingo/" - }, - "DFI-USD": { - "name": "DeFiChain", + "NFT", + "Gaming" + ], + "websiteLink": "https://metamerge.xyz/", + "whitepaperLink": "https://litepaper.metamerge.xyz/" + }, + "MNDE-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/mnde/", + "name": "Marinade", "tags": [ - "Defi" - ], - "websiteLink": "https://defichain.com/", - "whitepaperLink": "https://www.defichain.com/white-paper/", - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/defichain/" - }, - "FUN-USD": { - "name": "FUNToken", + "NFT" + ], + "websiteLink": "https://marinade.finance/", + "whitepaperLink": "https://docs.marinade.finance/" + }, + "MNT-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/mantle/", + "name": "Mantle", "tags": [ - "Defi", - "Gaming" - ], - "websiteLink": "https://funtoken.io/", - "whitepaperLink": null, - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/funtoken/" - }, - "VRTX-USD": { - "name": "Vertex Protocol", + "Layer 2" + ], + "websiteLink": "https://www.mantle.xyz/", + "whitepaperLink": "https://docs.mantle.xyz/network/introduction/overview" + }, + "MOBILE-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/helium-mobile/", + "name": "Helium Mobile", + "tags": [], + "websiteLink": "https://www.helium.com/", + "whitepaperLink": null + }, + "MODE-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/mode/", + "name": "Mode", + "tags": [], + "websiteLink": "https://www.mode.network/", + "whitepaperLink": null + }, + "MOG-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/mog-coin/", + "name": "Mog Coin", "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", + "Meme" + ], + "websiteLink": "https://www.mogcoin.xyz", + "whitepaperLink": null + }, + "MON-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/mon/", + "name": "MON Protocol", + "tags": [], + "websiteLink": "https://monprotocol.ai/", + "whitepaperLink": "https://www.monprotocol.ai/tokenomics" + }, + "MONG-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/mongcoin/", + "name": "MongCoin", "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", + "Meme" + ], + "websiteLink": "https://mongmob.xyz/", + "whitepaperLink": null + }, + "MONK-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/monkeyhaircut/", + "name": "monkeyhaircut", "tags": [ - "Social", - "Social" - ], - "websiteLink": "https://rly.network/", - "whitepaperLink": null, - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/rally/" - }, - "VRA-USD": { - "name": "Verasity", + "Meme" + ], + "websiteLink": "https://monkeyhaircut.com/", + "whitepaperLink": null + }, + "MOOV-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/dotmoovs/", + "name": "Dotmoovs", "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", + ], + "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" + }, + "MOTHER-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/mother-iggy/", + "name": "Mother Iggy", "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", + "Meme" + ], + "websiteLink": "https://x.com/IGGYAZALEA" + }, + "MOUTAI-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/moutai/", + "name": "Moutai", "tags": [ - "Entertainment" - ], - "websiteLink": null, - "whitepaperLink": "https://kin.org/whitepaper", - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/kin/" - }, - "FIS-USD": { - "name": "StaFi", + "Meme" + ], + "websiteLink": "https://www.moutaicoin.co", + "whitepaperLink": "https://drive.google.com/file/d/1zdbruRELFGlNZwl3reiaDkEASlGF65gU/view?usp=drive_link" + }, + "MOVEZ-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/movez/", + "name": "MOVEZ", + "tags": [], + "websiteLink": "https://www.movez.me", + "whitepaperLink": "https://move-me.gitbook.io/movez-litepaper/ktVp6nJ7D3dSh2dPafnL/" + }, + "MOVR-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/moonriver/", + "name": "Moonriver", "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", + "Layer 1" + ], + "websiteLink": "https://moonbeam.network/networks/moonriver/", + "whitepaperLink": "https://docs.moonbeam.network/" + }, + "MPL-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/maple/", + "name": "Maple", "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", + "Defi", + "Real World Assets" + ], + "websiteLink": "https://maple.finance/", + "whitepaperLink": "https://maple-finance.gitbook.io/maple/" + }, + "MPLX-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/metaplex/", + "name": "Metaplex", + "tags": [], + "websiteLink": "https://www.metaplex.com/", + "whitepaperLink": null + }, + "MRS-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/metars-genesis/", + "name": "Metars Genesis", + "tags": [], + "websiteLink": "https://metars.io/home", + "whitepaperLink": null + }, + "MSN-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/meson-network/", + "name": "Meson Network", + "tags": [], + "websiteLink": "https://www.meson.network/", + "whitepaperLink": "https://docs.meson.network/Meson-Network-Whitepaper-v1.6.pdf" + }, + "MSOL-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/marinade/", + "name": "Marinade Staked SOL", + "tags": [], + "websiteLink": "https://marinade.finance/", + "whitepaperLink": "https://docs.marinade.finance/" + }, + "MTL-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/metal/", + "name": "Metal DAO", + "tags": [], + "websiteLink": "https://www.metalpay.com/", + "whitepaperLink": null + }, + "MTRG-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/meter-governance/", + "name": "Meter Governance", "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", + ], + "websiteLink": "https://www.meter.io/", + "whitepaperLink": "https://docs.meter.io/#introduction" + }, + "MTV-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/multivac/", + "name": "MultiVAC", "tags": [ - "Entertainment", - "Real World Assets" - ], - "websiteLink": "https://opulous.org/", - "whitepaperLink": null, - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/opulous/" - }, - "NPT-USD": { - "name": "NEOPIN", + "Layer 1" + ], + "websiteLink": "https://www.mtv.ac/", + "whitepaperLink": "https://www.mtv.ac/assets/file/MultiVAC_Tech_Whitepaper.pdf" + }, + "MUDOL2-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/hero-blaze-three-kingdoms/", + "name": "Hero Blaze: Three Kingdoms", + "tags": [], + "websiteLink": "https://heroblaze3kd.io/", + "whitepaperLink": null + }, + "MUMU-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/mumu-ing/", + "name": "Mumu the Bull", "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", + "Meme" + ], + "websiteLink": "https://www.mumu.ing" + }, + "MUSK-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/musk-dao/", + "name": "Musk Dao", + "tags": [], + "websiteLink": "http://www.18dao.cc/", + "whitepaperLink": "http://www.musk.plus/MUSK-EN.pdf" + }, + "MV-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/gensokishis-metaverse/", + "name": "GensoKishi Metaverse", + "tags": [], + "websiteLink": "https://genso.game/", + "whitepaperLink": null + }, + "MVL-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/mvl/", + "name": "MVL", + "tags": [], + "websiteLink": "http://mvlchain.io", + "whitepaperLink": "https://docs.mvlchain.io/" + }, + "MX-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/mx-token/", + "name": "MX TOKEN", + "tags": [], + "websiteLink": "https://www.mexc.com", + "whitepaperLink": null + }, + "MXC-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/mxc/", + "name": "Moonchain", + "tags": [], + "websiteLink": "https://www.moonchain.com", + "whitepaperLink": "https://www.mxc.org/knowledge-hub" + }, + "MYRIA-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/myria/", + "name": "Myria", "tags": [ - "Defi", - "Defi" - ], - "websiteLink": "https://orion.xyz/", - "whitepaperLink": "https://docs.orion.xyz/", - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/orion-xyz/" - }, - "COMBO-USD": { - "name": "COMBO", + "NFT", + "Gaming", + "Layer 2" + ], + "websiteLink": "https://myria.com/", + "whitepaperLink": "https://assets.myria.com/token/Myria-Whitepaper-v6.pdf" + }, + "MYRO-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/myro/", + "name": "Myro", "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", + "Meme" + ], + "websiteLink": "https://myrothedog.com/", + "whitepaperLink": null + }, + "NAKA-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/nakamoto-games/", + "name": "Nakamoto Games", "tags": [ - "NFT", + "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", + ], + "websiteLink": "https://www.nakamoto.games/", + "whitepaperLink": null + }, + "NAVI-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/atlas-navi/", + "name": "Atlas Navi", + "tags": [], + "websiteLink": "https://www.atlasnavi.com/", + "whitepaperLink": "https://drive.google.com/file/d/1BKXagl3J7g7oU7c6wJnJs9Ypy81_Z3bd/view" + }, + "NAVX-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/navi-protocol/", + "name": "NAVI Protocol", + "tags": [], + "websiteLink": "https://www.naviprotocol.io/", + "whitepaperLink": "https://naviprotocol.gitbook.io/navi-protocol-developer-docs/" + }, + "NBS-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/new-bitshares/", + "name": "New BitShares", + "tags": [], + "websiteLink": "https://nbs.plus/", + "whitepaperLink": null + }, + "NCT-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/polyswarm/", + "name": "PolySwarm", + "tags": [], + "websiteLink": "https://polyswarm.io/", + "whitepaperLink": "https://polyswarm.io/polyswarm-whitepaper.pdf" + }, + "NEAR-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/near-protocol/", + "name": "NEAR Protocol", "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", + "Layer 1" + ], + "websiteLink": "https://near.org", + "whitepaperLink": "https://near.org/papers/the-official-near-white-paper/" + }, + "NEO-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/neo/", + "name": "Neo", + "tags": [], + "websiteLink": "https://neo.org/", + "whitepaperLink": "https://docs.neo.org/docs/en-us/index.html" + }, + "NEON-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/neon/", + "name": "Neon EVM", + "tags": [], + "websiteLink": "https://neonevm.org/", + "whitepaperLink": "https://neonevm.org/whitepaper.pdf" + }, + "NEST-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/nest-protocol/", + "name": "NEST Protocol", "tags": [ "Defi" - ], - "websiteLink": "https://persistence.one", - "whitepaperLink": "https://docs.persistence.one", - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/persistence/" - }, - "REEF-USD": { - "name": "Reef", + ], + "websiteLink": "https://nestprotocol.org/", + "whitepaperLink": "https://www.nestprotocol.org/doc/ennestwhitepaper.pdf" + }, + "NEW-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/newton/", + "name": "Newton", + "tags": [], + "websiteLink": "https://www.newtonproject.org/", + "whitepaperLink": "https://www.newtonproject.org/whitepaper/" + }, + "NEXO-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/nexo/", + "name": "Nexo", + "tags": [], + "websiteLink": "https://nexo.com", + "whitepaperLink": "https://nexo.com/assets/downloads/Nexo-Whitepaper.pdf?=a" + }, + "NFP-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/nfprompt/", + "name": "NFPrompt", "tags": [ - "Entertainment", - "Gaming" - ], - "websiteLink": "https://reef.io/", - "whitepaperLink": "https://docs.reef.io/", - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/reef/" - }, - "SDAO-USD": { - "name": "SingularityDAO", + "Governance" + ], + "websiteLink": "https://nfprompt.io/", + "whitepaperLink": "https://docs.nfprompt.io/" + }, + "NFT-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/apenft/", + "name": "APENFT", "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", + "NFT" + ], + "websiteLink": "http://apenft.org/", + "whitepaperLink": "https://foundation.apenft.io/book/APENFT%20White%20Paper.pdf" + }, + "NGC-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/naga/", + "name": "NAGA", + "tags": [], + "websiteLink": "https://nagacoin.io", + "whitepaperLink": "https://docsend.com/view/srsg4zw" + }, + "NGL-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/gold-fever/", + "name": "Gold Fever", "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", + "NFT", + "Gaming" + ], + "websiteLink": "https://goldfever.io/", + "whitepaperLink": null + }, + "NKN-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/nkn/", + "name": "NKN", + "tags": [], + "websiteLink": "https://nkn.org/", + "whitepaperLink": "https://nkn.org/wp-content/uploads/2020/10/NKN_Whitepaper.pdf" + }, + "NMR-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/numeraire/", + "name": "Numeraire", "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", + ], + "websiteLink": "https://numer.ai/", + "whitepaperLink": "https://numer.ai/whitepaper.pdf" + }, + "NODL-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/nodleiot/", + "name": "Nodle", + "tags": [], + "websiteLink": "https://www.nodle.com/", + "whitepaperLink": "https://docs.nodle.com/" + }, + "NOIA-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/synternet/", + "name": "Synternet", "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", + "Governance" + ], + "websiteLink": "https://synternet.com/", + "whitepaperLink": "https://docs.synternet.com/docs" + }, + "NOM-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/onomy-protocol/", + "name": "Onomy Protocol", + "tags": [], + "websiteLink": "https://onomy.io/", + "whitepaperLink": "https://docs.onomy.io/" + }, + "NOS-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/nosana/", + "name": "Nosana", + "tags": [], + "websiteLink": "https://nosana.io", + "whitepaperLink": "https://docs.nosana.io" + }, + "NOT-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/notcoin/", + "name": "Notcoin", "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", + "Gaming" + ], + "websiteLink": "https://notco.in/", + "whitepaperLink": "https://cdn.joincommunity.xyz/notcoin/Notcoin_Whitepaper.pdf" + }, + "NPT-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/neopin/", + "name": "NEOPIN", "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", + ], + "websiteLink": "https://neopin.io/", + "whitepaperLink": "https://neopin.io/VisionPaper_V2.1.pdf" + }, + "NTRN-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/neutron-ntrn/", + "name": "Neutron", + "tags": [ + "Defi" + ], + "websiteLink": "https://neutron.org/", + "whitepaperLink": "https://docs.neutron.org/" + }, + "NUB-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/nubcat/", + "name": "nubcat", + "tags": [], + "websiteLink": "https://nubcat.xyz" + }, + "NULS-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/nuls/", + "name": "NULS", + "tags": [], + "websiteLink": "https://nuls.io/", + "whitepaperLink": "https://docs.nuls.io/" + }, + "NUM-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/numbers-protocol/", + "name": "Numbers Protocol", "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", + ], + "websiteLink": "https://www.numbersprotocol.io/", + "whitepaperLink": "https://docs.numbersprotocol.io/" + }, + "NWC-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/newscrypto/", + "name": "Newscrypto", + "tags": [], + "websiteLink": "https://newscrypto.io/", + "whitepaperLink": "http://newscrypto.io/whitepaper.pdf" + }, + "NXRA-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/allianceblock-nexera/", + "name": "Nexera", "tags": [ - "Defi" - ], - "websiteLink": "https://www.litentry.com/", - "whitepaperLink": "https://docs.litentry.com/", - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/litentry/" - }, - "PDA-USD": { - "name": "PlayDapp", + "Real World Assets" + ], + "websiteLink": "https://www.nexera.foundation/", + "whitepaperLink": null + }, + "NYAN-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/nyan-heroes/", + "name": "Nyan Heroes", + "tags": [], + "websiteLink": "https://nyanheroes.com/", + "whitepaperLink": "https://nyan-heroes.gitbook.io/nyan-heroes/" + }, + "NYM-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/nym/", + "name": "NYM", "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", + "Governance", + "Layer 1" + ], + "websiteLink": "https://nymtech.net/", + "whitepaperLink": "https://nymtech.net/nym-whitepaper.pdf" + }, + "O3-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/o3-swap/", + "name": "O3 Swap", + "tags": [], + "websiteLink": "https://o3swap.com/", + "whitepaperLink": "https://docs.o3swap.com/o3-swap-v2-interchange" + }, + "OAS-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/oasys/", + "name": "Oasys", "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", + "NFT", + "Gaming", + "Layer 1" + ], + "websiteLink": "https://www.oasys.games/", + "whitepaperLink": "https://docs.oasys.games/" + }, + "OBI-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/orbofi-ai/", + "name": "Orbofi AI", "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", + ], + "websiteLink": "https://www.orbofi.com/", + "whitepaperLink": "https://wiki.orbofi.com/learn" + }, + "OCEAN-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/ocean-protocol/", + "name": "Ocean Protocol", "tags": [ - "Layer 1" - ], - "websiteLink": "https://graphlinq.io/", - "whitepaperLink": "https://graphlinq.io/whitepaper.pdf", - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/graphlinq-protocol/" - }, - "BSW-USD": { - "name": "Biswap", + "AI" + ], + "websiteLink": "https://oceanprotocol.com/", + "whitepaperLink": "https://oceanprotocol.com/tech-whitepaper.pdf" + }, + "OCT-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/octopus-network/", + "name": "Octopus Network", + "tags": [], + "websiteLink": "https://oct.network/", + "whitepaperLink": "https://github.com/octopus-network/papers/blob/main/Octopus%20Network%20White%20Paper.pdf" + }, + "ODDZ-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/oddz/", + "name": "Oddz", "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", + ], + "websiteLink": "https://oddz.fi/", + "whitepaperLink": "https://docsend.com/view/mefxr8h3ymzuhwqk" + }, + "OG-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/og-fan-token/", + "name": "OG Fan Token", "tags": [ - "Gaming" - ], - "websiteLink": "https://ztx.io", - "whitepaperLink": "https://docs.ztx.io", - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/ztx/" - }, - "AMPL-USD": { - "name": "Ampleforth", + "Entertainment", + "Entertainment" + ], + "websiteLink": "https://www.socios.com/og/", + "whitepaperLink": null + }, + "OGN-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/origin-protocol/", + "name": "Origin Protocol", "tags": [ + "NFT", "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", + ], + "websiteLink": "https://www.originprotocol.com", + "whitepaperLink": "https://www.originprotocol.com/litepaper" + }, + "OGV-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/origin-dollar-governance/", + "name": "Origin DeFi Governance", + "tags": [], + "websiteLink": "https://ousd.com", + "whitepaperLink": "https://www.originprotocol.com/en/litepaper" + }, + "OKB-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/okb/", + "name": "OKB", + "tags": [], + "websiteLink": "https://www.okx.com/", + "whitepaperLink": null + }, + "OKT-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/okt/", + "name": "OKT Chain", + "tags": [], + "websiteLink": "https://www.okx.com/okc", + "whitepaperLink": "https://okc-docs.readthedocs.io/en/latest/" + }, + "OLE-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/openleverage/", + "name": "OpenLeverage", + "tags": [], + "websiteLink": "https://openleverage.finance", + "whitepaperLink": "https://docs.openleverage.finance/main/" + }, + "OM-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/mantra/", + "name": "MANTRA", + "tags": [ + "Defi", + "Real World Assets" + ], + "websiteLink": "https://www.mantrachain.io", + "whitepaperLink": "https://docs.mantrachain.io/" + }, + "OMG-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/omg/", + "name": "OMG Network", + "tags": [], + "websiteLink": "https://omg.network/", + "whitepaperLink": "https://docs.omg.network/" + }, + "OMI-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/ecomi-new/", + "name": "ECOMI", "tags": [ - "NFT", + "NFT", "Gaming" - ], - "websiteLink": "https://voxies.io/", - "whitepaperLink": null, - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/voxies/" - }, - "CERE-USD": { - "name": "Cere Network", + ], + "websiteLink": "https://ecomi.notion.site/", + "whitepaperLink": "https://drive.google.com/file/d/1UNE-EvjuMIaWJUfvF3qQiTe0OKLFAJXV/view" + }, + "OMN-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/omega-network/", + "name": "Omega Network", + "tags": [], + "websiteLink": "https://omtch.com/", + "whitepaperLink": null + }, + "ONDO-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/ondo-finance/", + "name": "Ondo", "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", + "Real World Assets" + ], + "websiteLink": "https://ondo.foundation/", + "whitepaperLink": "https://docs.ondo.foundation/ondo-token" + }, + "ONE-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/harmony/", + "name": "Harmony", + "tags": [], + "websiteLink": "https://www.harmony.one/", + "whitepaperLink": "https://harmony.one/whitepaper.pdf" + }, + "ONG-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/ontology-gas/", + "name": "Ontology Gas", + "tags": [], + "websiteLink": "https://ont.io/", + "whitepaperLink": "https://docs.ont.io/" + }, + "ONT-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/ontology/", + "name": "Ontology", + "tags": [], + "websiteLink": "https://ont.io/", + "whitepaperLink": "https://docs.ont.io" + }, + "OOE-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/openocean/", + "name": "OpenOcean", "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", + ], + "websiteLink": "https://openocean.finance/", + "whitepaperLink": "https://docs.openocean.finance/" + }, + "OOKI-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/ooki-protocol/", + "name": "Ooki Protocol", + "tags": [], + "websiteLink": "https://ooki.cc", + "whitepaperLink": "https://ooki.gitbook.io/" + }, + "OP-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/optimism-ethereum/", + "name": "Optimism", "tags": [ - "Layer 1" - ], - "websiteLink": "https://www.taraxa.io/", - "whitepaperLink": "https://docs.taraxa.io/", - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/taraxa/" - }, - "XCAD-USD": { - "name": "XCAD Network", + "Layer 2" + ], + "websiteLink": "https://www.optimism.io/", + "whitepaperLink": "https://github.com/ethereum-optimism" + }, + "OPUL-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/opulous/", + "name": "Opulous", "tags": [ - "NFT" - ], - "websiteLink": "https://xcadnetwork.com/", - "whitepaperLink": null, - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/xcad-network/" - }, - "CCD-USD": { - "name": "Concordium", + "Entertainment", + "Real World Assets" + ], + "websiteLink": "https://opulous.org/", + "whitepaperLink": null + }, + "ORAI-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/oraichain-token/", + "name": "Oraichain", "tags": [ + "Defi", + "Real World Assets", "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", + ], + "websiteLink": "https://orai.io/", + "whitepaperLink": "https://docs.orai.io/" + }, + "ORB-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/orbcity/", + "name": "OrbCity", + "tags": [], + "websiteLink": "https://orbcity.ai/", + "whitepaperLink": "https://orbcity.gitbook.io/orbcity/" + }, + "ORBS-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/orbs/", + "name": "Orbs", + "tags": [], + "websiteLink": "https://www.orbs.com/", + "whitepaperLink": "https://www.orbs.com/white-papers" + }, + "ORCA-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/orca/", + "name": "Orca", "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", + ], + "websiteLink": "https://www.orca.so/", + "whitepaperLink": null + }, + "ORDI-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/ordi/", + "name": "Ordinals", "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", + "NFT" + ], + "websiteLink": "https://ordinals.com/", + "whitepaperLink": "https://rodarmor.com/blog/" + }, + "ORDS-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/ordiswap/", + "name": "Ordiswap", + "tags": [], + "websiteLink": "https://ordiswap.fi/", + "whitepaperLink": "https://ordiswap.gitbook.io/ordiswap/" + }, + "ORN-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/orion-xyz/", + "name": "Orion", "tags": [ + "Defi", "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", + ], + "websiteLink": "https://orion.xyz/", + "whitepaperLink": "https://docs.orion.xyz/" + }, + "ORT-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/okratech-token/", + "name": "Okratech Token", + "tags": [], + "websiteLink": "https://ortcoin.org/", + "whitepaperLink": "https://docsend.com/view/bcmitirsm35m45b6" + }, + "OSMO-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/osmosis/", + "name": "Osmosis", + "tags": [], + "websiteLink": "https://osmosis.zone/", + "whitepaperLink": null + }, + "OVR-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/ovr/", + "name": "OVR", "tags": [ - "Defi" - ], - "websiteLink": "https://keep3r.network/", - "whitepaperLink": "https://docs.keep3r.network/", - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/keep3rv1/" - }, - "LIKE-USD": { - "name": "Only1", + "AR/VR", + "NFT" + ], + "websiteLink": "https://www.ovr.ai", + "whitepaperLink": "https://assets.ovr.ai/download/whitepaper/whitepaper%203.0.pdf" + }, + "OXT-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/orchid/", + "name": "Orchid", + "tags": [], + "websiteLink": "https://www.orchid.com/", + "whitepaperLink": "https://www.orchid.com/assets/whitepaper/whitepaper.pdf" + }, + "PAJAMAS-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/the-first-youtube-cat/", + "name": "The First Youtube Cat", "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", + "Meme" + ], + "websiteLink": "https://pajamas.cat/", + "whitepaperLink": null + }, + "PANDO-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/pando/", + "name": "Pando", + "tags": [], + "websiteLink": "https://pandosoftware.co/", + "whitepaperLink": "https://pandobrowser.com/whitepaper/PANDO_WHITEPAPER_EN.pdf" + }, + "PAXG-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/pax-gold/", + "name": "PAX Gold", "tags": [ - "Defi" - ], - "websiteLink": "https://www.cetus.zone/", - "whitepaperLink": null, - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/cetus-protocol/" - }, - "HOPR-USD": { - "name": "HOPR", + "Real World Assets" + ], + "websiteLink": "https://www.paxos.com/paxgold/", + "whitepaperLink": "https://www.paxos.com/pax-gold-whitepaper" + }, + "PBR-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/polkabridge/", + "name": "PolkaBridge", "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", + "Defi", + "Defi" + ], + "websiteLink": "https://polkabridge.org/", + "whitepaperLink": null + }, + "PCI-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/payprotocol/", + "name": "Paycoin", + "tags": [], + "websiteLink": "https://payprotocol.io/", + "whitepaperLink": "https://drive.google.com/file/d/14z7D20rCZDlbqeM2d0sXsNEZyviEwV9p/view?usp=sharing" + }, + "PDA-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/playdapp/", + "name": "PlayDapp", "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", + "Gaming" + ], + "websiteLink": "https://playdapp.io", + "whitepaperLink": "https://images.playdapp.com/playdapp-homepage/prod/download/PlayDapp_WhitePaper_v1.0.2_EN.pdf" + }, + "PEL-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/propel-token/", + "name": "Propel", + "tags": [], + "websiteLink": "https://propel.xyz/", + "whitepaperLink": "https://propel.xyz/static/media/PropelWhitepaper.7d4d055e.pdf" + }, + "PENDLE-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/pendle/", + "name": "Pendle", + "tags": [], + "websiteLink": "https://pendle.finance/", + "whitepaperLink": "https://docs.pendle.finance/resources/lite-paper" + }, + "PENG-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/peng-sol/", + "name": "Peng", "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", + ], + "websiteLink": "https://pengsol.xyz/" + }, + "PEOPLE-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/constitutiondao/", + "name": "ConstitutionDAO", + "tags": [], + "websiteLink": "https://www.constitutiondao.com/", + "whitepaperLink": null + }, + "PEPE-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/pepe/", + "name": "Pepe", "tags": [ - "Defi", - "Governance" - ], - "websiteLink": "https://shapeshift.com/", - "whitepaperLink": "https://shapeshift.com/fox/governance", - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/fox-token/" - }, - "AKRO-USD": { - "name": "Akropolis", + "Meme" + ], + "websiteLink": "https://www.pepe.vip/" + }, + "PERP-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/perpetual-protocol/", + "name": "Perpetual Protocol", "tags": [ "Defi" - ], - "websiteLink": "https://akropolis.io/", - "whitepaperLink": "https://wiki.akropolis.io/wp2019/", - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/akropolis/" - }, - "VEGA-USD": { - "name": "Vega Protocol", + ], + "websiteLink": "https://perp.com", + "whitepaperLink": null + }, + "PHA-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/phala-network/", + "name": "Phala Network", + "tags": [], + "websiteLink": "https://phala.network/", + "whitepaperLink": "https://docs.phala.network/introduction/readme" + }, + "PHB-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/phoenix-global-new/", + "name": "Phoenix", + "tags": [], + "websiteLink": "https://www.phoenix.global/", + "whitepaperLink": null + }, + "PIP-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/pip/", + "name": "Pip", + "tags": [], + "websiteLink": "https://www.getpip.com/", + "whitepaperLink": "https://docs.getpip.com/" + }, + "PIRATE-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/pirate-nation/", + "name": "Pirate Nation", "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", + "Gaming" + ], + "websiteLink": "https://piratenation.game/", + "whitepaperLink": "https://www.piratenation.foundation/PN%20Foundation%20Litepaper_v1.1.02_June2024.pdf" + }, + "PIT-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/pitbull/", + "name": "Pitbull", "tags": [ - "Meme", "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", + ], + "websiteLink": "https://www.pitbull.community", + "whitepaperLink": "https://github.com/pitbullBSC/documents/blob/main/Pitbull_litepaper.pdf" + }, + "PIXEL-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/pixels/", + "name": "Pixels", "tags": [ - "NFT", - "Defi", - "Defi", + "NFT", + "Gaming", "Governance" - ], - "websiteLink": "https://xprnetwork.org/", - "whitepaperLink": "http://xprnetwork.org/whitepaper", - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/proton/" - }, - "AMB-USD": { - "name": "AirDAO", + ], + "websiteLink": "https://www.pixels.xyz/", + "whitepaperLink": "https://whitepaper.pixels.xyz/" + }, + "PLANET-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/planettoken/", + "name": "PLANET", "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", + "NFT", + "Gaming", + "Real World Assets" + ], + "websiteLink": "https://planetrefi.com/", + "whitepaperLink": null + }, + "PLU-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/pluton/", + "name": "Pluton", + "tags": [], + "websiteLink": "https://plutus.it/", + "whitepaperLink": "https://plutus.it/assets/Plutus.it-White-Paper-v1.1.pdf" + }, + "PNG-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/pangolin/", + "name": "Pangolin", + "tags": [], + "websiteLink": "https://pangolin.exchange/", + "whitepaperLink": "https://docs.pangolin.exchange/" + }, + "POKT-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/pocket-network/", + "name": "Pocket Network", + "tags": [], + "websiteLink": "https://www.pokt.network/", + "whitepaperLink": "https://docs.pokt.network/home/" + }, + "POLC-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/polkacity/", + "name": "Polkacity", "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", + "NFT" + ], + "websiteLink": "https://polkacity.io", + "whitepaperLink": "https://github.com/POLKACITY/Whitepaper/blob/main/Whitepaper%20Polka%20City%20V1.1.pdf" + }, + "POLS-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/polkastarter/", + "name": "Polkastarter", "tags": [ - "Entertainment", - "Entertainment" - ], - "websiteLink": "https://chiliz.com", - "whitepaperLink": null, - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/fc-barcelona-fan-token/" - }, - "VIDT-USD": { - "name": "VIDT DAO", + "Defi" + ], + "websiteLink": "https://www.polkastarter.com/", + "whitepaperLink": "https://docs.polkastarter.com/" + }, + "POLYDOGE-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/polydoge/", + "name": "PolyDoge", + "tags": [], + "websiteLink": "https://polydoge.com/", + "whitepaperLink": null + }, + "POLYX-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/polymesh/", + "name": "Polymesh", "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", + "Real World Assets" + ], + "websiteLink": "https://polymesh.network/", + "whitepaperLink": "https://polymesh.network/resources" + }, + "POND-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/marlin/", + "name": "Marlin", "tags": [ "Defi" - ], - "websiteLink": "https://parsiq.net", - "whitepaperLink": "http://www.parsiq.io/whitepaper.pdf", - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/parsiq/" - }, - "SHRAP-USD": { - "name": "Shrapnel", + ], + "websiteLink": "https://www.marlin.org", + "whitepaperLink": "https://www.marlin.pro/whitepaper" + }, + "PONKE-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/ponke/", + "name": "Ponke", "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", + "Meme" + ], + "websiteLink": "https://www.ponke.xyz/", + "whitepaperLink": null + }, + "POOLX-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/poolz-finance/", + "name": "Poolz Finance", + "tags": [], + "websiteLink": "https://www.poolz.finance/", + "whitepaperLink": null + }, + "POPCAT-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/popcat-sol/", + "name": "Popcat (SOL)", "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", + "Meme" + ], + "websiteLink": "https://www.popcatsolana.xyz/", + "whitepaperLink": null + }, + "POR-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/portugal-national-team-fan-token/", + "name": "Portugal National Team Fan Token", "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", + "Entertainment" + ], + "websiteLink": "https://www.fpf.pt/pt/", + "whitepaperLink": null + }, + "PORTAL-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/portal-gaming/", + "name": "PORTAL", "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", + "Gaming" + ], + "websiteLink": "https://www.portalgaming.com/", + "whitepaperLink": "https://portalxyz.nyc3.cdn.digitaloceanspaces.com/Portal_Whitepaper.pdf" + }, + "POWR-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/power-ledger/", + "name": "Powerledger", + "tags": [], + "websiteLink": "https://powerledger.io/", + "whitepaperLink": "https://www.powerledger.io/company/power-ledger-whitepaper" + }, + "PRCL-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/parcl/", + "name": "Parcl", + "tags": [ + "Real World assets", + "Governance", + "Real World Assets" + ], + "websiteLink": "https://www.parcl.co/", + "whitepaperLink": "https://docs.parcl.co/" + }, + "PRIME-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/echelon-prime/", + "name": "Echelon Prime", "tags": [ - "NFT", + "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", + ], + "websiteLink": "https://echelon.io/", + "whitepaperLink": null + }, + "PRISMA-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/prisma-finance/", + "name": "Prisma Finance", "tags": [ "Defi" - ], - "websiteLink": "https://wing.finance/", - "whitepaperLink": "https://docs.wing.finance/", - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/wing/" - }, - "SCLP-USD": { - "name": "Scallop", + ], + "websiteLink": "https://prismafinance.com/", + "whitepaperLink": "https://docs.prismafinance.com/" + }, + "PROM-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/prom/", + "name": "Prom", + "tags": [], + "websiteLink": "https://prom.io/", + "whitepaperLink": "https://prom.io/whitepaper.pdf" + }, + "PROS-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/prosper/", + "name": "Prosper", + "tags": [], + "websiteLink": "https://prosper.so", + "whitepaperLink": null + }, + "PRQ-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/parsiq/", + "name": "PARSIQ", "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", + ], + "websiteLink": "https://parsiq.net", + "whitepaperLink": "http://www.parsiq.io/whitepaper.pdf" + }, + "PSG-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/paris-saint-germain-fan-token/", + "name": "Paris Saint-Germain Fan Token", "tags": [ - "NFT", - "Gaming" - ], - "websiteLink": "https://aurory.io/", - "whitepaperLink": "https://aurory.io/whitepaper.html", - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/aurory/" - }, - "STARL-USD": { - "name": "Starlink", + "Entertainment", + "Entertainment" + ], + "websiteLink": "https://www.socios.com/paris-saint-germain/", + "whitepaperLink": null + }, + "PSL-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/pastel/", + "name": "Pastel", + "tags": [], + "websiteLink": "https://www.pastel.network/", + "whitepaperLink": "https://docs.pastel.network/introduction/pastel-overview" + }, + "PSP-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/paraswap/", + "name": "ParaSwap", "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", + "Defi" + ], + "websiteLink": "https://paraswap.io/", + "whitepaperLink": "https://developers.paraswap.network/" + }, + "PSTAKE-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/pstake-finance/", + "name": "pSTAKE Finance", + "tags": [], + "websiteLink": "https://pstake.finance", + "whitepaperLink": "https://docs.pstake.finance" + }, + "PUMLX-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/pumlx/", + "name": "PUMLx", "tags": [ - "NFT", - "Gaming", - "Real World Assets" - ], - "websiteLink": "https://planetrefi.com/", - "whitepaperLink": null, - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/planettoken/" - }, - "VOLT-USD": { - "name": "Volt Inu", + "Entertainment" + ], + "websiteLink": "https://puml.io", + "whitepaperLink": "https://whitepaper.puml.io/" + }, + "PUNDIX-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/pundix-new/", + "name": "Pundi X (New)", + "tags": [], + "websiteLink": "https://pundix.com/", + "whitepaperLink": "https://pundix.com/pdf/PundiX_Whitepaper_EN_Ver.pdf" + }, + "PUNDU-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/pundu/", + "name": "Pundu", "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", + ], + "websiteLink": "https://pundu.io/", + "whitepaperLink": null + }, + "PUSH-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/epns/", + "name": "Push Protocol", "tags": [ - "Defi", + "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", + ], + "websiteLink": "https://push.org/", + "whitepaperLink": "https://push.org/docs" + }, + "PYR-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/vulcan-forged-pyr/", + "name": "Vulcan Forged (PYR)", "tags": [ - "Defi", + "NFT", "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", + ], + "websiteLink": "https://vulcanforged.com/", + "whitepaperLink": "https://vulcanforged.com/public/assets/frontend/pyr.pdf" + }, + "PYTH-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/pyth-network/", + "name": "Pyth Network", + "tags": [], + "websiteLink": "https://pyth.network/", + "whitepaperLink": "https://pyth.network/whitepaper_v2.pdf" + }, + "PYUSD-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/paypal-usd/", + "name": "PayPal USD", + "tags": [], + "websiteLink": "https://www.paypal.com/pyusd", + "whitepaperLink": null + }, + "QI-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/benqi/", + "name": "BENQI", "tags": [ - "Entertainment", - "Entertainment" - ], - "websiteLink": "https://www.socios.com", - "whitepaperLink": null, - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/manchester-city-fan-token/" - }, - "VINU-USD": { - "name": "Vita Inu", + "Defi" + ], + "websiteLink": "https://benqi.fi/", + "whitepaperLink": "https://docs.benqi.fi/" + }, + "QKC-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/quarkchain/", + "name": "QuarkChain", + "tags": [], + "websiteLink": "https://quarkchain.io/", + "whitepaperLink": "https://quarkchain.io/wp-content/uploads/2018/11/QUARK-CHAIN-Public-Version-0.3.5.pdf" + }, + "QNT-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/quant/", + "name": "Quant", "tags": [ - "Meme" - ], - "websiteLink": "https://vitainu.org", - "whitepaperLink": "https://vita-inu.gitbook.io/whitepaper/", - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/vita-inu/" - }, - "SUKU-USD": { - "name": "Suku", + "Real World Assets" + ], + "websiteLink": "https://quant.network/", + "whitepaperLink": null + }, + "QTUM-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/qtum/", + "name": "Qtum", + "tags": [], + "websiteLink": "https://qtum.org/", + "whitepaperLink": "https://qtumorg.s3.ap-northeast-2.amazonaws.com/Qtum_New_Whitepaper_en.pdf" + }, + "RAB-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/rabbit/", + "name": "Rabbit", + "tags": [], + "websiteLink": "https://therabbit.io", + "whitepaperLink": null + }, + "RACA-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/radio-caca/", + "name": "RACA", "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", + "NFT", + "Gaming" + ], + "websiteLink": "https://www.raca3.com/", + "whitepaperLink": "https://www.raca3.com/whitePaper" + }, + "RAD-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/radworks/", + "name": "Radworks", + "tags": [], + "websiteLink": "https://radworks.org/", + "whitepaperLink": "https://docs.radworks.org/" + }, + "RADAR-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/dappradar/", + "name": "DappRadar", + "tags": [], + "websiteLink": "https://dappradar.com/", + "whitepaperLink": "https://whitepaper.dappradar.com/" + }, + "RANKER-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/rankerdao/", + "name": "RankerDAO", + "tags": [], + "websiteLink": "https://rankerdao.com/", + "whitepaperLink": null + }, + "RARE-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/superrare/", + "name": "SuperRare", + "tags": [ + "NFT" + ], + "websiteLink": "https://superrare.com/", + "whitepaperLink": "https://docs.superrare.com/" + }, + "RARI-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/rarible/", + "name": "RARI", + "tags": [ + "NFT", + "Governance" + ], + "websiteLink": "https://rari.foundation", + "whitepaperLink": null + }, + "RAY-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/raydium/", + "name": "Raydium", "tags": [ + "Defi", "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", + ], + "websiteLink": "https://raydium.io/#/", + "whitepaperLink": "https://raydium.io/Raydium-Litepaper.pdf" + }, + "RBC-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/rubic/", + "name": "Rubic", "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", + ], + "websiteLink": "https://rubic.exchange/", + "whitepaperLink": "https://docs.rubic.finance/" + }, + "RBN-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/ribbon-finance/", + "name": "Ribbon Finance", "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", + "Real World Assets" + ], + "websiteLink": "https://www.ribbon.finance/", + "whitepaperLink": "https://docs.ribbon.finance/" + }, + "RDNT-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/radiant-capital/", + "name": "Radiant Capital", "tags": [ "Defi" - ], - "websiteLink": "https://paraswap.io/", - "whitepaperLink": "https://developers.paraswap.network/", - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/paraswap/" - }, - "OG-USD": { - "name": "OG Fan Token", + ], + "websiteLink": "https://radiant.capital/", + "whitepaperLink": "https://docs.radiant.capital/radiant/" + }, + "REEF-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/reef/", + "name": "Reef", "tags": [ - "Entertainment", - "Entertainment" - ], - "websiteLink": "https://www.socios.com/og/", - "whitepaperLink": null, - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/og-fan-token/" - }, - "DF-USD": { - "name": "dForce", + "Entertainment", + "Gaming" + ], + "websiteLink": "https://reef.io/", + "whitepaperLink": "https://docs.reef.io/" + }, + "REI-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/rei-network/", + "name": "REI Network", + "tags": [], + "websiteLink": "https://rei.network/", + "whitepaperLink": null + }, + "REN-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/ren/", + "name": "Ren", "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", + ], + "websiteLink": "https://renproject.io/", + "whitepaperLink": "https://renproject.io/litepaper.pdf" + }, + "REQ-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/request/", + "name": "Request", "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", + "Defi" + ], + "websiteLink": "https://request.network/", + "whitepaperLink": "https://docs.request.network/" + }, + "REVV-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/revv/", + "name": "REVV", "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", + "NFT", + "Gaming" + ], + "websiteLink": "https://motorverse.com/", + "whitepaperLink": "https://motorverse.gitbook.io/revv-litepaper" + }, + "REZ-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/renzo/", + "name": "Renzo", + "tags": [], + "websiteLink": "https://www.renzoprotocol.com/", + "whitepaperLink": "https://docs.renzoprotocol.com/docs" + }, + "RFD-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/refund/", + "name": "RefundCoin", "tags": [ - "Social" - ], - "websiteLink": "https://dmail.ai/", - "whitepaperLink": null, - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/dmail-network/" - }, - "BTM-USD": { - "name": "Bytom", + "Meme" + ], + "websiteLink": "https://refundcoin.org/", + "whitepaperLink": null + }, + "RFOX-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/redfox-labs/", + "name": "RFOX", + "tags": [ + "NFT" + ], + "websiteLink": "https://rfox.com", + "whitepaperLink": "https://docsend.com/view/a2kfkrmgcmwvs2rq" + }, + "RIF-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/rsk-infrastructure-framework/", + "name": "Rootstock Infrastructure Framework", + "tags": [], + "websiteLink": "https://rif.technology/", + "whitepaperLink": "https://developers.rsk.co/rif/" + }, + "RIO-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/realio-network/", + "name": "Realio Network", "tags": [ + "Real World assets", "Real World Assets" - ], - "websiteLink": "http://bytom.io/", - "whitepaperLink": "https://github.com/Bytom/wiki", - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/bytom/" - }, - "FITFI-USD": { - "name": "Step App", + ], + "websiteLink": "http://www.realio.fund/", + "whitepaperLink": null + }, + "RLC-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/rlc/", + "name": "iExec RLC", "tags": [ - "Entertainment", - "NFT", - "Defi", - "Gaming" - ], - "websiteLink": "https://step.app/", - "whitepaperLink": null, - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/step-app/" - }, - "OVR-USD": { - "name": "OVR", + "NFT", + "Defi" + ], + "websiteLink": "https://iex.ec/", + "whitepaperLink": "https://iex.ec/app/uploads/2017/04/iExec-WPv2.0-English.pdf" + }, + "RLY-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/rally/", + "name": "Rally", "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", + "Social", + "Social" + ], + "websiteLink": "https://rly.network/", + "whitepaperLink": null + }, + "RNDR-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/render/", + "name": "Render Token", "tags": [ - "Defi" - ], - "websiteLink": "https://bifrost.finance", - "whitepaperLink": "https://wiki.bifrost.finance/#white-paper", - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/bifrost-bnc/" - }, - "BCUT-USD": { - "name": "bitsCrunch", + "AI" + ], + "websiteLink": "https://rendernetwork.com/", + "whitepaperLink": "https://renderfoundation.com/whitepaper" + }, + "RNT-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/real-nigger-tate/", + "name": "Real Nigger Tate", + "tags": [ + "Meme" + ], + "websiteLink": "https://www.university.com/" + }, + "ROCO-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/roco-finance/", + "name": "ROCO FINANCE", "tags": [ "NFT" - ], - "websiteLink": "https://bitscrunch.com/", - "whitepaperLink": "https://bitscrunch.com/bitsCrunch_Whitepaper.pdf", - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/bitscrunch/" - }, - "SWFTC-USD": { - "name": "SwftCoin", + ], + "websiteLink": "https://roco.finance/", + "whitepaperLink": "https://docs.roco.finance/rocofinance/" + }, + "ROOT-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/the-root-network/", + "name": "The Root Network", "tags": [ - "NFT", + "Gaming", + "Layer 1" + ], + "websiteLink": "https://www.therootnetwork.com/", + "whitepaperLink": "https://www.futureverse.com/research?index=whitepaper" + }, + "ROSE-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/oasis-network/", + "name": "Oasis", + "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", + ], + "websiteLink": "https://oasisprotocol.org/", + "whitepaperLink": "https://docs.oasis.io/" + }, + "ROUTE-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/router-protocol/", + "name": "Router Protocol", + "tags": [], + "websiteLink": "https://www.routerprotocol.com/", + "whitepaperLink": null + }, + "RPL-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/rocket-pool/", + "name": "Rocket Pool", "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", + "Defi" + ], + "websiteLink": "https://www.rocketpool.net/", + "whitepaperLink": "https://docs.rocketpool.net" + }, + "RSR-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/reserve-rights/", + "name": "Reserve Rights", + "tags": [ + "Defi", + "Real World Assets" + ], + "websiteLink": "https://reserve.org/", + "whitepaperLink": "https://reserve.org/protocol/2021_version/#main-content" + }, + "RSS3-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/rss3/", + "name": "RSS3", + "tags": [], + "websiteLink": "https://rss3.io", + "whitepaperLink": "https://rss3.io/#/whitepaper" + }, + "RUNE-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/thorchain/", + "name": "THORChain", "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", + ], + "websiteLink": "https://thorchain.org", + "whitepaperLink": "https://whitepaper.io/document/709/thorchain-whitepaper" + }, + "RVN-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/ravencoin/", + "name": "Ravencoin", + "tags": [], + "websiteLink": "https://ravencoin.org/", + "whitepaperLink": "https://ravencoin.org/whitepaper/" + }, + "SAFE-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/safe1/", + "name": "Safe", + "tags": [], + "websiteLink": "https://safe.global/", + "whitepaperLink": "https://docs.gnosis-safe.io/" + }, + "SAGA-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/saga/", + "name": "Saga", + "tags": [ + "Gaming", + "Layer 1" + ], + "websiteLink": "https://www.saga.xyz/", + "whitepaperLink": null + }, + "SALD-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/salad/", + "name": "Salad", + "tags": [ + "NFT" + ], + "websiteLink": "https://salad.ventures", + "whitepaperLink": "https://wp.salad.ventures/" + }, + "SAMO-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/samoyedcoin/", + "name": "Samoyedcoin", "tags": [ "Meme" - ], - "websiteLink": "https://dogechain.dog/", - "whitepaperLink": null, - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/dogechain/" - }, - "HERO-USD": { - "name": "Metahero", + ], + "websiteLink": "https://samoyedcoin.com/", + "whitepaperLink": "https://samoyedcoin.com/wp-content/uploads/2022/02/The-Samoyedcoin-Whitepawper.pdf" + }, + "SAND-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/the-sandbox/", + "name": "The Sandbox", "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/" - }, + "Gaming" + ], + "websiteLink": "https://www.sandbox.game/en/", + "whitepaperLink": "https://installers.sandbox.game/The_Sandbox_Whitepaper_2020.pdf" + }, + "SANTOS-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/santos-fc-fan-token/", + "name": "Santos FC Fan Token", + "tags": [], + "websiteLink": "https://www.santosfc.com.br/", + "whitepaperLink": null + }, + "SAROS-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/saros/", + "name": "Saros", + "tags": [ + "Defi" + ], + "websiteLink": "https://www.saros.xyz/" + }, + "SATS-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/sats-ordinals/", + "name": "SATS (Ordinals)", + "tags": [], + "websiteLink": "https://satscoin.vip/", + "whitepaperLink": null + }, + "SBR-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/saber/", + "name": "Saber", + "tags": [ + "Defi", + "Defi" + ], + "websiteLink": "https://saberdao.io/", + "whitepaperLink": "https://docs.saberdao.io/" + }, + "SC-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/siacoin/", + "name": "Siacoin", + "tags": [], + "websiteLink": "https://sia.tech/", + "whitepaperLink": "https://sia.tech/sia.pdf" + }, "SCA-USD": { - "name": "Scallop", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/scallop-protocol/", + "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", + ], + "websiteLink": "https://scallop.io/", + "whitepaperLink": "https://docs.scallop.io/" + }, + "SCLP-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/scallop/", + "name": "Scallop", "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", + "Defi" + ], + "websiteLink": "https://www.scallopx.com", + "whitepaperLink": "https://scallop-bucket.s3.eu-west-1.amazonaws.com/upload_file/SCALLOP1/Scallop+Whitepaper.pdf" + }, + "SCRT-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/secret/", + "name": "Secret", "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", + "Defi" + ], + "websiteLink": "https://scrt.network", + "whitepaperLink": "https://docs.scrt.network/" + }, + "SD-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/stader/", + "name": "Stader", + "tags": [], + "websiteLink": "https://staderlabs.com/", + "whitepaperLink": null + }, + "SDAO-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/singularitydao/", + "name": "SingularityDAO", "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", + "Defi" + ], + "websiteLink": "https://www.singularitydao.ai/", + "whitepaperLink": "https://www.docs.singularitydao.ai" + }, + "SDN-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/shiden-network/", + "name": "Shiden Network", + "tags": [], + "websiteLink": "https://shiden.astar.network/", + "whitepaperLink": null + }, + "SEAM-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/seamless/", + "name": "Seamless", "tags": [ - "Gaming" - ], - "websiteLink": "https://metatrace.me", - "whitepaperLink": "https://wiki.metatrace.me", - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/metatrace/" - }, - "SWAP-USD": { - "name": "TrustSwap", + "Defi" + ], + "websiteLink": "https://www.seamlessprotocol.com/", + "whitepaperLink": "https://docs.seamlessprotocol.com/" + }, + "SEI-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/sei/", + "name": "Sei", "tags": [ + "Layer 1", "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", + ], + "websiteLink": "https://www.sei.io/", + "whitepaperLink": "https://github.com/sei-protocol/sei-chain/blob/3c9576fee3494ce039df684624f918dd8066ba3f/whitepaper/Sei_Whitepaper.pdf" + }, + "SEILOR-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/kryptonite-finance/", + "name": "Kryptonite", + "tags": [], + "websiteLink": "https://www.kryptonite.finance", + "whitepaperLink": null + }, + "SENSO-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/senso/", + "name": "SENSO", + "tags": [ + "AR/VR" + ], + "websiteLink": "https://sensoriumxr.com/", + "whitepaperLink": "https://sensoriumxr.com/static/SENSO_Whitepaper_compressed_5e6d06a197.pdf" + }, + "SFP-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/safepal/", + "name": "SafePal", + "tags": [], + "websiteLink": "https://www.safepal.com", + "whitepaperLink": "https://www.safepal.com/pub/SFP_Whitepaper.pdf?a=5" + }, + "SFUND-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/seedify-fund/", + "name": "Seedify.fund", "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", + ], + "websiteLink": "https://seedify.fund/", + "whitepaperLink": "https://docs.seedify.fund/" + }, + "SGB-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/songbird/", + "name": "Songbird", + "tags": [], + "websiteLink": "https://flare.xyz/", + "whitepaperLink": "https://drive.google.com/file/d/193JQKBZ-tZ1zuM8BkaTe_RWYhhZCjwIN/view?usp=sharing" + }, + "SHIB-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/shiba-inu/", + "name": "Shiba Inu", "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", + "Meme" + ], + "websiteLink": "https://shibatoken.com/", + "whitepaperLink": "https://docs.shibatoken.com/" + }, + "SHILL-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/project-seed/", + "name": "SHILL Token", "tags": [ - "Entertainment", - "NFT", - "Entertainment" - ], - "websiteLink": "https://topgoal.io/", - "whitepaperLink": null, - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/topgoal/" - }, - "ACM-USD": { - "name": "AC Milan Fan Token", + "NFT", + "Gaming" + ], + "websiteLink": "https://projectseed.com", + "whitepaperLink": "https://docsend.com/view/5rbetcgn4vvms4ny" + }, + "SHRAP-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/shrapnel-com/", + "name": "Shrapnel", "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", + "NFT", + "Gaming" + ], + "websiteLink": "https://www.shrapnel.com/", + "whitepaperLink": "https://public.shrapnel.com/Shrapnel-White-Paper.pdf" + }, + "SIDUS-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/sidus/", + "name": "SIDUS", "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", + "NFT", + "Gaming" + ], + "websiteLink": "https://sidusheroes.com/", + "whitepaperLink": "https://static.sidusheroes.com/prod/site/whitepaper.pdf" + }, + "SILLY-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/silly-dragon/", + "name": "Silly Dragon", + "tags": [], + "websiteLink": "https://sillydragon.io/", + "whitepaperLink": null + }, + "SIN-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/sincity-token/", + "name": "Sinverse", "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", + "Gaming" + ], + "websiteLink": "https://sinverse.com/", + "whitepaperLink": "https://sinverse.com/documents" + }, + "SIS-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/symbiosis-finance/", + "name": "Symbiosis", + "tags": [], + "websiteLink": "https://symbiosis.finance/", + "whitepaperLink": "https://docs.symbiosis.finance/" + }, + "SKL-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/skale-network/", + "name": "SKALE", "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", + "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" + }, + "SLERF-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/slerf/", + "name": "SLERF", "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", + ], + "websiteLink": "https://www.slerf.wtf/raids", + "whitepaperLink": null + }, + "SLIM-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/solanium/", + "name": "Solanium", + "tags": [], + "websiteLink": "https://www.solanium.io/", + "whitepaperLink": null + }, + "SLN-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/smart-layer-network/", + "name": "Smart Layer Network", + "tags": [], + "websiteLink": "https://www.smartlayer.network/", + "whitepaperLink": null + }, + "SLP-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/smooth-love-potion/", + "name": "Smooth Love Potion", "tags": [ - "NFT", - "Gaming" - ], - "websiteLink": "https://epikprime.com/", - "whitepaperLink": null, - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/epik-prime/" - }, + "NFT" + ], + "websiteLink": "https://axieinfinity.com/", + "whitepaperLink": null + }, + "SNT-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/status/", + "name": "Status", + "tags": [ + "Entertainment" + ], + "websiteLink": "http://status.im/", + "whitepaperLink": "https://status.im/whitepaper.pdf" + }, + "SNX-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/synthetix-network-token/", + "name": "Synthetix", + "tags": [ + "Defi" + ], + "websiteLink": "https://synthetix.io/", + "whitepaperLink": "https://docs.synthetix.io/litepaper" + }, + "SOFI-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/rai-finance-sofi/", + "name": "RAI Finance", + "tags": [], + "websiteLink": "https://rai.finance/", + "whitepaperLink": "https://rai.finance/wp-content/uploads/2021/01/RAI-Finance.pdf" + }, + "SOL-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/solana/", + "name": "Solana", + "tags": [ + "Layer 1" + ], + "websiteLink": "https://solana.com/", + "whitepaperLink": "https://solana.com/solana-whitepaper.pdf" + }, + "SOLO-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/sologenic/", + "name": "Sologenic", + "tags": [], + "websiteLink": "https://www.sologenic.org/", + "whitepaperLink": "https://www.sologenic.com/downloads/sologenic-whitepaper.pdf" + }, + "SON-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/sovi-universe/", + "name": "SOUNI", + "tags": [], + "websiteLink": "https://souni.io/", + "whitepaperLink": "https://docsend.com/view/xbrqvsq92xgqt787" + }, + "SOS-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/opendao/", + "name": "OpenDAO", + "tags": [], + "websiteLink": "https://www.theopendao.com/", + "whitepaperLink": null + }, + "SPA-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/sperax/", + "name": "Sperax", + "tags": [], + "websiteLink": "https://sperax.io/", + "whitepaperLink": "https://github.com/Sperax/USDs-Whitepaper/blob/main/USDs_Whitepaper.pdf" + }, + "SPELL-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/spell-token/", + "name": "Spell Token", + "tags": [ + "Defi" + ], + "websiteLink": "https://abracadabra.money/", + "whitepaperLink": "https://docs.abracadabra.money/" + }, + "SPRT-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/sportium/", + "name": "Sportium", + "tags": [], + "websiteLink": "https://sportium.fan/", + "whitepaperLink": null + }, + "SQD-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/subsquid/", + "name": "Subsquid", + "tags": [], + "websiteLink": "https://www.subsquid.io/", + "whitepaperLink": "https://docs.subsquid.io/subsquid-network/whitepaper/" + }, "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", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/magic-square/", + "name": "Magic Square", + "tags": [], + "websiteLink": "https://magicsquare.io/", + "whitepaperLink": "https://magicsquare.gitbook.io/magic-square-litepaper/" + }, + "SRM-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/serum/", + "name": "Serum", "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", + ], + "websiteLink": "https://portal.projectserum.com/", + "whitepaperLink": "https://docs.projectserum.com/" + }, + "SRT-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/smart-reward-token/", + "name": "Smart Reward Token", + "tags": [], + "websiteLink": "http://www.srcorp.io/", + "whitepaperLink": null + }, + "SSV-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/ssv-network/", + "name": "ssv.network", + "tags": [], + "websiteLink": "https://ssv.network/", + "whitepaperLink": "https://docs.ssv.network/" + }, + "SSWP-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/suiswap/", + "name": "Suiswap", + "tags": [], + "websiteLink": "https://suiswap.app", + "whitepaperLink": null + }, + "STARL-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/star-link/", + "name": "Starlink", + "tags": [ + "Meme" + ], + "websiteLink": "https://www.starlproject.com/", + "whitepaperLink": "https://starlproject.com/starlink-wp-2.pdf" + }, + "STAT-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/stat/", + "name": "STAT", + "tags": [], + "websiteLink": "https://statproject.io/en/", + "whitepaperLink": "https://whitepaper-en.statproject.io" + }, + "STEEM-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/steem/", + "name": "Steem", "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", + ], + "websiteLink": "https://steem.com/", + "whitepaperLink": "https://steem.io/SteemWhitePaper.pdf" + }, + "STG-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/stargate-finance/", + "name": "Stargate Finance", + "tags": [], + "websiteLink": "https://stargate.finance/", + "whitepaperLink": "https://www.dropbox.com/s/gf3606jedromp61/Delta-Solving.The.Bridging-Trilemma.pdf" + }, + "STND-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/standard-protocol/", + "name": "Standard", "tags": [ - "Defi", + "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", + ], + "websiteLink": "https://standardweb3.com", + "whitepaperLink": "https://github.com/standardweb3/Whitepaper/blob/main/whitepaper_en.md" + }, + "STORJ-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/storj/", + "name": "Storj", + "tags": [], + "websiteLink": "https://storj.io/", + "whitepaperLink": "https://storj.io/storj.pdf" + }, + "STPT-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/standard-tokenization-protocol/", + "name": "STP", "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", + ], + "websiteLink": "https://stp.network/", + "whitepaperLink": "https://www.stp.network/Verse%20Network%20WP.pdf" + }, + "STRAX-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/stratis-new/", + "name": "Stratis [New]", + "tags": [], + "websiteLink": "http://stratisplatform.com/", + "whitepaperLink": "https://www.stratisplatform.com/files/Stratis_Whitepaper.pdf" + }, + "STRK-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/starknet-token/", + "name": "Starknet", "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", + "Layer 2" + ], + "websiteLink": "https://www.starknet.io/en", + "whitepaperLink": "https://docs.starknet.io/documentation/" + }, + "STRM-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/stream-coin/", + "name": "StreamCoin", "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", + "NFT" + ], + "websiteLink": "https://stream-coin.com", + "whitepaperLink": "https://stream-coin.com/whitepaper.pdf" + }, + "STX-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/stacks/", + "name": "Stacks", + "tags": [ + "Layer 2" + ], + "websiteLink": "https://www.stacks.co/", + "whitepaperLink": "https://gaia.blockstack.org/hub/1AxyPunHHAHiEffXWESKfbvmBpGQv138Fp/stacks.pdf" + }, + "SUI-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/sui/", + "name": "Sui", "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", + ], + "websiteLink": "https://sui.io/", + "whitepaperLink": "https://github.com/MystenLabs" + }, + "SUIA-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/suia/", + "name": "SUIA", + "tags": [ + "Social" + ], + "websiteLink": "https://suia.io/", + "whitepaperLink": null + }, + "SUIP-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/suipad/", + "name": "SuiPad", + "tags": [], + "websiteLink": "https://www.suipad.xyz/", + "whitepaperLink": "https://drive.google.com/file/d/194ee_UpEJuW8hF5K9G0Hlc64giWnAp3A/view?usp=share_link" + }, + "SUKU-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/suku/", + "name": "Suku", + "tags": [ + "Defi" + ], + "websiteLink": "https://www.suku.world/", + "whitepaperLink": null + }, + "SUN-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/sun-token/", + "name": "Sun (New)", + "tags": [], + "websiteLink": "https://sun.io/", + "whitepaperLink": "https://sun.io/docs/SUN_V2_Whitepaper_en.pdf" + }, + "SUPER-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/superfarm/", + "name": "SuperVerse", "tags": [ - "NFT", + "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", + ], + "websiteLink": "https://superverse.co/", + "whitepaperLink": "https://docs.superverse.cool/" + }, + "SUSHI-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/sushiswap/", + "name": "Sushi", "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", + ], + "websiteLink": "https://sushi.com/", + "whitepaperLink": "https://docs.sushi.com/" + }, + "SWAP-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/trustswap/", + "name": "TrustSwap", "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", + ], + "websiteLink": "https://trustswap.com/", + "whitepaperLink": "https://trustswap.gitbook.io/trustswap/" + }, + "SWASH-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/swash/", + "name": "Swash", + "tags": [], + "websiteLink": "https://swashapp.io", + "whitepaperLink": "https://swashapp.io/static/files/paper/whitepaper-v1-july-2021.pdf" + }, + "SWEAT-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/sweat-economy/", + "name": "Sweat Economy", "tags": [ + "Entertainment", + "NFT", "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", + ], + "websiteLink": "https://www.sweateconomy.com", + "whitepaperLink": "https://drive.google.com/file/d/1IPklRcEQvgJkCaeYvGh43yjWl-Dj5_6i/view" + }, + "SWFTC-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/swftcoin/", + "name": "SwftCoin", "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", + "NFT", + "Defi" + ], + "websiteLink": "http://www.swft.pro/", + "whitepaperLink": "http://www.swft.pro/images/SWFT%20WhitePaper.pdf" + }, + "SXP-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/sxp/", + "name": "Solar", "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", + "Defi" + ], + "websiteLink": "https://solar.org", + "whitepaperLink": "https://docs.solar.org/project/whitepaper/" + }, + "SYLO-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/sylo/", + "name": "Sylo", + "tags": [], + "websiteLink": "https://www.sylo.io", + "whitepaperLink": "https://www.sylo.io/whitepaper/" + }, + "SYN-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/synapse-2/", + "name": "Synapse", + "tags": [], + "websiteLink": "https://synapseprotocol.com", + "whitepaperLink": "https://docs.synapseprotocol.com/" + }, + "SYS-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/syscoin/", + "name": "Syscoin", "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", + "NFT", + "Layer 1" + ], + "websiteLink": "http://syscoin.org", + "whitepaperLink": "https://syscoin.org/research-whitepapers" + }, + "T-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/threshold/", + "name": "Threshold", + "tags": [], + "websiteLink": "https://threshold.network/", + "whitepaperLink": null + }, + "TAI-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/tars-protocol/", + "name": "TARS Protocol", + "tags": [], + "websiteLink": "https://tars.pro/", + "whitepaperLink": "https://docs.tars.pro/" + }, + "TAIKO-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/taiko/", + "name": "Taiko", "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", + "Layer 2" + ], + "websiteLink": "https://taiko.xyz/", + "whitepaperLink": "https://docs.taiko.xyz/" + }, + "TAMA-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/tamadoge/", + "name": "Tamadoge", "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", + "Meme" + ], + "websiteLink": "https://tamadoge.io/", + "whitepaperLink": "https://tamadoge.io/vendor/tamadoge/Tamadoge-whitepaper-ENG.pdf" + }, + "TAO-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/bittensor/", + "name": "Bittensor", + "tags": [], + "websiteLink": "https://bittensor.com", + "whitepaperLink": "https://drive.google.com/file/d/1VnsobL6lIAAqcA1_Tbm8AYIQscfJV4KU/view?usp=sharing" + }, + "TARA-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/taraxa/", + "name": "Taraxa", "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", + "Layer 1" + ], + "websiteLink": "https://www.taraxa.io/", + "whitepaperLink": "https://docs.taraxa.io/" + }, + "TAVA-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/altava/", + "name": "ALTAVA", + "tags": [], + "websiteLink": "https://altava.com/", + "whitepaperLink": "https://kr.object.ncloudstorage.com/altava.com-cdn/pdf/Altava_whitepaper.pdf" + }, + "TEL-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/telcoin/", + "name": "Telcoin", + "tags": [], + "websiteLink": "https://www.telco.in/", + "whitepaperLink": "https://www.telco.in/docs/whitepaper.pdf" + }, + "TENET-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/tenet-protocol/", + "name": "TENET", "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", + ], + "websiteLink": "https://tenet.org", + "whitepaperLink": "https://docs.tenet.org" + }, + "TFUEL-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/theta-fuel/", + "name": "Theta Fuel", "tags": [ + "Entertainment", + "AR/VR", "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", + ], + "websiteLink": "https://www.thetatoken.org", + "whitepaperLink": "https://s3.us-east-2.amazonaws.com/assets.thetatoken.org/Theta-white-paper-latest.pdf?v=1553657855.509" + }, + "THETA-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/theta-network/", + "name": "Theta Network", "tags": [ - "NFT", - "Social" - ], - "websiteLink": "https://whale.me/", - "whitepaperLink": null, - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/whale/" - }, - "MENGO-USD": { - "name": "Flamengo Fan Token", + "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" + }, + "TIA-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/celestia/", + "name": "Celestia", "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", + "Layer 1" + ], + "websiteLink": "https://celestia.org/", + "whitepaperLink": "https://arxiv.org/pdf/1905.09274.pdf" + }, + "TIDAL-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/tidal-finance/", + "name": "Tidal Finance", + "tags": [], + "websiteLink": "https://www.tidal.finance/", + "whitepaperLink": "https://docs.tidal.finance/whitepaper" + }, + "TIME-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/chrono-tech/", + "name": "Chrono.tech", "tags": [ - "NFT" - ], - "websiteLink": "https://weway.io/", - "whitepaperLink": null, - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/weway/" - }, - "MCRT-USD": { - "name": "MagicCraft", + "Defi" + ], + "websiteLink": "https://chrono.tech/", + "whitepaperLink": "https://files.chrono.tech/uploads/files/Chronobank_WP-yjqutik07g1fcl.pdf" + }, + "TKO-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/tokocrypto/", + "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" + }, + "TLM-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/alien-worlds/", + "name": "Alien Worlds", "tags": [ - "NFT", + "NFT", "Gaming" - ], - "websiteLink": "https://www.magiccraft.io", - "whitepaperLink": "https://docs.magiccraft.io", - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/magiccraft/" - }, - "LITH-USD": { - "name": "Lithium", + ], + "websiteLink": "https://alienworlds.io", + "whitepaperLink": "https://docs.google.com/document/d/1JiA97Y3JZMcC6HG2VPXEiZDd7UtA5yJSRUY2DQ5VSRI/edit?usp=sharing" + }, + "TLOS-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/telos/", + "name": "Telos", + "tags": [ + "NFT", + "Defi" + ], + "websiteLink": "https://telos.net/", + "whitepaperLink": "https://telos.net/whitepaper" + }, + "TNSR-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/tensor/", + "name": "Tensor", "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]", + ], + "websiteLink": "https://www.tensor.foundation", + "whitepaperLink": "https://docs.tensor.foundation/" + }, + "TOKE-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/tokemak/", + "name": "Tokemak", "tags": [ - "NFT", - "Defi", - "Gaming" - ], - "websiteLink": "https://dypius.com/", - "whitepaperLink": null, - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/defi-yield-protocol-v2/" - }, - "HMND-USD": { - "name": "Humanode", + "Defi" + ], + "websiteLink": "https://www.tokemak.xyz/", + "whitepaperLink": null + }, + "TOMI-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/tominet/", + "name": "tomiNet", + "tags": [], + "websiteLink": "https://tomi.com/", + "whitepaperLink": "https://tomi.com/newmmm/Tomi_Free_As_In_Speech_Whitepaper_V1.0.pdf" + }, + "TOMS-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/tomtomcoin/", + "name": "TomTomCoin", + "tags": [], + "websiteLink": "https://www.tomtomcoin.io/", + "whitepaperLink": "https://www.tomtomcoin.io/whitepaper_en/" + }, + "TON-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/toncoin/", + "name": "Toncoin", "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", + ], + "websiteLink": "https://ton.org/", + "whitepaperLink": "https://ton.org/whitepaper.pdf" + }, + "TOP-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/top/", + "name": "TOP", + "tags": [], + "websiteLink": "https://www.topnetwork.org/", + "whitepaperLink": null + }, + "TOX-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/intoverse/", + "name": "INTOverse", + "tags": [], + "websiteLink": "https://intoverse.co/", + "whitepaperLink": null + }, + "TPY-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/thrupenny/", + "name": "Thrupenny", + "tags": [], + "websiteLink": "https://thrupenny.io/", + "whitepaperLink": "https://thrupenny.io/wp-content/uploads/2022/02/Thrupenny-protocol-EN.pdf" + }, + "TRAC-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/origintrail/", + "name": "OriginTrail", "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", + "Real World Assets", + "Layer 1" + ], + "websiteLink": "https://origintrail.io/", + "whitepaperLink": "https://origintrail.io/ecosystem/whitepaper" + }, + "TRADE-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/polytrade/", + "name": "Polytrade", "tags": [ - "Meme" - ], - "websiteLink": "https://honk.lol/", - "whitepaperLink": null, - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/honk/" - }, - "TAMA-USD": { - "name": "Tamadoge", + "Defi", + "Real World Assets" + ], + "websiteLink": "https://polytrade.finance", + "whitepaperLink": "https://polytrade.finance/whitepaper.pdf" + }, + "TRB-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/tellor/", + "name": "Tellor", "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", + "Defi" + ], + "websiteLink": "https://tellor.io/", + "whitepaperLink": "https://docs.tellor.io" + }, + "TRC-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/metatrace/", + "name": "MetaTrace", "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", + ], + "websiteLink": "https://metatrace.me", + "whitepaperLink": "https://wiki.metatrace.me" + }, + "TREMP-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/doland-tremp/", + "name": "Doland Tremp", "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", + "Meme" + ], + "websiteLink": "tremp.xyz", + "whitepaperLink": null + }, + "TRIBE-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/tribe/", + "name": "Tribe", "tags": [ - "NFT", - "Gaming" - ], - "websiteLink": "https://dosetoken.com/", - "whitepaperLink": "https://www.dosetoken.com/whitepaper.pdf", - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/dose/" - }, - "MARS4-USD": { - "name": "MARS4", + "Defi", + "Governance" + ], + "websiteLink": "https://fei.money/", + "whitepaperLink": "https://fei.money/static/media/whitepaper.7d5e2986.pdf" + }, + "TRU-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/truefi-token/", + "name": "TrueFi", "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", + "Defi", + "Real World Assets" + ], + "websiteLink": "https://truefi.io/", + "whitepaperLink": null + }, + "TRUMP-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/maga/", + "name": "MAGA", "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", + "Meme" + ], + "websiteLink": "https://magamemecoin.com/", + "whitepaperLink": null + }, + "TRVL-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/trvl/", + "name": "TRVL", "tags": [ - "Defi", - "Defi" - ], - "websiteLink": "https://polkabridge.org/", - "whitepaperLink": null, - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/polkabridge/" - }, - "RBC-USD": { - "name": "Rubic", + "Real World Assets" + ], + "websiteLink": "http://www.dtravel.com/", + "whitepaperLink": "https://docs.dtravel.com/" + }, + "TRX-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/tron/", + "name": "TRON", "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", + ], + "websiteLink": "https://tron.network/", + "whitepaperLink": "https://tron.network/static/doc/white_paper_v_2_0.pdf" + }, + "TT-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/thundercore/", + "name": "ThunderCore", + "tags": [], + "websiteLink": "https://www.thundercore.com", + "whitepaperLink": "https://docs.thundercore.com/thunder-whitepaper.pdf" + }, + "TURBO-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/turbo/", + "name": "Turbo", "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", + "Meme" + ], + "websiteLink": "https://turbotoken.io/", + "whitepaperLink": null + }, + "TURBOS-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/turbos-finance/", + "name": "Turbos Finance", "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", + "Defi" + ], + "websiteLink": "https://www.turbos.finance/", + "whitepaperLink": "https://turbos.gitbook.io/turbos/" + }, + "TUSD-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/trueusd/", + "name": "TrueUSD", + "tags": [], + "websiteLink": "https://tusd.io/", + "whitepaperLink": null + }, + "TWT-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/trust-wallet-token/", + "name": "Trust Wallet Token", + "tags": [], + "websiteLink": "https://trustwallet.com/", + "whitepaperLink": null + }, + "TXA-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/project-txa/", + "name": "Project TXA", + "tags": [], + "websiteLink": "https://www.txa.app", + "whitepaperLink": "https://txa-project.typeform.com/to/t0msbxhN?typeform-source=www.txa.app" + }, + "UFT-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/unilend/", + "name": "UniLend", "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", + "Defi" + ], + "websiteLink": "https://unilend.finance/", + "whitepaperLink": "https://unilend.finance/docs/unilend_lightpaper.pdf" + }, + "ULTI-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/ultiverse/", + "name": "Ultiverse", "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", + ], + "websiteLink": "https://ultiverse.io", + "whitepaperLink": "https://docs.ultiverse.io" + }, + "UMA-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/uma/", + "name": "UMA", "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", + ], + "websiteLink": "https://umaproject.org/", + "whitepaperLink": "https://github.com/UMAprotocol/whitepaper" + }, + "UNB-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/unbound/", + "name": "Unbound", "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", + "Defi" + ], + "websiteLink": "https://app.unbound.finance/", + "whitepaperLink": "https://docs.unbound.finance/documentation/whitepaper" + }, + "UNFI-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/unifi-protocol-dao/", + "name": "Unifi Protocol DAO", "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", + "Defi" + ], + "websiteLink": "https://www.unifiprotocol.com/", + "whitepaperLink": "https://medium.com/unifiprotocol/introducing-the-unifi-protocol-2ad67bc8435" + }, + "UNI-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/uniswap/", + "name": "Uniswap", "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", + "Defi" + ], + "websiteLink": "https://uniswap.org/", + "whitepaperLink": "https://uniswap.org/whitepaper-v3.pdf" + }, + "UNIBOT-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/unibot-eth/", + "name": "UniBot", + "tags": [], + "websiteLink": "https://unibot.app/", + "whitepaperLink": null + }, + "UOS-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/ultra/", + "name": "Ultra", "tags": [ - "NFT", + "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", + ], + "websiteLink": "https://ultra.io/", + "whitepaperLink": "https://ultra.io/whitepaper" + }, + "UPO-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/uponly/", + "name": "UpOnly", + "tags": [], + "websiteLink": "https://uponly.com/", + "whitepaperLink": "https://doc.uponly.com/UpOnly-2024.pdf" + }, + "USDD-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/usdd/", + "name": "USDD", + "tags": [], + "websiteLink": "https://usdd.io/", + "whitepaperLink": "https://usdd.network/USDD-en.pdf" + }, + "USDE-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/araw/", + "name": "USDe", + "tags": [], + "websiteLink": "https://arawtoken.vip", + "whitepaperLink": null + }, + "USDJ-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/usdj/", + "name": "USDJ", + "tags": [], + "websiteLink": "https://just.network/", + "whitepaperLink": "https://www.just.network/docs/white_paper_en.pdf" + }, + "USDP-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/paxos-standard/", + "name": "Pax Dollar", + "tags": [], + "websiteLink": "https://www.paxos.com/usdp/", + "whitepaperLink": "https://standard.paxos.com/whitepaper.pdf" + }, + "USTC-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/terrausd/", + "name": "TerraClassicUSD", + "tags": [], + "websiteLink": "https://terra.money", + "whitepaperLink": "https://terra.money/Terra_White_paper.pdf" + }, + "UTK-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/utrust/", + "name": "xMoney", + "tags": [], + "websiteLink": "https://www.xmoney.com/", + "whitepaperLink": "https://utrust.com/static/UTRUST-whitepaper-en-2017-11-02-2ae02efb0e0203893bdba1f54000f2b4.pdf" + }, + "VANRY-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/vanar/", + "name": "Vanar Chain", "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", + "AR/VR", + "NFT" + ], + "websiteLink": "https://vanarchain.com/", + "whitepaperLink": "https://docs.vanarchain.com/documentation-v2/getting-started/vanar" + }, + "VEGA-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/vegaprotocol/", + "name": "Vega Protocol", "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/" - }, + ], + "websiteLink": "https://vega.xyz", + "whitepaperLink": "https://vega.xyz/papers/vega-protocol-whitepaper.pdf" + }, + "VELA-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/vela-token/", + "name": "Vela Exchange", + "tags": [], + "websiteLink": "https://www.vela.exchange/", + "whitepaperLink": null + }, + "VELO-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/velo/", + "name": "Velo", + "tags": [], + "websiteLink": "https://velo.org/", + "whitepaperLink": "https://velo.org/doc/Velo_Whitepaper_EN.pdf" + }, "VEMP-USD": { - "name": "VEMP", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/vempire-ddao/", + "name": "VEMP", "tags": [ - "Real World assets", - "AR/VR", - "NFT", - "Defi", + "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", + ], + "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" + }, + "VENOM-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/venom/", + "name": "Venom", "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", + "Defi" + ], + "websiteLink": "https://venom.foundation", + "whitepaperLink": "https://venom.foundation/Venom_Whitepaper.pdf" + }, + "VET-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/vechain/", + "name": "VeChain", + "tags": [ + "Real World Assets" + ], + "websiteLink": "https://www.vechain.org/", + "whitepaperLink": "https://www.vechain.org/whitepaper/#bit_65sv8" + }, + "VEXT-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/veloce-vext/", + "name": "Veloce", + "tags": [ + "Entertainment", + "Gaming", + "Real World Assets" + ], + "websiteLink": "https://www.velocemediagroup.com/vext", + "whitepaperLink": "https://docs.velocemediagroup.com/whitepaper" + }, + "VGX-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/voyager-token/", + "name": "Voyager Token", + "tags": [], + "websiteLink": "https://www.investvoyager.com/", + "whitepaperLink": "https://www.investvoyager.com/VoyagerToken/White_Paper.pdf" + }, + "VIC-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/viction/", + "name": "Viction", + "tags": [], + "websiteLink": "https://viction.xyz/", + "whitepaperLink": "https://docs.viction.xyz/whitepaper-and-research" + }, + "VIDT-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/vidt-dao/", + "name": "VIDT DAO", "tags": [ - "NFT", + "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", + ], + "websiteLink": "https://vidt-dao.com", + "whitepaperLink": "https://www.vidt-dao.com/vidt-token" + }, + "VINU-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/vita-inu/", + "name": "Vita Inu", "tags": [ - "NFT" - ], - "websiteLink": "https://www.virtualversions.xyz/", - "whitepaperLink": "https://docs.virtualversions.xyz/", - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/vv-token/" - }, - "PUMLX-USD": { - "name": "PUMLx", + "Meme" + ], + "websiteLink": "https://vitainu.org", + "whitepaperLink": "https://vita-inu.gitbook.io/whitepaper/" + }, + "VISION-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/vision-game/", + "name": "VisionGame", "tags": [ - "Entertainment" - ], - "websiteLink": "https://puml.io", - "whitepaperLink": "https://whitepaper.puml.io/", - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/pumlx/" - }, - "ZEE-USD": { - "name": "ZeroSwap", + "Gaming" + ], + "websiteLink": "https://visiongame.io/", + "whitepaperLink": null + }, + "VITE-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/vite/", + "name": "VITE", + "tags": [], + "websiteLink": "https://www.vite.org/", + "whitepaperLink": "https://vite.wiki" + }, + "VLX-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/velas/", + "name": "Velas", + "tags": [], + "websiteLink": "https://velas.com", + "whitepaperLink": "https://drive.google.com/file/d/1gPxFKW8wSRF_iQY5fu4fV-Il33psyA-u/view" + }, + "VOLT-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/volt-inu-v2/", + "name": "Volt Inu", "tags": [ - "Defi" - ], - "websiteLink": "https://zeroswap.io/", - "whitepaperLink": null, - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/zeroswap/" - }, - "ODDZ-USD": { - "name": "Oddz", + "NFT", + "Defi", + "Gaming", + "Meme" + ], + "websiteLink": "https://voltinu.in/", + "whitepaperLink": "https://voltinu.in/Whitepaper_v1.pdf" + }, + "VOXEL-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/voxies/", + "name": "Voxies", "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", + "NFT", + "Gaming" + ], + "websiteLink": "https://voxies.io/", + "whitepaperLink": null + }, + "VPAD-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/vlaunch/", + "name": "VLaunch", + "tags": [], + "websiteLink": "https://www.vlaunch.com/", + "whitepaperLink": "https://vlaunch.gitbook.io/vlaunch-litepaper/" + }, + "VR-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/victoria-vr/", + "name": "Victoria VR", "tags": [ - "NFT", + "AR/VR", + "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", + ], + "websiteLink": "https://victoriavr.com/", + "whitepaperLink": "https://www.victoriavr.com/whitepaper/Whitepaper-VictoriaVR.pdf" + }, + "VRA-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/verasity/", + "name": "Verasity", "tags": [ - "NFT", + "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", + ], + "websiteLink": "https://www.verasity.io/", + "whitepaperLink": "https://verasity.io/documents/verasity_whitepaper_eng.pdf" + }, + "VRTX-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/vertex-protocol/", + "name": "Vertex Protocol", "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", + "Defi" + ], + "websiteLink": "https://vertexprotocol.com/", + "whitepaperLink": "https://vertex-protocol.gitbook.io/docs/getting-started/overview" + }, + "VSYS-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/v-systems/", + "name": "v.systems", + "tags": [], + "websiteLink": "https://www.v.systems/", + "whitepaperLink": "https://v.systems/pdf/sposwhitepaper.pdf" + }, + "VTHO-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/vethor-token/", + "name": "VeThor Token", + "tags": [], + "websiteLink": "https://www.vechain.org/", + "whitepaperLink": "https://www.vechain.org/assets/whitepaper/whitepaper-3-0.pdf" + }, + "VV-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/vv-token/", + "name": "Virtual Versions", "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", + ], + "websiteLink": "https://www.virtualversions.xyz/", + "whitepaperLink": "https://docs.virtualversions.xyz/" + }, + "W-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/wormhole/", + "name": "Wormhole", "tags": [ - "Entertainment", - "NFT", - "Defi", + "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", + ], + "websiteLink": "https://wormhole.com", + "whitepaperLink": null + }, + "WAFFLES-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/waffles-davincij15s-cat/", + "name": "Waffles Davincij15's Cat", "tags": [ "Meme" - ], - "websiteLink": "https://bodenonsol.xyz/", - "whitepaperLink": null, - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/jeo-boden/" - }, - "TREMP-USD": { - "name": "Doland Tremp", + ], + "websiteLink": "wafflesj15.com" + }, + "WAN-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/wanchain/", + "name": "Wanchain", "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", + "Defi" + ], + "websiteLink": "https://wanchain.org/", + "whitepaperLink": "https://www.explorewanchain.org/#/" + }, + "WAVES-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/waves/", + "name": "Waves", + "tags": [], + "websiteLink": "https://waves.tech/", + "whitepaperLink": "https://docs.waves.tech/en/" + }, + "WAXP-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/wax/", + "name": "WAX", "tags": [ - "Meme" - ], - "websiteLink": "https://linktr.ee/wojaketh", - "whitepaperLink": null, - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/wojak/" - }, + "Entertainment", + "NFT", + "Gaming", + "Layer 1" + ], + "websiteLink": "https://wax.io/", + "whitepaperLink": "https://developer.wax.io/api-docs-tools/" + }, "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", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/whitebit-token/", + "name": "WhiteBIT Coin", + "tags": [], + "websiteLink": "https://whitebit.com/", + "whitepaperLink": "https://cdn.whitebit.com/wbt/whitepaper-en.pdf" + }, + "WELL-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/moonwell-artemis/", + "name": "Moonwell", + "tags": [], + "websiteLink": "https://moonwell.fi", + "whitepaperLink": "https://docs.moonwell.fi" + }, + "WEMIX-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/wemix/", + "name": "WEMIX", + "tags": [ + "NFT", + "Gaming" + ], + "websiteLink": "http://wemix.com/", + "whitepaperLink": "https://docs.wemix.com/v/en/" + }, + "WEN-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/wen/", + "name": "Wen", "tags": [ "Meme" - ], - "websiteLink": "https://pundu.io/", - "whitepaperLink": null, - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/pundu/" - }, - "LAI-USD": { - "name": "LayerAI", + ], + "websiteLink": "https://www.wenwencoin.com/", + "whitepaperLink": null + }, + "WHALE-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/whale/", + "name": "WHALE", "tags": [ - "Layer 2" - ], - "websiteLink": "https://layerai.org/", - "whitepaperLink": null, - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/cryptogpt/" - }, - "1CAT-USD": { - "name": "Bitcoin Cats", + "NFT", + "Social" + ], + "websiteLink": "https://whale.me/", + "whitepaperLink": null + }, + "WHALES-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/whales-market/", + "name": "Whales Market", "tags": [ - "NFT", - "Gaming", - "Meme" - ], - "websiteLink": "https://www.bitcoincats.world/", - "whitepaperLink": null, - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/bitcoin-cats/" - }, - "FOXY-USD": { - "name": "Foxy", + "Defi" + ], + "websiteLink": "https://whales.market/", + "whitepaperLink": "https://docs.whales.market/overview/welcome-to-whales-market" + }, + "WIF-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/dogwifhat/", + "name": "dogwifhat", "tags": [ "Meme" - ], - "websiteLink": "https://www.welikethefox.io", - "whitepaperLink": null, - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/foxy/" - }, - "ASTO-USD": { - "name": "Altered State Token", + ], + "websiteLink": "https://dogwifcoin.org/" + }, + "WIFI-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/wifi-map/", + "name": "WiFi Map", + "tags": [], + "websiteLink": "https://weconnectu.io/", + "whitepaperLink": "https://s3.amazonaws.com/files.weconnectu.io/Whitepaper_03_2023.pdf" + }, + "WILD-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/wilder-world/", + "name": "Wilder World", "tags": [ - "Entertainment", - "NFT", + "AR/VR", + "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", + ], + "websiteLink": "https://www.wilderworld.com/", + "whitepaperLink": "https://res.cloudinary.com/fact0ry/image/upload/v1602993979/ZER0_WHITEPAPER_-_v0.8_-_Official_wkjgwe.pdf" + }, + "WIN-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/wink/", + "name": "WINkLink", + "tags": [], + "websiteLink": "https://winklink.org/", + "whitepaperLink": "https://winklink.org/WinkLink%20white%20paper.pdf" + }, + "WING-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/wing/", + "name": "Wing Finance", "tags": [ - "Meme" - ], - "websiteLink": "https://www.harambeonsol.com/", - "whitepaperLink": null, - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/harambe-on-solana/" - }, - "HAMMY-USD": { - "name": "SAD HAMSTER", + "Defi" + ], + "websiteLink": "https://wing.finance/", + "whitepaperLink": "https://docs.wing.finance/" + }, + "WLD-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/worldcoin-org/", + "name": "Worldcoin", + "tags": [], + "websiteLink": "https://worldcoin.org/", + "whitepaperLink": "https://whitepaper.worldcoin.org/" + }, + "WLKN-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/walken/", + "name": "Walken", + "tags": [], + "websiteLink": "https://walken.io/", + "whitepaperLink": "https://walken.io/static/walken_lite_paper.pdf" + }, + "WMT-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/world-mobile-token/", + "name": "World Mobile Token", + "tags": [], + "websiteLink": "https://worldmobiletoken.com", + "whitepaperLink": "https://worldmobiletoken.com/WhitePaper.pdf" + }, + "WOJAK-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/wojak/", + "name": "Wojak", "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", + ], + "websiteLink": "https://linktr.ee/wojaketh", + "whitepaperLink": null + }, + "WOO-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/wootrade/", + "name": "WOO Network", "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", + ], + "websiteLink": "https://woo.org/", + "whitepaperLink": "https://woo.org/Litepaper.pdf" + }, + "WRX-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/wazirx/", + "name": "WazirX", + "tags": [], + "websiteLink": "https://wazirx.com/", + "whitepaperLink": "https://download.wazirx.com/wrx/wrx-whitepaper.pdf" + }, + "WSM-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/wall-street-memes/", + "name": "Wall Street Memes", "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", + "Meme" + ], + "websiteLink": "https://wallstmemes.com/en/" + }, + "WSTETH-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/lido-finance-wsteth/", + "name": "Lido wstETH", + "tags": [], + "websiteLink": "https://www.lido.fi" + }, + "WUF-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/wuffi/", + "name": "WUFFI", "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", + "Meme" + ], + "websiteLink": "https://www.wuffi.io/", + "whitepaperLink": "https://www.wuffi.io/terms/" + }, + "WWY-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/weway/", + "name": "WeWay", "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", + ], + "websiteLink": "https://weway.io/", + "whitepaperLink": null + }, + "WXT-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/wirex-token/", + "name": "Wirex Token", + "tags": [], + "websiteLink": "https://wirexapp.com/", + "whitepaperLink": "https://files.wirexapp.com/WhitePaper_WXT_2019_ENG.pdf" + }, + "XAI-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/xai-games/", + "name": "Xai", "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", + ], + "websiteLink": "https://xai.games/", + "whitepaperLink": "https://xai-foundation.gitbook.io/xai-network/xai-blockchain/welcome-to-xai" + }, + "XAVA-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/avalaunch/", + "name": "Avalaunch", + "tags": [], + "websiteLink": "https://avalaunch.app", + "whitepaperLink": null + }, + "XCAD-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/xcad-network/", + "name": "XCAD Network", "tags": [ - "Meme" - ], - "websiteLink": "https://monkeyhaircut.com/", - "whitepaperLink": null, - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/monkeyhaircut/" - }, - "INDEX-USD": { - "name": "Index Cooperative", + "NFT" + ], + "websiteLink": "https://xcadnetwork.com/", + "whitepaperLink": null + }, + "XCH-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/chia-network/", + "name": "Chia", + "tags": [ + "Real World Assets", + "Layer 1" + ], + "websiteLink": "https://www.chia.net/", + "whitepaperLink": "https://www.chia.net/whitepaper/" + }, + "XCN-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/onyxcoin/", + "name": "Onyxcoin", + "tags": [], + "websiteLink": "https://onyx.org", + "whitepaperLink": "https://onyx.org/Whitepaper.pdf" + }, + "XCUR-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/curate/", + "name": "Curate", "tags": [ - "Defi", + "Entertainment", + "NFT", + "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", + ], + "websiteLink": "https://curate.style/", + "whitepaperLink": "https://curate.style/whitepaper.pdf" + }, + "XDB-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/xdbchain/", + "name": "XDB CHAIN", + "tags": [], + "websiteLink": "http://www.xdbchain.com", + "whitepaperLink": "https://xdbchain.com/wp-content/uploads/2023/12/xdb_chain_whitepaper.pdf" + }, + "XDC-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/xdc-network/", + "name": "XDC Network", "tags": [ + "Real World Assets", "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", + ], + "websiteLink": "https://www.xdc.org/", + "whitepaperLink": "https://xinfin.org/docs/whitepaper-tech.pdf" + }, + "XDEFI-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/xdefi-wallet/", + "name": "XDEFI Wallet", + "tags": [], + "websiteLink": "https://www.xdefi.io/", + "whitepaperLink": "https://docs.xdefi.io/docs/general/blockchains" + }, + "XEC-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/ecash/", + "name": "eCash", "tags": [ - "NFT" - ], - "websiteLink": "https://marinade.finance/", - "whitepaperLink": "https://docs.marinade.finance/", - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/mnde/" - }, - "TENET-USD": { - "name": "TENET", + "Layer 1" + ], + "websiteLink": "https://e.cash/", + "whitepaperLink": null + }, + "XEM-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/nem/", + "name": "NEM", + "tags": [], + "websiteLink": "http://nem.io", + "whitepaperLink": "https://docs.nem.io" + }, + "XETA-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/xana/", + "name": "XANA", + "tags": [], + "websiteLink": "http://xana.net/", + "whitepaperLink": "https://docs.xana.net/xana-whitepaper/" + }, + "XFI-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/crossfinance/", + "name": "CrossFi", + "tags": [], + "websiteLink": "https://crossfi.org/", + "whitepaperLink": "https://docs.crossfi.org" + }, + "XLM-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/stellar/", + "name": "Stellar", "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", + "Layer 1" + ], + "websiteLink": "https://www.stellar.org/", + "whitepaperLink": "https://www.stellar.org/papers/stellar-consensus-protocol" + }, + "XMR-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/monero/", + "name": "Monero", "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", + "Layer 1" + ], + "websiteLink": "https://www.getmonero.org/", + "whitepaperLink": "https://www.getmonero.org/resources/research-lab/" + }, + "XNO-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/nano/", + "name": "Nano", + "tags": [], + "websiteLink": "http://nano.org/en", + "whitepaperLink": "https://nano.org/en/whitepaper" + }, + "XPLA-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/xpla/", + "name": "XPLA", + "tags": [ + "Gaming" + ], + "websiteLink": "https://www.xpla.io/", + "whitepaperLink": "https://assets.xpla.io/whitepaper/XPLA_Whitepaper_v1.0.0.pdf" + }, + "XPR-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/proton/", + "name": "XPR Network", + "tags": [ + "NFT", + "Defi", + "Defi", + "Governance" + ], + "websiteLink": "https://xprnetwork.org/", + "whitepaperLink": "http://xprnetwork.org/whitepaper" + }, + "XPRT-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/persistence/", + "name": "Persistence One", "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", + ], + "websiteLink": "https://persistence.one", + "whitepaperLink": "https://docs.persistence.one" + }, + "XRD-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/radix-protocol/", + "name": "Radix", "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", + "Layer 1" + ], + "websiteLink": "https://www.radixdlt.com/", + "whitepaperLink": "https://www.radixdlt.com/whitepapers/defi" + }, + "XRP-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/xrp/", + "name": "Ripple", "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", + "Layer 1" + ], + "websiteLink": "https://ripple.com/currency/", + "whitepaperLink": "https://github.com/ripple" + }, + "XTM-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/torum/", + "name": "Torum", "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", + "NFT", + "Defi", + "Social" + ], + "websiteLink": "https://intro.torum.com/", + "whitepaperLink": "https://whitepaper.s3.us-east-2.amazonaws.com/torum-whitepaper-V4.0-EN.pdf" + }, + "XTZ-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/tezos/", + "name": "Tezos", "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", + "Layer 1" + ], + "websiteLink": "https://tezos.com", + "whitepaperLink": "https://tezos.com/whitepaper.pdf" + }, + "XVG-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/verge/", + "name": "Verge", + "tags": [], + "websiteLink": "http://vergecurrency.com/", + "whitepaperLink": "https://vergecurrency.com/static/blackpaper/verge-blackpaper-v5.0.pdf" + }, + "XWG-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/x-world-games/", + "name": "X World Games", "tags": [ - "NFT", + "NFT", "Gaming" - ], - "websiteLink": "https://metamerge.xyz/", - "whitepaperLink": "https://litepaper.metamerge.xyz/", - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/meta-merge/" - }, - "MELOS-USD": { - "name": "Melos Studio", + ], + "websiteLink": "https://xwg.games/", + "whitepaperLink": "https://docsend.com/view/ffa8y2hchd2kwrxk" + }, + "XYM-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/symbol/", + "name": "Symbol", + "tags": [], + "websiteLink": "https://docs.symbol.dev/", + "whitepaperLink": "https://symbol.github.io/symbol-technicalref/main.pdf" + }, + "XYO-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/xyo/", + "name": "XYO", + "tags": [], + "websiteLink": "https://xyo.network/", + "whitepaperLink": "https://docs.xyo.network/XYO-White-Paper.pdf" + }, + "YFI-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/yearn-finance/", + "name": "Yearn", "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", + "Defi" + ], + "websiteLink": "https://yearn.finance/", + "whitepaperLink": "https://docs.yearn.finance/" + }, + "YFII-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/yearn-finance-ii/", + "name": "DFI.Money", "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", + "Defi", + "Governance" + ], + "websiteLink": "https://dfi.money/#/", + "whitepaperLink": null + }, + "YGG-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/yield-guild-games/", + "name": "Yield Guild Games", "tags": [ - "Entertainment", + "NFT", "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/" - }, + ], + "websiteLink": "https://yieldguild.io/", + "whitepaperLink": "https://yieldguild.io/YGG-Whitepaper-English.pdf" + }, + "ZACK-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/zack-morris/", + "name": "Zack Morris", + "tags": [], + "websiteLink": "https://zackmorris.lol/" + }, "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", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/zamio/", + "name": "Zamio", + "tags": [], + "websiteLink": "https://zam.io", + "whitepaperLink": "https://docs.zam.io/" + }, + "ZCX-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/unizen/", + "name": "Unizen", + "tags": [], + "websiteLink": "https://unizen.io", + "whitepaperLink": null + }, + "ZEC-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/zcash/", + "name": "Zcash", "tags": [ - "Social" - ], - "websiteLink": "https://suia.io/", - "whitepaperLink": null, - "coinMarketCapsLink": "https://coinmarketcap.com/currencies/suia/" - }, - "TURBOS-USD": { - "name": "Turbos Finance", + "Layer 1" + ], + "websiteLink": "https://z.cash/", + "whitepaperLink": "https://z.cash/technology/" + }, + "ZEE-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/zeroswap/", + "name": "ZeroSwap", "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/" - }, + ], + "websiteLink": "https://zeroswap.io/", + "whitepaperLink": null + }, + "ZEN-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/horizen/", + "name": "Horizen", + "tags": [], + "websiteLink": "https://www.horizen.io/", + "whitepaperLink": "https://www.horizen.io/research/" + }, "ZEND-USD": { - "name": "zkLend", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/zklend/", + "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/" - }, + ], + "websiteLink": "https://zklend.com/", + "whitepaperLink": "https://zklend.gitbook.io/documentation/" + }, + "ZENT-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/zentry/", + "name": "Zentry", + "tags": [ + "Gaming" + ], + "websiteLink": "https://zentry.com/", + "whitepaperLink": "https://whitepaper.guildfi.com/" + }, + "ZERO-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/zerolend/", + "name": "ZeroLend", + "tags": [ + "Defi" + ], + "websiteLink": "https://zerolend.xyz/", + "whitepaperLink": "https://docs.zerolend.xyz/" + }, + "ZETA-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/zetachain/", + "name": "ZetaChain", + "tags": [ + "Layer 1" + ], + "websiteLink": "https://www.zetachain.com/", + "whitepaperLink": "https://www.zetachain.com/whitepaper.pdf" + }, + "ZEUS-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/zeus-network/", + "name": "Zeus Network", + "tags": [], + "websiteLink": "https://zeusnetwork.xyz/", + "whitepaperLink": "https://docs.zeusnetwork.xyz/" + }, + "ZIL-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/zilliqa/", + "name": "Zilliqa", + "tags": [], + "websiteLink": "https://www.zilliqa.com/", + "whitepaperLink": "https://docs.zilliqa.com/whitepaper.pdf" + }, + "ZK-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/zksync/", + "name": "zkSync", + "tags": [], + "websiteLink": "https://zksync.io/", + "whitepaperLink": "https://zksync.mirror.xyz/" + }, + "ZKF-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/zkfair/", + "name": "ZKFair", + "tags": [], + "websiteLink": "https://zkfair.io/", + "whitepaperLink": null + }, + "ZKJ-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/polyhedra-network/", + "name": "Polyhedra Network", + "tags": [ + "RWA" + ], + "websiteLink": "https://polyhedra.network/", + "whitepaperLink": "https://dl.acm.org/doi/10.1145/3548606.3560652" + }, + "ZKP-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/panther-protocol/", + "name": "Panther Protocol", + "tags": [], + "websiteLink": "https://www.pantherprotocol.io/", + "whitepaperLink": "https://docsend.com/view/tbz99g285hbnn8ic" + }, "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/" + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/zoidpay/", + "name": "ZoidPay", + "tags": [], + "websiteLink": "https://www.zoidpay.com/", + "whitepaperLink": "https://drive.google.com/file/d/1ZRwyAikfe22v9treyjeJoKi83W5U0y1j/view" + }, + "ZRO-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/layerzero/", + "name": "LayerZero", + "tags": [], + "websiteLink": "https://layerzero.network/", + "whitepaperLink": "https://layerzero.network/pdf/LayerZero_Whitepaper_Release.pdf" + }, + "ZRX-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/0x/", + "name": "0x", + "tags": [ + "Defi" + ], + "websiteLink": "https://0x.org/", + "whitepaperLink": "https://0x.org/pdfs/0x_white_paper.pdf" + }, + "ZTX-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/ztx/", + "name": "ZTX", + "tags": [ + "Gaming" + ], + "websiteLink": "https://ztx.io", + "whitepaperLink": "https://docs.ztx.io" } } diff --git a/public/configs/otherMarketData.json b/public/configs/otherMarketData.json index f4828298d..800653b53 100644 --- a/public/configs/otherMarketData.json +++ b/public/configs/otherMarketData.json @@ -1,30751 +1,32495 @@ { - "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": -10.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Gate", - "ticker": "MOTHER_USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "motherusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Raydium", - "ticker": "SOL-MOTHER-8uQwXPi1sWwUTVbDBnjznmf4mV44CETiNAh3UENvHejV-9-8ZcrNqaDbqy1H4R2DtmGnuZnJ6TKGSsaGmyRGQQeELLv-6-1z3rLR6AwR8gjVZ8ArqHp9kdaPrNwPvCdrZ6jGy6wwF-HcPgh6B2yHNvT6JsEmkrHYT8pVHu9Xiaoxm4Mmn2ibWw", - "adjustByMarket": "SOL-USD", - "invert": true - } - ], - "liquidityTier": 2, - "atomicResolution": -5.0, - "quantumConversionExponent": -9, - "defaultFundingPpm": 0, - "stepBaseQuantums": 1000000, - "subticksPerTick": 1000000, - "delayBlocks": 3600 - }, - "initialDeposit": { - "denom": "adydx", - "amount": "10000000000000000000000" - }, - "meta": { - "assetName": "Mother Iggy", - "referencePrice": 0.12734174023137868, - "cmcId": 31510.0 - } - }, - "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": 1, - "ticker": "POPCAT-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -10.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Gate", - "ticker": "POPCAT_USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Raydium", - "ticker": "SOL-POPCAT-n6CwMY77wdEftf2VF6uPvbusYoraYUci3nYBPqH1DJ5-9-4Vc6N76UBu26c3jJDKBAbvSD7zPLuQWStBk7QgVEoeoS-9-4ShRqC2n3PURN7EiqmB8X4WLR81pQPvGLTPjL9X8SNQp-FRhB8L7Y9Qq41qZXYLtC2nw8An1RJfLLxRF2x9RwLLMo", - "adjustByMarket": "SOL-USD", - "invert": true - } - ], - "liquidityTier": 2, - "atomicResolution": -5.0, - "quantumConversionExponent": -9, - "defaultFundingPpm": 0, - "stepBaseQuantums": 1000000, - "subticksPerTick": 1000000, - "delayBlocks": 3600 - }, - "initialDeposit": { - "denom": "adydx", - "amount": "10000000000000000000000" - }, - "meta": { - "assetName": "Popcat (SOL)", - "referencePrice": 0.2940114640394957, - "cmcId": 28782.0 - } - }, - "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": 2, - "ticker": "BODEN-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -10.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Raydium", - "ticker": "BODEN-SOL-54zedUwxuSnmHHYg9oY1AfykeBDaCF6ZFZDW3ym2Nea4-9-DzpiXKsTUCacKyahLBUC5sfjj2fiWbwCpiCPEgyS3zDC-9-9ndGwmmTcFLut1TNjWFA8pDvcrxgmqPEJTZ2Y3jTipva-6UYbX1x8YUcFj8YstPYiZByG7uQzAq2s46ZWphUMkjg5", - "adjustByMarket": "SOL-USD" - } - ], - "liquidityTier": 2, - "atomicResolution": -5.0, - "quantumConversionExponent": -9, - "defaultFundingPpm": 0, - "stepBaseQuantums": 1000000, - "subticksPerTick": 1000000, - "delayBlocks": 3600 - }, - "initialDeposit": { - "denom": "adydx", - "amount": "10000000000000000000000" - }, - "meta": { - "assetName": "Jeo Boden", - "referencePrice": 0.114779, - "cmcId": 29687.0 - } - }, - "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": 3, - "ticker": "DJT-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -11.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Raydium", - "ticker": "DJT-SOL-BzrAzuTwNieJoc3zGUL4uu4EsS4d6GrSdNEuqdDqSKXT-9-58parNKjnB98s3vtfFU8jBbewWUeT9FZoA4moQkX4Fxq-9-HbLBwHT71bNNKqef6KPtc8P9v3qHv9DDCCwEKv74thRZ-DSTT9vABgB7UNKViELJBC6MAsoQmuqKbxL6JaQGsZME5", - "adjustByMarket": "SOL-USD" - } - ], - "liquidityTier": 2, - "atomicResolution": -4.0, - "quantumConversionExponent": -9, - "defaultFundingPpm": 0, - "stepBaseQuantums": 1000000, - "subticksPerTick": 1000000, - "delayBlocks": 3600 - }, - "initialDeposit": { - "denom": "adydx", - "amount": "10000000000000000000000" - }, - "meta": { - "assetName": "TrumpCoin", - "referencePrice": 0.0276246907597499, - "cmcId": -1.0 - } - }, - "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": 4, - "ticker": "TREMP-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -10.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Raydium", - "ticker": "TREMP-SOL-G2XNC6Rt2G7JZQWhqpJriYwZyxd2L52KSDbDNBCYCpvx-9-9DfnSR9h3hrmgy5pjqBP3SrVQRWPfjSqZZBrNNYGoyaN-9-kTgLvRcrvhxJy9KZFureP8fU5L11BzFrRvUEUa1joai-5o9kGvozArYNWfbYTZD1WDRkPkkDr6LdpQbUUqM57nFJ", - "adjustByMarket": "SOL-USD" - } - ], - "liquidityTier": 2, - "atomicResolution": -5.0, - "quantumConversionExponent": -9, - "defaultFundingPpm": 0, - "stepBaseQuantums": 1000000, - "subticksPerTick": 1000000, - "delayBlocks": 3600 - }, - "initialDeposit": { - "denom": "adydx", - "amount": "10000000000000000000000" - }, - "meta": { - "assetName": "Doland Tremp", - "referencePrice": 0.585414, - "cmcId": 29717.0 - } - }, - "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": 5, - "ticker": "IO-USD", - "marketType": "PERPETUAL_MARKET_TYPE_CROSS", - "priceExponent": -9.0, - "minPriceChange": 800, - "minExchanges": 3, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "IOUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Bybit", - "ticker": "IOUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Gate", - "ticker": "IO_USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "iousdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "IO-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": "io.net", - "referencePrice": 4.709807229346723, - "cmcId": 29835.0 - } - }, - "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": 6, - "ticker": "GME-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -11.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Gate", - "ticker": "GME_USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Raydium", - "ticker": "SOL-GME-2VzMCxFW3nj7pNDbF6WTJgxoJ8ekJS9hfquxPq8edLTY-9-2kdQwdXdwxSJdzFEFtuo9tpmA88FVjMH7F5kgBZNHPR5-9-Gg5UhU7AyhM142a7pdk6WBtdf9rv1VcmJQXgESLjxmsk-9tz6vYKiBDLYx2RnGWC5tESu4pyVE4jD6Tm56352UGte", - "adjustByMarket": "SOL-USD", - "invert": true - } - ], - "liquidityTier": 2, - "atomicResolution": -4.0, - "quantumConversionExponent": -9, - "defaultFundingPpm": 0, - "stepBaseQuantums": 1000000, - "subticksPerTick": 1000000, - "delayBlocks": 3600 - }, - "initialDeposit": { - "denom": "adydx", - "amount": "10000000000000000000000" - }, - "meta": { - "assetName": "GameStop", - "referencePrice": 0.012822953224752753, - "cmcId": 29241.0 - } - }, - "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": 7, - "ticker": "SC-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -11.0, - "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.0, - "quantumConversionExponent": -9, - "defaultFundingPpm": 0, - "stepBaseQuantums": 1000000, - "subticksPerTick": 1000000, - "delayBlocks": 3600 - }, - "initialDeposit": { - "denom": "adydx", - "amount": "10000000000000000000000" - }, - "meta": { - "assetName": "Shark Cat", - "referencePrice": 0.068692, - "cmcId": 30309.0 - } - }, - "NOS": { - "title": "Add NOS-USD perpetual market", - "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a NOS-USD perpetual 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": "NOS-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -9.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Raydium", - "ticker": "NOS-USDC-9Gs4LvFZw18EBLrSmZbQBw4G2SpTu4bJRCWH1Dz33cUZ-6-FqKU4BxbabPd1tcZAVVv8JkdUWmdz32CocRM856gA3Lw-6-DEM1Zse8UWfKEk9dH1Jkjzepdb9DSaxMZ8uDe34rmbE5-Cj7kD2VmzwSrwKBieuYYbjPEvr8gwhNi76KUESbGDNfF" - } - ], - "liquidityTier": 2, - "atomicResolution": -6.0, - "quantumConversionExponent": -9, - "defaultFundingPpm": 0, - "stepBaseQuantums": 1000000, - "subticksPerTick": 1000000, - "delayBlocks": 3600 - }, - "initialDeposit": { - "denom": "adydx", - "amount": "10000000000000000000000" - }, - "meta": { - "assetName": "Nosana", - "referencePrice": 3.22, - "cmcId": -1.0 - } - }, - "WOLF": { - "title": "Add WOLF-USD perpetual market", - "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a WOLF-USD perpetual 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": "WOLF-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -12.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Raydium", - "ticker": "WOLF-SOL-FoMMZq2mt5KTa2yErsLRHGseFCNpvrzijH7zNSmsJHJs-8-4UynYZ9WhssfHBGTThY9prTVmrDjM8SDHkRsfQCR6wKW-9-CD4CVVusXHxt3faGYcUCBEBxviZGL2dgrCEjvBGkgGnL-EskpS4o6sWFAmf7w8PDwWJQfx8LRU7hHMjPxCcyX4Eq1", - "adjustByMarket": "SOL-USD" - } - ], - "liquidityTier": 2, - "atomicResolution": -3.0, - "quantumConversionExponent": -9, - "defaultFundingPpm": 0, - "stepBaseQuantums": 1000000, - "subticksPerTick": 1000000, - "delayBlocks": 3600 - }, - "initialDeposit": { - "denom": "adydx", - "amount": "10000000000000000000000" - }, - "meta": { - "assetName": "LandWolf", - "referencePrice": 0.0025301041862092, - "cmcId": -1.0 - } - }, - "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": 10, - "ticker": "BOME-USD", - "marketType": "PERPETUAL_MARKET_TYPE_CROSS", - "priceExponent": -12.0, - "minPriceChange": 800, - "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": "Raydium", - "ticker": "BOME-SOL-FBba2XsQVhkoQDMfbNLVmo7dsvssdT39BMzVc2eFfE21-6-GuXKCb9ibwSeRSdSYqaCL3dcxBZ7jJcj6Y7rDwzmUBu9-9-38p42yoKFWgxw2LCbB96wAKa2LwAxiBArY3fc3eA9yWv-DSUvc5qf5LJHHV5e2tD184ixotSnCnwj7i4jJa4Xsrmt", - "adjustByMarket": "SOL-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.009768783863852434, - "cmcId": 29870.0 - } - }, - "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": 11, - "ticker": "USA-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -15.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Raydium", - "ticker": "USA-SOL-CfhV9UTxrxxMYSomtQvy3PPYQUssWsvhG9gKdAqg9HoV-6-GpnqjVZtgt6t6yWmm1YaCc5iWhk56HZ7mpeaq5ZpKZop-9-F99Y9rg1o2wVanVcTSAqbfH2RykyU25eFqdVHi1PECzi-HKprCtGbnh1j8xeQggzWhhVd3kwDUdphqPqDP8vMay8b", - "adjustByMarket": "SOL-USD" - } - ], - "liquidityTier": 2, - "atomicResolution": 0.0, - "quantumConversionExponent": -9, - "defaultFundingPpm": 0, - "stepBaseQuantums": 1000000, - "subticksPerTick": 1000000, - "delayBlocks": 3600 - }, - "initialDeposit": { - "denom": "adydx", - "amount": "10000000000000000000000" - }, - "meta": { - "assetName": "American Coin", - "referencePrice": 4.43e-06, - "cmcId": -1.0 - } - }, - "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": 12, - "ticker": "PONKE-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -10.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Bybit", - "ticker": "PONKEUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Gate", - "ticker": "PONKE_USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "ponkeusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Raydium", - "ticker": "SOL-PONKE-8DcvfWidQ53a3SCBrWxBWL2UU5zEBAKEypApiiCCFu2Y-9-D7rw7fyEzo9EQcozjqAHJwbdbywGcSLw1at5MioZtMZ4-9-ECoptgCPMxXXWtxv3Zg2V3E7SpWp6SGqKqj32AcdWRQK-5uTwG3y3F5cx4YkodgTjWEHDrX5HDKZ5bZZ72x8eQ6zE", - "adjustByMarket": "SOL-USD", - "invert": true - } - ], - "liquidityTier": 2, - "atomicResolution": -5.0, - "quantumConversionExponent": -9, - "defaultFundingPpm": 0, - "stepBaseQuantums": 1000000, - "subticksPerTick": 1000000, - "delayBlocks": 3600 - }, - "initialDeposit": { - "denom": "adydx", - "amount": "10000000000000000000000" - }, - "meta": { - "assetName": "Ponke", - "referencePrice": 0.3955351877076764, - "cmcId": 29150.0 - } - }, - "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": 13, - "ticker": "MEW-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -12.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Raydium", - "ticker": "SOL-MEW-BhNdEGJef9jSqT1iCEkFZ2bYZCdpC1vuiWtqDt87vBVp-9-4HqAjFKuQX7tnXEkxsjGQha3G4bcgER8qPXRahn9gj8F-5-CV3Gq5M2R7KRU5ey4LpnZYRR7r7vzKoV9Bt4mZ8P6bSB-879F697iuDJGMevRkRcnW21fcXiAeLJK1ffsw2ATebce", - "adjustByMarket": "SOL-USD", - "invert": true - } - ], - "liquidityTier": 2, - "atomicResolution": -3.0, - "quantumConversionExponent": -9, - "defaultFundingPpm": 0, - "stepBaseQuantums": 1000000, - "subticksPerTick": 1000000, - "delayBlocks": 3600 - }, - "initialDeposit": { - "denom": "adydx", - "amount": "10000000000000000000000" - }, - "meta": { - "assetName": "cat in a dogs world", - "referencePrice": 0.004462, - "cmcId": 30126.0 - } - }, - "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": 14, - "ticker": "MICHI-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -10.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Raydium", - "ticker": "MICHI-SOL-5tg9qKYRAXgqxtrvzM77XTKBLQBJppixjqKCXcfhNAE1-6-EzSLA8B6N2oetEnsPcdiYohjqSKP4MUzwwpnzz75DzwH-9-8pkc323WErsJdV9jQTxT8yqPCgcpNKFfkViaGhDYm1eF-GH8Ers4yzKR3UKDvgVu8cqJfGzU4cU62mTeg9bcJ7ug6", - "adjustByMarket": "SOL-USD" - } - ], - "liquidityTier": 2, - "atomicResolution": -5.0, - "quantumConversionExponent": -9, - "defaultFundingPpm": 0, - "stepBaseQuantums": 1000000, - "subticksPerTick": 1000000, - "delayBlocks": 3600 - }, - "initialDeposit": { - "denom": "adydx", - "amount": "10000000000000000000000" - }, - "meta": { - "assetName": "michi", - "referencePrice": 0.174821, - "cmcId": 30943.0 - } - }, - "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": 17, - "ticker": "BNB-USD", - "marketType": "PERPETUAL_MARKET_TYPE_CROSS", - "priceExponent": -7.0, - "minPriceChange": 800, - "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": "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": 602.6596056989649, - "cmcId": 1839.0 - } - }, - "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": 18, - "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": "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": 145.7558438173302, - "cmcId": 5426.0 - } - }, - "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": 21, - "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": "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": 7.8369594462771115, - "cmcId": 11419.0 - } - }, - "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": 22, - "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": "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.40819130812897386, - "cmcId": 2010.0 - } - }, - "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": 23, - "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": "SHIBUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "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.008895372159987e-05, - "cmcId": 5994.0 - } - }, - "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.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": "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": 29.00237075771862, - "cmcId": 5805.0 - } - }, - "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": 25, - "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": "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.11716767854265805, - "cmcId": 1958.0 - } - }, - "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": 26, - "ticker": "DOT-USD", - "marketType": "PERPETUAL_MARKET_TYPE_CROSS", - "priceExponent": -9.0, - "minPriceChange": 2500, - "minExchanges": 3, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "DOTUSDT", - "adjustByMarket": "USDT-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": "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": 6.240609951135883, - "cmcId": 6636.0 - } - }, - "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.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": "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": 14.619747074367686, - "cmcId": 1975.0 - } - }, - "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": 28, - "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": "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": 419.13603271177095, - "cmcId": 1831.0 - } - }, - "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": 29, - "ticker": "UNI-USD", - "marketType": "PERPETUAL_MARKET_TYPE_CROSS", - "priceExponent": -8.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": "Okx", - "ticker": "UNI-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": "Uniswap", - "referencePrice": 11.044386622515256, - "cmcId": 7083.0 - } - }, - "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": 30, - "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": "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.6025157615627178, - "cmcId": 3890.0 - } - }, - "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": 31, - "ticker": "NEAR-USD", - "marketType": "PERPETUAL_MARKET_TYPE_CROSS", - "priceExponent": -9.0, - "minPriceChange": 800, - "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": "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": 5.371885594576295, - "cmcId": 6535.0 - } - }, - "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": 33, - "ticker": "DAI-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -10.0, - "minPriceChange": 800, - "minExchanges": 1, - "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": "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.9997037788866971, - "cmcId": 4943.0 - } - }, - "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": 34, - "ticker": "PEPE-USD", - "marketType": "PERPETUAL_MARKET_TYPE_CROSS", - "priceExponent": -14.0, - "minPriceChange": 2500, - "minExchanges": 3, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "PEPEUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Bitstamp", - "ticker": "PEPE/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": "Okx", - "ticker": "PEPE-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": "Pepe", - "referencePrice": 1.1693680665444191e-05, - "cmcId": 24478.0 - } - }, - "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": 35, - "ticker": "ICP-USD", - "marketType": "PERPETUAL_MARKET_TYPE_CROSS", - "priceExponent": -9.0, - "minPriceChange": 2500, - "minExchanges": 3, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "ICPUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Bybit", - "ticker": "ICPUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "CoinbasePro", - "ticker": "ICP-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "icpusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kraken", - "ticker": "ICPUSD" - }, - { - "exchangeName": "Kucoin", - "ticker": "ICP-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "ICP-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": "Internet Computer", - "referencePrice": 9.117490586321981, - "cmcId": 8916.0 - } - }, - "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": 36, - "ticker": "KAS-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -10.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Bybit", - "ticker": "KASUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "KAS-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": "Kaspa", - "referencePrice": 0.15542834322667984, - "cmcId": 20396.0 - } - }, - "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": 38, - "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": "Kraken", - "ticker": "APTUSD" - }, - { - "exchangeName": "Kucoin", - "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": 7.62148546220372, - "cmcId": 21794.0 - } - }, - "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.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Gate", - "ticker": "XMR_USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "xmrusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kraken", - "ticker": "XMRUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "XMR-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": "Monero", - "referencePrice": 175.01526348935343, - "cmcId": 328.0 - } - }, - "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": 40, - "ticker": "RNDR-USD", - "marketType": "PERPETUAL_MARKET_TYPE_CROSS", - "priceExponent": -9.0, - "minPriceChange": 2500, - "minExchanges": 3, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "RNDRUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Bybit", - "ticker": "RNDRUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "CoinbasePro", - "ticker": "RNDR-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "rndrusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kraken", - "ticker": "RNDRUSD" - }, - { - "exchangeName": "Kucoin", - "ticker": "RNDR-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "RNDR-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": "Render", - "referencePrice": 7.936965000317872, - "cmcId": 5690.0 - } - }, - "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": 41, - "ticker": "HBAR-USD", - "marketType": "PERPETUAL_MARKET_TYPE_CROSS", - "priceExponent": -11.0, - "minPriceChange": 800, - "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": "Okx", - "ticker": "HBAR-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": "Hedera", - "referencePrice": 0.08306247701093182, - "cmcId": 4642.0 - } - }, - "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": 43, - "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": "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.095954915729903, - "cmcId": 2280.0 - } - }, - "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": 44, - "ticker": "MNT-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -10.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Bybit", - "ticker": "MNTUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "mntusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "MNT-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": "Mantle", - "referencePrice": 0.8676218297231537, - "cmcId": 27075.0 - } - }, - "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": 45, - "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": "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": 7.085557790602746, - "cmcId": 3794.0 - } - }, - "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": 46, - "ticker": "OKB-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -8.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Gate", - "ticker": "OKB_USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "OKB-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": "OKB", - "referencePrice": 45.57854065513081, - "cmcId": 3897.0 - } - }, - "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": 47, - "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": "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": 1.8077582950214923, - "cmcId": 4847.0 - } - }, - "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": 48, - "ticker": "ARB-USD", - "marketType": "PERPETUAL_MARKET_TYPE_CROSS", - "priceExponent": -10.0, - "minPriceChange": 2500, - "minExchanges": 3, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "ARBUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Bybit", - "ticker": "ARBUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "CoinbasePro", - "ticker": "ARB-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "arbusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kraken", - "ticker": "ARBUSD" - }, - { - "exchangeName": "Kucoin", - "ticker": "ARB-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "ARB-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": "Arbitrum", - "referencePrice": 0.8886815680870912, - "cmcId": 11841.0 - } - }, - "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": 49, - "ticker": "CRO-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -11.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "CoinbasePro", - "ticker": "CRO-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "CRO-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "CRO-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": "Cronos", - "referencePrice": 0.09628527837615233, - "cmcId": 3635.0 - } - }, - "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": 50, - "ticker": "IMX-USD", - "marketType": "PERPETUAL_MARKET_TYPE_CROSS", - "priceExponent": -9.0, - "minPriceChange": 800, - "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": "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": 1.6185810316654838, - "cmcId": 10603.0 - } - }, - "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": 51, - "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": "Okx", - "ticker": "WIF-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Raydium", - "ticker": "WIF-SOL-7UYZ4vX13mmGiopayLZAduo8aie77yZ3o8FMzTeAX8uJ-6-7e9ExBAvDvuJP3GE6eKL5aSMi4RfXv3LkQaiNZBPmffR-9-6jeayPbLeJq9o6zXbCtLsEJuPyPFyojWoH55xrksfsoL-EP2ib6dYdEeqD8MfE2ezHCxX3kP3K2eLKkirfPm5eyMx", - "adjustByMarket": "SOL-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.439149997770797, - "cmcId": 28752.0 - } - }, - "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": 52, - "ticker": "SUI-USD", - "marketType": "PERPETUAL_MARKET_TYPE_CROSS", - "priceExponent": -10.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": "Okx", - "ticker": "SUI-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": "Sui", - "referencePrice": 0.92175505107832, - "cmcId": 20947.0 - } - }, - "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": 53, - "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": "Huobi", - "ticker": "opusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kraken", - "ticker": "OPUSD" - }, - { - "exchangeName": "Kucoin", - "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.0140343171299113, - "cmcId": 11840.0 - } - }, - "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": 54, - "ticker": "MKR-USD", - "marketType": "PERPETUAL_MARKET_TYPE_CROSS", - "priceExponent": -6.0, - "minPriceChange": 800, - "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": "Okx", - "ticker": "MKR-USDT", - "adjustByMarket": "USDT-USD" - } - ], - "liquidityTier": 2, - "atomicResolution": -9.0, - "quantumConversionExponent": -9, - "defaultFundingPpm": 0, - "stepBaseQuantums": 1000000, - "subticksPerTick": 1000000, - "delayBlocks": 3600 - }, - "initialDeposit": { - "denom": "adydx", - "amount": "10000000000000000000000" - }, - "meta": { - "assetName": "Maker", - "referencePrice": 2365.6557168784034, - "cmcId": 1518.0 - } - }, - "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.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": "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.22180921660630576, - "cmcId": 6719.0 - } - }, - "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": 56, - "ticker": "TAO-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -7.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "TAOUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "TAO-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": "Bittensor", - "referencePrice": 296.80949522886823, - "cmcId": 22974.0 - } - }, - "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": 57, - "ticker": "INJ-USD", - "marketType": "PERPETUAL_MARKET_TYPE_CROSS", - "priceExponent": -8.0, - "minPriceChange": 800, - "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": "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.291819110304136, - "cmcId": 7226.0 - } - }, - "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": 58, - "ticker": "VET-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -11.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "VETUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "CoinbasePro", - "ticker": "VET-USD" - }, - { - "exchangeName": "Gate", - "ticker": "VET_USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "vetusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "VET-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": "VeChain", - "referencePrice": 0.02822437372018364, - "cmcId": 3077.0 - } - }, - "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": 59, - "ticker": "LDO-USD", - "marketType": "PERPETUAL_MARKET_TYPE_CROSS", - "priceExponent": -9.0, - "minPriceChange": 800, - "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": "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.1156693914623075, - "cmcId": 8000.0 - } - }, - "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": 60, - "ticker": "JASMY-USD", - "marketType": "PERPETUAL_MARKET_TYPE_CROSS", - "priceExponent": -11.0, - "minPriceChange": 800, - "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" - } - ], - "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.03660993453756384, - "cmcId": 8425.0 - } - }, - "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": 61, - "ticker": "NOT-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -11.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "NOTUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Bybit", - "ticker": "NOTUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "NOT-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "NOT-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": "Notcoin", - "referencePrice": 0.01832989082497192, - "cmcId": 28850.0 - } - }, - "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": 62, - "ticker": "FLOKI-USD", - "marketType": "PERPETUAL_MARKET_TYPE_CROSS", - "priceExponent": -13.0, - "minPriceChange": 800, - "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": "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.00019071295430937761, - "cmcId": 10804.0 - } - }, - "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": 63, - "ticker": "AR-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -8.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "ARUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Bybit", - "ticker": "ARUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Gate", - "ticker": "AR_USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "arusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "AR-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "AR-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": "Arweave", - "referencePrice": 27.287690688530674, - "cmcId": 5632.0 - } - }, - "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.0, - "minPriceChange": 800, - "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": "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.6129168630779835, - "cmcId": 3513.0 - } - }, - "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": 65, - "ticker": "BONK-USD", - "marketType": "PERPETUAL_MARKET_TYPE_CROSS", - "priceExponent": -14.0, - "minPriceChange": 800, - "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": "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.3805033094143972e-05, - "cmcId": 23095.0 - } - }, - "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": 66, - "ticker": "ONDO-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -9.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Bitstamp", - "ticker": "ONDO/USD" - }, - { - "exchangeName": "Bybit", - "ticker": "ONDOUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "CoinbasePro", - "ticker": "ONDO-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "ondousdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "ONDO-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": "Ondo", - "referencePrice": 1.1121584225779872, - "cmcId": 21159.0 - } - }, - "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": 67, - "ticker": "THETA-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -9.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "THETAUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Bybit", - "ticker": "THETAUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Gate", - "ticker": "THETA_USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "thetausdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "THETA-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "THETA-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": "Theta Network", - "referencePrice": 1.5840713225862413, - "cmcId": 2416.0 - } - }, - "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": 68, - "ticker": "RUNE-USD", - "marketType": "PERPETUAL_MARKET_TYPE_CROSS", - "priceExponent": -9.0, - "minPriceChange": 800, - "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" - } - ], - "liquidityTier": 2, - "atomicResolution": -6.0, - "quantumConversionExponent": -9, - "defaultFundingPpm": 0, - "stepBaseQuantums": 1000000, - "subticksPerTick": 1000000, - "delayBlocks": 3600 - }, - "initialDeposit": { - "denom": "adydx", - "amount": "10000000000000000000000" - }, - "meta": { - "assetName": "THORChain", - "referencePrice": 4.476124599187873, - "cmcId": 4157.0 - } - }, - "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": 69, - "ticker": "TIA-USD", - "marketType": "PERPETUAL_MARKET_TYPE_CROSS", - "priceExponent": -9.0, - "minPriceChange": 800, - "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": "Okx", - "ticker": "TIA-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": "Celestia", - "referencePrice": 7.6863185972090475, - "cmcId": 22861.0 - } - }, - "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": 70, - "ticker": "BRETT-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -10.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Bybit", - "ticker": "BRETTUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "BRETT-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": "Brett (Based)", - "referencePrice": 0.14998045930433054, - "cmcId": 29743.0 - } - }, - "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": 71, - "ticker": "CORE-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -9.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Bybit", - "ticker": "COREUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "coreusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "CORE-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": "Core", - "referencePrice": 1.5948167971057492, - "cmcId": 23254.0 - } - }, - "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.0, - "minPriceChange": 800, - "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": "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": 84.56037246978103, - "cmcId": 7278.0 - } - }, - "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": 73, - "ticker": "PYTH-USD", - "marketType": "PERPETUAL_MARKET_TYPE_CROSS", - "priceExponent": -10.0, - "minPriceChange": 800, - "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": "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.3434618734743693, - "cmcId": 28177.0 - } - }, - "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": 74, - "ticker": "ALGO-USD", - "marketType": "PERPETUAL_MARKET_TYPE_CROSS", - "priceExponent": -10.0, - "minPriceChange": 800, - "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": "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.14931978719397349, - "cmcId": 4030.0 - } - }, - "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": 75, - "ticker": "SEI-USD", - "marketType": "PERPETUAL_MARKET_TYPE_CROSS", - "priceExponent": -10.0, - "minPriceChange": 800, - "minExchanges": 3, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "SEIUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Bybit", - "ticker": "SEIUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "CoinbasePro", - "ticker": "SEI-USD" - }, - { - "exchangeName": "Kraken", - "ticker": "SEIUSD" - }, - { - "exchangeName": "Kucoin", - "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.3900764973464744, - "cmcId": 23149.0 - } - }, - "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": 76, - "ticker": "JUP-USD", - "marketType": "PERPETUAL_MARKET_TYPE_CROSS", - "priceExponent": -10.0, - "minPriceChange": 800, - "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": "Okx", - "ticker": "JUP-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": "Jupiter", - "referencePrice": 0.8823013620885358, - "cmcId": 29210.0 - } - }, - "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_CROSS", - "priceExponent": -11.0, - "minPriceChange": 800, - "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": "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.026567458983713352, - "cmcId": 7950.0 - } - }, - "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": 79, - "ticker": "ENA-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -10.0, - "minPriceChange": 800, - "minExchanges": 1, - "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" - } - ], - "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.7178088706325707, - "cmcId": 30171.0 - } - }, - "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": 80, - "ticker": "STRK-USD", - "marketType": "PERPETUAL_MARKET_TYPE_CROSS", - "priceExponent": -10.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": "Okx", - "ticker": "STRK-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": "Starknet", - "referencePrice": 0.8667235073889774, - "cmcId": 22691.0 - } - }, - "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.0, - "minPriceChange": 800, - "minExchanges": 1, - "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": "Huobi", - "ticker": "flowusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kraken", - "ticker": "FLOWUSD" - }, - { - "exchangeName": "Kucoin", - "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.6839459955634456, - "cmcId": 4558.0 - } - }, - "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.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "QNTUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Bybit", - "ticker": "QNTUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "CoinbasePro", - "ticker": "QNT-USD" - }, - { - "exchangeName": "Gate", - "ticker": "QNT_USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kraken", - "ticker": "QNTUSD" - }, - { - "exchangeName": "Kucoin", - "ticker": "QNT-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": "Quant", - "referencePrice": 80.72354271740417, - "cmcId": 3155.0 - } - }, - "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": 83, - "ticker": "KCS-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -8.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Bybit", - "ticker": "KCSUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "KCS-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": "KuCoin Token", - "referencePrice": 10.250314596332437, - "cmcId": 2087.0 - } - }, - "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": 84, - "ticker": "GALA-USD", - "marketType": "PERPETUAL_MARKET_TYPE_CROSS", - "priceExponent": -11.0, - "minPriceChange": 800, - "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": "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.031117992180747497, - "cmcId": 7080.0 - } - }, - "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": 85, - "ticker": "BSV-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -8.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Huobi", - "ticker": "bsvusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "BSV-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": "Bitcoin SV", - "referencePrice": 48.13455183866474, - "cmcId": 3602.0 - } - }, - "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": 86, - "ticker": "BEAM-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -11.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "BEAMUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Bybit", - "ticker": "BEAMUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "beamxusdt", - "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": "Beam", - "referencePrice": 0.01918154072893401, - "cmcId": 28298.0 - } - }, - "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": 87, - "ticker": "AXS-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -9.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "AXSUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Bitstamp", - "ticker": "AXS/USD" - }, - { - "exchangeName": "Bybit", - "ticker": "AXSUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "CoinbasePro", - "ticker": "AXS-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "axsusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kraken", - "ticker": "AXSUSD" - }, - { - "exchangeName": "Kucoin", - "ticker": "AXS-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "AXS-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": "Axie Infinity", - "referencePrice": 6.441760528091096, - "cmcId": 6783.0 - } - }, - "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": 88, - "ticker": "ORDI-USD", - "marketType": "PERPETUAL_MARKET_TYPE_CROSS", - "priceExponent": -8.0, - "minPriceChange": 800, - "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": "Huobi", - "ticker": "ordiusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "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": 42.908603080658395, - "cmcId": 25028.0 - } - }, - "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": 89, - "ticker": "BTT-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -16.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Bybit", - "ticker": "BTTUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "bttusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kraken", - "ticker": "BTTUSD" - }, - { - "exchangeName": "Kucoin", - "ticker": "BTT-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "BTT-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": "BitTorrent [New]", - "referencePrice": 9.29483430871196e-07, - "cmcId": 16086.0 - } - }, - "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": 90, - "ticker": "EGLD-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -8.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "EGLDUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Bybit", - "ticker": "EGLDUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "CoinbasePro", - "ticker": "EGLD-USD" - }, - { - "exchangeName": "Gate", - "ticker": "EGLD_USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "egldusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kraken", - "ticker": "EGLDUSD" - }, - { - "exchangeName": "Kucoin", - "ticker": "EGLD-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "EGLD-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": "MultiversX", - "referencePrice": 31.98808223807289, - "cmcId": 6892.0 - } - }, - "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": 91, - "ticker": "PENDLE-USD", - "marketType": "PERPETUAL_MARKET_TYPE_CROSS", - "priceExponent": -9.0, - "minPriceChange": 800, - "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" - } - ], - "liquidityTier": 2, - "atomicResolution": -6.0, - "quantumConversionExponent": -9, - "defaultFundingPpm": 0, - "stepBaseQuantums": 1000000, - "subticksPerTick": 1000000, - "delayBlocks": 3600 - }, - "initialDeposit": { - "denom": "adydx", - "amount": "10000000000000000000000" - }, - "meta": { - "assetName": "Pendle", - "referencePrice": 5.403183321031256, - "cmcId": 9481.0 - } - }, - "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": 92, - "ticker": "GNO-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -7.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "GNOUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "CoinbasePro", - "ticker": "GNO-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "gnousdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kraken", - "ticker": "GNOUSD" - } - ], - "liquidityTier": 2, - "atomicResolution": -8.0, - "quantumConversionExponent": -9, - "defaultFundingPpm": 0, - "stepBaseQuantums": 1000000, - "subticksPerTick": 1000000, - "delayBlocks": 3600 - }, - "initialDeposit": { - "denom": "adydx", - "amount": "10000000000000000000000" - }, - "meta": { - "assetName": "Gnosis", - "referencePrice": 325.79275706030893, - "cmcId": 1659.0 - } - }, - "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": 93, - "ticker": "NEO-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -8.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "NEOUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "neousdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "NEO-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "NEO-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": "Neo", - "referencePrice": 12.047451940481178, - "cmcId": 1376.0 - } - }, - "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": 94, - "ticker": "CHZ-USD", - "marketType": "PERPETUAL_MARKET_TYPE_CROSS", - "priceExponent": -11.0, - "minPriceChange": 800, - "minExchanges": 3, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "CHZUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Bybit", - "ticker": "CHZUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "CoinbasePro", - "ticker": "CHZ-USD" - }, - { - "exchangeName": "Kraken", - "ticker": "CHZUSD" - }, - { - "exchangeName": "Kucoin", - "ticker": "CHZ-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "CHZ-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": "Chiliz", - "referencePrice": 0.09484372468797489, - "cmcId": 4066.0 - } - }, - "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": 95, - "ticker": "SAND-USD", - "marketType": "PERPETUAL_MARKET_TYPE_CROSS", - "priceExponent": -10.0, - "minPriceChange": 2500, - "minExchanges": 3, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "SANDUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Bybit", - "ticker": "SANDUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "CoinbasePro", - "ticker": "SAND-USD" - }, - { - "exchangeName": "Gate", - "ticker": "SAND_USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kraken", - "ticker": "SANDUSD" - }, - { - "exchangeName": "Kucoin", - "ticker": "SAND-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "SAND-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 Sandbox", - "referencePrice": 0.3605966210989289, - "cmcId": 6210.0 - } - }, - "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": 96, - "ticker": "WLD-USD", - "marketType": "PERPETUAL_MARKET_TYPE_CROSS", - "priceExponent": -9.0, - "minPriceChange": 800, - "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": "Huobi", - "ticker": "wldusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "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": 3.267257726301994, - "cmcId": 13502.0 - } - }, - "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": 97, - "ticker": "XTZ-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -10.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "XTZUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Bybit", - "ticker": "XTZUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "CoinbasePro", - "ticker": "XTZ-USD" - }, - { - "exchangeName": "Gate", - "ticker": "XTZ_USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "xtzusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kraken", - "ticker": "XTZUSD" - }, - { - "exchangeName": "Kucoin", - "ticker": "XTZ-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "XTZ-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": "Tezos", - "referencePrice": 0.7825580141022389, - "cmcId": 2011.0 - } - }, - "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": 98, - "ticker": "CFX-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -10.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "CFXUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Gate", - "ticker": "CFX_USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "CFX-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "CFX-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": "Conflux", - "referencePrice": 0.18413755911719942, - "cmcId": 7334.0 - } - }, - "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": 99, - "ticker": "ENS-USD", - "marketType": "PERPETUAL_MARKET_TYPE_CROSS", - "priceExponent": -8.0, - "minPriceChange": 800, - "minExchanges": 3, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "ENSUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Bybit", - "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": "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": 23.256470749856536, - "cmcId": 13855.0 - } - }, - "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": 100, - "ticker": "NEXO-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -9.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "NEXOUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Bitstamp", - "ticker": "NEXO/USD" - }, - { - "exchangeName": "Bybit", - "ticker": "NEXOUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "nexousdt", - "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": "Nexo", - "referencePrice": 1.3316680852897902, - "cmcId": 2694.0 - } - }, - "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": 101, - "ticker": "W-USD", - "marketType": "PERPETUAL_MARKET_TYPE_CROSS", - "priceExponent": -10.0, - "minPriceChange": 800, - "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": "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.4219748441566393, - "cmcId": 29587.0 - } - }, - "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": 102, - "ticker": "AKT-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -9.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "CoinbasePro", - "ticker": "AKT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "aktusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kraken", - "ticker": "AKTUSD" - }, - { - "exchangeName": "Kucoin", - "ticker": "AKT-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": "Akash Network", - "referencePrice": 3.0897103921066122, - "cmcId": 7431.0 - } - }, - "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": 103, - "ticker": "USDD-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -10.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Bybit", - "ticker": "USDDUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "usddusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "USDD-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": "USDD", - "referencePrice": 0.9982682913882793, - "cmcId": 19891.0 - } - }, - "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": 105, - "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": "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.6334149953719208, - "cmcId": 1765.0 - } - }, - "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": 106, - "ticker": "ROSE-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -10.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "ROSEUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Bybit", - "ticker": "ROSEUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "CoinbasePro", - "ticker": "ROSE-USD" - }, - { - "exchangeName": "Gate", - "ticker": "ROSE_USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "ROSE-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": "Oasis", - "referencePrice": 0.10950043709708607, - "cmcId": 7653.0 - } - }, - "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": 107, - "ticker": "MINA-USD", - "marketType": "PERPETUAL_MARKET_TYPE_CROSS", - "priceExponent": -10.0, - "minPriceChange": 800, - "minExchanges": 3, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "MINAUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "CoinbasePro", - "ticker": "MINA-USD" - }, - { - "exchangeName": "Gate", - "ticker": "MINA_USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kraken", - "ticker": "MINAUSD" - }, - { - "exchangeName": "Okx", - "ticker": "MINA-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": "Mina", - "referencePrice": 0.6206179333778898, - "cmcId": 8646.0 - } - }, - "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": 109, - "ticker": "SNX-USD", - "marketType": "PERPETUAL_MARKET_TYPE_CROSS", - "priceExponent": -9.0, - "minPriceChange": 800, - "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": "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.089595271294474, - "cmcId": 2586.0 - } - }, - "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": 110, - "ticker": "LPT-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -8.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "LPTUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "CoinbasePro", - "ticker": "LPT-USD" - }, - { - "exchangeName": "Gate", - "ticker": "LPT_USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "lptusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kraken", - "ticker": "LPTUSD" - }, - { - "exchangeName": "Kucoin", - "ticker": "LPT-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "LPT-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": "Livepeer", - "referencePrice": 20.81502988409171, - "cmcId": 3640.0 - } - }, - "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": 111, - "ticker": "DEXE-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -8.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "DEXEUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "dexeusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "DEXE-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": "DeXe", - "referencePrice": 11.981584918313704, - "cmcId": 7326.0 - } - }, - "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": 112, - "ticker": "XEC-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -14.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "XECUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Bybit", - "ticker": "XECUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "xecusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "XEC-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": "eCash", - "referencePrice": 3.406731992429673e-05, - "cmcId": 10791.0 - } - }, - "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.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "CAKEUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Bybit", - "ticker": "CAKEUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "cakeusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "CAKE-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": "PancakeSwap", - "referencePrice": 2.465430586309566, - "cmcId": 7186.0 - } - }, - "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": 114, - "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": "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.0410832653061222, - "cmcId": 18876.0 - } - }, - "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": 115, - "ticker": "KLAY-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -10.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "KLAYUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Bybit", - "ticker": "KLAYUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "klayusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "KLAY-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "KLAY-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": "Klaytn", - "referencePrice": 0.1709429061507843, - "cmcId": 4256.0 - } - }, - "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": 116, - "ticker": "AIOZ-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -10.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Bybit", - "ticker": "AIOZUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "CoinbasePro", - "ticker": "AIOZ-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "aiozusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "AIOZ-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": "AIOZ Network", - "referencePrice": 0.5752716944715708, - "cmcId": 9104.0 - } - }, - "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": 117, - "ticker": "SAFE-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -9.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Bybit", - "ticker": "SAFEUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "CoinbasePro", - "ticker": "SAFE-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "safeusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "SAFE-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "SAFE-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": "Safe", - "referencePrice": 1.4924149543665122, - "cmcId": 21585.0 - } - }, - "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": 118, - "ticker": "IOTA-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -10.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "IOTAUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "iotausdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "IOTA-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "IOTA-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": "IOTA", - "referencePrice": 0.18101495756816194, - "cmcId": 1720.0 - } - }, - "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": 119, - "ticker": "OM-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -10.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "OMUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "OM-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "OM-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": "MANTRA", - "referencePrice": 0.7230896861315084, - "cmcId": 6536.0 - } - }, - "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": 120, - "ticker": "KAVA-USD", - "marketType": "PERPETUAL_MARKET_TYPE_CROSS", - "priceExponent": -10.0, - "minPriceChange": 800, - "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" - } - ], - "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.5385801931294021, - "cmcId": 4846.0 - } - }, - "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": 121, - "ticker": "RPL-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -8.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "RPLUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Bybit", - "ticker": "RPLUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "CoinbasePro", - "ticker": "RPL-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "rplusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kraken", - "ticker": "RPLUSD" - }, - { - "exchangeName": "Kucoin", - "ticker": "RPL-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "RPL-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": "Rocket Pool", - "referencePrice": 26.68788448266117, - "cmcId": 2943.0 - } - }, - "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": 122, - "ticker": "CKB-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -11.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "CKBUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "ckbusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "CKB-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": "Nervos Network", - "referencePrice": 0.012375230225922646, - "cmcId": 4948.0 - } - }, - "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": 123, - "ticker": "HNT-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -9.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Bybit", - "ticker": "HNTUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "CoinbasePro", - "ticker": "HNT-USD" - }, - { - "exchangeName": "Kraken", - "ticker": "HNTUSD" - }, - { - "exchangeName": "Kucoin", - "ticker": "HNT-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": "Helium", - "referencePrice": 3.289876284821609, - "cmcId": 5665.0 - } - }, - "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": 124, - "ticker": "XDC-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -11.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Bybit", - "ticker": "XDCUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "xdcusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "XDC-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": "XDC Network", - "referencePrice": 0.03395512626750094, - "cmcId": 2634.0 - } - }, - "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": 125, - "ticker": "TFUEL-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -11.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "TFUELUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "TFUEL-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": "Theta Fuel", - "referencePrice": 0.07595401426262996, - "cmcId": 3822.0 - } - }, - "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": 126, - "ticker": "FTT-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -9.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "FTTUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Bybit", - "ticker": "FTTUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "fttusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "FTT-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": "FTX Token", - "referencePrice": 1.6353778971123185, - "cmcId": 4195.0 - } - }, - "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": 127, - "ticker": "AXL-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -10.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "AXLUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Bybit", - "ticker": "AXLUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "CoinbasePro", - "ticker": "AXL-USD" - } - ], - "liquidityTier": 2, - "atomicResolution": -5.0, - "quantumConversionExponent": -9, - "defaultFundingPpm": 0, - "stepBaseQuantums": 1000000, - "subticksPerTick": 1000000, - "delayBlocks": 3600 - }, - "initialDeposit": { - "denom": "adydx", - "amount": "10000000000000000000000" - }, - "meta": { - "assetName": "Axelar", - "referencePrice": 0.7270035267349267, - "cmcId": 17799.0 - } - }, - "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": 128, - "ticker": "1INCH-USD", - "marketType": "PERPETUAL_MARKET_TYPE_CROSS", - "priceExponent": -10.0, - "minPriceChange": 2500, - "minExchanges": 3, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "1INCHUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Bybit", - "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": "Okx", - "ticker": "1INCH-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": "1inch Network", - "referencePrice": 0.4013479402450887, - "cmcId": 8104.0 - } - }, - "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": 129, - "ticker": "TUSD-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -10.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "TUSDUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Bybit", - "ticker": "TUSDUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "tusdusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kraken", - "ticker": "TUSDUSD" - }, - { - "exchangeName": "Kucoin", - "ticker": "TUSD-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": "TrueUSD", - "referencePrice": 0.9959146953177411, - "cmcId": 2563.0 - } - }, - "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": 130, - "ticker": "AEVO-USD", - "marketType": "PERPETUAL_MARKET_TYPE_CROSS", - "priceExponent": -10.0, - "minPriceChange": 800, - "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": "Okx", - "ticker": "AEVO-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": "Aevo", - "referencePrice": 0.5941647756042616, - "cmcId": 29676.0 - } - }, - "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": 131, - "ticker": "BLUR-USD", - "marketType": "PERPETUAL_MARKET_TYPE_CROSS", - "priceExponent": -10.0, - "minPriceChange": 800, - "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": "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.2920787992481342, - "cmcId": 23121.0 - } - }, - "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": 132, - "ticker": "IOTX-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -11.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "IOTXUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "CoinbasePro", - "ticker": "IOTX-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "iotxusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "IOTX-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": "IoTeX", - "referencePrice": 0.0492891657501895, - "cmcId": 2777.0 - } - }, - "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": 133, - "ticker": "PEOPLE-USD", - "marketType": "PERPETUAL_MARKET_TYPE_CROSS", - "priceExponent": -11.0, - "minPriceChange": 800, - "minExchanges": 3, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "PEOPLEUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Bybit", - "ticker": "PEOPLEUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Gate", - "ticker": "PEOPLE_USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "peopleusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "PEOPLE-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "PEOPLE-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": "ConstitutionDAO", - "referencePrice": 0.09767683207828601, - "cmcId": 14806.0 - } - }, - "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": 134, - "ticker": "TWT-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -9.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "TWTUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Bybit", - "ticker": "TWTUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "TWT-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": "Trust Wallet Token", - "referencePrice": 1.0841339117696829, - "cmcId": 5964.0 - } - }, - "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": 135, - "ticker": "WOO-USD", - "marketType": "PERPETUAL_MARKET_TYPE_CROSS", - "priceExponent": -10.0, - "minPriceChange": 800, - "minExchanges": 3, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "WOOUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Bybit", - "ticker": "WOOUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Gate", - "ticker": "WOO_USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "WOO-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "WOO-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": "WOO", - "referencePrice": 0.235830935968499, - "cmcId": 7501.0 - } - }, - "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": 136, - "ticker": "NFT-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -16.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Bybit", - "ticker": "NFTUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "nftusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "NFT-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "NFT-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": "APENFT", - "referencePrice": 4.3518296351610904e-07, - "cmcId": 9816.0 - } - }, - "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": 137, - "ticker": "COMP-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -8.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "COMPUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Bitstamp", - "ticker": "COMP/USD" - }, - { - "exchangeName": "Bybit", - "ticker": "COMPUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "CoinbasePro", - "ticker": "COMP-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "compusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kraken", - "ticker": "COMPUSD" - }, - { - "exchangeName": "Kucoin", - "ticker": "COMP-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "COMP-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": "Compound", - "referencePrice": 52.23323050719152, - "cmcId": 5692.0 - } - }, - "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": 138, - "ticker": "PAXG-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -6.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "PAXGUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Bybit", - "ticker": "PAXGUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kraken", - "ticker": "PAXGUSD" - }, - { - "exchangeName": "Kucoin", - "ticker": "PAXG-USDT", - "adjustByMarket": "USDT-USD" - } - ], - "liquidityTier": 2, - "atomicResolution": -9.0, - "quantumConversionExponent": -9, - "defaultFundingPpm": 0, - "stepBaseQuantums": 1000000, - "subticksPerTick": 1000000, - "delayBlocks": 3600 - }, - "initialDeposit": { - "denom": "adydx", - "amount": "10000000000000000000000" - }, - "meta": { - "assetName": "PAX Gold", - "referencePrice": 2313.2493126699655, - "cmcId": 4705.0 - } - }, - "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": 139, - "ticker": "ASTR-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -11.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "ASTRUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Gate", - "ticker": "ASTR_USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "astrusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kraken", - "ticker": "ASTRUSD" - }, - { - "exchangeName": "Kucoin", - "ticker": "ASTR-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "ASTR-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": "Astar", - "referencePrice": 0.07468338191035029, - "cmcId": 12885.0 - } - }, - "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.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "RAYUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kraken", - "ticker": "RAYUSD" - }, - { - "exchangeName": "Kucoin", - "ticker": "RAY-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "RAY-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Raydium", - "ticker": "SOL-RAY-3mEFzHsJyu2Cpjrz6zPmTzP7uoLFj9SbbecGVzzkL1mJ-9-Em6rHi68trYgBFyJ5261A2nhwuQWfLcirgzZZYoRcrkX-6-6Su6Ea97dBxecd5W92KcVvv6SzCurE2BXGgFe9LNGMpE-AVs9TA4nWDzfPJE9gGVNJMVhcQy3V9PGazuz33BfG2RA", - "adjustByMarket": "SOL-USD", - "invert": true - } - ], - "liquidityTier": 2, - "atomicResolution": -6.0, - "quantumConversionExponent": -9, - "defaultFundingPpm": 0, - "stepBaseQuantums": 1000000, - "subticksPerTick": 1000000, - "delayBlocks": 3600 - }, - "initialDeposit": { - "denom": "adydx", - "amount": "10000000000000000000000" - }, - "meta": { - "assetName": "Raydium", - "referencePrice": 1.6650595163289488, - "cmcId": 8526.0 - } - }, - "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": 141, - "ticker": "MEME-USD", - "marketType": "PERPETUAL_MARKET_TYPE_CROSS", - "priceExponent": -11.0, - "minPriceChange": 800, - "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" - } - ], - "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.020434681911774943, - "cmcId": 28301.0 - } - }, - "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": 142, - "ticker": "ETHFI-USD", - "marketType": "PERPETUAL_MARKET_TYPE_CROSS", - "priceExponent": -9.0, - "minPriceChange": 2500, - "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": "Huobi", - "ticker": "ethfiusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "ETHFI-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "ETHFI-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": "ether.fi", - "referencePrice": 3.6748553874943117, - "cmcId": 29814.0 - } - }, - "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": 144, - "ticker": "SSV-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -8.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "SSVUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Bybit", - "ticker": "SSVUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "ssvusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "SSV-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "SSV-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": "ssv.network", - "referencePrice": 39.766615223805594, - "cmcId": 12999.0 - } - }, - "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": 145, - "ticker": "PYUSD-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -10.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Bitstamp", - "ticker": "PYUSD/USD" - }, - { - "exchangeName": "Bybit", - "ticker": "PYUSDUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "CoinbasePro", - "ticker": "PYUSD-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "pyusdusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kraken", - "ticker": "PYUSDUSD" - }, - { - "exchangeName": "Kucoin", - "ticker": "PYUSD-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": "PayPal USD", - "referencePrice": 0.9982345057531824, - "cmcId": 27772.0 - } - }, - "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": 146, - "ticker": "MANTA-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -9.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "MANTAUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Bybit", - "ticker": "MANTAUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Gate", - "ticker": "MANTA_USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "mantausdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "MANTA-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": "Manta Network", - "referencePrice": 1.2204973936970631, - "cmcId": 13631.0 - } - }, - "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": 147, - "ticker": "ANT-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -9.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Huobi", - "ticker": "antusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kraken", - "ticker": "ANTUSD" - }, - { - "exchangeName": "Okx", - "ticker": "ANT-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": "Aragon", - "referencePrice": 9.118557362564648, - "cmcId": 1680.0 - } - }, - "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": 148, - "ticker": "GLM-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -10.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "GLMUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "CoinbasePro", - "ticker": "GLM-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "glmusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "GLM-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "GLM-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": "Golem", - "referencePrice": 0.39781360826971746, - "cmcId": 1455.0 - } - }, - "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.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "OSMOUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "CoinbasePro", - "ticker": "OSMO-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "osmousdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "OSMO-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": "Osmosis", - "referencePrice": 0.5835964467278696, - "cmcId": 12220.0 - } - }, - "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": 150, - "ticker": "KSM-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -8.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "KSMUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Bybit", - "ticker": "KSMUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "CoinbasePro", - "ticker": "KSM-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "ksmusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kraken", - "ticker": "KSMUSD" - }, - { - "exchangeName": "Kucoin", - "ticker": "KSM-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "KSM-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": "Kusama", - "referencePrice": 25.71239016736886, - "cmcId": 5034.0 - } - }, - "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": 151, - "ticker": "GMT-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -10.0, - "minPriceChange": 800, - "minExchanges": 1, - "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": "Huobi", - "ticker": "gmtusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kraken", - "ticker": "GMTUSD" - }, - { - "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.18386409530944028, - "cmcId": 18069.0 - } - }, - "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": 152, - "ticker": "SUPER-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -10.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "SUPERUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "CoinbasePro", - "ticker": "SUPER-USD" - }, - { - "exchangeName": "Kraken", - "ticker": "SUPERUSD" - }, - { - "exchangeName": "Kucoin", - "ticker": "SUPER-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": "SuperVerse", - "referencePrice": 0.7660212489281971, - "cmcId": 8290.0 - } - }, - "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": 153, - "ticker": "MX-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -9.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Bybit", - "ticker": "MXUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "mxusdt", - "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": "MX TOKEN", - "referencePrice": 3.7820635909271667, - "cmcId": 4041.0 - } - }, - "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": 154, - "ticker": "SFP-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -10.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "SFPUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "SFP-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": "SafePal", - "referencePrice": 0.80795057594451, - "cmcId": 8119.0 - } - }, - "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": 155, - "ticker": "CVX-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -9.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "CVXUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Bitstamp", - "ticker": "CVX/USD" - }, - { - "exchangeName": "CoinbasePro", - "ticker": "CVX-USD" - }, - { - "exchangeName": "Kraken", - "ticker": "CVXUSD" - }, - { - "exchangeName": "Kucoin", - "ticker": "CVX-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "CVX-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": "Convex Finance", - "referencePrice": 3.761462032489609, - "cmcId": 9903.0 - } - }, - "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": 156, - "ticker": "ZEC-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -8.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "ZECUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "CoinbasePro", - "ticker": "ZEC-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "zecusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kraken", - "ticker": "XZECZUSD" - }, - { - "exchangeName": "Kucoin", - "ticker": "ZEC-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": "Zcash", - "referencePrice": 22.247934174138216, - "cmcId": 1437.0 - } - }, - "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": 157, - "ticker": "WEMIX-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -9.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Bybit", - "ticker": "WEMIXUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "wemixusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "WEMIX-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": "WEMIX", - "referencePrice": 1.0157397403677109, - "cmcId": 7548.0 - } - }, - "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": 159, - "ticker": "ARKM-USD", - "marketType": "PERPETUAL_MARKET_TYPE_CROSS", - "priceExponent": -9.0, - "minPriceChange": 800, - "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" - } - ], - "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.7818060083570932, - "cmcId": 27565.0 - } - }, - "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": 160, - "ticker": "BNX-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -9.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "BNXUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Gate", - "ticker": "BNX_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": "BinaryX", - "referencePrice": 1.0036656062558889, - "cmcId": 23635.0 - } - }, - "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": 161, - "ticker": "XRD-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -11.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Gate", - "ticker": "XRD_USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "XRD-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": "Radix", - "referencePrice": 0.033599055784558594, - "cmcId": 11948.0 - } - }, - "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": 162, - "ticker": "ZIL-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -11.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "ZILUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Bybit", - "ticker": "ZILUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "zilusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "ZIL-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "ZIL-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": "Zilliqa", - "referencePrice": 0.018754452957804733, - "cmcId": 2469.0 - } - }, - "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": 163, - "ticker": "PRIME-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -9.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Bybit", - "ticker": "PRIMEUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "CoinbasePro", - "ticker": "PRIME-USD" - }, - { - "exchangeName": "Gate", - "ticker": "PRIME_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": "Echelon Prime", - "referencePrice": 9.455922989266508, - "cmcId": 23711.0 - } - }, - "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": 164, - "ticker": "HOT-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -12.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "HOTUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Bybit", - "ticker": "HOTUSDT", - "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": "Holo", - "referencePrice": 0.001980003684268701, - "cmcId": 2682.0 - } - }, - "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": 165, - "ticker": "ILV-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -8.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "ILVUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "CoinbasePro", - "ticker": "ILV-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "ILV-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "ILV-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": "Illuvium", - "referencePrice": 77.40709699295195, - "cmcId": 8719.0 - } - }, - "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.0, - "minPriceChange": 800, - "minExchanges": 3, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "CELOUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Bybit", - "ticker": "CELOUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "CoinbasePro", - "ticker": "CGLD-USD" - }, - { - "exchangeName": "Gate", - "ticker": "CELO_USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "CELO-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "CELO-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": "Celo", - "referencePrice": 0.6336289026241207, - "cmcId": 5567.0 - } - }, - "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": 168, - "ticker": "DYM-USD", - "marketType": "PERPETUAL_MARKET_TYPE_CROSS", - "priceExponent": -9.0, - "minPriceChange": 800, - "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" - } - ], - "liquidityTier": 2, - "atomicResolution": -6.0, - "quantumConversionExponent": -9, - "defaultFundingPpm": 0, - "stepBaseQuantums": 1000000, - "subticksPerTick": 1000000, - "delayBlocks": 3600 - }, - "initialDeposit": { - "denom": "adydx", - "amount": "10000000000000000000000" - }, - "meta": { - "assetName": "Dymension", - "referencePrice": 1.9356562185324822, - "cmcId": 28932.0 - } - }, - "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": 169, - "ticker": "METIS-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -8.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "METISUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "CoinbasePro", - "ticker": "METIS-USD" - }, - { - "exchangeName": "Gate", - "ticker": "METIS_USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "metisusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "METIS-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "METIS-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": "Metis", - "referencePrice": 58.45703972009868, - "cmcId": 9640.0 - } - }, - "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": 170, - "ticker": "OCEAN-USD", - "marketType": "PERPETUAL_MARKET_TYPE_CROSS", - "priceExponent": -10.0, - "minPriceChange": 800, - "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" - } - ], - "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.5824416887065277, - "cmcId": 3911.0 - } - }, - "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": 171, - "ticker": "ZRX-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -10.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "ZRXUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Bitstamp", - "ticker": "ZRX/USD" - }, - { - "exchangeName": "Bybit", - "ticker": "ZRXUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "CoinbasePro", - "ticker": "ZRX-USD" - }, - { - "exchangeName": "Gate", - "ticker": "ZRX_USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "zrxusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kraken", - "ticker": "ZRXUSD" - }, - { - "exchangeName": "Kucoin", - "ticker": "ZRX-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "ZRX-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": "0x Protocol", - "referencePrice": 0.39198426911625417, - "cmcId": 1896.0 - } - }, - "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": 172, - "ticker": "SKL-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -11.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "SKLUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Bitstamp", - "ticker": "SKL/USD" - }, - { - "exchangeName": "CoinbasePro", - "ticker": "SKL-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "sklusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "SKL-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "SKL-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": "SKALE", - "referencePrice": 0.06006781920903953, - "cmcId": 5691.0 - } - }, - "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": 173, - "ticker": "ANKR-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -11.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "ANKRUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Bybit", - "ticker": "ANKRUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "CoinbasePro", - "ticker": "ANKR-USD" - }, - { - "exchangeName": "Gate", - "ticker": "ANKR_USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "ankrusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kraken", - "ticker": "ANKRUSD" - }, - { - "exchangeName": "Kucoin", - "ticker": "ANKR-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": "Ankr", - "referencePrice": 0.03309141783656662, - "cmcId": 3783.0 - } - }, - "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": 174, - "ticker": "BICO-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -10.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "BICOUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Bybit", - "ticker": "BICOUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "CoinbasePro", - "ticker": "BICO-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "bicousdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kraken", - "ticker": "BICOUSD" - }, - { - "exchangeName": "Kucoin", - "ticker": "BICO-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "BICO-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": "Biconomy", - "referencePrice": 0.44797296624211314, - "cmcId": 9543.0 - } - }, - "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": 175, - "ticker": "FXS-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -9.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "FXSUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Bybit", - "ticker": "FXSUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "fxsusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kraken", - "ticker": "FXSUSD" - }, - { - "exchangeName": "Kucoin", - "ticker": "FXS-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "FXS-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": "Frax Share", - "referencePrice": 3.791712067048158, - "cmcId": 6953.0 - } - }, - "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": 176, - "ticker": "ENJ-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -10.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "ENJUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Bitstamp", - "ticker": "ENJ/USD" - }, - { - "exchangeName": "Bybit", - "ticker": "ENJUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "enjusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kraken", - "ticker": "ENJUSD" - }, - { - "exchangeName": "Kucoin", - "ticker": "ENJ-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "ENJ-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": "Enjin Coin", - "referencePrice": 0.21005490120568954, - "cmcId": 2130.0 - } - }, - "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": 177, - "ticker": "POLYX-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -10.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "POLYXUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "polyxusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "POLYX-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": "Polymesh", - "referencePrice": 0.36819345605078424, - "cmcId": 20362.0 - } - }, - "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": 178, - "ticker": "MOG-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -16.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Gate", - "ticker": "MOG_USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "mogusdt", - "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": "Mog Coin", - "referencePrice": 8.285870284789991e-07, - "cmcId": 27659.0 - } - }, - "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.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "RVNUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Bybit", - "ticker": "RVNUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "rvnusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "RVN-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "RVN-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": "Ravencoin", - "referencePrice": 0.02246273580148428, - "cmcId": 2577.0 - } - }, - "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": 180, - "ticker": "ETHW-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -9.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Bybit", - "ticker": "ETHWUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "ethwusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kraken", - "ticker": "ETHWUSD" - }, - { - "exchangeName": "Kucoin", - "ticker": "ETHW-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "ETHW-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": "EthereumPoW", - "referencePrice": 2.857705323738238, - "cmcId": 21296.0 - } - }, - "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": 181, - "ticker": "BAT-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -10.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "BATUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Bitstamp", - "ticker": "BAT/USD" - }, - { - "exchangeName": "Bybit", - "ticker": "BATUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "CoinbasePro", - "ticker": "BAT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "batusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kraken", - "ticker": "BATUSD" - }, - { - "exchangeName": "Kucoin", - "ticker": "BAT-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "BAT-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": "Basic Attention Token", - "referencePrice": 0.20485932804831988, - "cmcId": 1697.0 - } - }, - "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": 182, - "ticker": "RSR-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -12.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "RSRUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "rsrusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "RSR-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "RSR-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": "Reserve Rights", - "referencePrice": 0.00595398638806788, - "cmcId": 3964.0 - } - }, - "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": 183, - "ticker": "DASH-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -8.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "DASHUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "CoinbasePro", - "ticker": "DASH-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "dashusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kraken", - "ticker": "DASHUSD" - }, - { - "exchangeName": "Kucoin", - "ticker": "DASH-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": "Dash", - "referencePrice": 25.135170738107348, - "cmcId": 131.0 - } - }, - "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": 184, - "ticker": "GMX-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -8.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "GMXUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Bybit", - "ticker": "GMXUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kraken", - "ticker": "GMXUSD" - }, - { - "exchangeName": "Kucoin", - "ticker": "GMX-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "GMX-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": "GMX", - "referencePrice": 31.319806143254187, - "cmcId": 11857.0 - } - }, - "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": 185, - "ticker": "QTUM-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -9.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "QTUMUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Bybit", - "ticker": "QTUMUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Gate", - "ticker": "QTUM_USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "qtumusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kraken", - "ticker": "QTUMUSD" - }, - { - "exchangeName": "Okx", - "ticker": "QTUM-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": "Qtum", - "referencePrice": 2.8347008713359667, - "cmcId": 1684.0 - } - }, - "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": 186, - "ticker": "GAL-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -9.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "GALUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Bybit", - "ticker": "GALUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "CoinbasePro", - "ticker": "GAL-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "galusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kraken", - "ticker": "GALUSD" - }, - { - "exchangeName": "Kucoin", - "ticker": "GAL-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "GAL-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": "Galxe", - "referencePrice": 2.5993882529850856, - "cmcId": 11877.0 - } - }, - "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": 187, - "ticker": "TRAC-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -10.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Bitstamp", - "ticker": "TRAC/USD" - }, - { - "exchangeName": "CoinbasePro", - "ticker": "TRAC-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "tracusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "TRAC-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": "OriginTrail", - "referencePrice": 0.7214069142620878, - "cmcId": 2467.0 - } - }, - "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": 188, - "ticker": "ID-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -10.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "IDUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Bybit", - "ticker": "IDUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "idusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "ID-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "ID-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": "SPACE ID", - "referencePrice": 0.5122955927903245, - "cmcId": 21846.0 - } - }, - "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": 189, - "ticker": "JST-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -11.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "JSTUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Bybit", - "ticker": "JSTUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "jstusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "JST-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "JST-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": "JUST", - "referencePrice": 0.02818831592877573, - "cmcId": 5488.0 - } - }, - "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": 190, - "ticker": "RSS3-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -10.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Bybit", - "ticker": "RSS3USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "rss3usdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "RSS3-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": "RSS3", - "referencePrice": 0.28506953020322207, - "cmcId": 17917.0 - } - }, - "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": 191, - "ticker": "CSPR-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -11.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Bitstamp", - "ticker": "CSPR/USD" - }, - { - "exchangeName": "Bybit", - "ticker": "CSPRUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Gate", - "ticker": "CSPR_USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "csprusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "CSPR-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "CSPR-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": "Casper", - "referencePrice": 0.022799814346085023, - "cmcId": 5899.0 - } - }, - "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": 192, - "ticker": "YGG-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -10.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "YGGUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Gate", - "ticker": "YGG_USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "yggusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kraken", - "ticker": "YGGUSD" - }, - { - "exchangeName": "Kucoin", - "ticker": "YGG-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "YGG-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": "Yield Guild Games", - "referencePrice": 0.7431432316421308, - "cmcId": 10688.0 - } - }, - "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": 193, - "ticker": "XCH-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -8.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Huobi", - "ticker": "xchusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "XCH-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "XCH-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": "Chia", - "referencePrice": 25.983160211384885, - "cmcId": 9258.0 - } - }, - "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": 194, - "ticker": "MASK-USD", - "marketType": "PERPETUAL_MARKET_TYPE_CROSS", - "priceExponent": -9.0, - "minPriceChange": 800, - "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": "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": 2.691638011103625, - "cmcId": 8536.0 - } - }, - "MSOL": { - "title": "Add MSOL-USD perpetual market", - "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a MSOL-USD perpetual 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": "MSOL-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -7.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "CoinbasePro", - "ticker": "MSOL-USD" - }, - { - "exchangeName": "Kraken", - "ticker": "MSOLUSD" - } - ], - "liquidityTier": 2, - "atomicResolution": -8.0, - "quantumConversionExponent": -9, - "defaultFundingPpm": 0, - "stepBaseQuantums": 1000000, - "subticksPerTick": 1000000, - "delayBlocks": 3600 - }, - "initialDeposit": { - "denom": "adydx", - "amount": "10000000000000000000000" - }, - "meta": { - "assetName": "Marinade Staked SOL", - "referencePrice": 174.13154587931604, - "cmcId": 11461.0 - } - }, - "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.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Raydium", - "ticker": "SOL-TRUMP-5DNPt6WYgj3x7EmU4Fyqe3jDYPk2HMAB21H5N4Ggbev9-9-GwUn3JYQ5PC6P9cB9HsatJN7y7aw3BXrNqHPpoHtWyKF-8-FAWLdBB8kmWZQ74KpYAYN3YaEW31Si8qrwuQPauFSoma-7Lco4QdQLaW6M4sxVhWe8BHjrykyzjcjGTo4a6qYGABK", - "adjustByMarket": "SOL-USD", - "invert": true - } - ], - "liquidityTier": 2, - "atomicResolution": -6.0, - "quantumConversionExponent": -9, - "defaultFundingPpm": 0, - "stepBaseQuantums": 1000000, - "subticksPerTick": 1000000, - "delayBlocks": 3600 - }, - "initialDeposit": { - "denom": "adydx", - "amount": "10000000000000000000000" - }, - "meta": { - "assetName": "MAGA", - "referencePrice": 6.86, - "cmcId": 27872.0 - } - }, - "BETH": { - "title": "Add BETH-USD perpetual market", - "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a BETH-USD perpetual 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": "BETH-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -6.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Huobi", - "ticker": "bethusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "BETH-USDT", - "adjustByMarket": "USDT-USD" - } - ], - "liquidityTier": 2, - "atomicResolution": -9.0, - "quantumConversionExponent": -9, - "defaultFundingPpm": 0, - "stepBaseQuantums": 1000000, - "subticksPerTick": 1000000, - "delayBlocks": 3600 - }, - "initialDeposit": { - "denom": "adydx", - "amount": "10000000000000000000000" - }, - "meta": { - "assetName": "Beacon ETH", - "referencePrice": 3550.1007921086484, - "cmcId": 8353.0 - } - }, - "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": 198, - "ticker": "ZETA-USD", - "marketType": "PERPETUAL_MARKET_TYPE_CROSS", - "priceExponent": -10.0, - "minPriceChange": 800, - "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": "Okx", - "ticker": "ZETA-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": "ZetaChain", - "referencePrice": 0.9853710402831075, - "cmcId": 21259.0 - } - }, - "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": 199, - "ticker": "TURBO-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -12.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Huobi", - "ticker": "turbousdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "TURBO-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": "Turbo", - "referencePrice": 0.004197584464224579, - "cmcId": 24911.0 - } - }, - "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": 200, - "ticker": "TRIBE-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -10.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Bybit", - "ticker": "TRIBEUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Gate", - "ticker": "TRIBE_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": "Tribe", - "referencePrice": 0.48900676281183697, - "cmcId": 9025.0 - } - }, - "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": 201, - "ticker": "TRB-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -7.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "TRBUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "CoinbasePro", - "ticker": "TRB-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "trbusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "TRB-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "TRB-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": "Tellor", - "referencePrice": 101.55535998484275, - "cmcId": 4944.0 - } - }, - "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": 202, - "ticker": "DCR-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -8.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "DCRUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Bybit", - "ticker": "DCRUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "dcrusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "DCR-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "DCR-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": "Decred", - "referencePrice": 16.747793627884622, - "cmcId": 1168.0 - } - }, - "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": 203, - "ticker": "ELF-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -10.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "ELFUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "elfusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "ELF-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "ELF-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": "aelf", - "referencePrice": 0.36121461479337824, - "cmcId": 2299.0 - } - }, - "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": 204, - "ticker": "PIXEL-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -10.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "PIXELUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "pixelusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "PIXEL-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": "Pixels", - "referencePrice": 0.3392124277095905, - "cmcId": 29335.0 - } - }, - "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": 205, - "ticker": "ATH-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -11.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Bybit", - "ticker": "ATHUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "athusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "ATH-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": "Aethir", - "referencePrice": 0.06417505745415705, - "cmcId": 30083.0 - } - }, - "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": 206, - "ticker": "LRC-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -10.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "LRCUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Bitstamp", - "ticker": "LRC/USD" - }, - { - "exchangeName": "Bybit", - "ticker": "LRCUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "CoinbasePro", - "ticker": "LRC-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "lrcusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kraken", - "ticker": "LRCUSD" - }, - { - "exchangeName": "Kucoin", - "ticker": "LRC-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "LRC-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": "Loopring", - "referencePrice": 0.18452186874124837, - "cmcId": 1934.0 - } - }, - "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": 207, - "ticker": "GAS-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -9.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "GASUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "gasusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "GAS-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "GAS-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": "Gas", - "referencePrice": 3.829773741513007, - "cmcId": 1785.0 - } - }, - "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": 208, - "ticker": "VANRY-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -10.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "VANRYUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Bybit", - "ticker": "VANRYUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "VANRY-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": "Vanar Chain", - "referencePrice": 0.16560882762595178, - "cmcId": 8037.0 - } - }, - "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.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Kraken", - "ticker": "CFGUSD" - }, - { - "exchangeName": "Kucoin", - "ticker": "CFG-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "CFG-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": "Centrifuge", - "referencePrice": 0.4994939981949457, - "cmcId": 6748.0 - } - }, - "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": 210, - "ticker": "T-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -11.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "TUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Bybit", - "ticker": "TUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "CoinbasePro", - "ticker": "T-USD" - }, - { - "exchangeName": "Gate", - "ticker": "T_USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "tusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kraken", - "ticker": "TUSD" - }, - { - "exchangeName": "Kucoin", - "ticker": "T-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "T-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": "Threshold", - "referencePrice": 0.025062961641603883, - "cmcId": 17751.0 - } - }, - "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": 211, - "ticker": "FLUX-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -10.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "FLUXUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "fluxusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "FLUX-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": "Flux", - "referencePrice": 0.6836546054453865, - "cmcId": 3029.0 - } - }, - "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": 212, - "ticker": "ALT-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -10.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "ALTUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Bybit", - "ticker": "ALTUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "altusdt", - "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": "Altlayer", - "referencePrice": 0.21717096017649867, - "cmcId": 29073.0 - } - }, - "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": 213, - "ticker": "SUSHI-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -10.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "SUSHIUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Bitstamp", - "ticker": "SUSHI/USD" - }, - { - "exchangeName": "Bybit", - "ticker": "SUSHIUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "CoinbasePro", - "ticker": "SUSHI-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "sushiusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kraken", - "ticker": "SUSHIUSD" - }, - { - "exchangeName": "Kucoin", - "ticker": "SUSHI-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "SUSHI-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": "SushiSwap", - "referencePrice": 0.9099327883742052, - "cmcId": 6758.0 - } - }, - "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": 214, - "ticker": "UMA-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -9.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "UMAUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Bitstamp", - "ticker": "UMA/USD" - }, - { - "exchangeName": "Bybit", - "ticker": "UMAUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "CoinbasePro", - "ticker": "UMA-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "umausdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kraken", - "ticker": "UMAUSD" - }, - { - "exchangeName": "Kucoin", - "ticker": "UMA-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "UMA-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": "UMA", - "referencePrice": 2.8613468984355146, - "cmcId": 5617.0 - } - }, - "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": 215, - "ticker": "TEL-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -12.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Bybit", - "ticker": "TELUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "TEL-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": "Telcoin", - "referencePrice": 0.0026211000107582583, - "cmcId": 2394.0 - } - }, - "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": 216, - "ticker": "ONE-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -11.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "ONEUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Bybit", - "ticker": "ONEUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "oneusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "ONE-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "ONE-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": "Harmony", - "referencePrice": 0.01653194159312245, - "cmcId": 3945.0 - } - }, - "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": 217, - "ticker": "AMP-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -12.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "AMPUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Bitstamp", - "ticker": "AMP/USD" - }, - { - "exchangeName": "CoinbasePro", - "ticker": "AMP-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "ampusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "AMP-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": "Amp", - "referencePrice": 0.005331899506211549, - "cmcId": 6945.0 - } - }, - "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.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "API3USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "CoinbasePro", - "ticker": "API3-USD" - }, - { - "exchangeName": "Gate", - "ticker": "API3_USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "api3usdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kraken", - "ticker": "API3USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "API3-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "API3-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": "API3", - "referencePrice": 2.5981925853419092, - "cmcId": 7737.0 - } - }, - "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": 219, - "ticker": "CHR-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -10.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "CHRUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "chrusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kraken", - "ticker": "CHRUSD" - }, - { - "exchangeName": "Kucoin", - "ticker": "CHR-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": "Chromia", - "referencePrice": 0.25963571474130015, - "cmcId": 3978.0 - } - }, - "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.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "GLMRUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Bybit", - "ticker": "GLMRUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "glmrusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kraken", - "ticker": "GLMRUSD" - }, - { - "exchangeName": "Kucoin", - "ticker": "GLMR-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "GLMR-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": "Moonbeam", - "referencePrice": 0.24417329980214408, - "cmcId": 6836.0 - } - }, - "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.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "ONTUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "ontusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "ONT-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "ONT-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": "Ontology", - "referencePrice": 0.22912178930823868, - "cmcId": 2566.0 - } - }, - "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": 222, - "ticker": "YFI-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -6.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "YFIUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Bitstamp", - "ticker": "YFI/USD" - }, - { - "exchangeName": "Bybit", - "ticker": "YFIUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "CoinbasePro", - "ticker": "YFI-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "yfiusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kraken", - "ticker": "YFIUSD" - }, - { - "exchangeName": "Kucoin", - "ticker": "YFI-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "YFI-USDT", - "adjustByMarket": "USDT-USD" - } - ], - "liquidityTier": 2, - "atomicResolution": -9.0, - "quantumConversionExponent": -9, - "defaultFundingPpm": 0, - "stepBaseQuantums": 1000000, - "subticksPerTick": 1000000, - "delayBlocks": 3600 - }, - "initialDeposit": { - "denom": "adydx", - "amount": "10000000000000000000000" - }, - "meta": { - "assetName": "yearn.finance", - "referencePrice": 6114.2155372682555, - "cmcId": 5864.0 - } - }, - "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.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "AUDIOUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Bitstamp", - "ticker": "AUDIO/USD" - }, - { - "exchangeName": "CoinbasePro", - "ticker": "AUDIO-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "audiousdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kraken", - "ticker": "AUDIOUSD" - }, - { - "exchangeName": "Kucoin", - "ticker": "AUDIO-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": "Audius", - "referencePrice": 0.16553751577227302, - "cmcId": 7455.0 - } - }, - "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": 224, - "ticker": "VTHO-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -12.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "VTHOUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "CoinbasePro", - "ticker": "VTHO-USD" - }, - { - "exchangeName": "Gate", - "ticker": "VTHO_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": "VeThor Token", - "referencePrice": 0.0026156419530519817, - "cmcId": 3012.0 - } - }, - "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": 225, - "ticker": "EDU-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -10.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "EDUUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "EDU-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": "Open Campus", - "referencePrice": 0.6896499988400058, - "cmcId": 24613.0 - } - }, - "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.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "BALUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "CoinbasePro", - "ticker": "BAL-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "balusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kraken", - "ticker": "BALUSD" - }, - { - "exchangeName": "Kucoin", - "ticker": "BAL-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "BAL-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": "Balancer", - "referencePrice": 3.3594643667725683, - "cmcId": 5728.0 - } - }, - "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": 227, - "ticker": "TRU-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -10.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "TRUUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "CoinbasePro", - "ticker": "TRU-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "truusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kraken", - "ticker": "TRUUSD" - }, - { - "exchangeName": "Kucoin", - "ticker": "TRU-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": "TrueFi", - "referencePrice": 0.17029546393165276, - "cmcId": 7725.0 - } - }, - "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": 228, - "ticker": "BAND-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -9.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "BANDUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "CoinbasePro", - "ticker": "BAND-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "bandusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kraken", - "ticker": "BANDUSD" - }, - { - "exchangeName": "Kucoin", - "ticker": "BAND-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "BAND-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": "Band Protocol", - "referencePrice": 1.29438204152114, - "cmcId": 4679.0 - } - }, - "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": 229, - "ticker": "ACH-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -11.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "ACHUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Bybit", - "ticker": "ACHUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "CoinbasePro", - "ticker": "ACH-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "achusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kraken", - "ticker": "ACHUSD" - }, - { - "exchangeName": "Kucoin", - "ticker": "ACH-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "ACH-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": "Alchemy Pay", - "referencePrice": 0.023411878288040224, - "cmcId": 6958.0 - } - }, - "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": 230, - "ticker": "KDA-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -10.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "KDAUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Bybit", - "ticker": "KDAUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "KDA-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "KDA-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": "Kadena", - "referencePrice": 0.6187831175025942, - "cmcId": 5647.0 - } - }, - "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": 231, - "ticker": "MAGIC-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -10.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "MAGICUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Bybit", - "ticker": "MAGICUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "CoinbasePro", - "ticker": "MAGIC-USD" - }, - { - "exchangeName": "Gate", - "ticker": "MAGIC_USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "magicusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "MAGIC-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "MAGIC-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": "Treasure", - "referencePrice": 0.6618725044159601, - "cmcId": 14783.0 - } - }, - "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": 232, - "ticker": "VENOM-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -10.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Bybit", - "ticker": "VENOMUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "VENOM-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "VENOM-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": "Venom", - "referencePrice": 0.1646811024210496, - "cmcId": 22059.0 - } - }, - "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": 233, - "ticker": "H2O-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -10.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Huobi", - "ticker": "h2ousdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "H2O-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": "H2O DAO", - "referencePrice": 0.20468512961223934, - "cmcId": 19091.0 - } - }, - "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": 234, - "ticker": "USDJ-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -9.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Huobi", - "ticker": "usdjusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "USDJ-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": "USDJ", - "referencePrice": 1.0748084119307233, - "cmcId": 5446.0 - } - }, - "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": 235, - "ticker": "NTRN-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -10.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "NTRNUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "NTRN-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": "Neutron", - "referencePrice": 0.6057802899561088, - "cmcId": 26680.0 - } - }, - "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": 236, - "ticker": "RLC-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -9.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "RLCUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "CoinbasePro", - "ticker": "RLC-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "rlcusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kraken", - "ticker": "RLCUSD" - }, - { - "exchangeName": "Kucoin", - "ticker": "RLC-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": "iExec RLC", - "referencePrice": 2.2836088007415096, - "cmcId": 1637.0 - } - }, - "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": 237, - "ticker": "MYRO-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -10.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Bybit", - "ticker": "MYROUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "myrousdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "MYRO-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Raydium", - "ticker": "MYRO-USDC-BUvMbqP311JDU4ZGnf1rSZJLjutTU9VpNLEos393TYyW-9-AMtPGYQS873njs35mD9MAAMKoospEuzNHPy7LQuuKo4A-6-2w1mZXi8PNqUz4gbezu4xvPzcGogDmVdLXGLhTpPbczd-5WGYajM1xtLy3QrLHGSX4YPwsso3jrjEsbU1VivUErzk" - } - ], - "liquidityTier": 2, - "atomicResolution": -5.0, - "quantumConversionExponent": -9, - "defaultFundingPpm": 0, - "stepBaseQuantums": 1000000, - "subticksPerTick": 1000000, - "delayBlocks": 3600 - }, - "initialDeposit": { - "denom": "adydx", - "amount": "10000000000000000000000" - }, - "meta": { - "assetName": "Myro", - "referencePrice": 0.1734378423362741, - "cmcId": 28382.0 - } - }, - "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": 238, - "ticker": "PROM-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -9.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "PROMUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "promusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "PROM-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": "Prom", - "referencePrice": 8.939166664385715, - "cmcId": 4120.0 - } - }, - "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": 239, - "ticker": "CTC-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -10.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Bybit", - "ticker": "CTCUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "ctcusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "CTC-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "CTC-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": "Creditcoin", - "referencePrice": 0.4725099697286718, - "cmcId": 5198.0 - } - }, - "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.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "ICXUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Bybit", - "ticker": "ICXUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "icxusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kraken", - "ticker": "ICXUSD" - }, - { - "exchangeName": "Kucoin", - "ticker": "ICX-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "ICX-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": "ICON", - "referencePrice": 0.1645777277239795, - "cmcId": 2099.0 - } - }, - "LCX": { - "title": "Add LCX-USD perpetual market", - "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a LCX-USD perpetual 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": "LCX-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -10.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "CoinbasePro", - "ticker": "LCX-USD" - }, - { - "exchangeName": "Kraken", - "ticker": "LCXUSD" - } - ], - "liquidityTier": 2, - "atomicResolution": -5.0, - "quantumConversionExponent": -9, - "defaultFundingPpm": 0, - "stepBaseQuantums": 1000000, - "subticksPerTick": 1000000, - "delayBlocks": 3600 - }, - "initialDeposit": { - "denom": "adydx", - "amount": "10000000000000000000000" - }, - "meta": { - "assetName": "LCX", - "referencePrice": 0.21951924510531826, - "cmcId": 4950.0 - } - }, - "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": 242, - "ticker": "COTI-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -10.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "COTIUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "CoinbasePro", - "ticker": "COTI-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "cotiusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kraken", - "ticker": "COTIUSD" - }, - { - "exchangeName": "Kucoin", - "ticker": "COTI-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": "COTI", - "referencePrice": 0.10178522959510691, - "cmcId": 3992.0 - } - }, - "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": 243, - "ticker": "XAI-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -10.0, - "minPriceChange": 800, - "minExchanges": 1, - "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" - } - ], - "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.5779974214209548, - "cmcId": 28933.0 - } - }, - "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": 244, - "ticker": "SXP-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -10.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "SXPUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "sxpusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "SXP-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": "Solar", - "referencePrice": 0.262345435648672, - "cmcId": 4279.0 - } - }, - "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": 245, - "ticker": "SAGA-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -9.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "SAGAUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "sagausdt", - "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": "Saga", - "referencePrice": 1.6991208391894106, - "cmcId": 30372.0 - } - }, - "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": 246, - "ticker": "LSK-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -9.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "LSKUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "lskusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "LSK-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "LSK-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": "Lisk", - "referencePrice": 1.0529415001288611, - "cmcId": 1214.0 - } - }, - "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": 247, - "ticker": "C98-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -10.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "C98USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Bybit", - "ticker": "C98USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "CoinbasePro", - "ticker": "C98-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "c98usdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kraken", - "ticker": "C98USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "C98-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": "Coin98", - "referencePrice": 0.20310196941562528, - "cmcId": 10903.0 - } - }, - "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": 248, - "ticker": "ZENT-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -11.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Bybit", - "ticker": "ZENTUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "zentusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "ZENT-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": "Zentry", - "referencePrice": 0.028592556435822647, - "cmcId": 30963.0 - } - }, - "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": 249, - "ticker": "DESO-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -8.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "CoinbasePro", - "ticker": "DESO-USD" - }, - { - "exchangeName": "Gate", - "ticker": "DESO_USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "desousdt", - "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": "Decentralized Social", - "referencePrice": 17.411846143252184, - "cmcId": 10442.0 - } - }, - "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.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Bybit", - "ticker": "DEGENUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "degenusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "DEGEN-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": "Degen", - "referencePrice": 0.010990447039407325, - "cmcId": 30096.0 - } - }, - "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": 251, - "ticker": "IOST-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -12.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "IOSTUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "iostusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "IOST-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "IOST-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": "IOST", - "referencePrice": 0.0071478958001295, - "cmcId": 2405.0 - } - }, - "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": 252, - "ticker": "POND-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -11.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "PONDUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "CoinbasePro", - "ticker": "POND-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "pondusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kraken", - "ticker": "PONDUSD" - }, - { - "exchangeName": "Kucoin", - "ticker": "POND-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": "Marlin", - "referencePrice": 0.018796241887088005, - "cmcId": 7497.0 - } - }, - "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": 253, - "ticker": "STORJ-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -10.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "STORJUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Bitstamp", - "ticker": "STORJ/USD" - }, - { - "exchangeName": "CoinbasePro", - "ticker": "STORJ-USD" - }, - { - "exchangeName": "Gate", - "ticker": "STORJ_USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "storjusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kraken", - "ticker": "STORJUSD" - }, - { - "exchangeName": "Kucoin", - "ticker": "STORJ-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "STORJ-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": "Storj", - "referencePrice": 0.3966227423143949, - "cmcId": 1772.0 - } - }, - "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": 254, - "ticker": "DGB-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -12.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "DGBUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Bybit", - "ticker": "DGBUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "dgbusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "DGB-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "DGB-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": "DigiByte", - "referencePrice": 0.008735165450722863, - "cmcId": 109.0 - } - }, - "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": 255, - "ticker": "XEM-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -11.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Bybit", - "ticker": "XEMUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "xemusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "XEM-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "XEM-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": "NEM", - "referencePrice": 0.016111660577121642, - "cmcId": 873.0 - } - }, - "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": 256, - "ticker": "CYBER-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -9.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "CYBERUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Bybit", - "ticker": "CYBERUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "cyberusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "CYBER-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": "Cyber", - "referencePrice": 6.726028011253806, - "cmcId": 24781.0 - } - }, - "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": 257, - "ticker": "WAXP-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -11.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "WAXPUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Bybit", - "ticker": "WAXPUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "waxpusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "WAXP-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": "WAX", - "referencePrice": 0.042811528505008155, - "cmcId": 2300.0 - } - }, - "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": 258, - "ticker": "CTSI-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -10.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "CTSIUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Bitstamp", - "ticker": "CTSI/USD" - }, - { - "exchangeName": "CoinbasePro", - "ticker": "CTSI-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "ctsiusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kraken", - "ticker": "CTSIUSD" - }, - { - "exchangeName": "Kucoin", - "ticker": "CTSI-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": "Cartesi", - "referencePrice": 0.17733469277053854, - "cmcId": 5444.0 - } - }, - "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": 259, - "ticker": "CELR-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -11.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "CELRUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "CoinbasePro", - "ticker": "CELR-USD" - }, - { - "exchangeName": "Kraken", - "ticker": "CELRUSD" - }, - { - "exchangeName": "Kucoin", - "ticker": "CELR-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "CELR-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": "Celer Network", - "referencePrice": 0.018924946708399233, - "cmcId": 3814.0 - } - }, - "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": 260, - "ticker": "AZERO-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -10.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Huobi", - "ticker": "azerousdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "AZERO-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": "Aleph Zero", - "referencePrice": 0.5498134521719497, - "cmcId": 11976.0 - } - }, - "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": 261, - "ticker": "SLP-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -12.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "SLPUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Bitstamp", - "ticker": "SLP/USD" - }, - { - "exchangeName": "Bybit", - "ticker": "SLPUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "SLP-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "SLP-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": "Smooth Love Potion", - "referencePrice": 0.003487190315665791, - "cmcId": 5824.0 - } - }, - "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": 262, - "ticker": "NMR-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -8.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "NMRUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "CoinbasePro", - "ticker": "NMR-USD" - }, - { - "exchangeName": "Kraken", - "ticker": "NMRUSD" - }, - { - "exchangeName": "Kucoin", - "ticker": "NMR-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "NMR-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": "Numeraire", - "referencePrice": 20.98370048213615, - "cmcId": 1732.0 - } - }, - "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": 263, - "ticker": "POKT-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -11.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Bybit", - "ticker": "POKTUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "POKT-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": "Pocket Network", - "referencePrice": 0.08804728518300765, - "cmcId": 11823.0 - } - }, - "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": 264, - "ticker": "AGI-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -10.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Bybit", - "ticker": "AGIUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Gate", - "ticker": "AGI_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": "Delysium", - "referencePrice": 0.1838247255236236, - "cmcId": 24007.0 - } - }, - "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": 265, - "ticker": "SLERF-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -10.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Huobi", - "ticker": "slerfusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Raydium", - "ticker": "SLERF-SOL-9A2ZsPz5Zg6jKN4o4KRMjTVPmkH51wYWFLmt4KBRy1Rq-9-5Zumc1SYPmQ89nqwXqzogeuhdJ85iEMpSk35A4P87pmD-9-FT5Ptk37g5r6D9BKt3hne8ovHZ1g56oJBvuZRwn3zS3j-AgFnRLUScRD2E4nWQxW73hdbSN7eKEUb2jHX7tx9YTYc", - "adjustByMarket": "SOL-USD" - } - ], - "liquidityTier": 2, - "atomicResolution": -5.0, - "quantumConversionExponent": -9, - "defaultFundingPpm": 0, - "stepBaseQuantums": 1000000, - "subticksPerTick": 1000000, - "delayBlocks": 3600 - }, - "initialDeposit": { - "denom": "adydx", - "amount": "10000000000000000000000" - }, - "meta": { - "assetName": "SLERF", - "referencePrice": 0.28479389224540663, - "cmcId": 29920.0 - } - }, - "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": 266, - "ticker": "DUSK-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -10.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "DUSKUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "duskusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "DUSK-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": "Dusk", - "referencePrice": 0.3272847637444415, - "cmcId": 4092.0 - } - }, - "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": 267, - "ticker": "TAIKO-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -9.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Bybit", - "ticker": "TAIKOUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "TAIKO-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": "Taiko", - "referencePrice": 2.2999645560728124, - "cmcId": 31525.0 - } - }, - "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": 268, - "ticker": "USDP-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -10.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "USDPUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "CoinbasePro", - "ticker": "PAX-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "usdpusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "USDP-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": "Pax Dollar", - "referencePrice": 0.9995539370078731, - "cmcId": 3330.0 - } - }, - "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": 269, - "ticker": "AUCTION-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -8.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "AUCTIONUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "CoinbasePro", - "ticker": "AUCTION-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "auctionusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "AUCTION-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "AUCTION-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": "Bounce Token", - "referencePrice": 20.92470690169567, - "cmcId": 8602.0 - } - }, - "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": 270, - "ticker": "CQT-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -10.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Kraken", - "ticker": "CQTUSD" - }, - { - "exchangeName": "Kucoin", - "ticker": "CQT-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "CQT-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": "Covalent", - "referencePrice": 0.18712031114473837, - "cmcId": 7411.0 - } - }, - "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": 271, - "ticker": "XNO-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -9.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "XNOUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "xnousdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kraken", - "ticker": "NANOUSD" - }, - { - "exchangeName": "Kucoin", - "ticker": "XNO-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "XNO-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": "Nano", - "referencePrice": 1.0034394786407725, - "cmcId": 1567.0 - } - }, - "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": 272, - "ticker": "CREAM-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -8.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "CREAMUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "CREAM-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": "Cream Finance", - "referencePrice": 72.52810419037597, - "cmcId": 6193.0 - } - }, - "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": 273, - "ticker": "ARK-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -10.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "ARKUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Gate", - "ticker": "ARK_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": "Ark", - "referencePrice": 0.7495880249432634, - "cmcId": 1586.0 - } - }, - "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": 274, - "ticker": "ACE-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -9.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "ACEUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "aceusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "ACE-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": "Fusionist", - "referencePrice": 3.9724323608554597, - "cmcId": 28674.0 - } - }, - "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": 275, - "ticker": "WMT-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -10.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Huobi", - "ticker": "wmtusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "WMT-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": "World Mobile Token", - "referencePrice": 0.2703277011143712, - "cmcId": 13769.0 - } - }, - "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": 276, - "ticker": "ORAI-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -8.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Gate", - "ticker": "ORAI_USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "ORAI-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": "Oraichain", - "referencePrice": 10.632437044452338, - "cmcId": 7533.0 - } - }, - "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": 277, - "ticker": "REZ-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -10.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "REZUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "rezusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "REZ-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": "Renzo", - "referencePrice": 0.11486437158773134, - "cmcId": 30843.0 - } - }, - "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": 278, - "ticker": "WILD-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -10.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Gate", - "ticker": "WILD_USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "WILD-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": "Wilder World", - "referencePrice": 0.5181534195166309, - "cmcId": 9674.0 - } - }, - "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": 279, - "ticker": "JOE-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -10.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "JOEUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "joeusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "JOE-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": "JOE", - "referencePrice": 0.36352606180698055, - "cmcId": 11396.0 - } - }, - "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": 280, - "ticker": "MERL-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -10.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Bybit", - "ticker": "MERLUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "merlusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "MERL-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "MERL-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": "Merlin Chain", - "referencePrice": 0.3593653204736261, - "cmcId": 30712.0 - } - }, - "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": 281, - "ticker": "BAKE-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -10.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "BAKEUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "bakeusdt", - "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": "BakeryToken", - "referencePrice": 0.43834226535440873, - "cmcId": 7064.0 - } - }, - "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": 282, - "ticker": "BIGTIME-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -10.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "CoinbasePro", - "ticker": "BIGTIME-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "BIGTIME-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "BIGTIME-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": "Big Time", - "referencePrice": 0.13628201937249151, - "cmcId": 28230.0 - } - }, - "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": 283, - "ticker": "ONG-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -10.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "ONGUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Gate", - "ticker": "ONG_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": "Ontology Gas", - "referencePrice": 0.33665820898176996, - "cmcId": 3217.0 - } - }, - "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": 284, - "ticker": "HIGH-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -9.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "HIGHUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "CoinbasePro", - "ticker": "HIGH-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "HIGH-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": "Highstreet", - "referencePrice": 2.5926225392222566, - "cmcId": 11232.0 - } - }, - "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": 285, - "ticker": "PORTAL-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -10.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "PORTALUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Bybit", - "ticker": "PORTALUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "portalusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "PORTAL-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": "Portal", - "referencePrice": 0.6055758500570393, - "cmcId": 29555.0 - } - }, - "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": 286, - "ticker": "BONE-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -10.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Huobi", - "ticker": "boneusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "BONE-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": "Bone ShibaSwap", - "referencePrice": 0.5343361911290684, - "cmcId": 11865.0 - } - }, - "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": 287, - "ticker": "WAVES-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -9.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Bybit", - "ticker": "WAVESUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "wavesusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kraken", - "ticker": "WAVESUSD" - }, - { - "exchangeName": "Kucoin", - "ticker": "WAVES-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": "Waves", - "referencePrice": 1.047553334845734, - "cmcId": 1274.0 - } - }, - "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": 288, - "ticker": "SUN-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -11.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "SUNUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Bybit", - "ticker": "SUNUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "sunusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "SUN-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "SUN-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": "Sun (New)", - "referencePrice": 0.012238152680758913, - "cmcId": 10529.0 - } - }, - "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": 289, - "ticker": "OAS-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -11.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Bybit", - "ticker": "OASUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "oasusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "OAS-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "OAS-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": "Oasys", - "referencePrice": 0.05548119560490395, - "cmcId": 22265.0 - } - }, - "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": 290, - "ticker": "LADYS-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -16.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Bybit", - "ticker": "LADYSUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "ladysusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "LADYS-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": "Milady Meme Coin", - "referencePrice": 1.6795061835173105e-07, - "cmcId": 25023.0 - } - }, - "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": 292, - "ticker": "USTC-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -11.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "USTCUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Bybit", - "ticker": "USTCUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "ustcusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kraken", - "ticker": "USTUSD" - }, - { - "exchangeName": "Kucoin", - "ticker": "USTC-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "USTC-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": "TerraClassicUSD", - "referencePrice": 0.020505553939985172, - "cmcId": 7129.0 - } - }, - "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": 293, - "ticker": "REQ-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -10.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "REQUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "CoinbasePro", - "ticker": "REQ-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "requsdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kraken", - "ticker": "REQUSD" - }, - { - "exchangeName": "Kucoin", - "ticker": "REQ-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": "Request", - "referencePrice": 0.11703700724966021, - "cmcId": 2071.0 - } - }, - "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": 294, - "ticker": "CVC-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -10.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "CVCUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "CoinbasePro", - "ticker": "CVC-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "cvcusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kraken", - "ticker": "CVCUSD" - }, - { - "exchangeName": "Okx", - "ticker": "CVC-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": "Civic", - "referencePrice": 0.11667343297514847, - "cmcId": 1816.0 - } - }, - "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": 295, - "ticker": "BLZ-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -10.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "BLZUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "CoinbasePro", - "ticker": "BLZ-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "blzusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kraken", - "ticker": "BLZUSD" - }, - { - "exchangeName": "Kucoin", - "ticker": "BLZ-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": "Bluzelle", - "referencePrice": 0.26910732874958665, - "cmcId": 2505.0 - } - }, - "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": 296, - "ticker": "SPELL-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -13.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "SPELLUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Bybit", - "ticker": "SPELLUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "CoinbasePro", - "ticker": "SPELL-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "spellusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kraken", - "ticker": "SPELLUSD" - }, - { - "exchangeName": "Okx", - "ticker": "SPELL-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": "Spell Token", - "referencePrice": 0.0007922403038628979, - "cmcId": 11289.0 - } - }, - "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": 297, - "ticker": "KNC-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -10.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "KNCUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "CoinbasePro", - "ticker": "KNC-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "kncusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kraken", - "ticker": "KNCUSD" - }, - { - "exchangeName": "Kucoin", - "ticker": "KNC-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "KNC-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": "Kyber Network Crystal v2", - "referencePrice": 0.6641929800724635, - "cmcId": 9444.0 - } - }, - "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": 298, - "ticker": "POWR-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -10.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "POWRUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "CoinbasePro", - "ticker": "POWR-USD" - }, - { - "exchangeName": "Kraken", - "ticker": "POWRUSD" - } - ], - "liquidityTier": 2, - "atomicResolution": -5.0, - "quantumConversionExponent": -9, - "defaultFundingPpm": 0, - "stepBaseQuantums": 1000000, - "subticksPerTick": 1000000, - "delayBlocks": 3600 - }, - "initialDeposit": { - "denom": "adydx", - "amount": "10000000000000000000000" - }, - "meta": { - "assetName": "Powerledger", - "referencePrice": 0.22409363085992584, - "cmcId": 2132.0 - } - }, - "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": 299, - "ticker": "RIF-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -10.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "RIFUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Gate", - "ticker": "RIF_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": "Rootstock Infrastructure Framework", - "referencePrice": 0.1117540981333344, - "cmcId": 3701.0 - } - }, - "HIVE": { - "title": "Add HIVE-USD perpetual market", - "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a HIVE-USD perpetual 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": "HIVE-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -10.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "HIVEUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "hiveusdt", - "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": "Hive", - "referencePrice": 0.2255671903086961, - "cmcId": 5370.0 - } - }, - "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": 301, - "ticker": "XYM-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -11.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Bybit", - "ticker": "XYMUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "XYM-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": "Symbol", - "referencePrice": 0.018980999003853735, - "cmcId": 8677.0 - } - }, - "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": 302, - "ticker": "SYN-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -10.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "SYNUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "CoinbasePro", - "ticker": "SYN-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "synusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kraken", - "ticker": "SYNUSD" - }, - { - "exchangeName": "Kucoin", - "ticker": "SYN-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": "Synapse", - "referencePrice": 0.6232115378686567, - "cmcId": 12147.0 - } - }, - "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": 303, - "ticker": "SFUND-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -9.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Bybit", - "ticker": "SFUNDUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "sfundusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "SFUND-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": "Seedify.fund", - "referencePrice": 1.8243741106401123, - "cmcId": 8972.0 - } - }, - "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": 304, - "ticker": "PHA-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -10.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "PHAUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "phausdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kraken", - "ticker": "PHAUSD" - }, - { - "exchangeName": "Kucoin", - "ticker": "PHA-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "PHA-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": "Phala Network", - "referencePrice": 0.15117407372689678, - "cmcId": 6841.0 - } - }, - "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": 305, - "ticker": "COQ-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -15.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Bybit", - "ticker": "COQUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "coqusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "COQ-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": "Coq Inu", - "referencePrice": 1.6887619261621293e-06, - "cmcId": 28675.0 - } - }, - "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": 306, - "ticker": "MOVR-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -8.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "MOVRUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Bybit", - "ticker": "MOVRUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "movrusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kraken", - "ticker": "MOVRUSD" - }, - { - "exchangeName": "Kucoin", - "ticker": "MOVR-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "MOVR-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": "Moonriver", - "referencePrice": 12.240099984480356, - "cmcId": 9285.0 - } - }, - "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": 307, - "ticker": "PYR-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -9.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "PYRUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "CoinbasePro", - "ticker": "PYR-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "pyrusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "PYR-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": "Vulcan Forged (PYR)", - "referencePrice": 3.9758981762917927, - "cmcId": 9308.0 - } - }, - "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": 308, - "ticker": "SYS-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -10.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "SYSUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "sysusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "SYS-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": "Syscoin", - "referencePrice": 0.14162922994927643, - "cmcId": 541.0 - } - }, - "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": 309, - "ticker": "ZEN-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -9.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "ZENUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Bybit", - "ticker": "ZENUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "CoinbasePro", - "ticker": "ZEN-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "ZEN-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": "Horizen", - "referencePrice": 7.076680568595911, - "cmcId": 1698.0 - } - }, - "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": 310, - "ticker": "NYM-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -10.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Bybit", - "ticker": "NYMUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "nymusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kraken", - "ticker": "NYMUSD" - }, - { - "exchangeName": "Kucoin", - "ticker": "NYM-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "NYM-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": "NYM", - "referencePrice": 0.13621994533982376, - "cmcId": 17591.0 - } - }, - "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": 311, - "ticker": "EVER-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -11.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Bybit", - "ticker": "EVERUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "everusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "EVER-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": "Everscale", - "referencePrice": 0.05352717247536387, - "cmcId": 7505.0 - } - }, - "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": 312, - "ticker": "DENT-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -12.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "DENTUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kraken", - "ticker": "DENTUSD" - }, - { - "exchangeName": "Kucoin", - "ticker": "DENT-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": "Dent", - "referencePrice": 0.0010541861435255317, - "cmcId": 1886.0 - } - }, - "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": 313, - "ticker": "PCI-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -10.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Huobi", - "ticker": "pciusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "PCI-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": "Paycoin", - "referencePrice": 0.10733957905035069, - "cmcId": 5275.0 - } - }, - "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": 314, - "ticker": "SNT-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -11.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "SNTUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "sntusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "SNT-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": "Status", - "referencePrice": 0.026450924431176106, - "cmcId": 1759.0 - } - }, - "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": 315, - "ticker": "CTK-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -10.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "CTKUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Gate", - "ticker": "CTK_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": "Shentu", - "referencePrice": 0.8178009001045858, - "cmcId": 4807.0 - } - }, - "LMWR": { - "title": "Add LMWR-USD perpetual market", - "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a LMWR-USD perpetual 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": "LMWR-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -10.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Bitstamp", - "ticker": "LMWR/USD" - }, - { - "exchangeName": "Bybit", - "ticker": "LMWRUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "lmwrusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kraken", - "ticker": "LMWRUSD" - }, - { - "exchangeName": "Kucoin", - "ticker": "LMWR-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": "LimeWire", - "referencePrice": 0.3740358780712676, - "cmcId": 24476.0 - } - }, - "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": 317, - "ticker": "HOOK-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -10.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "HOOKUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Bybit", - "ticker": "HOOKUSDT", - "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": "Hooked Protocol", - "referencePrice": 0.6539653897343216, - "cmcId": 22764.0 - } - }, - "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": 318, - "ticker": "MLK-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -10.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Bybit", - "ticker": "MLKUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "mlkusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "MLK-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": "MiL.k", - "referencePrice": 0.28124595279104236, - "cmcId": 5266.0 - } - }, - "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": 319, - "ticker": "ELON-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -16.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Huobi", - "ticker": "elonusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "ELON-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "ELON-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": "Dogelon Mars", - "referencePrice": 1.8739379384714945e-07, - "cmcId": 9436.0 - } - }, - "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": 320, - "ticker": "PUNDIX-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -10.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "PUNDIXUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "CoinbasePro", - "ticker": "PUNDIX-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "pundixusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "PUNDIX-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": "Pundi X (New)", - "referencePrice": 0.3866346752036167, - "cmcId": 9040.0 - } - }, - "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": 321, - "ticker": "MOBILE-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -12.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "CoinbasePro", - "ticker": "MOBILE-USD" - }, - { - "exchangeName": "Gate", - "ticker": "MOBILE_USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "MOBILE-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": "Helium Mobile", - "referencePrice": 0.0012592075485240825, - "cmcId": 24600.0 - } - }, - "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": 322, - "ticker": "MVL-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -12.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Bybit", - "ticker": "MVLUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "mvlusdt", - "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": "MVL", - "referencePrice": 0.003957748116042946, - "cmcId": 2982.0 - } - }, - "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": 323, - "ticker": "FRONT-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -9.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "FRONTUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "frontusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "FRONT-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "FRONT-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": "Frontier", - "referencePrice": 1.0946250388802785, - "cmcId": 5893.0 - } - }, - "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": 324, - "ticker": "STG-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -10.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "STGUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Bybit", - "ticker": "STGUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "stgusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kraken", - "ticker": "STGUSD" - }, - { - "exchangeName": "Kucoin", - "ticker": "STG-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": "Stargate Finance", - "referencePrice": 0.48607809026454835, - "cmcId": 18934.0 - } - }, - "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": 325, - "ticker": "GNS-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -9.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "GNSUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Bybit", - "ticker": "GNSUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "gnsusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "GNS-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": "Gains Network", - "referencePrice": 2.913531562505862, - "cmcId": 13663.0 - } - }, - "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": 326, - "ticker": "AGLD-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -9.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "AGLDUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Bybit", - "ticker": "AGLDUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "CoinbasePro", - "ticker": "AGLD-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "agldusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kraken", - "ticker": "AGLDUSD" - }, - { - "exchangeName": "Kucoin", - "ticker": "AGLD-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "AGLD-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": "Adventure Gold", - "referencePrice": 1.2500613516903916, - "cmcId": 11568.0 - } - }, - "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": 327, - "ticker": "HFT-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -10.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "HFTUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Bybit", - "ticker": "HFTUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "CoinbasePro", - "ticker": "HFT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "hftusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kraken", - "ticker": "HFTUSD" - }, - { - "exchangeName": "Kucoin", - "ticker": "HFT-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": "Hashflow", - "referencePrice": 0.23988598754738646, - "cmcId": 22461.0 - } - }, - "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": 328, - "ticker": "ORCA-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -9.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "CoinbasePro", - "ticker": "ORCA-USD" - }, - { - "exchangeName": "Kraken", - "ticker": "ORCAUSD" - }, - { - "exchangeName": "Kucoin", - "ticker": "ORCA-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": "Orca", - "referencePrice": 1.911804861899356, - "cmcId": 11165.0 - } - }, - "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": 329, - "ticker": "CPOOL-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -10.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Bybit", - "ticker": "CPOOLUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "CPOOL-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": "Clearpool", - "referencePrice": 0.16045020422418643, - "cmcId": 12573.0 - } - }, - "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": 330, - "ticker": "WIN-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -14.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "WINUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "winusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "WIN-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "WIN-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": "WINkLink", - "referencePrice": 9.712212401429435e-05, - "cmcId": 4206.0 - } - }, - "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": 331, - "ticker": "TNSR-USD", - "marketType": "PERPETUAL_MARKET_TYPE_CROSS", - "priceExponent": -10.0, - "minPriceChange": 800, - "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": "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.7778139456608647, - "cmcId": 30449.0 - } - }, - "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": 332, - "ticker": "STRAX-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -11.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "STRAXUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "STRAX-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": "Stratis [New]", - "referencePrice": 0.04880406711135982, - "cmcId": 30168.0 - } - }, - "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": 333, - "ticker": "STEEM-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -10.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "STEEMUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "steemusdt", - "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": "Steem", - "referencePrice": 0.2033242412452247, - "cmcId": 1230.0 - } - }, - "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": 334, - "ticker": "NAKA-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -9.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Bybit", - "ticker": "NAKAUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "nakausdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "NAKA-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": "Nakamoto Games", - "referencePrice": 1.075135620501334, - "cmcId": 12749.0 - } - }, - "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": 335, - "ticker": "PHB-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -9.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "PHBUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "phbusdt", - "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": "Phoenix", - "referencePrice": 1.892564951487146, - "cmcId": 13969.0 - } - }, - "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": 336, - "ticker": "BEER-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -13.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Huobi", - "ticker": "beerusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "BEER-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Raydium", - "ticker": "BEER-SOL-HK4WKQfUKU2VuYfhjVzUR8Sx2Tkpqjg7VmrPjuNeNM6Q-6-52MdSmjzjnmRqsimXoPUTQX3zTr11abKqgkGBKbNv7Mg-9-BJDwwanWSMmq4GJEq21LvT7HUQN5kuYDmby8BkhqT687-Cne2WysEXzSLWbdABTG3vYkRNyJyMJ1zLhn26QPrBRZg", - "adjustByMarket": "SOL-USD" - } - ], - "liquidityTier": 2, - "atomicResolution": -2.0, - "quantumConversionExponent": -9, - "defaultFundingPpm": 0, - "stepBaseQuantums": 1000000, - "subticksPerTick": 1000000, - "delayBlocks": 3600 - }, - "initialDeposit": { - "denom": "adydx", - "amount": "10000000000000000000000" - }, - "meta": { - "assetName": "BEERCOIN", - "referencePrice": 0.00017730922269200655, - "cmcId": 31337.0 - } - }, - "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": 337, - "ticker": "WEN-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -13.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Bybit", - "ticker": "WENUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "wenusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "WEN-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": "Wen", - "referencePrice": 0.00013019020653354385, - "cmcId": 29175.0 - } - }, - "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": 338, - "ticker": "DODO-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -10.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "DODOUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "dodousdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "DODO-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": "DODO", - "referencePrice": 0.15146887485805377, - "cmcId": 7224.0 - } - }, - "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": 339, - "ticker": "DAG-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -11.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Gate", - "ticker": "DAG_USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "DAG-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": "Constellation", - "referencePrice": 0.03225943284185405, - "cmcId": 2868.0 - } - }, - "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": 340, - "ticker": "VELO-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -11.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Bybit", - "ticker": "VELOUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "velousdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "VELO-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "VELO-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": "Velo", - "referencePrice": 0.012705326339129491, - "cmcId": 7127.0 - } - }, - "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": 341, - "ticker": "NOIA-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -10.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Huobi", - "ticker": "noiausdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "NOIA-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": "Synternet", - "referencePrice": 0.12807702568913984, - "cmcId": 4191.0 - } - }, - "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": 342, - "ticker": "LQTY-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -10.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "LQTYUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "CoinbasePro", - "ticker": "LQTY-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "lqtyusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "LQTY-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "LQTY-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": "Liquity", - "referencePrice": 0.9553296454479561, - "cmcId": 7429.0 - } - }, - "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": 343, - "ticker": "ZCX-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -10.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Huobi", - "ticker": "zcxusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "ZCX-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": "Unizen", - "referencePrice": 0.13646472624628408, - "cmcId": 9263.0 - } - }, - "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": 344, - "ticker": "RBN-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -10.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "CoinbasePro", - "ticker": "RBN-USD" - }, - { - "exchangeName": "Gate", - "ticker": "RBN_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": "Ribbon Finance", - "referencePrice": 0.5935410539268609, - "cmcId": 12387.0 - } - }, - "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": 345, - "ticker": "BNT-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -10.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "BNTUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Bybit", - "ticker": "BNTUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "CoinbasePro", - "ticker": "BNT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "bntusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kraken", - "ticker": "BNTUSD" - }, - { - "exchangeName": "Okx", - "ticker": "BNT-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": "Bancor", - "referencePrice": 0.6764711691259933, - "cmcId": 1727.0 - } - }, - "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": 346, - "ticker": "MPLX-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -10.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Bybit", - "ticker": "MPLXUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "mplxusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "MPLX-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": "Metaplex", - "referencePrice": 0.3584050056010176, - "cmcId": 21870.0 - } - }, - "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": 347, - "ticker": "NFP-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -10.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "NFPUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "nfpusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "NFP-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": "NFPrompt", - "referencePrice": 0.36164131889600126, - "cmcId": 28778.0 - } - }, - "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": 348, - "ticker": "ALICE-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -9.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "ALICEUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "CoinbasePro", - "ticker": "ALICE-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "aliceusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kraken", - "ticker": "ALICEUSD" - }, - { - "exchangeName": "Kucoin", - "ticker": "ALICE-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": "MyNeighborAlice", - "referencePrice": 1.3116253472362054, - "cmcId": 8766.0 - } - }, - "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.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "MAVUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "MAV-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": "Maverick Protocol", - "referencePrice": 0.36863959084632614, - "cmcId": 18037.0 - } - }, - "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": 350, - "ticker": "XYO-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -12.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "CoinbasePro", - "ticker": "XYO-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "xyousdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "XYO-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": "XYO", - "referencePrice": 0.0066392765850162485, - "cmcId": 2765.0 - } - }, - "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": 351, - "ticker": "SCRT-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -10.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "SCRTUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Bybit", - "ticker": "SCRTUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "scrtusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kraken", - "ticker": "SCRTUSD" - }, - { - "exchangeName": "Kucoin", - "ticker": "SCRT-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": "Secret", - "referencePrice": 0.31783276062251553, - "cmcId": 5604.0 - } - }, - "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": 352, - "ticker": "AURORA-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -10.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Bybit", - "ticker": "AURORAUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "CoinbasePro", - "ticker": "AURORA-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "aurorausdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "AURORA-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": "Aurora", - "referencePrice": 0.18694640820980604, - "cmcId": 14803.0 - } - }, - "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": 353, - "ticker": "AITECH-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -10.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Huobi", - "ticker": "aitechusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "AITECH-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": "Solidus Ai Tech", - "referencePrice": 0.13175802323307512, - "cmcId": 19055.0 - } - }, - "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": 354, - "ticker": "DAO-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -10.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Huobi", - "ticker": "daousdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "DAO-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "DAO-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": "DAO Maker", - "referencePrice": 0.5690079293142111, - "cmcId": 8420.0 - } - }, - "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": 355, - "ticker": "MBOX-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -10.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "MBOXUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Bybit", - "ticker": "MBOXUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "mboxusdt", - "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": "MOBOX", - "referencePrice": 0.2700572886850088, - "cmcId": 9175.0 - } - }, - "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": 356, - "ticker": "PNG-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -10.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "CoinbasePro", - "ticker": "PNG-USD" - }, - { - "exchangeName": "Gate", - "ticker": "PNG_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": "Pangolin", - "referencePrice": 0.38321580555099755, - "cmcId": 8422.0 - } - }, - "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": 357, - "ticker": "ALPHA-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -11.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "ALPHAUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Bitstamp", - "ticker": "ALPHA/USD" - }, - { - "exchangeName": "Kraken", - "ticker": "ALPHAUSD" - }, - { - "exchangeName": "Kucoin", - "ticker": "ALPHA-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "ALPHA-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": "Stella", - "referencePrice": 0.09415684263506244, - "cmcId": 7232.0 - } - }, - "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": 358, - "ticker": "RDNT-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -10.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "RDNTUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Bybit", - "ticker": "RDNTUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "RDNT-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "RDNT-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": "Radiant Capital", - "referencePrice": 0.14639556861276015, - "cmcId": 21106.0 - } - }, - "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": 359, - "ticker": "CGPT-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -10.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Bybit", - "ticker": "CGPTUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "cgptusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "CGPT-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": "ChainGPT", - "referencePrice": 0.16225218315015105, - "cmcId": 23756.0 - } - }, - "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": 360, - "ticker": "MBX-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -10.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Bybit", - "ticker": "MBXUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "mbxusdt", - "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": "MARBLEX", - "referencePrice": 0.6677271149364253, - "cmcId": 18895.0 - } - }, - "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": 361, - "ticker": "MYRIA-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -12.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Bybit", - "ticker": "MYRIAUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "MYRIA-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "MYRIA-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": "Myria", - "referencePrice": 0.004273532326137696, - "cmcId": 22289.0 - } - }, - "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": 362, - "ticker": "DKA-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -11.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Gate", - "ticker": "DKA_USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "dkausdt", - "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": "dKargo", - "referencePrice": 0.019982306616897774, - "cmcId": 5908.0 - } - }, - "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": 363, - "ticker": "OXT-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -11.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "OXTUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "CoinbasePro", - "ticker": "OXT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "oxtusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kraken", - "ticker": "OXTUSD" - }, - { - "exchangeName": "Kucoin", - "ticker": "OXT-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "OXT-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": "Orchid", - "referencePrice": 0.08369433303085298, - "cmcId": 5026.0 - } - }, - "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": 364, - "ticker": "MANEKI-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -12.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Raydium", - "ticker": "MANEKI-SOL-5FeTzLNqwrvSzexFujeV62a2v4kmQUrBnCQjJANStMXj-5-2kjCeDKKK9pCiDqfsbS72q81RZiUnSwoaruuwz1avUWn-9-9pd9FFJfVjY1aG9dh96ArJB5F2HAyfj2XryjVTHbJhc9-2aPsSVxFw6dGRqWWUKfwujN6WVoyxuhjJaPzYaJvGDDR", - "adjustByMarket": "SOL-USD" - } - ], - "liquidityTier": 2, - "atomicResolution": -3.0, - "quantumConversionExponent": -9, - "defaultFundingPpm": 0, - "stepBaseQuantums": 1000000, - "subticksPerTick": 1000000, - "delayBlocks": 3600 - }, - "initialDeposit": { - "denom": "adydx", - "amount": "10000000000000000000000" - }, - "meta": { - "assetName": "MANEKI", - "referencePrice": 0.0085151915160018, - "cmcId": 30912.0 - } - }, - "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": 365, - "ticker": "LEVER-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -12.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "LEVERUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Bybit", - "ticker": "LEVERUSDT", - "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": "LeverFi", - "referencePrice": 0.002537189886262206, - "cmcId": 20873.0 - } - }, - "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": 366, - "ticker": "CUDOS-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -11.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Huobi", - "ticker": "cudosusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "CUDOS-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": "CUDOS", - "referencePrice": 0.013737915463668288, - "cmcId": 8258.0 - } - }, - "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": 367, - "ticker": "MAVIA-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -9.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Bybit", - "ticker": "MAVIAUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "maviausdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "MAVIA-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": "Heroes of Mavia", - "referencePrice": 2.212679991347341, - "cmcId": 28829.0 - } - }, - "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": 368, - "ticker": "STPT-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -11.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "STPTUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "stptusdt", - "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": "STP", - "referencePrice": 0.041201927465612034, - "cmcId": 4006.0 - } - }, - "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": 369, - "ticker": "ACA-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -11.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "ACAUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Bybit", - "ticker": "ACAUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "acausdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kraken", - "ticker": "ACAUSD" - }, - { - "exchangeName": "Okx", - "ticker": "ACA-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": "Acala Token", - "referencePrice": 0.07812596861000488, - "cmcId": 6756.0 - } - }, - "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": 370, - "ticker": "ARPA-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -11.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "ARPAUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "CoinbasePro", - "ticker": "ARPA-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "arpausdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kraken", - "ticker": "ARPAUSD" - }, - { - "exchangeName": "Kucoin", - "ticker": "ARPA-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": "ARPA", - "referencePrice": 0.05503773030489868, - "cmcId": 4039.0 - } - }, - "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": 371, - "ticker": "DRIFT-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -10.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Bybit", - "ticker": "DRIFTUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "CoinbasePro", - "ticker": "DRIFT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "driftusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "DRIFT-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": "Drift", - "referencePrice": 0.479116448394686, - "cmcId": 31278.0 - } - }, - "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": 372, - "ticker": "XVG-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -12.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "XVGUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "xvgusdt", - "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": "Verge", - "referencePrice": 0.004735884184482343, - "cmcId": 693.0 - } - }, - "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": 373, - "ticker": "FORT-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -10.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Bybit", - "ticker": "FORTUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "CoinbasePro", - "ticker": "FORT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "FORT-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": "Forta", - "referencePrice": 0.1866510905827064, - "cmcId": 20622.0 - } - }, - "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": 374, - "ticker": "KARRAT-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -10.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "CoinbasePro", - "ticker": "KARRAT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "KARRAT-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": "KARRAT", - "referencePrice": 0.7535072104466313, - "cmcId": 30825.0 - } - }, - "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": 375, - "ticker": "ERG-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -9.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Huobi", - "ticker": "ergusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "ERG-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": "Ergo", - "referencePrice": 1.0142449865958205, - "cmcId": 1762.0 - } - }, - "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": 376, - "ticker": "MTL-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -9.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "MTLUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "mtlusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "MTL-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": "Metal DAO", - "referencePrice": 1.1262950747627212, - "cmcId": 1788.0 - } - }, - "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": 377, - "ticker": "RARE-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -10.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "RAREUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "CoinbasePro", - "ticker": "RARE-USD" - }, - { - "exchangeName": "Kraken", - "ticker": "RAREUSD" - } - ], - "liquidityTier": 2, - "atomicResolution": -5.0, - "quantumConversionExponent": -9, - "defaultFundingPpm": 0, - "stepBaseQuantums": 1000000, - "subticksPerTick": 1000000, - "delayBlocks": 3600 - }, - "initialDeposit": { - "denom": "adydx", - "amount": "10000000000000000000000" - }, - "meta": { - "assetName": "SuperRare", - "referencePrice": 0.10756265309080068, - "cmcId": 11294.0 - } - }, - "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": 378, - "ticker": "DAR-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -10.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "DARUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "CoinbasePro", - "ticker": "DAR-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "DAR-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": "Mines of Dalarnia", - "referencePrice": 0.1350306177060666, - "cmcId": 11374.0 - } - }, - "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": 379, - "ticker": "GHST-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -9.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "GHSTUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "CoinbasePro", - "ticker": "GHST-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "ghstusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kraken", - "ticker": "GHSTUSD" - }, - { - "exchangeName": "Okx", - "ticker": "GHST-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": "Aavegotchi", - "referencePrice": 1.4177029071388514, - "cmcId": 7046.0 - } - }, - "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": 380, - "ticker": "QI-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -11.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "QIUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "CoinbasePro", - "ticker": "QI-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "QI-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": "BENQI", - "referencePrice": 0.015910744475817962, - "cmcId": 9288.0 - } - }, - "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": 381, - "ticker": "LOOM-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -11.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "LOOMUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "LOOM-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": "Loom Network", - "referencePrice": 0.06055154547630611, - "cmcId": 2588.0 - } - }, - "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": 382, - "ticker": "RACA-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -13.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Bybit", - "ticker": "RACAUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "RACA-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "RACA-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": "RACA", - "referencePrice": 0.00020188471388593484, - "cmcId": 11346.0 - } - }, - "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": 383, - "ticker": "DORA-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -10.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Huobi", - "ticker": "dorausdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "DORA-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": "Dora Factory", - "referencePrice": 0.13673777126525827, - "cmcId": 27966.0 - } - }, - "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.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "GTCUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "CoinbasePro", - "ticker": "GTC-USD" - }, - { - "exchangeName": "Kraken", - "ticker": "GTCUSD" - }, - { - "exchangeName": "Kucoin", - "ticker": "GTC-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": "Gitcoin", - "referencePrice": 1.10183147395363, - "cmcId": 10052.0 - } - }, - "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.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "BADGERUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "CoinbasePro", - "ticker": "BADGER-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "badgerusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kraken", - "ticker": "BADGERUSD" - }, - { - "exchangeName": "Okx", - "ticker": "BADGER-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": "Badger DAO", - "referencePrice": 3.576906311842049, - "cmcId": 7859.0 - } - }, - "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": 386, - "ticker": "RAD-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -9.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "RADUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Bitstamp", - "ticker": "RAD/USD" - }, - { - "exchangeName": "CoinbasePro", - "ticker": "RAD-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "radusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kraken", - "ticker": "RADUSD" - } - ], - "liquidityTier": 2, - "atomicResolution": -6.0, - "quantumConversionExponent": -9, - "defaultFundingPpm": 0, - "stepBaseQuantums": 1000000, - "subticksPerTick": 1000000, - "delayBlocks": 3600 - }, - "initialDeposit": { - "denom": "adydx", - "amount": "10000000000000000000000" - }, - "meta": { - "assetName": "Radworks", - "referencePrice": 1.4150276769509964, - "cmcId": 6843.0 - } - }, - "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": 387, - "ticker": "EWT-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -9.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Kraken", - "ticker": "EWTUSD" - }, - { - "exchangeName": "Kucoin", - "ticker": "EWT-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": "Energy Web Token", - "referencePrice": 2.375281663087165, - "cmcId": 5268.0 - } - }, - "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": 388, - "ticker": "BFC-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -11.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Huobi", - "ticker": "bfcusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "BFC-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": "Bifrost", - "referencePrice": 0.05213787926711927, - "cmcId": 7817.0 - } - }, - "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": 389, - "ticker": "ORBS-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -11.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Huobi", - "ticker": "orbsusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "ORBS-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "ORBS-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": "Orbs", - "referencePrice": 0.023162175067180164, - "cmcId": 3835.0 - } - }, - "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": 390, - "ticker": "NKN-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -11.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "NKNUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "CoinbasePro", - "ticker": "NKN-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "nknusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "NKN-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": "NKN", - "referencePrice": 0.09072923213133059, - "cmcId": 2780.0 - } - }, - "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": 391, - "ticker": "HIFI-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -10.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "HIFIUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "hifiusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "HIFI-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": "Hifi Finance", - "referencePrice": 0.5478464257370219, - "cmcId": 23037.0 - } - }, - "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": 392, - "ticker": "ACS-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -12.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Bybit", - "ticker": "ACSUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "CoinbasePro", - "ticker": "ACS-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "acsusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "ACS-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": "Access Protocol", - "referencePrice": 0.0019808232128073664, - "cmcId": 23195.0 - } - }, - "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": 393, - "ticker": "LYX-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -9.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Gate", - "ticker": "LYX_USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "LYX-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": "LUKSO", - "referencePrice": 2.21657831658514, - "cmcId": 27622.0 - } - }, - "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": 394, - "ticker": "ARDR-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -11.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "ARDRUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "ardrusdt", - "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": "Ardor", - "referencePrice": 0.06797244291544147, - "cmcId": 1320.0 - } - }, - "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": 395, - "ticker": "OGN-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -10.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "OGNUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "CoinbasePro", - "ticker": "OGN-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "ognusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kraken", - "ticker": "OGNUSD" - }, - { - "exchangeName": "Kucoin", - "ticker": "OGN-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": "Origin Protocol", - "referencePrice": 0.11256983721184151, - "cmcId": 5117.0 - } - }, - "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": 396, - "ticker": "ALEPH-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -10.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "CoinbasePro", - "ticker": "ALEPH-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "ALEPH-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": "Aleph.im", - "referencePrice": 0.27096623224389527, - "cmcId": 5821.0 - } - }, - "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": 397, - "ticker": "LTO-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -10.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "LTOUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "LTO-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": "LTO Network", - "referencePrice": 0.1486313575790394, - "cmcId": 3714.0 - } - }, - "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": 398, - "ticker": "AIDOGE-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -19.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Huobi", - "ticker": "aidogeusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "AIDOGE-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": "ArbDoge AI", - "referencePrice": 3.6235010351762234e-10, - "cmcId": 24477.0 - } - }, - "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": 399, - "ticker": "EUL-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -9.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Huobi", - "ticker": "eulusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kraken", - "ticker": "EULUSD" - }, - { - "exchangeName": "Kucoin", - "ticker": "EUL-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": "Euler", - "referencePrice": 4.407693065617342, - "cmcId": 14280.0 - } - }, - "XPLA": { - "title": "Add XPLA-USD perpetual market", - "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a XPLA-USD perpetual 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": "XPLA-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -10.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Gate", - "ticker": "XPLA_USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "xplausdt", - "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": "XPLA", - "referencePrice": 0.1082962352916277, - "cmcId": 22359.0 - } - }, - "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": 401, - "ticker": "VR-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -11.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Huobi", - "ticker": "vrusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "VR-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": "Victoria VR", - "referencePrice": 0.011678356339814379, - "cmcId": 14822.0 - } - }, - "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": 402, - "ticker": "TLM-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -11.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "TLMUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "tlmusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kraken", - "ticker": "TLMUSD" - }, - { - "exchangeName": "Kucoin", - "ticker": "TLM-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": "Alien Worlds", - "referencePrice": 0.013933504542487705, - "cmcId": 9119.0 - } - }, - "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": 403, - "ticker": "WRX-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -10.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "WRXUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "WRX-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": "WazirX", - "referencePrice": 0.1598989960252517, - "cmcId": 5161.0 - } - }, - "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": 404, - "ticker": "ATA-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -10.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "ATAUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "ATA-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": "Automata Network", - "referencePrice": 0.12363731187211058, - "cmcId": 10188.0 - } - }, - "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": 405, - "ticker": "POLS-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -10.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "POLSUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "CoinbasePro", - "ticker": "POLS-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "polsusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kraken", - "ticker": "POLSUSD" - }, - { - "exchangeName": "Kucoin", - "ticker": "POLS-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "POLS-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": "Polkastarter", - "referencePrice": 0.612378231203083, - "cmcId": 7208.0 - } - }, - "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": 406, - "ticker": "WXT-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -12.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Huobi", - "ticker": "wxtusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "WXT-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": "Wirex Token", - "referencePrice": 0.005918891207482505, - "cmcId": 4090.0 - } - }, - "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": 407, - "ticker": "ORN-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -9.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "ORNUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "CoinbasePro", - "ticker": "ORN-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "ORN-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": "Orion", - "referencePrice": 1.740046473534909, - "cmcId": 5631.0 - } - }, - "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": 408, - "ticker": "LOOKS-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -11.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Bybit", - "ticker": "LOOKSUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "looksusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "LOOKS-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "LOOKS-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": "LooksRare", - "referencePrice": 0.05955779007865286, - "cmcId": 17081.0 - } - }, - "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": 409, - "ticker": "QKC-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -12.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "QKCUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "QKC-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": "QuarkChain", - "referencePrice": 0.008592582058648702, - "cmcId": 2840.0 - } - }, - "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.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "ERNUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "CoinbasePro", - "ticker": "ERN-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "ernusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "ERN-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "ERN-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": "Ethernity Chain", - "referencePrice": 2.8137843930014657, - "cmcId": 8615.0 - } - }, - "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.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Bybit", - "ticker": "GODSUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "CoinbasePro", - "ticker": "GODS-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "godsusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "GODS-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "GODS-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": "Gods Unchained", - "referencePrice": 0.1898466388555675, - "cmcId": 10631.0 - } - }, - "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": 412, - "ticker": "MPL-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -8.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Bitstamp", - "ticker": "MPL/USD" - }, - { - "exchangeName": "CoinbasePro", - "ticker": "MPL-USD" - } - ], - "liquidityTier": 2, - "atomicResolution": -7.0, - "quantumConversionExponent": -9, - "defaultFundingPpm": 0, - "stepBaseQuantums": 1000000, - "subticksPerTick": 1000000, - "delayBlocks": 3600 - }, - "initialDeposit": { - "denom": "adydx", - "amount": "10000000000000000000000" - }, - "meta": { - "assetName": "Maple", - "referencePrice": 12.666174785314178, - "cmcId": 9417.0 - } - }, - "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": 413, - "ticker": "ELA-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -9.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "CoinbasePro", - "ticker": "ELA-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "elausdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "ELA-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": "Elastos", - "referencePrice": 2.508875664786853, - "cmcId": 2492.0 - } - }, - "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": 414, - "ticker": "CTXC-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -10.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "CTXCUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "ctxcusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "CTXC-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": "Cortex", - "referencePrice": 0.2515625164880191, - "cmcId": 2638.0 - } - }, - "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": 415, - "ticker": "LAT-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -11.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Huobi", - "ticker": "latusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "LAT-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": "PlatON", - "referencePrice": 0.010144232816334916, - "cmcId": 9720.0 - } - }, - "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": 416, - "ticker": "BRISE-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -16.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Huobi", - "ticker": "briseusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "BRISE-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": "Bitgert", - "referencePrice": 1.394069730604699e-07, - "cmcId": 11079.0 - } - }, - "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": 417, - "ticker": "PERP-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -10.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "PERPUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Bitstamp", - "ticker": "PERP/USD" - }, - { - "exchangeName": "Bybit", - "ticker": "PERPUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "CoinbasePro", - "ticker": "PERP-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "perpusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kraken", - "ticker": "PERPUSD" - }, - { - "exchangeName": "Kucoin", - "ticker": "PERP-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "PERP-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": "Perpetual Protocol", - "referencePrice": 0.82750675186542, - "cmcId": 6950.0 - } - }, - "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": 418, - "ticker": "REI-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -11.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "REIUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "reiusdt", - "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": "REI Network", - "referencePrice": 0.05615956062794962, - "cmcId": 19819.0 - } - }, - "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": 419, - "ticker": "OMG-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -10.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Bybit", - "ticker": "OMGUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "omgusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kraken", - "ticker": "OMGUSD" - }, - { - "exchangeName": "Kucoin", - "ticker": "OMG-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "OMG-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": "OMG Network", - "referencePrice": 0.38501337340827624, - "cmcId": 1808.0 - } - }, - "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": 420, - "ticker": "GHX-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -11.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Gate", - "ticker": "GHX_USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "GHX-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": "GamerCoin", - "referencePrice": 0.08386147538103038, - "cmcId": 6554.0 - } - }, - "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": 421, - "ticker": "PIRATE-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -10.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Bybit", - "ticker": "PIRATEUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "CoinbasePro", - "ticker": "PIRATE-USD" - } - ], - "liquidityTier": 2, - "atomicResolution": -5.0, - "quantumConversionExponent": -9, - "defaultFundingPpm": 0, - "stepBaseQuantums": 1000000, - "subticksPerTick": 1000000, - "delayBlocks": 3600 - }, - "initialDeposit": { - "denom": "adydx", - "amount": "10000000000000000000000" - }, - "meta": { - "assetName": "Pirate Nation", - "referencePrice": 0.22097298125421255, - "cmcId": 31704.0 - } - }, - "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": 422, - "ticker": "CEL-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -9.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Bybit", - "ticker": "CELUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "CEL-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": "Celsius", - "referencePrice": 1.41334582695128, - "cmcId": 2700.0 - } - }, - "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": 423, - "ticker": "REN-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -11.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "RENUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Bybit", - "ticker": "RENUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "renusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kraken", - "ticker": "RENUSD" - }, - { - "exchangeName": "Kucoin", - "ticker": "REN-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "REN-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": "Ren", - "referencePrice": 0.052979939535510265, - "cmcId": 2539.0 - } - }, - "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": 424, - "ticker": "MBL-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -12.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "MBLUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "MBL-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": "MovieBloc", - "referencePrice": 0.0029036187280526557, - "cmcId": 4038.0 - } - }, - "RARI": { - "title": "Add RARI-USD perpetual market", - "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a RARI-USD perpetual 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": "RARI-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -9.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "CoinbasePro", - "ticker": "RARI-USD" - }, - { - "exchangeName": "Kraken", - "ticker": "RARIUSD" - } - ], - "liquidityTier": 2, - "atomicResolution": -6.0, - "quantumConversionExponent": -9, - "defaultFundingPpm": 0, - "stepBaseQuantums": 1000000, - "subticksPerTick": 1000000, - "delayBlocks": 3600 - }, - "initialDeposit": { - "denom": "adydx", - "amount": "10000000000000000000000" - }, - "meta": { - "assetName": "RARI", - "referencePrice": 2.206480472297905, - "cmcId": 5877.0 - } - }, - "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": 426, - "ticker": "COMBO-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -10.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "COMBOUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "COMBO-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": "COMBO", - "referencePrice": 0.7278147025164148, - "cmcId": 4275.0 - } - }, - "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": 427, - "ticker": "DATA-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -11.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "DATAUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "DATA-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": "Streamr", - "referencePrice": 0.05043115477206369, - "cmcId": 2143.0 - } - }, - "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": 428, - "ticker": "FIRE-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -9.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Bybit", - "ticker": "FIREUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "FIRE-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": "Matr1x Fire", - "referencePrice": 1.500506725403574, - "cmcId": 29273.0 - } - }, - "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": 429, - "ticker": "KMD-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -10.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "KMDUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "kmdusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "KMD-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": "Komodo", - "referencePrice": 0.3681469311134567, - "cmcId": 1521.0 - } - }, - "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": 430, - "ticker": "FX-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -10.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "CoinbasePro", - "ticker": "FX-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "fxusdt", - "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": "Function X", - "referencePrice": 0.12469253487004968, - "cmcId": 3884.0 - } - }, - "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": 431, - "ticker": "XCN-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -12.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "CoinbasePro", - "ticker": "XCN-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "xcnusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kraken", - "ticker": "XCNUSD" - }, - { - "exchangeName": "Kucoin", - "ticker": "XCN-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": "Onyxcoin", - "referencePrice": 0.0017036879029199872, - "cmcId": 18679.0 - } - }, - "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": 432, - "ticker": "MLN-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -8.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "MLNUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "CoinbasePro", - "ticker": "MLN-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "mlnusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kraken", - "ticker": "XMLNZUSD" - }, - { - "exchangeName": "Okx", - "ticker": "MLN-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": "Enzyme", - "referencePrice": 18.515231523712302, - "cmcId": 1552.0 - } - }, - "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": 433, - "ticker": "PSTAKE-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -10.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Bybit", - "ticker": "PSTAKEUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "pstakeusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kraken", - "ticker": "PSTAKEUSD" - }, - { - "exchangeName": "Kucoin", - "ticker": "PSTAKE-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "PSTAKE-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": "pSTAKE Finance", - "referencePrice": 0.10979281855034086, - "cmcId": 15996.0 - } - }, - "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": 434, - "ticker": "FORTH-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -9.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "FORTHUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "CoinbasePro", - "ticker": "FORTH-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "forthusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kraken", - "ticker": "FORTHUSD" - }, - { - "exchangeName": "Kucoin", - "ticker": "FORTH-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "FORTH-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": "Ampleforth Governance Token", - "referencePrice": 3.2795748251149854, - "cmcId": 9421.0 - } - }, - "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": 435, - "ticker": "BOBA-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -10.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Bybit", - "ticker": "BOBAUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "CoinbasePro", - "ticker": "BOBA-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "bobausdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kraken", - "ticker": "BOBAUSD" - }, - { - "exchangeName": "Kucoin", - "ticker": "BOBA-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": "Boba Network", - "referencePrice": 0.2836680800988832, - "cmcId": 14556.0 - } - }, - "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": 436, - "ticker": "DIA-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -10.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "DIAUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "CoinbasePro", - "ticker": "DIA-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "diausdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "DIA-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "DIA-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": "DIA", - "referencePrice": 0.43897869098583325, - "cmcId": 6138.0 - } - }, - "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": 437, - "ticker": "LIT-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -10.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "LITUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "CoinbasePro", - "ticker": "LIT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "LIT-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": "Litentry", - "referencePrice": 0.8724837216914846, - "cmcId": 6833.0 - } - }, - "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.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "NULSUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "nulsusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "NULS-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": "NULS", - "referencePrice": 0.42367297632856377, - "cmcId": 2092.0 - } - }, - "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": 439, - "ticker": "FIDA-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -10.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "FIDAUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Bybit", - "ticker": "FIDAUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "CoinbasePro", - "ticker": "FIDA-USD" - }, - { - "exchangeName": "Kraken", - "ticker": "FIDAUSD" - }, - { - "exchangeName": "Kucoin", - "ticker": "FIDA-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": "Bonfida", - "referencePrice": 0.3612708166979599, - "cmcId": 7978.0 - } - }, - "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": 440, - "ticker": "BOSON-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -10.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Huobi", - "ticker": "bosonusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "BOSON-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": "Boson Protocol", - "referencePrice": 0.3712014028682316, - "cmcId": 8827.0 - } - }, - "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": 441, - "ticker": "LINA-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -12.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "LINAUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "linausdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "LINA-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": "Linear Finance", - "referencePrice": 0.007512200853943781, - "cmcId": 7102.0 - } - }, - "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": 442, - "ticker": "SWEAT-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -12.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Bybit", - "ticker": "SWEATUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "sweatusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "SWEAT-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "SWEAT-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": "Sweat Economy", - "referencePrice": 0.006772152792756389, - "cmcId": 21351.0 - } - }, - "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": 443, - "ticker": "MAPO-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -11.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Huobi", - "ticker": "mapousdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "MAPO-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": "MAP Protocol", - "referencePrice": 0.01018628682736799, - "cmcId": 4956.0 - } - }, - "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": 444, - "ticker": "SOLO-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -10.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Bybit", - "ticker": "SOLOUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "solousdt", - "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": "Sologenic", - "referencePrice": 0.10953893116927976, - "cmcId": 5279.0 - } - }, - "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": 445, - "ticker": "ALCX-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -8.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "ALCXUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "CoinbasePro", - "ticker": "ALCX-USD" - }, - { - "exchangeName": "Kraken", - "ticker": "ALCXUSD" - }, - { - "exchangeName": "Okx", - "ticker": "ALCX-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": "Alchemix", - "referencePrice": 20.16012782384476, - "cmcId": 8613.0 - } - }, - "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": 446, - "ticker": "UOS-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -10.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Huobi", - "ticker": "uosusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "UOS-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": "Ultra", - "referencePrice": 0.11952374318072742, - "cmcId": 4189.0 - } - }, - "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": 447, - "ticker": "NUM-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -11.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Huobi", - "ticker": "numusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "NUM-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": "Numbers Protocol", - "referencePrice": 0.0703364440500581, - "cmcId": 13521.0 - } - }, - "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": 448, - "ticker": "CBK-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -10.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Bybit", - "ticker": "CBKUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "cbkusdt", - "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": "Cobak Token", - "referencePrice": 0.5053623395142638, - "cmcId": 8107.0 - } - }, - "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": 449, - "ticker": "FIS-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -10.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "FISUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "CoinbasePro", - "ticker": "FIS-USD" - }, - { - "exchangeName": "Kraken", - "ticker": "FISUSD" - } - ], - "liquidityTier": 2, - "atomicResolution": -5.0, - "quantumConversionExponent": -9, - "defaultFundingPpm": 0, - "stepBaseQuantums": 1000000, - "subticksPerTick": 1000000, - "delayBlocks": 3600 - }, - "initialDeposit": { - "denom": "adydx", - "amount": "10000000000000000000000" - }, - "meta": { - "assetName": "StaFi", - "referencePrice": 0.41374847419185207, - "cmcId": 5882.0 - } - }, - "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": 450, - "ticker": "FLM-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -11.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "FLMUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "FLM-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": "Flamingo", - "referencePrice": 0.07187797821097391, - "cmcId": 7150.0 - } - }, - "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": 451, - "ticker": "SIDUS-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -12.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Bybit", - "ticker": "SIDUSUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "SIDUS-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": "SIDUS", - "referencePrice": 0.004882577889266939, - "cmcId": 15463.0 - } - }, - "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": 452, - "ticker": "BEL-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -10.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "BELUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Bybit", - "ticker": "BELUSDT", - "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": "Bella Protocol", - "referencePrice": 0.6684079937390486, - "cmcId": 6928.0 - } - }, - "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": 453, - "ticker": "AERGO-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -11.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "AERGOUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "CoinbasePro", - "ticker": "AERGO-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "AERGO-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "AERGO-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": "Aergo", - "referencePrice": 0.08824237657836015, - "cmcId": 3637.0 - } - }, - "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": 454, - "ticker": "WAN-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -10.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "WANUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "wanusdt", - "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": "Wanchain", - "referencePrice": 0.21064919242387287, - "cmcId": 2606.0 - } - }, - "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": 455, - "ticker": "DEGO-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -9.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "DEGOUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "DEGO-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": "Dego Finance", - "referencePrice": 1.9751081816069112, - "cmcId": 7087.0 - } - }, - "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": 456, - "ticker": "NEON-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -10.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Bybit", - "ticker": "NEONUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "CoinbasePro", - "ticker": "NEON-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "NEON-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": "Neon EVM", - "referencePrice": 0.7291409732582772, - "cmcId": 23015.0 - } - }, - "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": 457, - "ticker": "LOKA-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -10.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "LOKAUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "CoinbasePro", - "ticker": "LOKA-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "lokausdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "LOKA-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": "League of Kingdoms Arena", - "referencePrice": 0.2352829260097526, - "cmcId": 17145.0 - } - }, - "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": 458, - "ticker": "DEP-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -12.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Huobi", - "ticker": "depusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "DEP-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": "DEAPcoin", - "referencePrice": 0.00157584127411663, - "cmcId": 5429.0 - } - }, - "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": 459, - "ticker": "ROUTE-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -9.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Bybit", - "ticker": "ROUTEUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "routeusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "ROUTE-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": "Router Protocol", - "referencePrice": 2.4386408582155985, - "cmcId": 8292.0 - } - }, - "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": 460, - "ticker": "XPRT-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -10.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Huobi", - "ticker": "xprtusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "XPRT-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": "Persistence One", - "referencePrice": 0.2069341633278554, - "cmcId": 7281.0 - } - }, - "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.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "IDEXUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "CoinbasePro", - "ticker": "IDEX-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "idexusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kraken", - "ticker": "IDEXUSD" - } - ], - "liquidityTier": 2, - "atomicResolution": -4.0, - "quantumConversionExponent": -9, - "defaultFundingPpm": 0, - "stepBaseQuantums": 1000000, - "subticksPerTick": 1000000, - "delayBlocks": 3600 - }, - "initialDeposit": { - "denom": "adydx", - "amount": "10000000000000000000000" - }, - "meta": { - "assetName": "IDEX", - "referencePrice": 0.04889108835774811, - "cmcId": 3928.0 - } - }, - "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": 462, - "ticker": "VIC-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -10.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "VICUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Bybit", - "ticker": "VICUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "vicusdt", - "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": "Viction", - "referencePrice": 0.3997560899683359, - "cmcId": 2570.0 - } - }, - "EURC": { - "title": "Add EURC-USD perpetual market", - "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a EURC-USD perpetual 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": "EURC-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -9.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Bitstamp", - "ticker": "EUROC/USDC" - }, - { - "exchangeName": "Huobi", - "ticker": "eurocusdt", - "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": "EURC", - "referencePrice": 1.0451580640055396, - "cmcId": 20641.0 - } - }, - "SAMO": { - "title": "Add SAMO-USD perpetual market", - "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a SAMO-USD perpetual 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": "SAMO-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -11.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Kraken", - "ticker": "SAMOUSD" - }, - { - "exchangeName": "Okx", - "ticker": "SAMO-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": "Samoyedcoin", - "referencePrice": 0.01104159369328495, - "cmcId": 9721.0 - } - }, - "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": 465, - "ticker": "ROOT-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -11.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Bybit", - "ticker": "ROOTUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "rootusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "ROOT-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": "The Root Network", - "referencePrice": 0.03693398150699277, - "cmcId": 28479.0 - } - }, - "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": 466, - "ticker": "PDA-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -11.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "PDAUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "pdausdt", - "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": "PlayDapp", - "referencePrice": 0.0670023109064078, - "cmcId": 7461.0 - } - }, - "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": 467, - "ticker": "AVA-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -10.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "AVAUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Bybit", - "ticker": "AVAUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "AVA-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": "AVA", - "referencePrice": 0.7193148068316205, - "cmcId": 2776.0 - } - }, - "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": 468, - "ticker": "UNFI-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -9.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "UNFIUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "unfiusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kraken", - "ticker": "UNFIUSD" - }, - { - "exchangeName": "Kucoin", - "ticker": "UNFI-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": "Unifi Protocol DAO", - "referencePrice": 4.03244141689373, - "cmcId": 7672.0 - } - }, - "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": 469, - "ticker": "VRTX-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -10.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Bybit", - "ticker": "VRTXUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "vrtxusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "VRTX-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": "Vertex Protocol", - "referencePrice": 0.15214918996101717, - "cmcId": 22355.0 - } - }, - "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": 470, - "ticker": "REEF-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -12.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "REEFUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "reefusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "REEF-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": "Reef", - "referencePrice": 0.001612477584909908, - "cmcId": 6951.0 - } - }, - "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": 471, - "ticker": "FARM-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -8.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "FARMUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "CoinbasePro", - "ticker": "FARM-USD" - }, - { - "exchangeName": "Kraken", - "ticker": "FARMUSD" - } - ], - "liquidityTier": 2, - "atomicResolution": -7.0, - "quantumConversionExponent": -9, - "defaultFundingPpm": 0, - "stepBaseQuantums": 1000000, - "subticksPerTick": 1000000, - "delayBlocks": 3600 - }, - "initialDeposit": { - "denom": "adydx", - "amount": "10000000000000000000000" - }, - "meta": { - "assetName": "Harvest Finance", - "referencePrice": 53.110366275886825, - "cmcId": 6859.0 - } - }, - "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": 472, - "ticker": "DFI-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -11.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Bybit", - "ticker": "DFIUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "dfiusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "DFI-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": "DeFiChain", - "referencePrice": 0.044216656867612024, - "cmcId": 5804.0 - } - }, - "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": 473, - "ticker": "CUSD-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -10.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Bybit", - "ticker": "CUSDUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "cusdusdt", - "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": "Celo Dollar", - "referencePrice": 0.9989491024829713, - "cmcId": 7236.0 - } - }, - "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": 474, - "ticker": "VRA-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -12.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Bybit", - "ticker": "VRAUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "vrausdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "VRA-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "VRA-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": "Verasity", - "referencePrice": 0.0034834154479595233, - "cmcId": 3816.0 - } - }, - "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": 475, - "ticker": "DUKO-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -12.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Raydium", - "ticker": "SOL-DUKO-A9J2mXPXfRZ7Sh2ymUgCJM4p9iUjZBcyAfrz49PoBBN4-9-HD7aZ6YrqAxVbGNAMEKxozcW1ZDU7pbKfd7XMmZtxyzk-6-FoBQDGey332Ppv1KiTow8z9oZP8n6mEPLyhedPdG1nUG-BGS69Ju7DRRVxw9b2B5TnrMLzVdJcscV8UtKywqNsgwx", - "adjustByMarket": "SOL-USD", - "invert": true - } - ], - "liquidityTier": 2, - "atomicResolution": -3.0, - "quantumConversionExponent": -9, - "defaultFundingPpm": 0, - "stepBaseQuantums": 1000000, - "subticksPerTick": 1000000, - "delayBlocks": 3600 - }, - "initialDeposit": { - "denom": "adydx", - "amount": "10000000000000000000000" - }, - "meta": { - "assetName": "DUKO", - "referencePrice": 0.002977, - "cmcId": 29494.0 - } - }, - "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": 476, - "ticker": "TT-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -12.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Huobi", - "ticker": "ttusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "TT-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": "ThunderCore", - "referencePrice": 0.0031720157187291164, - "cmcId": 3930.0 - } - }, - "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": 477, - "ticker": "BSW-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -11.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "BSWUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "BSW-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": "Biswap", - "referencePrice": 0.07082445991661747, - "cmcId": 10746.0 - } - }, - "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.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "MDTUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "CoinbasePro", - "ticker": "MDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "MDT-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": "Measurable Data Token", - "referencePrice": 0.051081970103487966, - "cmcId": 2348.0 - } - }, - "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": 479, - "ticker": "CEEK-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -11.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Huobi", - "ticker": "ceekusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "CEEK-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "CEEK-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": "CEEK VR", - "referencePrice": 0.042233937345606626, - "cmcId": 2856.0 - } - }, - "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": 480, - "ticker": "ICE-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -12.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Huobi", - "ticker": "iceusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "ICE-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "ICE-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": "Ice Open Network", - "referencePrice": 0.005148459329560883, - "cmcId": 27650.0 - } - }, - "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": 481, - "ticker": "VOXEL-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -10.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "VOXELUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "CoinbasePro", - "ticker": "VOXEL-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "voxelusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "VOXEL-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": "Voxies", - "referencePrice": 0.18891908082799586, - "cmcId": 15678.0 - } - }, - "KEY": { - "title": "Add KEY-USD perpetual market", - "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a KEY-USD perpetual 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": "KEY-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -12.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "KEYUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kraken", - "ticker": "KEYUSD" - } - ], - "liquidityTier": 2, - "atomicResolution": -3.0, - "quantumConversionExponent": -9, - "defaultFundingPpm": 0, - "stepBaseQuantums": 1000000, - "subticksPerTick": 1000000, - "delayBlocks": 3600 - }, - "initialDeposit": { - "denom": "adydx", - "amount": "10000000000000000000000" - }, - "meta": { - "assetName": "SelfKey", - "referencePrice": 0.006410645856666561, - "cmcId": 2398.0 - } - }, - "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": 483, - "ticker": "BURGER-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -10.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "BURGERUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "BURGER-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": "BurgerCities", - "referencePrice": 0.6129772978518218, - "cmcId": 7158.0 - } - }, - "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": 484, - "ticker": "CERE-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -12.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Huobi", - "ticker": "cereusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "CERE-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": "Cere Network", - "referencePrice": 0.004812605625959443, - "cmcId": 4710.0 - } - }, - "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": 485, - "ticker": "OPUL-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -10.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Huobi", - "ticker": "opulusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "OPUL-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": "Opulous", - "referencePrice": 0.1178175090863272, - "cmcId": 10409.0 - } - }, - "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": 486, - "ticker": "PRCL-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -10.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Bybit", - "ticker": "PRCLUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "prclusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "PRCL-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "PRCL-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": "Parcl", - "referencePrice": 0.27343435161137525, - "cmcId": 30661.0 - } - }, - "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": 487, - "ticker": "GST-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -11.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Bybit", - "ticker": "GSTUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "CoinbasePro", - "ticker": "GST-USD" - }, - { - "exchangeName": "Kraken", - "ticker": "GSTUSD" - }, - { - "exchangeName": "Kucoin", - "ticker": "GST-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": "Green Satoshi Token (SOL)", - "referencePrice": 0.019489346528204412, - "cmcId": 16352.0 - } - }, - "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": 488, - "ticker": "UTK-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -11.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "UTKUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "utkusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "UTK-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "UTK-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": "xMoney", - "referencePrice": 0.06266426457770453, - "cmcId": 2320.0 - } - }, - "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": 489, - "ticker": "XCAD-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -10.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Bybit", - "ticker": "XCADUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "xcadusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "XCAD-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": "XCAD Network", - "referencePrice": 0.664608848651971, - "cmcId": 9868.0 - } - }, - "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": 490, - "ticker": "SDAO-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -10.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Huobi", - "ticker": "sdaousdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "SDAO-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": "SingularityDAO", - "referencePrice": 0.37061923997444013, - "cmcId": 9638.0 - } - }, - "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": 491, - "ticker": "BENDOG-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -11.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Raydium", - "ticker": "SOL-BENDOG-2BFpMzi33JtpY4CGUjY7x5JPApy6f2AdkuLZsd1QGqRv-9-2Pza1YUczgc4RWLhAgdXSJh4oYUspvhhAiSecFDd7ZJ3-9-H1FPc9WQpA3GPnXMmzSjtt6gMuYuyDqYndBscaHNyCbv-47857wX96Tb4Ud3M3ka949iVRFmUqS33KLBxoVsqgfLK", - "adjustByMarket": "SOL-USD", - "invert": true - } - ], - "liquidityTier": 2, - "atomicResolution": -4.0, - "quantumConversionExponent": -9, - "defaultFundingPpm": 0, - "stepBaseQuantums": 1000000, - "subticksPerTick": 1000000, - "delayBlocks": 3600 - }, - "initialDeposit": { - "denom": "adydx", - "amount": "10000000000000000000000" - }, - "meta": { - "assetName": "Ben the Dog", - "referencePrice": 0.0228148822577531, - "cmcId": 29574.0 - } - }, - "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": 492, - "ticker": "MON-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -10.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Bybit", - "ticker": "MONUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "MON-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": "MON Protocol", - "referencePrice": 0.27102935128810013, - "cmcId": 30950.0 - } - }, - "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": 493, - "ticker": "MXC-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -11.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Huobi", - "ticker": "mxcusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kraken", - "ticker": "MXCUSD" - }, - { - "exchangeName": "Kucoin", - "ticker": "MXC-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "MXC-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": "Moonchain", - "referencePrice": 0.011425243776049691, - "cmcId": 3628.0 - } - }, - "KP3R": { - "title": "Add KP3R-USD perpetual market", - "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a KP3R-USD perpetual 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": "KP3R-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -8.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "KP3RUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kraken", - "ticker": "KP3RUSD" - }, - { - "exchangeName": "Okx", - "ticker": "KP3R-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": "Keep3rV1", - "referencePrice": 66.34919208459029, - "cmcId": 7535.0 - } - }, - "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": 495, - "ticker": "KLV-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -12.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Huobi", - "ticker": "klvusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "KLV-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": "Klever", - "referencePrice": 0.0031169683237615604, - "cmcId": 6724.0 - } - }, - "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": 496, - "ticker": "VLX-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -11.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Huobi", - "ticker": "vlxusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "VLX-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": "Velas", - "referencePrice": 0.010130786496916785, - "cmcId": 4747.0 - } - }, - "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": 497, - "ticker": "TOMI-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -10.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Bybit", - "ticker": "TOMIUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "tomiusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "TOMI-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": "tomi", - "referencePrice": 0.2489044836301243, - "cmcId": 23246.0 - } - }, - "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": 498, - "ticker": "ADX-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -10.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "ADXUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "adxusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kraken", - "ticker": "ADXUSD" - }, - { - "exchangeName": "Kucoin", - "ticker": "ADX-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": "AdEx", - "referencePrice": 0.18260306886425748, - "cmcId": 1768.0 - } - }, - "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.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "PSGUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Bybit", - "ticker": "PSGUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "psgusdt", - "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": "Paris Saint-Germain Fan Token", - "referencePrice": 3.4203662781415654, - "cmcId": 5226.0 - } - }, - "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": 500, - "ticker": "XPR-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -12.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Kucoin", - "ticker": "XPR-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "XPR-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": "XPR Network", - "referencePrice": 0.0010181126325808127, - "cmcId": 5350.0 - } - }, - "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": 501, - "ticker": "UFT-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -10.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "UFTUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "uftusdt", - "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": "UniLend", - "referencePrice": 0.32438007537381763, - "cmcId": 7412.0 - } - }, - "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": 502, - "ticker": "GMEE-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -11.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Huobi", - "ticker": "gmeeusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "GMEE-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": "GAMEE", - "referencePrice": 0.023431275081320736, - "cmcId": 9103.0 - } - }, - "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.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "CoinbasePro", - "ticker": "SWFTC-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "swftcusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "SWFTC-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "SWFTC-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": "SwftCoin", - "referencePrice": 0.0061984648341059274, - "cmcId": 2341.0 - } - }, - "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": 504, - "ticker": "TAVA-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -11.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Bybit", - "ticker": "TAVAUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "tavausdt", - "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": "ALTAVA", - "referencePrice": 0.045379695744608414, - "cmcId": 19786.0 - } - }, - "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": 505, - "ticker": "CETUS-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -11.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Kucoin", - "ticker": "CETUS-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "CETUS-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": "Cetus Protocol", - "referencePrice": 0.08364761943463825, - "cmcId": 25114.0 - } - }, - "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": 506, - "ticker": "AKRO-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -12.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "AKROUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "akrousdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "AKRO-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": "Akropolis", - "referencePrice": 0.005295760688512259, - "cmcId": 4134.0 - } - }, - "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": 507, - "ticker": "CTX-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -9.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "CoinbasePro", - "ticker": "CTX-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "ctxusdt", - "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": "Cryptex Finance", - "referencePrice": 3.7377884408420448, - "cmcId": 10368.0 - } - }, - "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": 508, - "ticker": "BAR-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -9.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "BARUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Bybit", - "ticker": "BARUSDT", - "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": "FC Barcelona Fan Token", - "referencePrice": 2.0821822087963127, - "cmcId": 5225.0 - } - }, - "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.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "AMBUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "AMB-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": "AirDAO", - "referencePrice": 0.007548248356675023, - "cmcId": 2081.0 - } - }, - "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": 510, - "ticker": "PRQ-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -11.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "CoinbasePro", - "ticker": "PRQ-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "prqusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "PRQ-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "PRQ-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": "PARSIQ", - "referencePrice": 0.0864111185016011, - "cmcId": 5410.0 - } - }, - "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": 511, - "ticker": "FIO-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -11.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "FIOUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "fiousdt", - "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": "FIO Protocol", - "referencePrice": 0.027948196787507935, - "cmcId": 5865.0 - } - }, - "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": 512, - "ticker": "VIDT-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -11.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "VIDTUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "VIDT-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": "VIDT DAO", - "referencePrice": 0.026599624296249513, - "cmcId": 22710.0 - } - }, - "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": 513, - "ticker": "HARD-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -10.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "HARDUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "HARD-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 Lend", - "referencePrice": 0.16024341076999749, - "cmcId": 7576.0 - } - }, - "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": 514, - "ticker": "AURY-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -10.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Bybit", - "ticker": "AURYUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "auryusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "AURY-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": "Aurory", - "referencePrice": 0.378545684871167, - "cmcId": 11367.0 - } - }, - "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": 515, - "ticker": "BOND-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -9.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "BONDUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kraken", - "ticker": "BONDUSD" - }, - { - "exchangeName": "Kucoin", - "ticker": "BOND-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": "BarnBridge", - "referencePrice": 2.6408619279250547, - "cmcId": 7440.0 - } - }, - "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": 516, - "ticker": "VEGA-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -10.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Bybit", - "ticker": "VEGAUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "VEGA-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": "Vega Protocol", - "referencePrice": 0.3046752406648019, - "cmcId": 10223.0 - } - }, - "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": 517, - "ticker": "BLOK-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -12.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Kucoin", - "ticker": "BLOK-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "BLOK-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": "Bloktopia", - "referencePrice": 0.001145747332238518, - "cmcId": 11206.0 - } - }, - "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": 518, - "ticker": "SHRAP-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -11.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Bybit", - "ticker": "SHRAPUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "shrapusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "SHRAP-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": "Shrapnel", - "referencePrice": 0.08826623914747814, - "cmcId": 28363.0 - } - }, - "SLOTH": { - "title": "Add SLOTH-USD perpetual market", - "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a SLOTH-USD perpetual 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": "SLOTH-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -12.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Raydium", - "ticker": "SOL-SLOTH-5xQzJAvJ7Ut4qoTwiKECnaMDUhZFivx96EFomcBbUShq-9-Bs7VsZxQYHndLFnfDRRmJ4D44gCoTv7vNoDF2s5s11cV-6-A7k1mZQNNNKCakhHZN9bQqLzowDmApHTb4564uw5tAVU-7mtJbVNEtejYmCLRriwQhymZdzn4wGRFTvTZ5721b4BD", - "adjustByMarket": "SOL-USD", - "invert": true - } - ], - "liquidityTier": 2, - "atomicResolution": -3.0, - "quantumConversionExponent": -9, - "defaultFundingPpm": 0, - "stepBaseQuantums": 1000000, - "subticksPerTick": 1000000, - "delayBlocks": 3600 - }, - "initialDeposit": { - "denom": "adydx", - "amount": "10000000000000000000000" - }, - "meta": { - "assetName": "Slothana", - "referencePrice": 0.0096534920508722, - "cmcId": 31163.0 - } - }, - "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": 520, - "ticker": "KRL-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -10.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Bybit", - "ticker": "KRLUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "CoinbasePro", - "ticker": "KRL-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "KRL-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": "Kryll", - "referencePrice": 0.5034253761916065, - "cmcId": 2949.0 - } - }, - "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": 521, - "ticker": "AST-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -10.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "ASTUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "CoinbasePro", - "ticker": "AST-USD" - }, - { - "exchangeName": "Okx", - "ticker": "AST-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": "AirSwap", - "referencePrice": 0.11273941564379242, - "cmcId": 2058.0 - } - }, - "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": 522, - "ticker": "DMAIL-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -10.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Bybit", - "ticker": "DMAILUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "DMAIL-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "DMAIL-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": "DMAIL Network", - "referencePrice": 0.45898135416555774, - "cmcId": 19779.0 - } - }, - "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": 523, - "ticker": "CITY-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -9.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "CITYUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Bybit", - "ticker": "CITYUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "CITY-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": "Manchester City Fan Token", - "referencePrice": 2.412745328938998, - "cmcId": 10049.0 - } - }, - "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": 524, - "ticker": "TIME-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -8.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Bybit", - "ticker": "TIMEUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "CoinbasePro", - "ticker": "TIME-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "TIME-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": "Chrono.tech", - "referencePrice": 26.888521382121926, - "cmcId": 1556.0 - } - }, - "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": 525, - "ticker": "GFT-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -11.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "GFTUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "gftusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "GFT-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "GFT-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": "Gifto", - "referencePrice": 0.01864479308394675, - "cmcId": 2289.0 - } - }, - "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": 526, - "ticker": "SILLY-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -11.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Huobi", - "ticker": "sillyusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "SILLY-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": "Silly Dragon", - "referencePrice": 0.018339723934809787, - "cmcId": 28789.0 - } - }, - "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": 527, - "ticker": "FIRO-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -9.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "FIROUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "firousdt", - "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": "Firo", - "referencePrice": 1.2844175561935651, - "cmcId": 1414.0 - } - }, - "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": 528, - "ticker": "WIFI-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -11.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Huobi", - "ticker": "wifiusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "WIFI-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": "WiFi Map", - "referencePrice": 0.05962285309862184, - "cmcId": 24133.0 - } - }, - "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": 529, - "ticker": "SCA-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -10.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Bybit", - "ticker": "SCAUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "scausdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "SCA-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": "Scallop", - "referencePrice": 0.5202888698886845, - "cmcId": 29679.0 - } - }, - "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": 530, - "ticker": "OG-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -9.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "OGUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "ogusdt", - "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": "OG Fan Token", - "referencePrice": 3.5669832418006724, - "cmcId": 5309.0 - } - }, - "PAJAMAS": { - "title": "Add PAJAMAS-USD perpetual market", - "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a PAJAMAS-USD perpetual 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": "PAJAMAS-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -11.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Raydium", - "ticker": "PAJAMAS-SOL-2amsF7CaXcxBDU39e8H8Cm4EFJWJqhWhJ4TBgFFvkbMQ-9-F7vbaUrc9z1CMWDqVtpQCpSQ8m5k5s3WkAf7NVAHdemD-9-8eSiN9JD5WYJVznfu4EWwPnEDMSvwfSx12NyXdhhkUJ9-BqricZnjjtFg8wuTbckV6NZcTstuR7BZtKJtzH8oV3eK", - "adjustByMarket": "SOL-USD" - } - ], - "liquidityTier": 2, - "atomicResolution": -4.0, - "quantumConversionExponent": -9, - "defaultFundingPpm": 0, - "stepBaseQuantums": 1000000, - "subticksPerTick": 1000000, - "delayBlocks": 3600 - }, - "initialDeposit": { - "denom": "adydx", - "amount": "10000000000000000000000" - }, - "meta": { - "assetName": "The First Youtube Cat", - "referencePrice": 0.020549, - "cmcId": 29855.0 - } - }, - "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": 532, - "ticker": "ALPINE-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -9.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "ALPINEUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "ALPINE-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": "Alpine F1 Team Fan Token", - "referencePrice": 1.5112369325797426, - "cmcId": 18112.0 - } - }, - "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": 533, - "ticker": "LIKE-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -11.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Huobi", - "ticker": "likeusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "LIKE-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": "Only1", - "referencePrice": 0.05270211682645195, - "cmcId": 10891.0 - } - }, - "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": 534, - "ticker": "CHAT-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -9.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Raydium", - "ticker": "SOL-CHAT-9APPnbdEXbJpktfKSGbbdgYvj6K3ZFRDFwQUabFw6CHP-9-FKCCPsYDgEoVpEhyE2XMFAXq5zWFrWHgpQjVEKQk1C54-9-G9fse9D2feKdSjy4eLDQfuuBfxQDqektwNMG9smVBJr9-9kLGUEFwEuFzn9txDfGJ3FimGp9LjMtNPp4GvMLfkZSY", - "adjustByMarket": "SOL-USD", - "invert": true - } - ], - "liquidityTier": 2, - "atomicResolution": -6.0, - "quantumConversionExponent": -9, - "defaultFundingPpm": 0, - "stepBaseQuantums": 1000000, - "subticksPerTick": 1000000, - "delayBlocks": 3600 - }, - "initialDeposit": { - "denom": "adydx", - "amount": "10000000000000000000000" - }, - "meta": { - "assetName": "Solchat", - "referencePrice": 1.7579557994448416, - "cmcId": 29478.0 - } - }, - "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": 535, - "ticker": "SD-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -10.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Bybit", - "ticker": "SDUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "sdusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "SD-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "SD-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": "Stader", - "referencePrice": 0.6093383579173124, - "cmcId": 12623.0 - } - }, - "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": 536, - "ticker": "VINU-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -17.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Bybit", - "ticker": "VINUUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "vinuusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "VINU-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": "Vita Inu", - "referencePrice": 1.822777219992176e-08, - "cmcId": 15270.0 - } - }, - "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": 537, - "ticker": "SUKU-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -11.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "CoinbasePro", - "ticker": "SUKU-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "sukuusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "SUKU-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": "Suku", - "referencePrice": 0.09066543327898227, - "cmcId": 6180.0 - } - }, - "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": 538, - "ticker": "DF-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -11.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "DFUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "dfusdt", - "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": "dForce", - "referencePrice": 0.03700735168760412, - "cmcId": 4758.0 - } - }, - "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": 539, - "ticker": "SPA-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -12.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "CoinbasePro", - "ticker": "SPA-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "spausdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "SPA-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": "Sperax", - "referencePrice": 0.009388911574987318, - "cmcId": 6715.0 - } - }, - "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": 540, - "ticker": "ZKF-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -12.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Bybit", - "ticker": "ZKFUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "zkfusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "ZKF-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": "ZKFair", - "referencePrice": 0.0015549166878248374, - "cmcId": 28857.0 - } - }, - "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": 541, - "ticker": "SIS-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -10.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Bybit", - "ticker": "SISUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "sisusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "SIS-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": "Symbiosis", - "referencePrice": 0.24231717507064948, - "cmcId": 15084.0 - } - }, - "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": 542, - "ticker": "JUV-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -9.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "JUVUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Bybit", - "ticker": "JUVUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "juvusdt", - "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": "Juventus Fan Token", - "referencePrice": 1.9541410007237228, - "cmcId": 5224.0 - } - }, - "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": 543, - "ticker": "FITFI-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -12.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Bybit", - "ticker": "FITFIUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "fitfiusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "FITFI-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "FITFI-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": "Step App", - "referencePrice": 0.00548421177160604, - "cmcId": 19778.0 - } - }, - "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": 544, - "ticker": "BCUT-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -11.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Bybit", - "ticker": "BCUTUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "BCUT-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": "bitsCrunch", - "referencePrice": 0.07436380087800543, - "cmcId": 28559.0 - } - }, - "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.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "FORUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "forusdt", - "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": "ForTube", - "referencePrice": 0.016951974185904772, - "cmcId": 4118.0 - } - }, - "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": 546, - "ticker": "ARG-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -9.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Huobi", - "ticker": "argusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "ARG-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": "Argentine Football Association Fan Token", - "referencePrice": 1.1254642462177722, - "cmcId": 10430.0 - } - }, - "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": 547, - "ticker": "ATM-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -9.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "ATMUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "atmusdt", - "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": "Atletico De Madrid Fan Token", - "referencePrice": 2.599512367520954, - "cmcId": 5227.0 - } - }, - "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": 548, - "ticker": "DC-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -13.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Huobi", - "ticker": "dcusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "DC-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": "Dogechain", - "referencePrice": 0.00043420429414404136, - "cmcId": 21414.0 - } - }, - "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": 549, - "ticker": "BNC-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -10.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Kraken", - "ticker": "BNCUSD" - }, - { - "exchangeName": "Kucoin", - "ticker": "BNC-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": "Bifrost", - "referencePrice": 0.3275985310012862, - "cmcId": 8705.0 - } - }, - "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": 550, - "ticker": "TRVL-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -11.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Bybit", - "ticker": "TRVLUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "TRVL-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": "TRVL", - "referencePrice": 0.038607990707231525, - "cmcId": 14336.0 - } - }, - "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": 551, - "ticker": "DCK-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -11.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Huobi", - "ticker": "dckusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "DCK-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": "DexCheck AI", - "referencePrice": 0.03587905449898968, - "cmcId": 20009.0 - } - }, - "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": 552, - "ticker": "ZERO-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -13.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Bybit", - "ticker": "ZEROUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "ZERO-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "ZERO-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": "ZeroLend", - "referencePrice": 0.00043148240704537935, - "cmcId": 31076.0 - } - }, - "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.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "ACMUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Bybit", - "ticker": "ACMUSDT", - "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": "AC Milan Fan Token", - "referencePrice": 1.847053964611299, - "cmcId": 8538.0 - } - }, - "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": 554, - "ticker": "PIP-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -11.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Bybit", - "ticker": "PIPUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "PIP-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": "Pip", - "referencePrice": 0.07334824667574223, - "cmcId": 16996.0 - } - }, - "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": 555, - "ticker": "CULT-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -15.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Bybit", - "ticker": "CULTUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "CULT-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": "Cult DAO", - "referencePrice": 2.616444974408533e-06, - "cmcId": 17742.0 - } - }, - "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": 556, - "ticker": "PUSH-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -10.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Huobi", - "ticker": "pushusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "PUSH-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": "Push Protocol", - "referencePrice": 0.1774205624747324, - "cmcId": 9111.0 - } - }, - "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": 557, - "ticker": "EPIK-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -12.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Huobi", - "ticker": "epikusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "EPIK-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": "EPIK Prime", - "referencePrice": 0.009892671023912888, - "cmcId": 10047.0 - } - }, - "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.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Huobi", - "ticker": "wsmusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "WSM-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": "Wall Street Memes", - "referencePrice": 0.005703845784918356, - "cmcId": 28179.0 - } - }, - "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": 559, - "ticker": "CVP-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -10.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Binance", - "ticker": "CVPUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "cvpusdt", - "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": "PowerPool", - "referencePrice": 0.3452166494502024, - "cmcId": 6669.0 - } - }, - "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": 560, - "ticker": "NODL-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -12.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Huobi", - "ticker": "nodlusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kraken", - "ticker": "NODLUSD" - } - ], - "liquidityTier": 2, - "atomicResolution": -3.0, - "quantumConversionExponent": -9, - "defaultFundingPpm": 0, - "stepBaseQuantums": 1000000, - "subticksPerTick": 1000000, - "delayBlocks": 3600 - }, - "initialDeposit": { - "denom": "adydx", - "amount": "10000000000000000000000" - }, - "meta": { - "assetName": "Nodle", - "referencePrice": 0.002977581347371371, - "cmcId": 6837.0 - } - }, - "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": 561, - "ticker": "ABBC-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -12.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Huobi", - "ticker": "abbcusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "ABBC-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": "ABBC Coin", - "referencePrice": 0.008264218135859447, - "cmcId": 3437.0 - } - }, - "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": 562, - "ticker": "RIO-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -9.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Huobi", - "ticker": "riousdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "RIO-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "RIO-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": "Realio Network", - "referencePrice": 1.4216676126329773, - "cmcId": 4166.0 - } - }, - "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": 563, - "ticker": "SRM-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -11.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Bybit", - "ticker": "SRMUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "srmusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kraken", - "ticker": "SRMUSD" - } - ], - "liquidityTier": 2, - "atomicResolution": -4.0, - "quantumConversionExponent": -9, - "defaultFundingPpm": 0, - "stepBaseQuantums": 1000000, - "subticksPerTick": 1000000, - "delayBlocks": 3600 - }, - "initialDeposit": { - "denom": "adydx", - "amount": "10000000000000000000000" - }, - "meta": { - "assetName": "Serum", - "referencePrice": 0.03670433406912067, - "cmcId": 6187.0 - } - }, - "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": 564, - "ticker": "OGV-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -11.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Huobi", - "ticker": "ogvusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "OGV-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": "Origin DeFi Governance", - "referencePrice": 0.010890033148092663, - "cmcId": 20949.0 - } - }, - "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": 565, - "ticker": "REVV-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -12.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Huobi", - "ticker": "revvusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "REVV-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "REVV-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": "REVV", - "referencePrice": 0.007608237173951458, - "cmcId": 6993.0 - } - }, - "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": 566, - "ticker": "KAN-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -13.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Huobi", - "ticker": "kanusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "KAN-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": "BitKan", - "referencePrice": 0.0008920336581710294, - "cmcId": 2934.0 - } - }, - "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": 567, - "ticker": "BRWL-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -12.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Huobi", - "ticker": "brwlusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "BRWL-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "BRWL-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": "Blockchain Brawlers", - "referencePrice": 0.008564448141660682, - "cmcId": 19216.0 - } - }, - "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": 568, - "ticker": "GTAI-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -9.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Bybit", - "ticker": "GTAIUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "gtaiusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "GTAI-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": "GT Protocol", - "referencePrice": 1.0823042032638721, - "cmcId": 16711.0 - } - }, - "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": 569, - "ticker": "XTM-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -11.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Huobi", - "ticker": "xtmusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "XTM-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": "Torum", - "referencePrice": 0.04072079943120389, - "cmcId": 10421.0 - } - }, - "SQR": { - "title": "Add SQR-USD perpetual market", - "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a SQR-USD perpetual 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": "SQR-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -10.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Bybit", - "ticker": "SQRUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "SQR-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": "Magic Square", - "referencePrice": 0.20445391193753204, - "cmcId": 16882.0 - } - }, - "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": 571, - "ticker": "GARI-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -11.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Huobi", - "ticker": "gariusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kraken", - "ticker": "GARIUSD" - }, - { - "exchangeName": "Kucoin", - "ticker": "GARI-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "GARI-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": "Gari Network", - "referencePrice": 0.0191305337983825, - "cmcId": 12969.0 - } - }, - "LAMB": { - "title": "Add LAMB-USD perpetual market", - "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a LAMB-USD perpetual 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": "LAMB-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -12.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Huobi", - "ticker": "lambusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "LAMB-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": "Lambda", - "referencePrice": 0.004361206443293738, - "cmcId": 3657.0 - } - }, - "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": 573, - "ticker": "NAVX-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -10.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Huobi", - "ticker": "navxusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "NAVX-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": "NAVI Protocol", - "referencePrice": 0.10134969689172679, - "cmcId": 29296.0 - } - }, - "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": 574, - "ticker": "PLU-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -9.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "CoinbasePro", - "ticker": "PLU-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "pluusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "PLU-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": "Pluton", - "referencePrice": 3.690965090026561, - "cmcId": 1392.0 - } - }, - "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": 575, - "ticker": "LITH-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -12.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Huobi", - "ticker": "lithusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "LITH-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "LITH-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": "Lithium", - "referencePrice": 0.0013695044335065272, - "cmcId": 10527.0 - } - }, - "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": 576, - "ticker": "WHALE-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -10.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Huobi", - "ticker": "whaleusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "WHALE-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": "WHALE", - "referencePrice": 0.6347637050685464, - "cmcId": 6679.0 - } - }, - "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": 577, - "ticker": "MCRT-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -12.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Bybit", - "ticker": "MCRTUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "mcrtusdt", - "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": "MagicCraft", - "referencePrice": 0.0014210388659130213, - "cmcId": 15721.0 - } - }, - "ORB": { - "title": "Add ORB-USD perpetual market", - "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a ORB-USD perpetual 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": "ORB-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -11.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Huobi", - "ticker": "orbusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "ORB-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": "OrbCity", - "referencePrice": 0.024917345934882765, - "cmcId": 18839.0 - } - }, - "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.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Bybit", - "ticker": "MVUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kraken", - "ticker": "MVUSD" - }, - { - "exchangeName": "Kucoin", - "ticker": "MV-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": "GensoKishi Metaverse", - "referencePrice": 0.019713185851892617, - "cmcId": 17704.0 - } - }, - "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": 580, - "ticker": "WWY-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -12.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Bybit", - "ticker": "WWYUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "wwyusdt", - "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": "WeWay", - "referencePrice": 0.0034768958249892135, - "cmcId": 17047.0 - } - }, - "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": 581, - "ticker": "XDEFI-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -11.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Huobi", - "ticker": "xdefiusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "XDEFI-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": "XDEFI Wallet", - "referencePrice": 0.05023154240295044, - "cmcId": 13472.0 - } - }, - "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": 582, - "ticker": "TAMA-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -12.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Bybit", - "ticker": "TAMAUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "TAMA-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": "Tamadoge", - "referencePrice": 0.0030773239084009828, - "cmcId": 21968.0 - } - }, - "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": 583, - "ticker": "CRPT-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -11.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Huobi", - "ticker": "crptusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "CRPT-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": "Crypterium", - "referencePrice": 0.04308704434993575, - "cmcId": 2447.0 - } - }, - "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": 584, - "ticker": "SYLO-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -12.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Huobi", - "ticker": "sylousdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "SYLO-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": "Sylo", - "referencePrice": 0.0016054936414238287, - "cmcId": 5662.0 - } - }, - "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": 585, - "ticker": "DYP-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -11.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Huobi", - "ticker": "dypusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "DYP-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": "Dypius [New]", - "referencePrice": 0.03978030972539096, - "cmcId": 28543.0 - } - }, - "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": 586, - "ticker": "PBR-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -11.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Huobi", - "ticker": "pbrusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "PBR-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": "PolkaBridge", - "referencePrice": 0.04546585886519141, - "cmcId": 8320.0 - } - }, - "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": 587, - "ticker": "STRM-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -12.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Bybit", - "ticker": "STRMUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "strmusdt", - "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": "StreamCoin", - "referencePrice": 0.002022445180521208, - "cmcId": 17464.0 - } - }, - "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.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Bybit", - "ticker": "WLKNUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "wlknusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "WLKN-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": "Walken", - "referencePrice": 0.0036433381422370324, - "cmcId": 18775.0 - } - }, - "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.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Huobi", - "ticker": "unbusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "UNB-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": "Unbound", - "referencePrice": 0.0007657508383336052, - "cmcId": 7846.0 - } - }, - "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": 590, - "ticker": "XWG-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -13.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Bybit", - "ticker": "XWGUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "XWG-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": "X World Games", - "referencePrice": 0.0007115392436453828, - "cmcId": 9461.0 - } - }, - "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.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Huobi", - "ticker": "doseusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "DOSE-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": "DOSE", - "referencePrice": 0.002802908740891201, - "cmcId": 12315.0 - } - }, - "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": 592, - "ticker": "CWAR-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -12.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Bybit", - "ticker": "CWARUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "CWAR-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": "Cryowar", - "referencePrice": 0.00912039781536171, - "cmcId": 12722.0 - } - }, - "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.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Huobi", - "ticker": "polcusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "POLC-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": "Polkacity", - "referencePrice": 0.011700394365016282, - "cmcId": 8549.0 - } - }, - "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.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Bybit", - "ticker": "ERTHAUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "erthausdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "ERTHA-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": "Ertha", - "referencePrice": 0.001274962975762933, - "cmcId": 12294.0 - } - }, - "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.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Huobi", - "ticker": "vempusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "VEMP-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": "VEMP", - "referencePrice": 0.007107917862131677, - "cmcId": 11423.0 - } - }, - "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.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Huobi", - "ticker": "vsysusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "VSYS-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": "v.systems", - "referencePrice": 0.0005613008574374975, - "cmcId": 3704.0 - } - }, - "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": 597, - "ticker": "LBP-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -13.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Huobi", - "ticker": "lbpusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "LBP-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": "Launchblock.com", - "referencePrice": 0.0005082353973615344, - "cmcId": 15886.0 - } - }, - "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": 598, - "ticker": "DEFI-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -11.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Bybit", - "ticker": "DEFIUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "DEFI-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": "DeFi", - "referencePrice": 0.05064863306245406, - "cmcId": 29200.0 - } - }, - "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": 599, - "ticker": "HOTCROSS-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -11.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Huobi", - "ticker": "hotcrossusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "HOTCROSS-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": "Hot Cross", - "referencePrice": 0.011741985397325936, - "cmcId": 9867.0 - } - }, - "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": 600, - "ticker": "PUMLX-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -12.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Bybit", - "ticker": "PUMLXUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "PUMLX-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": "PUMLx", - "referencePrice": 0.007615567302702332, - "cmcId": 21685.0 - } - }, - "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": 601, - "ticker": "IGU-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -11.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Huobi", - "ticker": "iguusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "IGU-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "IGU-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": "IguVerse", - "referencePrice": 0.013111482760577851, - "cmcId": 20349.0 - } - }, - "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": 602, - "ticker": "SON-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -13.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Bybit", - "ticker": "SONUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "SON-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": "SOUNI", - "referencePrice": 0.0002628573181672664, - "cmcId": 15315.0 - } - }, - "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": 603, - "ticker": "MOVEZ-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -13.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Bybit", - "ticker": "MOVEZUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "movezusdt", - "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": "MOVEZ", - "referencePrice": 0.0001378881714072163, - "cmcId": 20535.0 - } - }, - "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": 604, - "ticker": "AZY-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -12.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Bybit", - "ticker": "AZYUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "AZY-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": "Amazy", - "referencePrice": 0.005769788369061889, - "cmcId": 20896.0 - } - }, - "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": 605, - "ticker": "XCUR-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -11.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Huobi", - "ticker": "xcurusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "XCUR-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": "Curate", - "referencePrice": 0.013288010090977333, - "cmcId": 7942.0 - } - }, - "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": 606, - "ticker": "LFT-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -10.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Bybit", - "ticker": "LFTUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "LFT-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": "Lifeform Token", - "referencePrice": 0.15123595487938524, - "cmcId": 27508.0 - } - }, - "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": 607, - "ticker": "SATS-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -16.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Bybit", - "ticker": "SATSUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "satsusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "SATS-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "SATS-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": "SATS (Ordinals)", - "referencePrice": 2.0637541112874337e-07, - "cmcId": 28194.0 - } - }, - "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": 608, - "ticker": "MSN-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -10.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Huobi", - "ticker": "msnusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "MSN-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "MSN-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": "Meson Network", - "referencePrice": 0.9180465565810608, - "cmcId": 27026.0 - } - }, - "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": 609, - "ticker": "MASA-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -11.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Bybit", - "ticker": "MASAUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "masausdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "MASA-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": "Masa", - "referencePrice": 0.08595339630635127, - "cmcId": 29547.0 - } - }, - "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": 610, - "ticker": "FOXY-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -11.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Bybit", - "ticker": "FOXYUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "FOXY-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "FOXY-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": "Foxy", - "referencePrice": 0.015977732368182104, - "cmcId": 30591.0 - } - }, - "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": 611, - "ticker": "WUF-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -16.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Raydium", - "ticker": "SOL-WUF-3MAnPgGeGUzTNBp4Yf9tV5REqYe8C7HUoRbTn85rKWZN-9-96k7h5P1GbkQSYahCe8VJUpTKjg81mFzAdf9x3hfdJiE-4-GXfALBqNrQgBYrfrbQ4wU4kfqB3s7R8g5VT4qFzenVhP-8qDVQ9KWnBD2CMVqcFdvjfR5m6gPJ4Bt9sod8G2Yj9zU", - "adjustByMarket": "SOL-USD", - "invert": true - } - ], - "liquidityTier": 2, - "atomicResolution": 1.0, - "quantumConversionExponent": -9, - "defaultFundingPpm": 0, - "stepBaseQuantums": 1000000, - "subticksPerTick": 1000000, - "delayBlocks": 3600 - }, - "initialDeposit": { - "denom": "adydx", - "amount": "10000000000000000000000" - }, - "meta": { - "assetName": "WUFFI", - "referencePrice": 9.4370922463965e-07, - "cmcId": 30683.0 - } - }, - "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": 612, - "ticker": "ZEUS-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -10.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Huobi", - "ticker": "zeususdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "ZEUS-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "ZEUS-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": "Zeus Network", - "referencePrice": 0.29527314024096274, - "cmcId": 30391.0 - } - }, - "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": 613, - "ticker": "PENG-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -10.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Raydium", - "ticker": "SOL-PENG-GmLJXUzjQAAU86a91hKesg5P9pKb6p9AZaGBEZLaDySD-9-2g5q7fBGKZm2CXix8JjK4ZFdBTHQ1LerxkseBTqWuDdD-6-9E5VWkY1UsbhkXW4Lk1YovkVouWMG57CuCNXUmecrGpC-AxBDdiMK9hRPLMPM7k6nCPC1gRARgXQHNejfP2LvNGr6", - "adjustByMarket": "SOL-USD", - "invert": true - } - ], - "liquidityTier": 2, - "atomicResolution": -5.0, - "quantumConversionExponent": -9, - "defaultFundingPpm": 0, - "stepBaseQuantums": 1000000, - "subticksPerTick": 1000000, - "delayBlocks": 3600 - }, - "initialDeposit": { - "denom": "adydx", - "amount": "10000000000000000000000" - }, - "meta": { - "assetName": "Peng", - "referencePrice": 0.2660029948765554, - "cmcId": 29787.0 - } - }, - "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.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Huobi", - "ticker": "furyusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "FURY-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": "Engines of Fury", - "referencePrice": 0.26076817962258475, - "cmcId": 17607.0 - } - }, - "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.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Huobi", - "ticker": "1catusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "1CAT-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": "Bitcoin Cats", - "referencePrice": 0.0032525400752042052, - "cmcId": 28791.0 - } - }, - "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": 616, - "ticker": "RNT-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -12.0, - "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.0, - "quantumConversionExponent": -9, - "defaultFundingPpm": 0, - "stepBaseQuantums": 1000000, - "subticksPerTick": 1000000, - "delayBlocks": 3600 - }, - "initialDeposit": { - "denom": "adydx", - "amount": "10000000000000000000000" - }, - "meta": { - "assetName": "Real Nigger Tate", - "referencePrice": 0.0050970931804881, - "cmcId": 31705.0 - } - }, - "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": 617, - "ticker": "GUMMY-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -11.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Raydium", - "ticker": "SOL-GUMMY-4DHoHzkMHYqJeNDpkdeL6AGDymLFjJnS4SRsJHoT52Bm-9-33AQRrPaZTckDJQd5DZstiwi11tcMVryu63V8rAHFF7N-9-FSv96pMp3x5XwFdYgqXUY47o7nSKhA6tvCHX1UZZPWnv-FMiecMsYhPdBf94zZKa7i6inK1GX7aypLf7QewNz1i6w", - "adjustByMarket": "SOL-USD", - "invert": true - } - ], - "liquidityTier": 2, - "atomicResolution": -4.0, - "quantumConversionExponent": -9, - "defaultFundingPpm": 0, - "stepBaseQuantums": 1000000, - "subticksPerTick": 1000000, - "delayBlocks": 3600 - }, - "initialDeposit": { - "denom": "adydx", - "amount": "10000000000000000000000" - }, - "meta": { - "assetName": "GUMMY", - "referencePrice": 0.0350326943830646, - "cmcId": 30803.0 - } - }, - "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": 618, - "ticker": "LAI-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -11.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Bybit", - "ticker": "LAIUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "laiusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "LAI-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": "LayerAI", - "referencePrice": 0.017266310355507936, - "cmcId": 23846.0 - } - }, - "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": 619, - "ticker": "ZACK-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -11.0, - "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.0, - "quantumConversionExponent": -9, - "defaultFundingPpm": 0, - "stepBaseQuantums": 1000000, - "subticksPerTick": 1000000, - "delayBlocks": 3600 - }, - "initialDeposit": { - "denom": "adydx", - "amount": "10000000000000000000000" - }, - "meta": { - "assetName": "Zack Morris", - "referencePrice": 0.0352379562040737, - "cmcId": 31367.0 - } - }, - "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": 620, - "ticker": "SAROS-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -12.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Bybit", - "ticker": "SAROSUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "sarosusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "SAROS-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": "Saros", - "referencePrice": 0.0032616305894696477, - "cmcId": 29082.0 - } - }, - "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": 621, - "ticker": "MUMU-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -14.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Raydium", - "ticker": "SOL-MUMU-4VPXFMpndqZhME27vMqtkuGtBo7hVTA9kEvo87zbjXsA-9-2Re1H89emr8hNacyDTrm1NU8VEhuwaJX7JwcdDqy5Q6g-6-BjWyTUxXSNXN1GNzwR7iRhqmdc3XukYpWFfqy1o94DF2-FvMZrD1qC66Zw8VPrW15xN1N5owUPqpQgNQ5oH18mR4E", - "adjustByMarket": "SOL-USD", - "invert": true - } - ], - "liquidityTier": 2, - "atomicResolution": -1.0, - "quantumConversionExponent": -9, - "defaultFundingPpm": 0, - "stepBaseQuantums": 1000000, - "subticksPerTick": 1000000, - "delayBlocks": 3600 - }, - "initialDeposit": { - "denom": "adydx", - "amount": "10000000000000000000000" - }, - "meta": { - "assetName": "Mumu the Bull", - "referencePrice": 1.9435010972780216e-05, - "cmcId": 30285.0 - } - }, - "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": 622, - "ticker": "NUB-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -11.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Raydium", - "ticker": "NUB-SOL-9uNqUwneLXbQ6YKndciL5aBXTLJhwpyDXkZmaBbWfwWz-9-75DrZt3zmGSFfKaYDm7yHLKMrr35Wy8ffBNN1143PWbj-9-CLXBUkh3hMKNDRUZFFKS721Q1NJb11oHrYvV66QMBcVv-83G6VzJzLRCnHBsLATj94VCpRimyyqwuN6ZfL11McADL", - "adjustByMarket": "SOL-USD" - } - ], - "liquidityTier": 2, - "atomicResolution": -4.0, - "quantumConversionExponent": -9, - "defaultFundingPpm": 0, - "stepBaseQuantums": 1000000, - "subticksPerTick": 1000000, - "delayBlocks": 3600 - }, - "initialDeposit": { - "denom": "adydx", - "amount": "10000000000000000000000" - }, - "meta": { - "assetName": "nubcat", - "referencePrice": 0.027616911883219, - "cmcId": 30493.0 - } - }, - "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": 623, - "ticker": "WAFFLES-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -11.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Raydium", - "ticker": "WAFFLES-SOL-DtbPxH9DbpEdY8GmrdhNzWt4Yu4GrLb8RMkpsJgiSZuB-6-8XxDfCFYb1mp5jfESDEbNGvFR8B7Y8Ujoe3E3B6bj282-9-HLWUm5kz5fX6o2KWQawiwPDBkj2NzBdJDGp2rhi4yHKb-FJ6MdHqFwmnzx2g19s6X8NDbF7gZCnU2yE1rKd9vbnwf", - "adjustByMarket": "SOL-USD" - } - ], - "liquidityTier": 2, - "atomicResolution": -4.0, - "quantumConversionExponent": -9, - "defaultFundingPpm": 0, - "stepBaseQuantums": 1000000, - "subticksPerTick": 1000000, - "delayBlocks": 3600 - }, - "initialDeposit": { - "denom": "adydx", - "amount": "10000000000000000000000" - }, - "meta": { - "assetName": "Waffles Davincij15's Cat", - "referencePrice": 0.017664738804942, - "cmcId": 31442.0 - } - }, - "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": 624, - "ticker": "XETA-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -12.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Bybit", - "ticker": "XETAUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "xetausdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "XETA-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": "XANA", - "referencePrice": 0.006749711733974844, - "cmcId": 31543.0 - } - }, - "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": 625, - "ticker": "GOL-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -11.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Raydium", - "ticker": "SOL-GOL-GDY1yj4VyCi4Wa57PFVVvEY7pDVwtjwMTmpgda3NQC8h-9-ACuv7Frh33MqLZtv5aKjz4uh2ZZFauFQfm2t23Wk2Gkr-9-8GwoCLwbYKWXyqcJeo3TzcVGoWdRFuz7Qqn9ByZQ4d9s-E3E5grXmLfETytkBKVBHCLt7FcRAfQLLXftJqSYF1noJ", - "adjustByMarket": "SOL-USD", - "invert": true - } - ], - "liquidityTier": 2, - "atomicResolution": -4.0, - "quantumConversionExponent": -9, - "defaultFundingPpm": 0, - "stepBaseQuantums": 1000000, - "subticksPerTick": 1000000, - "delayBlocks": 3600 - }, - "initialDeposit": { - "denom": "adydx", - "amount": "10000000000000000000000" - }, - "meta": { - "assetName": "Golazo", - "referencePrice": 0.0180270504930461, - "cmcId": 30903.0 - } - }, - "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": 626, - "ticker": "ESE-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -11.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Bybit", - "ticker": "ESEUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "ESE-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": "Eesee", - "referencePrice": 0.048520441072757214, - "cmcId": 29454.0 - } - }, - "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": 627, - "ticker": "FALX-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -12.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Raydium", - "ticker": "FALX-SOL-6TtniYJPdHJ764d3rUvk8SokmzyZMYCgqUjSgUAnjma2-9-2eH2DVXQvs5qWwDQjgiSPsdZ19KQsj84RKRfCeorsGem-9-3jf9f9VJdUXQQha6nHJkZVxqBTW5oJUNHYuKLyfDDuMM-2hPp2aKd6T6HZmMQW2LkqH7R1wLZDjzZ1bZjhj5nrhrV", - "adjustByMarket": "SOL-USD" - } - ], - "liquidityTier": 2, - "atomicResolution": -3.0, - "quantumConversionExponent": -9, - "defaultFundingPpm": 0, - "stepBaseQuantums": 1000000, - "subticksPerTick": 1000000, - "delayBlocks": 3600 - }, - "initialDeposit": { - "denom": "adydx", - "amount": "10000000000000000000000" - }, - "meta": { - "assetName": "FalconX", - "referencePrice": 0.0011655790654632, - "cmcId": 31384.0 - } - }, - "HARAMBE": { - "title": "Add HARAMBE-USD perpetual market", - "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a HARAMBE-USD perpetual 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": "HARAMBE-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -11.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Raydium", - "ticker": "SOL-HARAMBE-Apgp3SzNB5VpVWbK5q2ucBvCJEsf1gqXL4iUAqvD9pgB-9-5f9Fgcp2C9vdrp75GspNKBjzdaxq5uiqpLVkgtWKpDZZ-9-BPv68DZUMxpqvfRye2JoeK1GRkkGs5PEUycmx5b448x2-2BJKy9pnzTDvMPdHJhv8qbWejKiLzebD7i2taTyJxAze", - "adjustByMarket": "SOL-USD", - "invert": true - } - ], - "liquidityTier": 2, - "atomicResolution": -4.0, - "quantumConversionExponent": -9, - "defaultFundingPpm": 0, - "stepBaseQuantums": 1000000, - "subticksPerTick": 1000000, - "delayBlocks": 3600 - }, - "initialDeposit": { - "denom": "adydx", - "amount": "10000000000000000000000" - }, - "meta": { - "assetName": "Harambe on Solana", - "referencePrice": 0.014892, - "cmcId": 29088.0 - } - }, - "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": 629, - "ticker": "FLIP-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -9.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Bybit", - "ticker": "FLIPUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "FLIP-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": "Chainflip", - "referencePrice": 2.183596942264013, - "cmcId": 13268.0 - } - }, - "TOOKER": { - "title": "Add TOOKER-USD perpetual market", - "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a TOOKER-USD perpetual 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": "TOOKER-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -11.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Raydium", - "ticker": "TOOKER-SOL-Cki9WdL3sCoNY3cLmfG4iqSbvB8g1Fr9tw8qa5tP1m3Y-9-2vTTh5pGbzc6guAJmt78XnTcXVBEZEWmGBkXkSNZwN59-9-5dzcxMHjuNU5LZyEXBhoWWKuxw51Z3626TTf2FTfLJjb-3vGHsKVKNapB4hSapzKNwtiJ6DA8Ytd9SsMFSoAk154B", - "adjustByMarket": "SOL-USD" - } - ], - "liquidityTier": 2, - "atomicResolution": -4.0, - "quantumConversionExponent": -9, - "defaultFundingPpm": 0, - "stepBaseQuantums": 1000000, - "subticksPerTick": 1000000, - "delayBlocks": 3600 - }, - "initialDeposit": { - "denom": "adydx", - "amount": "10000000000000000000000" - }, - "meta": { - "assetName": "tooker kurlson", - "referencePrice": 0.0220466666283755, - "cmcId": 30959.0 - } - }, - "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.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Huobi", - "ticker": "lhinuusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "LHINU-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": "Love Hate Inu", - "referencePrice": 9.870422241388828e-06, - "cmcId": 24520.0 - } - }, - "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": 632, - "ticker": "GRAIL-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -7.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Huobi", - "ticker": "grailusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "GRAIL-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": "Camelot Token", - "referencePrice": 969.5289880317943, - "cmcId": 22949.0 - } - }, - "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": 633, - "ticker": "KMNO-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -11.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Bybit", - "ticker": "KMNOUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "KMNO-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": "Kamino Finance", - "referencePrice": 0.037936841078739576, - "cmcId": 30986.0 - } - }, - "COST": { - "title": "Add COST-USD perpetual market", - "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a COST-USD perpetual 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": "COST-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -11.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Raydium", - "ticker": "SOL-COST-9dDGmEfXJXgjcMAp516c5eUd1eBRW3ZgKg6diyBmd1xh-9-FgQifwxmQfjhHvh2ggVxQwb9qwRwHrxwwxxQXASLAnVH-9-4MQHW9GXiypDCGgjgEGKYB6pLiPPF7v38ki9VpaiUvni-GQdUPA8cUV8WsqEdCfDQtphvztocNCoSBGo1wARtaAXK", - "adjustByMarket": "SOL-USD", - "invert": true - } - ], - "liquidityTier": 2, - "atomicResolution": -4.0, - "quantumConversionExponent": -9, - "defaultFundingPpm": 0, - "stepBaseQuantums": 1000000, - "subticksPerTick": 1000000, - "delayBlocks": 3600 - }, - "initialDeposit": { - "denom": "adydx", - "amount": "10000000000000000000000" - }, - "meta": { - "assetName": "Costco Hot Dog", - "referencePrice": 0.0198971797500353, - "cmcId": 30513.0 - } - }, - "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": 635, - "ticker": "NGL-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -11.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Huobi", - "ticker": "nglusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "NGL-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": "Gold Fever", - "referencePrice": 0.09031165501204107, - "cmcId": 10265.0 - } - }, - "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": 636, - "ticker": "HEGE-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -12.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Raydium", - "ticker": "HEGE-SOL-5gXSNFNkVo9v1c1EyjqiMQ4d8C9L7RDVNfTSbw4D5tpT-9-EWSXjkGiv8Bg4tF5rxkCoj1dHpBUeHAad1sunpmyqXYU-9-CsmGHvqHwLscG5hg4pV6UmEQDdiYZf8e1nXGpzCHea9L-CJcu7ciRHBHu4BDnpLgAUm1A6iSp9RuhJMG36rjjrxnd", - "adjustByMarket": "SOL-USD" - } - ], - "liquidityTier": 2, - "atomicResolution": -3.0, - "quantumConversionExponent": -9, - "defaultFundingPpm": 0, - "stepBaseQuantums": 1000000, - "subticksPerTick": 1000000, - "delayBlocks": 3600 - }, - "initialDeposit": { - "denom": "adydx", - "amount": "10000000000000000000000" - }, - "meta": { - "assetName": "Hege", - "referencePrice": 0.0071143488954266, - "cmcId": 31044.0 - } - }, - "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": 637, - "ticker": "WELL-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -11.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Huobi", - "ticker": "wellusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "WELL-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": "Moonwell", - "referencePrice": 0.03316187629084231, - "cmcId": 20734.0 - } - }, - "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": 638, - "ticker": "HAMMY-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -11.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Raydium", - "ticker": "SOL-HAMMY-4kPJL1LmempALPjjwMWSo6JRBjmKQY7HX3edozqmJBPe-9-324NgHgEDyU9d7TE9dkAkB2GNtqxdEU4PsYRTDL68qoR-6-9WZDqKjvpyoAShnp3Dg1725uyo2aQtgp8z7GG9XdB5NM-X131b3frGn4b8ue51EyvrnzWuTuBGoM93uRYrNteEFy", - "adjustByMarket": "SOL-USD", - "invert": true - } - ], - "liquidityTier": 2, - "atomicResolution": -4.0, - "quantumConversionExponent": -9, - "defaultFundingPpm": 0, - "stepBaseQuantums": 1000000, - "subticksPerTick": 1000000, - "delayBlocks": 3600 - }, - "initialDeposit": { - "denom": "adydx", - "amount": "10000000000000000000000" - }, - "meta": { - "assetName": "SAD HAMSTER", - "referencePrice": 0.017605, - "cmcId": 31284.0 - } - }, - "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": 639, - "ticker": "BORING-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -12.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Huobi", - "ticker": "boringusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "BORING-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": "BoringDAO", - "referencePrice": 0.0031415665566649265, - "cmcId": 11218.0 - } - }, - "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": 640, - "ticker": "LBR-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -10.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Kucoin", - "ticker": "LBR-USDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "LBR-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": "Lybra Finance", - "referencePrice": 0.16195206940389467, - "cmcId": 24700.0 - } - }, - "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": 641, - "ticker": "CANDY-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -12.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Bybit", - "ticker": "CANDYUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "CANDY-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": "Candy Pocket", - "referencePrice": 0.006178382283909588, - "cmcId": 26858.0 - } - }, - "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": 642, - "ticker": "ZEND-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -10.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Bybit", - "ticker": "ZENDUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "ZEND-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": "zkLend", - "referencePrice": 0.2304318142146498, - "cmcId": 18990.0 - } - }, - "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": 643, - "ticker": "HBB-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -11.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Huobi", - "ticker": "hbbusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "HBB-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": "Hubble Protocol", - "referencePrice": 0.09184166941566099, - "cmcId": 16643.0 - } - }, - "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": 644, - "ticker": "TENET-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -11.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Bybit", - "ticker": "TENETUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "tenetusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "TENET-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": "TENET", - "referencePrice": 0.024022910490351587, - "cmcId": 24892.0 - } - }, - "GIGA": { - "title": "Add GIGA-USD perpetual market", - "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a GIGA-USD perpetual 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": "GIGA-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -12.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Raydium", - "ticker": "SOL-GIGA-Bj5iLRaZpfSYYc1u5jEevQBxW2Wb1wg4RKUpvRfoqSwA-9-BpHq5J4A78xLo3Z8WNEEN98F1xMdr5Wq5dyzzsC9Mpdp-5-9sGKv3mz4EUzNZwdgeRNwJ8cbujErKHQ31cvbuNTSAgF-4xxM4cdb6MEsCxM52xvYqkNbzvdeWWsPDZrBcTqVGUar", - "adjustByMarket": "SOL-USD", - "invert": true - } - ], - "liquidityTier": 2, - "atomicResolution": -3.0, - "quantumConversionExponent": -9, - "defaultFundingPpm": 0, - "stepBaseQuantums": 1000000, - "subticksPerTick": 1000000, - "delayBlocks": 3600 - }, - "initialDeposit": { - "denom": "adydx", - "amount": "10000000000000000000000" - }, - "meta": { - "assetName": "Gigachad", - "referencePrice": 0.001824, - "cmcId": 30063.0 - } - }, - "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": 646, - "ticker": "SQD-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -10.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Bybit", - "ticker": "SQDUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "SQD-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": "Subsquid", - "referencePrice": 0.10111389449613638, - "cmcId": 12894.0 - } - }, - "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": 647, - "ticker": "TURBOS-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -12.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Bybit", - "ticker": "TURBOSUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "TURBOS-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": "Turbos Finance", - "referencePrice": 0.002123664933317556, - "cmcId": 25179.0 - } - }, - "VELA": { - "title": "Add VELA-USD perpetual market", - "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a VELA-USD perpetual 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": "VELA-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -10.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Bybit", - "ticker": "VELAUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "VELA-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": "Vela Exchange", - "referencePrice": 0.35181249216252286, - "cmcId": 23248.0 - } - }, - "SGB": { - "title": "Add SGB-USD perpetual market", - "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a SGB-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", - "params": { - "id": 649, - "ticker": "SGB-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -12.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Bitstamp", - "ticker": "SGB/USD" - }, - { - "exchangeName": "Kraken", - "ticker": "SGBUSD" - } - ], - "liquidityTier": 2, - "atomicResolution": -3.0, - "quantumConversionExponent": -9, - "defaultFundingPpm": 0, - "stepBaseQuantums": 1000000, - "subticksPerTick": 1000000, - "delayBlocks": 3600 - }, - "initialDeposit": { - "denom": "adydx", - "amount": "10000000000000000000000" - }, - "meta": { - "assetName": "Songbird", - "referencePrice": 0.009451862264150936, - "cmcId": 12186.0 - } - }, - "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": 650, - "ticker": "KCAL-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -11.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Bybit", - "ticker": "KCALUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "kcalusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "KCAL-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": "KCAL", - "referencePrice": 0.0700513723555727, - "cmcId": 22368.0 - } - }, - "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": 651, - "ticker": "VPAD-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -11.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Bybit", - "ticker": "VPADUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Huobi", - "ticker": "vpadusdt", - "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": "VLaunch", - "referencePrice": 0.015324797076572423, - "cmcId": 14540.0 - } - }, - "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": 652, - "ticker": "XAVA-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -10.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Bybit", - "ticker": "XAVAUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "XAVA-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": "Avalaunch", - "referencePrice": 0.5312717570786751, - "cmcId": 9797.0 - } - }, - "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": 653, - "ticker": "MNDE-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -10.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "CoinbasePro", - "ticker": "MNDE-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "MNDE-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": "Marinade", - "referencePrice": 0.12268262004023395, - "cmcId": 13803.0 - } - }, - "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": 654, - "ticker": "KICKS-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -13.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Huobi", - "ticker": "kicksusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "KICKS-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": "KicksPad", - "referencePrice": 0.0004297840100132041, - "cmcId": 22205.0 - } - }, - "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": 655, - "ticker": "RANKER-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -12.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Huobi", - "ticker": "rankerusdt", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "RANKER-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": "RankerDAO", - "referencePrice": 0.0015275628987850502, - "cmcId": 17849.0 - } - }, - "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": 656, - "ticker": "MELOS-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -12.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Bybit", - "ticker": "MELOSUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "MELOS-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": "Melos Studio", - "referencePrice": 0.001083301203102429, - "cmcId": 18551.0 - } - }, - "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": -12.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Bybit", - "ticker": "KARATEUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "KARATE-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": "Karate Combat", - "referencePrice": 0.0010384449349028421, - "cmcId": 25224.0 - } - }, - "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.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "CoinbasePro", - "ticker": "SEAM-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "SEAM-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": "Seamless", - "referencePrice": 4.672137742197624, - "cmcId": 28652.0 - } - }, - "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": 659, - "ticker": "ECOX-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -10.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Bybit", - "ticker": "ECOXUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "ECOX-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": "ECOx", - "referencePrice": 0.10279612349337987, - "cmcId": 22574.0 - } - }, - "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.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Bybit", - "ticker": "OMNUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Okx", - "ticker": "OMN-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": "Omega Network", - "referencePrice": 0.0035818155026592136, - "cmcId": 23877.0 - } - }, - "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": 661, - "ticker": "SUIA-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -11.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Bybit", - "ticker": "SUIAUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "SUIA-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": "SUIA", - "referencePrice": 0.08825600237703478, - "cmcId": 25380.0 - } - }, - "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": 662, - "ticker": "USDE-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -9.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Bybit", - "ticker": "USDEUSDT", - "adjustByMarket": "USDT-USD" - }, - { - "exchangeName": "Kucoin", - "ticker": "USDE-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": "USDe", - "referencePrice": 1.0011274370966845, - "cmcId": 3792.0 - } - }, - "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": 663, - "ticker": "BILLY-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -11.0, - "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.0, - "quantumConversionExponent": -9, - "defaultFundingPpm": 0, - "stepBaseQuantums": 1000000, - "subticksPerTick": 1000000, - "delayBlocks": 3600 - }, - "initialDeposit": { - "denom": "adydx", - "amount": "10000000000000000000000" - }, - "meta": { - "assetName": "BILLY", - "referencePrice": 0.0316544449874993, - "cmcId": -1.0 - } - }, - "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": 664, - "ticker": "Bazinga-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -11.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Raydium", - "ticker": "SOL-Bazinga-GHVSjfv2kEpiMSTXsxP1S9KZKNzqa4rG8u3qVGVvNiEU-9-GKpbD62S56ZFtTBR5C1tJE4ZgaPesu5jhuLhkY3BXXKb-6-DbK9zkkFDh9aHfV3TVbbDjrXtFtdecSbsGwfofW4KzvC-BhQgvhYpYVccRt5wJnxi13waXNaC3dJVcX6TjTNY9kee", - "adjustByMarket": "SOL-USD", - "invert": true - } - ], - "liquidityTier": 2, - "atomicResolution": -4.0, - "quantumConversionExponent": -9, - "defaultFundingPpm": 0, - "stepBaseQuantums": 1000000, - "subticksPerTick": 1000000, - "delayBlocks": 3600 - }, - "initialDeposit": { - "denom": "adydx", - "amount": "10000000000000000000000" - }, - "meta": { - "assetName": "Bazinga", - "referencePrice": 0.0111503932356811, - "cmcId": -1.0 - } - }, - "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": 665, - "ticker": "COK-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -14.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Raydium", - "ticker": "SOL-COK-6mk1jhhWr6yeYxQkcrkia2wLHFyuy1LW6Xmj2MmwJ2x5-9-C4hk6k49gotrWP1b9j2ejPcPo4Lq59jVmfGwB2YYYGds-6-F8F7FGDKfqVEC4qpnVjigZHB8kijTx8qqpmc1fX8s1dY-1D5GHSzrcaSXLtUYxSCg4vWHdKGd7hFnasYPiPFYFGX", - "adjustByMarket": "SOL-USD", - "invert": true - } - ], - "liquidityTier": 2, - "atomicResolution": -1.0, - "quantumConversionExponent": -9, - "defaultFundingPpm": 0, - "stepBaseQuantums": 1000000, - "subticksPerTick": 1000000, - "delayBlocks": 3600 - }, - "initialDeposit": { - "denom": "adydx", - "amount": "10000000000000000000000" - }, - "meta": { - "assetName": "cok the cat", - "referencePrice": 1.346475410613567e-05, - "cmcId": -1.0 - } - }, - "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": 666, - "ticker": "DADDY-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -10.0, - "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.0, - "quantumConversionExponent": -9, - "defaultFundingPpm": 0, - "stepBaseQuantums": 1000000, - "subticksPerTick": 1000000, - "delayBlocks": 3600 - }, - "initialDeposit": { - "denom": "adydx", - "amount": "10000000000000000000000" - }, - "meta": { - "assetName": "DADDY TATE", - "referencePrice": 0.1348183830647565, - "cmcId": -1.0 - } - }, - "FINDER": { - "title": "Add FINDER-USD perpetual market", - "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a FINDER-USD perpetual 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": "FINDER-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -11.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Raydium", - "ticker": "FINDER-SOL-9Zs9XPZhbA77Ms1eHdkTz8a8UqFH35v4TxpEmMi8wk5b-9-ExUBxuXcAf7MKv1Co5knn2fRN69zQGsaztu4mZzog6EN-9-HvgUvGmzYJiCbzDCvctqqHejwgQEPU8BJUYoerMVwEGJ-BycyQJv3x5fbQKu3eYaErYQv8mf6GLaWV6w9JE6mra5P", - "adjustByMarket": "SOL-USD" - } - ], - "liquidityTier": 2, - "atomicResolution": -4.0, - "quantumConversionExponent": -9, - "defaultFundingPpm": 0, - "stepBaseQuantums": 1000000, - "subticksPerTick": 1000000, - "delayBlocks": 3600 - }, - "initialDeposit": { - "denom": "adydx", - "amount": "10000000000000000000000" - }, - "meta": { - "assetName": "Gem Finder", - "referencePrice": 0.051029, - "cmcId": -1.0 - } - }, - "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": 668, - "ticker": "RETARDIO-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -11.0, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Raydium", - "ticker": "SOL-RETARDIO-HNcAAdLKHSRnwdmmWCYnP5Zcd11sfGpAoCuWFtugt2ma-9-HXzTvbuKKPyNMmLKJb8vaSUaRZsVS2J2AAsDuDm36rNC-6-5TcDuBbtU8Q6LagcM8wfw1Ux2MWgCC6Q1FY22FVDZnXX-5eLRsN6qDQTQSBF8KdW4B8mVpeeAzHCCwaDptzMyszxH", - "adjustByMarket": "SOL-USD", - "invert": true - } - ], - "liquidityTier": 2, - "atomicResolution": -4.0, - "quantumConversionExponent": -9, - "defaultFundingPpm": 0, - "stepBaseQuantums": 1000000, - "subticksPerTick": 1000000, - "delayBlocks": 3600 - }, - "initialDeposit": { - "denom": "adydx", - "amount": "10000000000000000000000" - }, - "meta": { - "assetName": "RETARDIO", - "referencePrice": 0.022815, - "cmcId": -1.0 - } - } -} \ No newline at end of file + "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_CROSS", + "priceExponent": -10, + "minPriceChange": 800, + "minExchanges": 3, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "ZKUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Bybit", + "ticker": "ZKUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Gate", + "ticker": "ZK_USDT", + "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.20984104477748647, + "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": false + } + ], + "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": false + } + ], + "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": false + } + ], + "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": false + } + ], + "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": false + } + ], + "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": false + } + ], + "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": false + } + ], + "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 + } + }, + "KP3R": { + "title": "Add KP3R-USD perpetual market", + "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a KP3R-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", + "params": { + "id": 489, + "ticker": "KP3R-USD", + "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", + "priceExponent": -8, + "minPriceChange": 800, + "minExchanges": 1, + "exchangeConfigJson": [ + { + "exchangeName": "Binance", + "ticker": "KP3RUSDT", + "adjustByMarket": "USDT-USD", + "invert": false + }, + { + "exchangeName": "Okx", + "ticker": "KP3R-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": "Keep3rV1", + "referencePrice": 61.84142249233301, + "cmcId": 7535 + } + }, + "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": false + } + ], + "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": false + } + ], + "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": false + } + ], + "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": false + } + ], + "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": false + } + ], + "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": false + } + ], + "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": false + } + ], + "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": false + } + ], + "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 + } + }, + "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": 663, + "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": 664, + "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": 665, + "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": false + } + ], + "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": 666, + "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": 667, + "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": 668, + "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": false + } + ], + "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 + } + }, + "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": 670, + "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": false + } + ], + "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": 671, + "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": false + } + ], + "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": 672, + "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": false + } + ], + "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 + } + } +} diff --git a/public/configs/v1/env.json b/public/configs/v1/env.json index b7399ba86..7e17d5344 100644 --- a/public/configs/v1/env.json +++ b/public/configs/v1/env.json @@ -83,7 +83,8 @@ "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", - "mintscanValidatorsLearnMore": "https://www.mintscan.io/dydx/validators" + "mintscanValidatorsLearnMore": "https://www.mintscan.io/dydx/validators", + "protocolStaking": "https://protocolstaking.info/" }, "dydx-testnet-4": { "tos": "https://dydx.exchange/v4-terms", @@ -116,7 +117,8 @@ "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", - "mintscanValidatorsLearnMore": "https://www.mintscan.io/dydx/validators" + "mintscanValidatorsLearnMore": "https://www.mintscan.io/dydx/validators", + "protocolStaking": "https://protocolstaking.info/" }, "[mainnet chain id]": { "tos": "[HTTP link to TOS]", @@ -149,7 +151,8 @@ "fetAgixMarketWindDownProposal": "[HTTP link to mintscan proposal]", "contractLossMechanismLearnMore": "[HTTP link to documentation on contract loss mechanisms]", "isolatedMarginLearnMore": "[HTTP link to documentation on isolated margin]", - "mintscanValidatorsLearnMore": "[HTTP link to mintscan info on validators]" + "mintscanValidatorsLearnMore": "[HTTP link to mintscan info on validators]", + "protocolStaking": "[HTTP link to protocol staking info]" } }, "wallets": { @@ -293,8 +296,10 @@ "https://validator.v4dev.dydx.exchange" ], "0xsquid": "https://testnet.api.0xsquid.com", + "skip": "https://api.skip.money", "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": [], @@ -307,7 +312,8 @@ "CCTPDepositOnly": true, "isSlTpEnabled": true, "isSlTpLimitOrdersEnabled": false, - "showMemoTransferField": true + "showMemoTransferField": true, + "isStakingEnabled": true } }, "dydxprotocol-dev-2": { @@ -330,6 +336,7 @@ "http://54.92.118.111" ], "0xsquid": "https://testnet.api.0xsquid.com", + "skip": "https://api.skip.money", "nobleValidator": "https://noble-testnet-rpc.polkachu.com/", "geo": "https://api.dydx.exchange/v4/geo" }, @@ -343,7 +350,8 @@ "CCTPDepositOnly": true, "isSlTpEnabled": true, "isSlTpLimitOrdersEnabled": false, - "showMemoTransferField": true + "showMemoTransferField": true, + "isStakingEnabled": true } }, "dydxprotocol-dev-3": { @@ -366,8 +374,10 @@ "http://validator-dev3-lb-1393802013.us-east-2.elb.amazonaws.com" ], "0xsquid": "https://testnet.api.0xsquid.com", + "skip": "https://api.skip.money", "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": [], @@ -380,7 +390,8 @@ "CCTPDepositOnly": true, "isSlTpEnabled": true, "isSlTpLimitOrdersEnabled": false, - "showMemoTransferField": true + "showMemoTransferField": true, + "isStakingEnabled": true } }, "dydxprotocol-dev-4": { @@ -403,8 +414,10 @@ "https://validator.v4dev4.dydx.exchange" ], "0xsquid": "https://testnet.api.0xsquid.com", + "skip": "https://api.skip.money", "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": [], @@ -417,7 +430,8 @@ "CCTPDepositOnly": true, "isSlTpEnabled": true, "isSlTpLimitOrdersEnabled": false, - "showMemoTransferField": true + "showMemoTransferField": true, + "isStakingEnabled": true } }, "dydxprotocol-dev-5": { @@ -440,6 +454,7 @@ "http://18.223.78.50" ], "0xsquid": "https://testnet.api.0xsquid.com", + "skip": "https://api.skip.money", "nobleValidator": "https://noble-testnet-rpc.polkachu.com/", "geo": "https://api.dydx.exchange/v4/geo" }, @@ -453,7 +468,8 @@ "CCTPDepositOnly": true, "isSlTpEnabled": true, "isSlTpLimitOrdersEnabled": false, - "showMemoTransferField": true + "showMemoTransferField": true, + "isStakingEnabled": true } }, "dydxprotocol-staging": { @@ -477,6 +493,7 @@ "https://validator.v4staging.dydx.exchange" ], "0xsquid": "https://testnet.api.squidrouter.com", + "skip": "https://api.skip.money", "nobleValidator": "https://noble-testnet-rpc.polkachu.com/", "geo": "https://api.dydx.exchange/v4/geo" }, @@ -490,7 +507,8 @@ "CCTPDepositOnly": true, "isSlTpEnabled": true, "isSlTpLimitOrdersEnabled": false, - "showMemoTransferField": true + "showMemoTransferField": true, + "isStakingEnabled": true } }, "dydxprotocol-staging-forced-update": { @@ -514,6 +532,7 @@ "https://validator.v4staging.dydx.exchange" ], "0xsquid": "https://testnet.api.squidrouter.com", + "skip": "https://api.skip.money", "nobleValidator": "https://noble-testnet-rpc.polkachu.com/", "geo": "https://api.dydx.exchange/v4/geo" }, @@ -539,7 +558,8 @@ "CCTPDepositOnly": true, "isSlTpEnabled": true, "isSlTpLimitOrdersEnabled": false, - "showMemoTransferField": true + "showMemoTransferField": true, + "isStakingEnabled": true } }, "dydxprotocol-staging-west": { @@ -563,6 +583,7 @@ "https://validator-uswest1.v4staging.dydx.exchange" ], "0xsquid": "https://testnet.api.squidrouter.com", + "skip": "https://api.skip.money", "nobleValidator": "https://noble-testnet-rpc.polkachu.com/", "geo": "https://api.dydx.exchange/v4/geo" }, @@ -576,7 +597,8 @@ "CCTPDepositOnly": true, "isSlTpEnabled": true, "isSlTpLimitOrdersEnabled": false, - "showMemoTransferField": true + "showMemoTransferField": true, + "isStakingEnabled": true } }, "dydxprotocol-testnet": { @@ -603,8 +625,10 @@ "https://dydx-rpc.liquify.com/api=8878132/dydx" ], "0xsquid": "https://testnet.api.squidrouter.com", + "skip": "https://api.skip.money", "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": [ @@ -620,7 +644,8 @@ "CCTPDepositOnly": true, "isSlTpEnabled": true, "isSlTpLimitOrdersEnabled": false, - "showMemoTransferField": true + "showMemoTransferField": true, + "isStakingEnabled": true } }, "dydxprotocol-testnet-dydx": { @@ -643,8 +668,10 @@ "https://validator.v4testnet.dydx.exchange" ], "0xsquid": "https://testnet.api.squidrouter.com", + "skip": "https://api.skip.money", "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": [], @@ -656,7 +683,8 @@ "CCTPDepositOnly": true, "isSlTpEnabled": true, "isSlTpLimitOrdersEnabled": false, - "showMemoTransferField": true + "showMemoTransferField": true, + "isStakingEnabled": true } }, "dydxprotocol-testnet-nodefleet": { @@ -679,8 +707,10 @@ "https://dydx-testnet.nodefleet.org" ], "0xsquid": "https://testnet.api.squidrouter.com", + "skip": "https://api.skip.money", "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": [], @@ -693,7 +723,8 @@ "CCTPDepositOnly": true, "isSlTpEnabled": true, "isSlTpLimitOrdersEnabled": false, - "showMemoTransferField": true + "showMemoTransferField": true, + "isStakingEnabled": true } }, "dydxprotocol-testnet-kingnodes": { @@ -716,8 +747,10 @@ "https://test-dydx.kingnodes.com" ], "0xsquid": "https://testnet.api.squidrouter.com", + "skip": "https://api.skip.money", "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": [], @@ -729,7 +762,8 @@ "CCTPDepositOnly": true, "isSlTpEnabled": true, "isSlTpLimitOrdersEnabled": false, - "showMemoTransferField": true + "showMemoTransferField": true, + "isStakingEnabled": true } }, "dydxprotocol-testnet-liquify": { @@ -752,8 +786,10 @@ "https://dydx-rpc.liquify.com/api=8878132/dydx" ], "0xsquid": "https://testnet.api.squidrouter.com", + "skip": "https://api.skip.money", "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": [], @@ -766,7 +802,8 @@ "CCTPDepositOnly": true, "isSlTpEnabled": true, "isSlTpLimitOrdersEnabled": false, - "showMemoTransferField": true + "showMemoTransferField": true, + "isStakingEnabled": true } }, "dydxprotocol-testnet-polkachu": { @@ -789,8 +826,10 @@ "https://dydx-testnet-rpc.polkachu.com/" ], "0xsquid": "https://testnet.api.squidrouter.com", + "skip": "https://api.skip.money", "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": [], @@ -803,7 +842,8 @@ "CCTPDepositOnly": true, "isSlTpEnabled": true, "isSlTpLimitOrdersEnabled": false, - "showMemoTransferField": true + "showMemoTransferField": true, + "isStakingEnabled": true } }, "dydxprotocol-testnet-bware": { @@ -826,8 +866,10 @@ "https://dydx-testnet-full-rpc.public.blastapi.io/" ], "0xsquid": "https://testnet.api.squidrouter.com", + "skip": "https://api.skip.money", "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": [], @@ -840,7 +882,8 @@ "CCTPDepositOnly": true, "isSlTpEnabled": true, "isSlTpLimitOrdersEnabled": false, - "showMemoTransferField": true + "showMemoTransferField": true, + "isStakingEnabled": true } }, "dydxprotocol-mainnet": { @@ -864,8 +907,10 @@ "[Validator endpoint n]" ], "0xsquid": "[0xSquid endpoint for mainnet]", + "skip": "[Skip 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": { @@ -877,7 +922,8 @@ "CCTPDepositOnly": true, "isSlTpEnabled": true, "isSlTpLimitOrdersEnabled": false, - "showMemoTransferField": false + "showMemoTransferField": false, + "isStakingEnabled": false } } } diff --git a/public/currencies/1cat.png b/public/currencies/1cat.png new file mode 100644 index 000000000..f54d026de Binary files /dev/null and b/public/currencies/1cat.png differ diff --git a/public/currencies/abbc.png b/public/currencies/abbc.png new file mode 100644 index 000000000..d301bdc43 Binary files /dev/null and b/public/currencies/abbc.png differ diff --git a/public/currencies/aca.png b/public/currencies/aca.png new file mode 100644 index 000000000..0d27a53aa Binary files /dev/null and b/public/currencies/aca.png differ diff --git a/public/currencies/ace.png b/public/currencies/ace.png new file mode 100644 index 000000000..c19b5a2f5 Binary files /dev/null and b/public/currencies/ace.png differ diff --git a/public/currencies/ach.png b/public/currencies/ach.png new file mode 100644 index 000000000..2f616e5c8 Binary files /dev/null and b/public/currencies/ach.png differ diff --git a/public/currencies/acm.png b/public/currencies/acm.png new file mode 100644 index 000000000..7232ca1df Binary files /dev/null and b/public/currencies/acm.png differ diff --git a/public/currencies/acs.png b/public/currencies/acs.png new file mode 100644 index 000000000..ba167b1fd Binary files /dev/null and b/public/currencies/acs.png differ diff --git a/public/currencies/adx.png b/public/currencies/adx.png new file mode 100644 index 000000000..93c6ed8ad Binary files /dev/null and b/public/currencies/adx.png differ diff --git a/public/currencies/aergo.png b/public/currencies/aergo.png new file mode 100644 index 000000000..ecd1f13df Binary files /dev/null and b/public/currencies/aergo.png differ diff --git a/public/currencies/agi.png b/public/currencies/agi.png new file mode 100644 index 000000000..61f23aaa8 Binary files /dev/null and b/public/currencies/agi.png differ diff --git a/public/currencies/agld.png b/public/currencies/agld.png new file mode 100644 index 000000000..2ce486349 Binary files /dev/null and b/public/currencies/agld.png differ diff --git a/public/currencies/aidoge.png b/public/currencies/aidoge.png new file mode 100644 index 000000000..9b2678e7d Binary files /dev/null and b/public/currencies/aidoge.png differ diff --git a/public/currencies/aioz.png b/public/currencies/aioz.png new file mode 100644 index 000000000..5ab5c963e Binary files /dev/null and b/public/currencies/aioz.png differ diff --git a/public/currencies/aitech.png b/public/currencies/aitech.png new file mode 100644 index 000000000..32d519630 Binary files /dev/null and b/public/currencies/aitech.png differ diff --git a/public/currencies/akro.png b/public/currencies/akro.png new file mode 100644 index 000000000..6c0d53fd5 Binary files /dev/null and b/public/currencies/akro.png differ diff --git a/public/currencies/akt.png b/public/currencies/akt.png new file mode 100644 index 000000000..51234e3ad Binary files /dev/null and b/public/currencies/akt.png differ diff --git a/public/currencies/alcx.png b/public/currencies/alcx.png new file mode 100644 index 000000000..17fb9536d Binary files /dev/null and b/public/currencies/alcx.png differ diff --git a/public/currencies/aleph.png b/public/currencies/aleph.png new file mode 100644 index 000000000..4f3d75054 Binary files /dev/null and b/public/currencies/aleph.png differ diff --git a/public/currencies/alice.png b/public/currencies/alice.png new file mode 100644 index 000000000..50d38e834 Binary files /dev/null and b/public/currencies/alice.png differ diff --git a/public/currencies/alpha.png b/public/currencies/alpha.png new file mode 100644 index 000000000..272823d47 Binary files /dev/null and b/public/currencies/alpha.png differ diff --git a/public/currencies/alpine.png b/public/currencies/alpine.png new file mode 100644 index 000000000..aca0ca65b Binary files /dev/null and b/public/currencies/alpine.png differ diff --git a/public/currencies/alt.png b/public/currencies/alt.png new file mode 100644 index 000000000..0224f4c0d Binary files /dev/null and b/public/currencies/alt.png differ diff --git a/public/currencies/amb.png b/public/currencies/amb.png new file mode 100644 index 000000000..bdc1518c3 Binary files /dev/null and b/public/currencies/amb.png differ diff --git a/public/currencies/amp.png b/public/currencies/amp.png new file mode 100644 index 000000000..e7746195c Binary files /dev/null and b/public/currencies/amp.png differ diff --git a/public/currencies/ankr.png b/public/currencies/ankr.png new file mode 100644 index 000000000..2f661d17b Binary files /dev/null and b/public/currencies/ankr.png differ diff --git a/public/currencies/ant.png b/public/currencies/ant.png new file mode 100644 index 000000000..d23f8c0a1 Binary files /dev/null and b/public/currencies/ant.png differ diff --git a/public/currencies/ar.png b/public/currencies/ar.png new file mode 100644 index 000000000..915b80ee8 Binary files /dev/null and b/public/currencies/ar.png differ diff --git a/public/currencies/ardr.png b/public/currencies/ardr.png new file mode 100644 index 000000000..769e6aad7 Binary files /dev/null and b/public/currencies/ardr.png differ diff --git a/public/currencies/arg.png b/public/currencies/arg.png new file mode 100644 index 000000000..837c1c4aa Binary files /dev/null and b/public/currencies/arg.png differ diff --git a/public/currencies/ark.png b/public/currencies/ark.png new file mode 100644 index 000000000..69507d62b Binary files /dev/null and b/public/currencies/ark.png differ diff --git a/public/currencies/arpa.png b/public/currencies/arpa.png new file mode 100644 index 000000000..d61b90193 Binary files /dev/null and b/public/currencies/arpa.png differ diff --git a/public/currencies/ast.png b/public/currencies/ast.png new file mode 100644 index 000000000..178242ab8 Binary files /dev/null and b/public/currencies/ast.png differ diff --git a/public/currencies/ata.png b/public/currencies/ata.png new file mode 100644 index 000000000..48ad44eb5 Binary files /dev/null and b/public/currencies/ata.png differ 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/atm.png b/public/currencies/atm.png new file mode 100644 index 000000000..105f3003e Binary files /dev/null and b/public/currencies/atm.png differ diff --git a/public/currencies/auction.png b/public/currencies/auction.png new file mode 100644 index 000000000..0f2c8d44f Binary files /dev/null and b/public/currencies/auction.png differ diff --git a/public/currencies/audio.png b/public/currencies/audio.png new file mode 100644 index 000000000..ba506a209 Binary files /dev/null and b/public/currencies/audio.png differ diff --git a/public/currencies/aurora.png b/public/currencies/aurora.png new file mode 100644 index 000000000..bfce6df40 Binary files /dev/null and b/public/currencies/aurora.png differ diff --git a/public/currencies/aury.png b/public/currencies/aury.png new file mode 100644 index 000000000..00213861c Binary files /dev/null and b/public/currencies/aury.png differ diff --git a/public/currencies/ava.png b/public/currencies/ava.png new file mode 100644 index 000000000..f773b36d7 Binary files /dev/null and b/public/currencies/ava.png differ diff --git a/public/currencies/axs.png b/public/currencies/axs.png new file mode 100644 index 000000000..a50b12cd9 Binary files /dev/null and b/public/currencies/axs.png differ diff --git a/public/currencies/azero.png b/public/currencies/azero.png new file mode 100644 index 000000000..665ca1abf Binary files /dev/null and b/public/currencies/azero.png differ diff --git a/public/currencies/azy.png b/public/currencies/azy.png new file mode 100644 index 000000000..b8787b1c3 Binary files /dev/null and b/public/currencies/azy.png differ diff --git a/public/currencies/badger.png b/public/currencies/badger.png new file mode 100644 index 000000000..f00b422a1 Binary files /dev/null and b/public/currencies/badger.png differ diff --git a/public/currencies/bake.png b/public/currencies/bake.png new file mode 100644 index 000000000..d6891e97a Binary files /dev/null and b/public/currencies/bake.png differ diff --git a/public/currencies/bal.png b/public/currencies/bal.png new file mode 100644 index 000000000..f0a714787 Binary files /dev/null and b/public/currencies/bal.png differ diff --git a/public/currencies/band.png b/public/currencies/band.png new file mode 100644 index 000000000..5404b4f7c Binary files /dev/null and b/public/currencies/band.png differ diff --git a/public/currencies/bar.png b/public/currencies/bar.png new file mode 100644 index 000000000..278f03f3f Binary files /dev/null and b/public/currencies/bar.png differ diff --git a/public/currencies/bat.png b/public/currencies/bat.png new file mode 100644 index 000000000..a3b6340d5 Binary files /dev/null and b/public/currencies/bat.png differ diff --git a/public/currencies/bcut.png b/public/currencies/bcut.png new file mode 100644 index 000000000..93ae635d7 Binary files /dev/null and b/public/currencies/bcut.png differ diff --git a/public/currencies/beam.png b/public/currencies/beam.png new file mode 100644 index 000000000..8021ecc16 Binary files /dev/null and b/public/currencies/beam.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/bel.png b/public/currencies/bel.png new file mode 100644 index 000000000..b9fd37b1f Binary files /dev/null and b/public/currencies/bel.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/beth.png b/public/currencies/beth.png new file mode 100644 index 000000000..280277671 Binary files /dev/null and b/public/currencies/beth.png differ diff --git a/public/currencies/bfc.png b/public/currencies/bfc.png new file mode 100644 index 000000000..e5cb08624 Binary files /dev/null and b/public/currencies/bfc.png differ diff --git a/public/currencies/bico.png b/public/currencies/bico.png new file mode 100644 index 000000000..4942926dc Binary files /dev/null and b/public/currencies/bico.png differ diff --git a/public/currencies/bigtime.png b/public/currencies/bigtime.png new file mode 100644 index 000000000..b4d648ff0 Binary files /dev/null and b/public/currencies/bigtime.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/blok.png b/public/currencies/blok.png new file mode 100644 index 000000000..1827fec85 Binary files /dev/null and b/public/currencies/blok.png differ diff --git a/public/currencies/blz.png b/public/currencies/blz.png new file mode 100644 index 000000000..6625712f8 Binary files /dev/null and b/public/currencies/blz.png differ diff --git a/public/currencies/bnc.png b/public/currencies/bnc.png new file mode 100644 index 000000000..d1b2c1e27 Binary files /dev/null and b/public/currencies/bnc.png differ diff --git a/public/currencies/bnt.png b/public/currencies/bnt.png new file mode 100644 index 000000000..fd667a996 Binary files /dev/null and b/public/currencies/bnt.png differ diff --git a/public/currencies/bnx.png b/public/currencies/bnx.png new file mode 100644 index 000000000..400c67f66 Binary files /dev/null and b/public/currencies/bnx.png differ diff --git a/public/currencies/boba.png b/public/currencies/boba.png new file mode 100644 index 000000000..4bc99a6e5 Binary files /dev/null and b/public/currencies/boba.png differ diff --git a/public/currencies/boden.png b/public/currencies/boden.png new file mode 100644 index 000000000..98469d61b Binary files /dev/null and b/public/currencies/boden.png differ diff --git a/public/currencies/bond.png b/public/currencies/bond.png new file mode 100644 index 000000000..b3fe3fc28 Binary files /dev/null and b/public/currencies/bond.png differ diff --git a/public/currencies/bone.png b/public/currencies/bone.png new file mode 100644 index 000000000..78989e483 Binary files /dev/null and b/public/currencies/bone.png differ diff --git a/public/currencies/boring.png b/public/currencies/boring.png new file mode 100644 index 000000000..0d3e349ad Binary files /dev/null and b/public/currencies/boring.png differ diff --git a/public/currencies/bork.png b/public/currencies/bork.png new file mode 100644 index 000000000..bc019f5ee Binary files /dev/null and b/public/currencies/bork.png differ diff --git a/public/currencies/boson.png b/public/currencies/boson.png new file mode 100644 index 000000000..94a784826 Binary files /dev/null and b/public/currencies/boson.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/brise.png b/public/currencies/brise.png new file mode 100644 index 000000000..06455938e Binary files /dev/null and b/public/currencies/brise.png differ diff --git a/public/currencies/brwl.png b/public/currencies/brwl.png new file mode 100644 index 000000000..9dbd31e6c Binary files /dev/null and b/public/currencies/brwl.png differ diff --git a/public/currencies/bsv.png b/public/currencies/bsv.png new file mode 100644 index 000000000..1b050f3d5 Binary files /dev/null and b/public/currencies/bsv.png differ diff --git a/public/currencies/bsw.png b/public/currencies/bsw.png new file mode 100644 index 000000000..a5095a415 Binary files /dev/null and b/public/currencies/bsw.png differ diff --git a/public/currencies/btt.png b/public/currencies/btt.png new file mode 100644 index 000000000..cdadef223 Binary files /dev/null and b/public/currencies/btt.png differ diff --git a/public/currencies/burger.png b/public/currencies/burger.png new file mode 100644 index 000000000..89cec9f36 Binary files /dev/null and b/public/currencies/burger.png differ diff --git a/public/currencies/c98.png b/public/currencies/c98.png new file mode 100644 index 000000000..534fdc5d0 Binary files /dev/null and b/public/currencies/c98.png differ diff --git a/public/currencies/cake.png b/public/currencies/cake.png new file mode 100644 index 000000000..7842f008d Binary files /dev/null and b/public/currencies/cake.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/cbk.png b/public/currencies/cbk.png new file mode 100644 index 000000000..ee57353ed Binary files /dev/null and b/public/currencies/cbk.png differ diff --git a/public/currencies/ceek.png b/public/currencies/ceek.png new file mode 100644 index 000000000..30eecea9f Binary files /dev/null and b/public/currencies/ceek.png differ diff --git a/public/currencies/cel.png b/public/currencies/cel.png new file mode 100644 index 000000000..f5e6bf0a9 Binary files /dev/null and b/public/currencies/cel.png differ diff --git a/public/currencies/celr.png b/public/currencies/celr.png new file mode 100644 index 000000000..ab02e8cbe Binary files /dev/null and b/public/currencies/celr.png differ diff --git a/public/currencies/cere.png b/public/currencies/cere.png new file mode 100644 index 000000000..19d251d89 Binary files /dev/null and b/public/currencies/cere.png differ diff --git a/public/currencies/cetus.png b/public/currencies/cetus.png new file mode 100644 index 000000000..1faaa28f7 Binary files /dev/null and b/public/currencies/cetus.png differ diff --git a/public/currencies/cfg.png b/public/currencies/cfg.png new file mode 100644 index 000000000..cbfb64199 Binary files /dev/null and b/public/currencies/cfg.png differ diff --git a/public/currencies/cfx.png b/public/currencies/cfx.png new file mode 100644 index 000000000..1213706e3 Binary files /dev/null and b/public/currencies/cfx.png differ diff --git a/public/currencies/cgpt.png b/public/currencies/cgpt.png new file mode 100644 index 000000000..d5bedd9a0 Binary files /dev/null and b/public/currencies/cgpt.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/chr.png b/public/currencies/chr.png new file mode 100644 index 000000000..e1e8641ac Binary files /dev/null and b/public/currencies/chr.png differ diff --git a/public/currencies/city.png b/public/currencies/city.png new file mode 100644 index 000000000..b4c0478bd Binary files /dev/null and b/public/currencies/city.png differ diff --git a/public/currencies/ckb.png b/public/currencies/ckb.png new file mode 100644 index 000000000..6d28ba150 Binary files /dev/null and b/public/currencies/ckb.png differ diff --git a/public/currencies/combo.png b/public/currencies/combo.png new file mode 100644 index 000000000..9c50d0bac Binary files /dev/null and b/public/currencies/combo.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/coq.png b/public/currencies/coq.png new file mode 100644 index 000000000..013017c91 Binary files /dev/null and b/public/currencies/coq.png differ diff --git a/public/currencies/core.png b/public/currencies/core.png new file mode 100644 index 000000000..b21f4ece6 Binary files /dev/null and b/public/currencies/core.png differ diff --git a/public/currencies/cost.png b/public/currencies/cost.png new file mode 100644 index 000000000..44a3dd584 Binary files /dev/null and b/public/currencies/cost.png differ diff --git a/public/currencies/coti.png b/public/currencies/coti.png new file mode 100644 index 000000000..67cd4dd53 Binary files /dev/null and b/public/currencies/coti.png differ diff --git a/public/currencies/cpool.png b/public/currencies/cpool.png new file mode 100644 index 000000000..ac29a2dab Binary files /dev/null and b/public/currencies/cpool.png differ diff --git a/public/currencies/cqt.png b/public/currencies/cqt.png new file mode 100644 index 000000000..62beea65e Binary files /dev/null and b/public/currencies/cqt.png differ diff --git a/public/currencies/cream.png b/public/currencies/cream.png new file mode 100644 index 000000000..730cb7b56 Binary files /dev/null and b/public/currencies/cream.png differ diff --git a/public/currencies/cro.png b/public/currencies/cro.png new file mode 100644 index 000000000..0ada79ae4 Binary files /dev/null and b/public/currencies/cro.png differ diff --git a/public/currencies/crpt.png b/public/currencies/crpt.png new file mode 100644 index 000000000..052a468dd Binary files /dev/null and b/public/currencies/crpt.png differ diff --git a/public/currencies/cspr.png b/public/currencies/cspr.png new file mode 100644 index 000000000..2fca499d6 Binary files /dev/null and b/public/currencies/cspr.png differ diff --git a/public/currencies/ctc.png b/public/currencies/ctc.png new file mode 100644 index 000000000..1445d61be Binary files /dev/null and b/public/currencies/ctc.png differ diff --git a/public/currencies/ctk.png b/public/currencies/ctk.png new file mode 100644 index 000000000..94e511311 Binary files /dev/null and b/public/currencies/ctk.png differ diff --git a/public/currencies/ctsi.png b/public/currencies/ctsi.png new file mode 100644 index 000000000..3e8be3d3d Binary files /dev/null and b/public/currencies/ctsi.png differ diff --git a/public/currencies/ctx.png b/public/currencies/ctx.png new file mode 100644 index 000000000..14311c2f3 Binary files /dev/null and b/public/currencies/ctx.png differ diff --git a/public/currencies/ctxc.png b/public/currencies/ctxc.png new file mode 100644 index 000000000..5dd7aaf10 Binary files /dev/null and b/public/currencies/ctxc.png differ diff --git a/public/currencies/cudos.png b/public/currencies/cudos.png new file mode 100644 index 000000000..544be4de5 Binary files /dev/null and b/public/currencies/cudos.png differ diff --git a/public/currencies/cult.png b/public/currencies/cult.png new file mode 100644 index 000000000..d8cee0235 Binary files /dev/null and b/public/currencies/cult.png differ diff --git a/public/currencies/cusd.png b/public/currencies/cusd.png new file mode 100644 index 000000000..e54847651 Binary files /dev/null and b/public/currencies/cusd.png differ diff --git a/public/currencies/cvc.png b/public/currencies/cvc.png new file mode 100644 index 000000000..d05ca7970 Binary files /dev/null and b/public/currencies/cvc.png differ diff --git a/public/currencies/cvp.png b/public/currencies/cvp.png new file mode 100644 index 000000000..fcfa29419 Binary files /dev/null and b/public/currencies/cvp.png differ diff --git a/public/currencies/cvx.png b/public/currencies/cvx.png new file mode 100644 index 000000000..3d732126d Binary files /dev/null and b/public/currencies/cvx.png differ diff --git a/public/currencies/cwar.png b/public/currencies/cwar.png new file mode 100644 index 000000000..3975520a6 Binary files /dev/null and b/public/currencies/cwar.png differ diff --git a/public/currencies/cyber.png b/public/currencies/cyber.png new file mode 100644 index 000000000..fe8c94f02 Binary files /dev/null and b/public/currencies/cyber.png differ diff --git a/public/currencies/dag.png b/public/currencies/dag.png new file mode 100644 index 000000000..8645e6e99 Binary files /dev/null and b/public/currencies/dag.png differ diff --git a/public/currencies/dai.png b/public/currencies/dai.png index f17f3ca0f..aa8cd28b2 100644 Binary files a/public/currencies/dai.png and b/public/currencies/dai.png differ diff --git a/public/currencies/dao.png b/public/currencies/dao.png new file mode 100644 index 000000000..4796c4e3b Binary files /dev/null and b/public/currencies/dao.png differ diff --git a/public/currencies/dar.png b/public/currencies/dar.png new file mode 100644 index 000000000..27dd00e68 Binary files /dev/null and b/public/currencies/dar.png differ diff --git a/public/currencies/dash.png b/public/currencies/dash.png new file mode 100644 index 000000000..fbeb39da9 Binary files /dev/null and b/public/currencies/dash.png differ diff --git a/public/currencies/data.png b/public/currencies/data.png new file mode 100644 index 000000000..e0c1c8f0b Binary files /dev/null and b/public/currencies/data.png differ diff --git a/public/currencies/dc.png b/public/currencies/dc.png new file mode 100644 index 000000000..3bd119ca3 Binary files /dev/null and b/public/currencies/dc.png differ diff --git a/public/currencies/dck.png b/public/currencies/dck.png new file mode 100644 index 000000000..814bb8c2d Binary files /dev/null and b/public/currencies/dck.png differ diff --git a/public/currencies/dcr.png b/public/currencies/dcr.png new file mode 100644 index 000000000..d12ee5d74 Binary files /dev/null and b/public/currencies/dcr.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/degen.png b/public/currencies/degen.png new file mode 100644 index 000000000..9ec38b99a Binary files /dev/null and b/public/currencies/degen.png differ diff --git a/public/currencies/dego.png b/public/currencies/dego.png new file mode 100644 index 000000000..df08c5d92 Binary files /dev/null and b/public/currencies/dego.png differ diff --git a/public/currencies/dent.png b/public/currencies/dent.png new file mode 100644 index 000000000..7373758e6 Binary files /dev/null and b/public/currencies/dent.png differ diff --git a/public/currencies/dep.png b/public/currencies/dep.png new file mode 100644 index 000000000..f630260c0 Binary files /dev/null and b/public/currencies/dep.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/dexe.png b/public/currencies/dexe.png new file mode 100644 index 000000000..cd47b7537 Binary files /dev/null and b/public/currencies/dexe.png differ diff --git a/public/currencies/df.png b/public/currencies/df.png new file mode 100644 index 000000000..d164787b7 Binary files /dev/null and b/public/currencies/df.png differ diff --git a/public/currencies/dfi.png b/public/currencies/dfi.png new file mode 100644 index 000000000..cd98e29e2 Binary files /dev/null and b/public/currencies/dfi.png differ diff --git a/public/currencies/dgb.png b/public/currencies/dgb.png new file mode 100644 index 000000000..43b6ee4cc Binary files /dev/null and b/public/currencies/dgb.png differ diff --git a/public/currencies/dia.png b/public/currencies/dia.png new file mode 100644 index 000000000..5986d79ed Binary files /dev/null and b/public/currencies/dia.png differ diff --git a/public/currencies/dka.png b/public/currencies/dka.png new file mode 100644 index 000000000..dcaf85569 Binary files /dev/null and b/public/currencies/dka.png differ diff --git a/public/currencies/dmail.png b/public/currencies/dmail.png new file mode 100644 index 000000000..f3f55a164 Binary files /dev/null and b/public/currencies/dmail.png differ diff --git a/public/currencies/dodo.png b/public/currencies/dodo.png new file mode 100644 index 000000000..99a9e9286 Binary files /dev/null and b/public/currencies/dodo.png differ diff --git a/public/currencies/dora.png b/public/currencies/dora.png new file mode 100644 index 000000000..42f1777ad Binary files /dev/null and b/public/currencies/dora.png differ diff --git a/public/currencies/dose.png b/public/currencies/dose.png new file mode 100644 index 000000000..1f493268d Binary files /dev/null and b/public/currencies/dose.png differ diff --git a/public/currencies/drift.png b/public/currencies/drift.png new file mode 100644 index 000000000..afc2cc4e4 Binary files /dev/null and b/public/currencies/drift.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/dusk.png b/public/currencies/dusk.png new file mode 100644 index 000000000..c06ec16c0 Binary files /dev/null and b/public/currencies/dusk.png differ diff --git a/public/currencies/dyp.png b/public/currencies/dyp.png new file mode 100644 index 000000000..419ec9cb0 Binary files /dev/null and b/public/currencies/dyp.png differ diff --git a/public/currencies/ecox.png b/public/currencies/ecox.png new file mode 100644 index 000000000..74a4d6a90 Binary files /dev/null and b/public/currencies/ecox.png differ diff --git a/public/currencies/edu.png b/public/currencies/edu.png new file mode 100644 index 000000000..1642e85e5 Binary files /dev/null and b/public/currencies/edu.png differ diff --git a/public/currencies/egld.png b/public/currencies/egld.png new file mode 100644 index 000000000..df6cf5729 Binary files /dev/null and b/public/currencies/egld.png differ diff --git a/public/currencies/ego.png b/public/currencies/ego.png new file mode 100644 index 000000000..1c71569e6 Binary files /dev/null and b/public/currencies/ego.png differ diff --git a/public/currencies/ela.png b/public/currencies/ela.png new file mode 100644 index 000000000..96834c66a Binary files /dev/null and b/public/currencies/ela.png differ diff --git a/public/currencies/elf.png b/public/currencies/elf.png new file mode 100644 index 000000000..d7db34b3d Binary files /dev/null and b/public/currencies/elf.png differ diff --git a/public/currencies/elon.png b/public/currencies/elon.png new file mode 100644 index 000000000..74ba7df3a Binary files /dev/null and b/public/currencies/elon.png differ diff --git a/public/currencies/ena.png b/public/currencies/ena.png new file mode 100644 index 000000000..105d9d805 Binary files /dev/null and b/public/currencies/ena.png differ diff --git a/public/currencies/epik.png b/public/currencies/epik.png new file mode 100644 index 000000000..90cf95b36 Binary files /dev/null and b/public/currencies/epik.png differ diff --git a/public/currencies/erg.png b/public/currencies/erg.png new file mode 100644 index 000000000..13491b64b Binary files /dev/null and b/public/currencies/erg.png differ diff --git a/public/currencies/ern.png b/public/currencies/ern.png new file mode 100644 index 000000000..0b7a7906f Binary files /dev/null and b/public/currencies/ern.png differ diff --git a/public/currencies/ertha.png b/public/currencies/ertha.png new file mode 100644 index 000000000..407989c56 Binary files /dev/null and b/public/currencies/ertha.png differ diff --git a/public/currencies/ese.png b/public/currencies/ese.png new file mode 100644 index 000000000..581cf4160 Binary files /dev/null and b/public/currencies/ese.png differ diff --git a/public/currencies/ethw.png b/public/currencies/ethw.png new file mode 100644 index 000000000..3da857bae Binary files /dev/null and b/public/currencies/ethw.png differ diff --git a/public/currencies/eul.png b/public/currencies/eul.png new file mode 100644 index 000000000..dc727ce48 Binary files /dev/null and b/public/currencies/eul.png differ diff --git a/public/currencies/eurc.png b/public/currencies/eurc.png new file mode 100644 index 000000000..ffda29ff3 Binary files /dev/null and b/public/currencies/eurc.png differ diff --git a/public/currencies/ever.png b/public/currencies/ever.png new file mode 100644 index 000000000..8ada7d05a Binary files /dev/null and b/public/currencies/ever.png differ diff --git a/public/currencies/ewt.png b/public/currencies/ewt.png new file mode 100644 index 000000000..e9f141efe Binary files /dev/null and b/public/currencies/ewt.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/farm.png b/public/currencies/farm.png new file mode 100644 index 000000000..7b7100d6b Binary files /dev/null and b/public/currencies/farm.png differ diff --git a/public/currencies/fida.png b/public/currencies/fida.png new file mode 100644 index 000000000..a949fd4ef Binary files /dev/null and b/public/currencies/fida.png differ diff --git a/public/currencies/fio.png b/public/currencies/fio.png new file mode 100644 index 000000000..5cb2c2b31 Binary files /dev/null and b/public/currencies/fio.png differ diff --git a/public/currencies/fire.png b/public/currencies/fire.png new file mode 100644 index 000000000..69b933a50 Binary files /dev/null and b/public/currencies/fire.png differ diff --git a/public/currencies/firo.png b/public/currencies/firo.png new file mode 100644 index 000000000..f48c7ed43 Binary files /dev/null and b/public/currencies/firo.png differ diff --git a/public/currencies/fis.png b/public/currencies/fis.png new file mode 100644 index 000000000..c50f85cd5 Binary files /dev/null and b/public/currencies/fis.png differ diff --git a/public/currencies/fitfi.png b/public/currencies/fitfi.png new file mode 100644 index 000000000..ed14bc211 Binary files /dev/null and b/public/currencies/fitfi.png differ diff --git a/public/currencies/flip.png b/public/currencies/flip.png new file mode 100644 index 000000000..a751d20b7 Binary files /dev/null and b/public/currencies/flip.png differ diff --git a/public/currencies/flm.png b/public/currencies/flm.png new file mode 100644 index 000000000..1766c2463 Binary files /dev/null and b/public/currencies/flm.png differ diff --git a/public/currencies/floki.png b/public/currencies/floki.png new file mode 100644 index 000000000..96cf4f5a6 Binary files /dev/null and b/public/currencies/floki.png differ diff --git a/public/currencies/flow.png b/public/currencies/flow.png new file mode 100644 index 000000000..3469a283e Binary files /dev/null and b/public/currencies/flow.png differ diff --git a/public/currencies/flux.png b/public/currencies/flux.png new file mode 100644 index 000000000..7e90ea522 Binary files /dev/null and b/public/currencies/flux.png differ diff --git a/public/currencies/for.png b/public/currencies/for.png new file mode 100644 index 000000000..6599b0a5c Binary files /dev/null and b/public/currencies/for.png differ diff --git a/public/currencies/fort.png b/public/currencies/fort.png new file mode 100644 index 000000000..aa1a72d11 Binary files /dev/null and b/public/currencies/fort.png differ diff --git a/public/currencies/forth.png b/public/currencies/forth.png new file mode 100644 index 000000000..da95eeb8d Binary files /dev/null and b/public/currencies/forth.png differ diff --git a/public/currencies/foxy.png b/public/currencies/foxy.png new file mode 100644 index 000000000..9b68a0e45 Binary files /dev/null and b/public/currencies/foxy.png differ diff --git a/public/currencies/front.png b/public/currencies/front.png new file mode 100644 index 000000000..dab2a793b Binary files /dev/null and b/public/currencies/front.png differ diff --git a/public/currencies/ftt.png b/public/currencies/ftt.png new file mode 100644 index 000000000..c65665437 Binary files /dev/null and b/public/currencies/ftt.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/fx.png b/public/currencies/fx.png new file mode 100644 index 000000000..b04854a9d Binary files /dev/null and b/public/currencies/fx.png differ diff --git a/public/currencies/fxs.png b/public/currencies/fxs.png new file mode 100644 index 000000000..fd3e775ab Binary files /dev/null and b/public/currencies/fxs.png differ diff --git a/public/currencies/gal.png b/public/currencies/gal.png new file mode 100644 index 000000000..1bb8c45c1 Binary files /dev/null and b/public/currencies/gal.png differ diff --git a/public/currencies/gari.png b/public/currencies/gari.png new file mode 100644 index 000000000..69771ee70 Binary files /dev/null and b/public/currencies/gari.png differ diff --git a/public/currencies/gas.png b/public/currencies/gas.png new file mode 100644 index 000000000..128d7d52e Binary files /dev/null and b/public/currencies/gas.png differ diff --git a/public/currencies/gft.png b/public/currencies/gft.png new file mode 100644 index 000000000..ec5a12154 Binary files /dev/null and b/public/currencies/gft.png differ diff --git a/public/currencies/ghst.png b/public/currencies/ghst.png new file mode 100644 index 000000000..41c17636c Binary files /dev/null and b/public/currencies/ghst.png differ diff --git a/public/currencies/ghx.png b/public/currencies/ghx.png new file mode 100644 index 000000000..7ec6c24a2 Binary files /dev/null and b/public/currencies/ghx.png differ diff --git a/public/currencies/giga.png b/public/currencies/giga.png new file mode 100644 index 000000000..8aa58640c Binary files /dev/null and b/public/currencies/giga.png differ diff --git a/public/currencies/glm.png b/public/currencies/glm.png new file mode 100644 index 000000000..8db70e3f7 Binary files /dev/null and b/public/currencies/glm.png differ diff --git a/public/currencies/glmr.png b/public/currencies/glmr.png new file mode 100644 index 000000000..61f3911f9 Binary files /dev/null and b/public/currencies/glmr.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/gmee.png b/public/currencies/gmee.png new file mode 100644 index 000000000..3a69efc05 Binary files /dev/null and b/public/currencies/gmee.png differ diff --git a/public/currencies/gmx.png b/public/currencies/gmx.png new file mode 100644 index 000000000..a58b780c3 Binary files /dev/null and b/public/currencies/gmx.png differ diff --git a/public/currencies/gno.png b/public/currencies/gno.png new file mode 100644 index 000000000..37eaebd8f Binary files /dev/null and b/public/currencies/gno.png differ diff --git a/public/currencies/gns.png b/public/currencies/gns.png new file mode 100644 index 000000000..f7b1ff64c Binary files /dev/null and b/public/currencies/gns.png differ diff --git a/public/currencies/goal.png b/public/currencies/goal.png new file mode 100644 index 000000000..7a3989ceb Binary files /dev/null and b/public/currencies/goal.png differ diff --git a/public/currencies/gods.png b/public/currencies/gods.png new file mode 100644 index 000000000..2cd0ee1b3 Binary files /dev/null and b/public/currencies/gods.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/grail.png b/public/currencies/grail.png new file mode 100644 index 000000000..c8aa47a4b Binary files /dev/null and b/public/currencies/grail.png differ diff --git a/public/currencies/gst.png b/public/currencies/gst.png new file mode 100644 index 000000000..6d6862438 Binary files /dev/null and b/public/currencies/gst.png differ diff --git a/public/currencies/gtai.png b/public/currencies/gtai.png new file mode 100644 index 000000000..e26af6f56 Binary files /dev/null and b/public/currencies/gtai.png differ diff --git a/public/currencies/gtc.png b/public/currencies/gtc.png new file mode 100644 index 000000000..f3508cfd8 Binary files /dev/null and b/public/currencies/gtc.png differ diff --git a/public/currencies/guac.png b/public/currencies/guac.png new file mode 100644 index 000000000..493378d5d Binary files /dev/null and b/public/currencies/guac.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/gusd.png b/public/currencies/gusd.png new file mode 100644 index 000000000..11a86c2e7 Binary files /dev/null and b/public/currencies/gusd.png differ diff --git a/public/currencies/h2o.png b/public/currencies/h2o.png new file mode 100644 index 000000000..f34cd0570 Binary files /dev/null and b/public/currencies/h2o.png differ diff --git a/public/currencies/hammy.png b/public/currencies/hammy.png new file mode 100644 index 000000000..a19689f0b Binary files /dev/null and b/public/currencies/hammy.png differ diff --git a/public/currencies/harambe.png b/public/currencies/harambe.png new file mode 100644 index 000000000..b79564b4f Binary files /dev/null and b/public/currencies/harambe.png differ diff --git a/public/currencies/hard.png b/public/currencies/hard.png new file mode 100644 index 000000000..6b1fb5c6e Binary files /dev/null and b/public/currencies/hard.png differ diff --git a/public/currencies/hbb.png b/public/currencies/hbb.png new file mode 100644 index 000000000..b577c025c Binary files /dev/null and b/public/currencies/hbb.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/hft.png b/public/currencies/hft.png new file mode 100644 index 000000000..bf5a2d1a5 Binary files /dev/null and b/public/currencies/hft.png differ diff --git a/public/currencies/hifi.png b/public/currencies/hifi.png new file mode 100644 index 000000000..090d225ed Binary files /dev/null and b/public/currencies/hifi.png differ diff --git a/public/currencies/high.png b/public/currencies/high.png new file mode 100644 index 000000000..2f04083dd Binary files /dev/null and b/public/currencies/high.png differ diff --git a/public/currencies/hive.png b/public/currencies/hive.png new file mode 100644 index 000000000..7d74f1cda Binary files /dev/null and b/public/currencies/hive.png differ diff --git a/public/currencies/hook.png b/public/currencies/hook.png new file mode 100644 index 000000000..86cd167ba Binary files /dev/null and b/public/currencies/hook.png differ diff --git a/public/currencies/hot.png b/public/currencies/hot.png new file mode 100644 index 000000000..5b80d2b64 Binary files /dev/null and b/public/currencies/hot.png differ diff --git a/public/currencies/hotcross.png b/public/currencies/hotcross.png new file mode 100644 index 000000000..b7b0d0de5 Binary files /dev/null and b/public/currencies/hotcross.png differ diff --git a/public/currencies/ice.png b/public/currencies/ice.png new file mode 100644 index 000000000..76f441180 Binary files /dev/null and b/public/currencies/ice.png differ diff --git a/public/currencies/icx.png b/public/currencies/icx.png new file mode 100644 index 000000000..60dc25a6b Binary files /dev/null and b/public/currencies/icx.png differ diff --git a/public/currencies/id.png b/public/currencies/id.png new file mode 100644 index 000000000..7b53c4a54 Binary files /dev/null and b/public/currencies/id.png differ diff --git a/public/currencies/idex.png b/public/currencies/idex.png new file mode 100644 index 000000000..27ce89907 Binary files /dev/null and b/public/currencies/idex.png differ diff --git a/public/currencies/igu.png b/public/currencies/igu.png new file mode 100644 index 000000000..8623f6f33 Binary files /dev/null and b/public/currencies/igu.png differ diff --git a/public/currencies/ilv.png b/public/currencies/ilv.png new file mode 100644 index 000000000..cb295832f Binary files /dev/null and b/public/currencies/ilv.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/iost.png b/public/currencies/iost.png new file mode 100644 index 000000000..6eee79dba Binary files /dev/null and b/public/currencies/iost.png differ diff --git a/public/currencies/iota.png b/public/currencies/iota.png new file mode 100644 index 000000000..4f9bb85c0 Binary files /dev/null and b/public/currencies/iota.png differ diff --git a/public/currencies/iotx.png b/public/currencies/iotx.png new file mode 100644 index 000000000..6991ffd4f Binary files /dev/null and b/public/currencies/iotx.png differ diff --git a/public/currencies/iq.png b/public/currencies/iq.png new file mode 100644 index 000000000..62a63862c Binary files /dev/null and b/public/currencies/iq.png differ diff --git a/public/currencies/izi.png b/public/currencies/izi.png new file mode 100644 index 000000000..eaa088666 Binary files /dev/null and b/public/currencies/izi.png differ diff --git a/public/currencies/jasmy.png b/public/currencies/jasmy.png new file mode 100644 index 000000000..db44d2b2c Binary files /dev/null and b/public/currencies/jasmy.png differ diff --git a/public/currencies/jitosol.png b/public/currencies/jitosol.png new file mode 100644 index 000000000..a38a51130 Binary files /dev/null and b/public/currencies/jitosol.png differ diff --git a/public/currencies/joe.png b/public/currencies/joe.png new file mode 100644 index 000000000..4b34a8787 Binary files /dev/null and b/public/currencies/joe.png differ diff --git a/public/currencies/jst.png b/public/currencies/jst.png new file mode 100644 index 000000000..71fd2060a Binary files /dev/null and b/public/currencies/jst.png differ diff --git a/public/currencies/juv.png b/public/currencies/juv.png new file mode 100644 index 000000000..f4aaf9831 Binary files /dev/null and b/public/currencies/juv.png differ diff --git a/public/currencies/kan.png b/public/currencies/kan.png new file mode 100644 index 000000000..972889ad5 Binary files /dev/null and b/public/currencies/kan.png differ diff --git a/public/currencies/karate.png b/public/currencies/karate.png new file mode 100644 index 000000000..1ac051d41 Binary files /dev/null and b/public/currencies/karate.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/kas.png b/public/currencies/kas.png new file mode 100644 index 000000000..46bf01870 Binary files /dev/null and b/public/currencies/kas.png differ diff --git a/public/currencies/kcal.png b/public/currencies/kcal.png new file mode 100644 index 000000000..1a1ed278d Binary files /dev/null and b/public/currencies/kcal.png differ diff --git a/public/currencies/kcs.png b/public/currencies/kcs.png new file mode 100644 index 000000000..08e66bcd7 Binary files /dev/null and b/public/currencies/kcs.png differ diff --git a/public/currencies/kda.png b/public/currencies/kda.png new file mode 100644 index 000000000..e8912e4a8 Binary files /dev/null and b/public/currencies/kda.png differ diff --git a/public/currencies/key.png b/public/currencies/key.png new file mode 100644 index 000000000..f3d9ee6f1 Binary files /dev/null and b/public/currencies/key.png differ diff --git a/public/currencies/khai.png b/public/currencies/khai.png new file mode 100644 index 000000000..3c7cba68a Binary files /dev/null and b/public/currencies/khai.png differ diff --git a/public/currencies/kicks.png b/public/currencies/kicks.png new file mode 100644 index 000000000..d780ec0fb Binary files /dev/null and b/public/currencies/kicks.png differ diff --git a/public/currencies/klay.png b/public/currencies/klay.png new file mode 100644 index 000000000..1f0b91237 Binary files /dev/null and b/public/currencies/klay.png differ diff --git a/public/currencies/klv.png b/public/currencies/klv.png new file mode 100644 index 000000000..1d4f309bc Binary files /dev/null and b/public/currencies/klv.png differ diff --git a/public/currencies/kmd.png b/public/currencies/kmd.png new file mode 100644 index 000000000..d9db75088 Binary files /dev/null and b/public/currencies/kmd.png differ diff --git a/public/currencies/kmno.png b/public/currencies/kmno.png new file mode 100644 index 000000000..0b189176b Binary files /dev/null and b/public/currencies/kmno.png differ diff --git a/public/currencies/knc.png b/public/currencies/knc.png new file mode 100644 index 000000000..7325d5fdf Binary files /dev/null and b/public/currencies/knc.png differ diff --git a/public/currencies/kp3r.png b/public/currencies/kp3r.png new file mode 100644 index 000000000..004d39531 Binary files /dev/null and b/public/currencies/kp3r.png differ diff --git a/public/currencies/krl.png b/public/currencies/krl.png new file mode 100644 index 000000000..89716ebc6 Binary files /dev/null and b/public/currencies/krl.png differ diff --git a/public/currencies/ksm.png b/public/currencies/ksm.png new file mode 100644 index 000000000..d18ba9a76 Binary files /dev/null and b/public/currencies/ksm.png differ diff --git a/public/currencies/ladys.png b/public/currencies/ladys.png new file mode 100644 index 000000000..b98c3c46c Binary files /dev/null and b/public/currencies/ladys.png differ diff --git a/public/currencies/lai.png b/public/currencies/lai.png new file mode 100644 index 000000000..fa4d352ca Binary files /dev/null and b/public/currencies/lai.png differ diff --git a/public/currencies/lamb.png b/public/currencies/lamb.png new file mode 100644 index 000000000..90157377e Binary files /dev/null and b/public/currencies/lamb.png differ diff --git a/public/currencies/lat.png b/public/currencies/lat.png new file mode 100644 index 000000000..a6a498354 Binary files /dev/null and b/public/currencies/lat.png differ diff --git a/public/currencies/lbp.png b/public/currencies/lbp.png new file mode 100644 index 000000000..acfd2106a Binary files /dev/null and b/public/currencies/lbp.png differ diff --git a/public/currencies/lbr.png b/public/currencies/lbr.png new file mode 100644 index 000000000..42c3a2d92 Binary files /dev/null and b/public/currencies/lbr.png differ diff --git a/public/currencies/lcx.png b/public/currencies/lcx.png new file mode 100644 index 000000000..0e995d1ef Binary files /dev/null and b/public/currencies/lcx.png differ diff --git a/public/currencies/lever.png b/public/currencies/lever.png new file mode 100644 index 000000000..a6f7b27d9 Binary files /dev/null and b/public/currencies/lever.png differ diff --git a/public/currencies/lft.png b/public/currencies/lft.png new file mode 100644 index 000000000..cea65c416 Binary files /dev/null and b/public/currencies/lft.png differ diff --git a/public/currencies/lhinu.png b/public/currencies/lhinu.png new file mode 100644 index 000000000..88ad21b1e Binary files /dev/null and b/public/currencies/lhinu.png differ diff --git a/public/currencies/like.png b/public/currencies/like.png new file mode 100644 index 000000000..83a486c02 Binary files /dev/null and b/public/currencies/like.png differ diff --git a/public/currencies/lina.png b/public/currencies/lina.png new file mode 100644 index 000000000..f73fc1824 Binary files /dev/null and b/public/currencies/lina.png differ diff --git a/public/currencies/ling.png b/public/currencies/ling.png new file mode 100644 index 000000000..0fe392eee Binary files /dev/null and b/public/currencies/ling.png differ diff --git a/public/currencies/lit.png b/public/currencies/lit.png new file mode 100644 index 000000000..90503e3b2 Binary files /dev/null and b/public/currencies/lit.png differ diff --git a/public/currencies/lith.png b/public/currencies/lith.png new file mode 100644 index 000000000..fd7bc33cb Binary files /dev/null and b/public/currencies/lith.png differ diff --git a/public/currencies/lmwr.png b/public/currencies/lmwr.png new file mode 100644 index 000000000..be15c5c8e Binary files /dev/null and b/public/currencies/lmwr.png differ diff --git a/public/currencies/loka.png b/public/currencies/loka.png new file mode 100644 index 000000000..7753cf5b6 Binary files /dev/null and b/public/currencies/loka.png differ diff --git a/public/currencies/looks.png b/public/currencies/looks.png new file mode 100644 index 000000000..077fdf259 Binary files /dev/null and b/public/currencies/looks.png differ diff --git a/public/currencies/loom.png b/public/currencies/loom.png new file mode 100644 index 000000000..b93250edf Binary files /dev/null and b/public/currencies/loom.png differ diff --git a/public/currencies/lpt.png b/public/currencies/lpt.png new file mode 100644 index 000000000..72510862b Binary files /dev/null and b/public/currencies/lpt.png differ diff --git a/public/currencies/lqty.png b/public/currencies/lqty.png new file mode 100644 index 000000000..5d9d9aa41 Binary files /dev/null and b/public/currencies/lqty.png differ diff --git a/public/currencies/lrc.png b/public/currencies/lrc.png new file mode 100644 index 000000000..fedcc8ceb Binary files /dev/null and b/public/currencies/lrc.png differ diff --git a/public/currencies/lsk.png b/public/currencies/lsk.png new file mode 100644 index 000000000..b8c88d629 Binary files /dev/null and b/public/currencies/lsk.png differ diff --git a/public/currencies/lto.png b/public/currencies/lto.png new file mode 100644 index 000000000..9b282cc61 Binary files /dev/null and b/public/currencies/lto.png differ diff --git a/public/currencies/lyx.png b/public/currencies/lyx.png new file mode 100644 index 000000000..23b5fc19b Binary files /dev/null and b/public/currencies/lyx.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/manta.png b/public/currencies/manta.png new file mode 100644 index 000000000..582e4f6fa Binary files /dev/null and b/public/currencies/manta.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/mav.png b/public/currencies/mav.png new file mode 100644 index 000000000..8d295169a Binary files /dev/null and b/public/currencies/mav.png differ diff --git a/public/currencies/mavia.png b/public/currencies/mavia.png new file mode 100644 index 000000000..30dfc22c1 Binary files /dev/null and b/public/currencies/mavia.png differ diff --git a/public/currencies/mbl.png b/public/currencies/mbl.png new file mode 100644 index 000000000..bc54d267a Binary files /dev/null and b/public/currencies/mbl.png differ diff --git a/public/currencies/mbox.png b/public/currencies/mbox.png new file mode 100644 index 000000000..e58ea25d2 Binary files /dev/null and b/public/currencies/mbox.png differ diff --git a/public/currencies/mbx.png b/public/currencies/mbx.png new file mode 100644 index 000000000..97edeeb74 Binary files /dev/null and b/public/currencies/mbx.png differ diff --git a/public/currencies/mcrt.png b/public/currencies/mcrt.png new file mode 100644 index 000000000..bd29481ef Binary files /dev/null and b/public/currencies/mcrt.png differ diff --git a/public/currencies/mdt.png b/public/currencies/mdt.png new file mode 100644 index 000000000..35b2b5ca0 Binary files /dev/null and b/public/currencies/mdt.png differ diff --git a/public/currencies/melos.png b/public/currencies/melos.png new file mode 100644 index 000000000..187ed2907 Binary files /dev/null and b/public/currencies/melos.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/metis.png b/public/currencies/metis.png new file mode 100644 index 000000000..13097b119 Binary files /dev/null and b/public/currencies/metis.png differ diff --git a/public/currencies/mew.png b/public/currencies/mew.png new file mode 100644 index 000000000..17b804ed3 Binary files /dev/null and b/public/currencies/mew.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/mlk.png b/public/currencies/mlk.png new file mode 100644 index 000000000..6b188ecce Binary files /dev/null and b/public/currencies/mlk.png differ diff --git a/public/currencies/mln.png b/public/currencies/mln.png new file mode 100644 index 000000000..f990fb889 Binary files /dev/null and b/public/currencies/mln.png differ diff --git a/public/currencies/mnde.png b/public/currencies/mnde.png new file mode 100644 index 000000000..d7eb7162f Binary files /dev/null and b/public/currencies/mnde.png differ diff --git a/public/currencies/mnt.png b/public/currencies/mnt.png new file mode 100644 index 000000000..c918cc596 Binary files /dev/null and b/public/currencies/mnt.png differ diff --git a/public/currencies/mobile.png b/public/currencies/mobile.png new file mode 100644 index 000000000..14d9881b7 Binary files /dev/null and b/public/currencies/mobile.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/movez.png b/public/currencies/movez.png new file mode 100644 index 000000000..8abdc7c96 Binary files /dev/null and b/public/currencies/movez.png differ diff --git a/public/currencies/movr.png b/public/currencies/movr.png new file mode 100644 index 000000000..ef00cd66c Binary files /dev/null and b/public/currencies/movr.png differ diff --git a/public/currencies/mpl.png b/public/currencies/mpl.png new file mode 100644 index 000000000..618e6dbf3 Binary files /dev/null and b/public/currencies/mpl.png differ diff --git a/public/currencies/mplx.png b/public/currencies/mplx.png new file mode 100644 index 000000000..a5d488f1a Binary files /dev/null and b/public/currencies/mplx.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/msol.png b/public/currencies/msol.png new file mode 100644 index 000000000..525cc9638 Binary files /dev/null and b/public/currencies/msol.png differ diff --git a/public/currencies/mtl.png b/public/currencies/mtl.png new file mode 100644 index 000000000..1ef9bc1d2 Binary files /dev/null and b/public/currencies/mtl.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/mv.png b/public/currencies/mv.png new file mode 100644 index 000000000..1542ad413 Binary files /dev/null and b/public/currencies/mv.png differ diff --git a/public/currencies/mvl.png b/public/currencies/mvl.png new file mode 100644 index 000000000..191ecec37 Binary files /dev/null and b/public/currencies/mvl.png differ diff --git a/public/currencies/mx.png b/public/currencies/mx.png new file mode 100644 index 000000000..83ce26e49 Binary files /dev/null and b/public/currencies/mx.png differ diff --git a/public/currencies/mxc.png b/public/currencies/mxc.png new file mode 100644 index 000000000..a61f1b2d7 Binary files /dev/null and b/public/currencies/mxc.png differ diff --git a/public/currencies/myria.png b/public/currencies/myria.png new file mode 100644 index 000000000..78889c6c9 Binary files /dev/null and b/public/currencies/myria.png differ diff --git a/public/currencies/myro.png b/public/currencies/myro.png new file mode 100644 index 000000000..dc9213b1f Binary files /dev/null and b/public/currencies/myro.png differ diff --git a/public/currencies/naka.png b/public/currencies/naka.png new file mode 100644 index 000000000..64d5deae0 Binary files /dev/null and b/public/currencies/naka.png differ diff --git a/public/currencies/navx.png b/public/currencies/navx.png new file mode 100644 index 000000000..47fc55d2c Binary files /dev/null and b/public/currencies/navx.png differ diff --git a/public/currencies/neo.png b/public/currencies/neo.png new file mode 100644 index 000000000..af7f1e026 Binary files /dev/null and b/public/currencies/neo.png differ diff --git a/public/currencies/neon.png b/public/currencies/neon.png new file mode 100644 index 000000000..7f7590602 Binary files /dev/null and b/public/currencies/neon.png differ diff --git a/public/currencies/nexo.png b/public/currencies/nexo.png new file mode 100644 index 000000000..fdf643532 Binary files /dev/null and b/public/currencies/nexo.png differ diff --git a/public/currencies/nfp.png b/public/currencies/nfp.png new file mode 100644 index 000000000..08c9e38a3 Binary files /dev/null and b/public/currencies/nfp.png differ diff --git a/public/currencies/nft.png b/public/currencies/nft.png new file mode 100644 index 000000000..1ad78707c Binary files /dev/null and b/public/currencies/nft.png differ diff --git a/public/currencies/ngl.png b/public/currencies/ngl.png new file mode 100644 index 000000000..45e1c2e9f Binary files /dev/null and b/public/currencies/ngl.png differ diff --git a/public/currencies/nkn.png b/public/currencies/nkn.png new file mode 100644 index 000000000..b98047af8 Binary files /dev/null and b/public/currencies/nkn.png differ diff --git a/public/currencies/nmr.png b/public/currencies/nmr.png new file mode 100644 index 000000000..d174c4e6e Binary files /dev/null and b/public/currencies/nmr.png differ diff --git a/public/currencies/nodl.png b/public/currencies/nodl.png new file mode 100644 index 000000000..0a7e2f980 Binary files /dev/null and b/public/currencies/nodl.png differ diff --git a/public/currencies/noia.png b/public/currencies/noia.png new file mode 100644 index 000000000..a4da41984 Binary files /dev/null and b/public/currencies/noia.png differ diff --git a/public/currencies/nos.png b/public/currencies/nos.png new file mode 100644 index 000000000..6463eec3b Binary files /dev/null and b/public/currencies/nos.png differ diff --git a/public/currencies/not.png b/public/currencies/not.png new file mode 100644 index 000000000..9189889c5 Binary files /dev/null and b/public/currencies/not.png differ diff --git a/public/currencies/ntrn.png b/public/currencies/ntrn.png new file mode 100644 index 000000000..a066189e5 Binary files /dev/null and b/public/currencies/ntrn.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/nuls.png b/public/currencies/nuls.png new file mode 100644 index 000000000..a8bb32d78 Binary files /dev/null and b/public/currencies/nuls.png differ diff --git a/public/currencies/num.png b/public/currencies/num.png new file mode 100644 index 000000000..9ce03731e Binary files /dev/null and b/public/currencies/num.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/nym.png b/public/currencies/nym.png new file mode 100644 index 000000000..695c16c0f Binary files /dev/null and b/public/currencies/nym.png differ diff --git a/public/currencies/oas.png b/public/currencies/oas.png new file mode 100644 index 000000000..816f6b837 Binary files /dev/null and b/public/currencies/oas.png differ diff --git a/public/currencies/og.png b/public/currencies/og.png new file mode 100644 index 000000000..ebf9a9a98 Binary files /dev/null and b/public/currencies/og.png differ diff --git a/public/currencies/ogn.png b/public/currencies/ogn.png new file mode 100644 index 000000000..40d6725ac Binary files /dev/null and b/public/currencies/ogn.png differ diff --git a/public/currencies/ogv.png b/public/currencies/ogv.png new file mode 100644 index 000000000..87866d9c9 Binary files /dev/null and b/public/currencies/ogv.png differ diff --git a/public/currencies/okb.png b/public/currencies/okb.png new file mode 100644 index 000000000..c5fa1ecb9 Binary files /dev/null and b/public/currencies/okb.png differ diff --git a/public/currencies/om.png b/public/currencies/om.png new file mode 100644 index 000000000..aad548433 Binary files /dev/null and b/public/currencies/om.png differ diff --git a/public/currencies/omg.png b/public/currencies/omg.png new file mode 100644 index 000000000..294b0748c Binary files /dev/null and b/public/currencies/omg.png differ diff --git a/public/currencies/omn.png b/public/currencies/omn.png new file mode 100644 index 000000000..9055c0bb9 Binary files /dev/null and b/public/currencies/omn.png differ diff --git a/public/currencies/ondo.png b/public/currencies/ondo.png new file mode 100644 index 000000000..975d11c55 Binary files /dev/null and b/public/currencies/ondo.png differ diff --git a/public/currencies/one.png b/public/currencies/one.png new file mode 100644 index 000000000..d4ad9ae4d Binary files /dev/null and b/public/currencies/one.png differ diff --git a/public/currencies/ong.png b/public/currencies/ong.png new file mode 100644 index 000000000..9036f7043 Binary files /dev/null and b/public/currencies/ong.png differ diff --git a/public/currencies/ont.png b/public/currencies/ont.png new file mode 100644 index 000000000..c537bc06d Binary files /dev/null and b/public/currencies/ont.png differ diff --git a/public/currencies/opul.png b/public/currencies/opul.png new file mode 100644 index 000000000..8ec15359e Binary files /dev/null and b/public/currencies/opul.png differ diff --git a/public/currencies/orai.png b/public/currencies/orai.png new file mode 100644 index 000000000..1b202348c Binary files /dev/null and b/public/currencies/orai.png differ diff --git a/public/currencies/orb.png b/public/currencies/orb.png new file mode 100644 index 000000000..341bb0813 Binary files /dev/null and b/public/currencies/orb.png differ diff --git a/public/currencies/orbs.png b/public/currencies/orbs.png new file mode 100644 index 000000000..f023e823d Binary files /dev/null and b/public/currencies/orbs.png differ diff --git a/public/currencies/orca.png b/public/currencies/orca.png new file mode 100644 index 000000000..e6df8885d Binary files /dev/null and b/public/currencies/orca.png differ diff --git a/public/currencies/orn.png b/public/currencies/orn.png new file mode 100644 index 000000000..9b7db9e3e Binary files /dev/null and b/public/currencies/orn.png differ diff --git a/public/currencies/osmo.png b/public/currencies/osmo.png new file mode 100644 index 000000000..cfc1a6131 Binary files /dev/null and b/public/currencies/osmo.png differ diff --git a/public/currencies/oxt.png b/public/currencies/oxt.png new file mode 100644 index 000000000..811eb413f Binary files /dev/null and b/public/currencies/oxt.png differ diff --git a/public/currencies/pajamas.png b/public/currencies/pajamas.png new file mode 100644 index 000000000..730cfbecf Binary files /dev/null and b/public/currencies/pajamas.png differ diff --git a/public/currencies/paxg.png b/public/currencies/paxg.png new file mode 100644 index 000000000..7177a7a7e Binary files /dev/null and b/public/currencies/paxg.png differ diff --git a/public/currencies/pbr.png b/public/currencies/pbr.png new file mode 100644 index 000000000..3c1112043 Binary files /dev/null and b/public/currencies/pbr.png differ diff --git a/public/currencies/pci.png b/public/currencies/pci.png new file mode 100644 index 000000000..7e459d5a7 Binary files /dev/null and b/public/currencies/pci.png differ diff --git a/public/currencies/pda.png b/public/currencies/pda.png new file mode 100644 index 000000000..8a42f375e Binary files /dev/null and b/public/currencies/pda.png differ diff --git a/public/currencies/pendle.png b/public/currencies/pendle.png new file mode 100644 index 000000000..d802b7f6f Binary files /dev/null and b/public/currencies/pendle.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/people.png b/public/currencies/people.png new file mode 100644 index 000000000..c6e2982aa Binary files /dev/null and b/public/currencies/people.png differ diff --git a/public/currencies/perp.png b/public/currencies/perp.png new file mode 100644 index 000000000..b0b2dfdf3 Binary files /dev/null and b/public/currencies/perp.png differ diff --git a/public/currencies/pha.png b/public/currencies/pha.png new file mode 100644 index 000000000..f88b00791 Binary files /dev/null and b/public/currencies/pha.png differ diff --git a/public/currencies/phb.png b/public/currencies/phb.png new file mode 100644 index 000000000..48281c04c Binary files /dev/null and b/public/currencies/phb.png differ diff --git a/public/currencies/pip.png b/public/currencies/pip.png new file mode 100644 index 000000000..4ff2dfcd2 Binary files /dev/null and b/public/currencies/pip.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/pixel.png b/public/currencies/pixel.png new file mode 100644 index 000000000..758831707 Binary files /dev/null and b/public/currencies/pixel.png differ diff --git a/public/currencies/plu.png b/public/currencies/plu.png new file mode 100644 index 000000000..26a8b3f79 Binary files /dev/null and b/public/currencies/plu.png differ diff --git a/public/currencies/png.png b/public/currencies/png.png new file mode 100644 index 000000000..9683c8cf0 Binary files /dev/null and b/public/currencies/png.png differ diff --git a/public/currencies/pokt.png b/public/currencies/pokt.png new file mode 100644 index 000000000..27f72ffb9 Binary files /dev/null and b/public/currencies/pokt.png differ diff --git a/public/currencies/polc.png b/public/currencies/polc.png new file mode 100644 index 000000000..d5578ba10 Binary files /dev/null and b/public/currencies/polc.png differ diff --git a/public/currencies/pols.png b/public/currencies/pols.png new file mode 100644 index 000000000..78e9fbae5 Binary files /dev/null and b/public/currencies/pols.png differ diff --git a/public/currencies/polyx.png b/public/currencies/polyx.png new file mode 100644 index 000000000..eeb62b5e2 Binary files /dev/null and b/public/currencies/polyx.png differ diff --git a/public/currencies/pond.png b/public/currencies/pond.png new file mode 100644 index 000000000..b059c8275 Binary files /dev/null and b/public/currencies/pond.png differ diff --git a/public/currencies/ponke.png b/public/currencies/ponke.png new file mode 100644 index 000000000..8a04d1ada Binary files /dev/null and b/public/currencies/ponke.png differ diff --git a/public/currencies/popcat.png b/public/currencies/popcat.png new file mode 100644 index 000000000..f111ad7f2 Binary files /dev/null and b/public/currencies/popcat.png differ diff --git a/public/currencies/powr.png b/public/currencies/powr.png new file mode 100644 index 000000000..a26c1cfeb Binary files /dev/null and b/public/currencies/powr.png differ diff --git a/public/currencies/prcl.png b/public/currencies/prcl.png new file mode 100644 index 000000000..803eff9fc Binary files /dev/null and b/public/currencies/prcl.png differ diff --git a/public/currencies/prime.png b/public/currencies/prime.png new file mode 100644 index 000000000..a71bdf9e0 Binary files /dev/null and b/public/currencies/prime.png differ diff --git a/public/currencies/prom.png b/public/currencies/prom.png new file mode 100644 index 000000000..1ec4ea83d Binary files /dev/null and b/public/currencies/prom.png differ diff --git a/public/currencies/prq.png b/public/currencies/prq.png new file mode 100644 index 000000000..ae6bc543f Binary files /dev/null and b/public/currencies/prq.png differ diff --git a/public/currencies/psg.png b/public/currencies/psg.png new file mode 100644 index 000000000..5a721ba8c Binary files /dev/null and b/public/currencies/psg.png differ diff --git a/public/currencies/pstake.png b/public/currencies/pstake.png new file mode 100644 index 000000000..5c5d2e361 Binary files /dev/null and b/public/currencies/pstake.png differ diff --git a/public/currencies/pumlx.png b/public/currencies/pumlx.png new file mode 100644 index 000000000..119b09707 Binary files /dev/null and b/public/currencies/pumlx.png differ diff --git a/public/currencies/pundix.png b/public/currencies/pundix.png new file mode 100644 index 000000000..035a2f3be Binary files /dev/null and b/public/currencies/pundix.png differ diff --git a/public/currencies/pundu.png b/public/currencies/pundu.png new file mode 100644 index 000000000..f08804337 Binary files /dev/null and b/public/currencies/pundu.png differ diff --git a/public/currencies/push.png b/public/currencies/push.png new file mode 100644 index 000000000..fb99ff6fb Binary files /dev/null and b/public/currencies/push.png differ diff --git a/public/currencies/pyr.png b/public/currencies/pyr.png new file mode 100644 index 000000000..4c7e9bb91 Binary files /dev/null and b/public/currencies/pyr.png differ diff --git a/public/currencies/pyusd.png b/public/currencies/pyusd.png new file mode 100644 index 000000000..141cb6448 Binary files /dev/null and b/public/currencies/pyusd.png differ diff --git a/public/currencies/qi.png b/public/currencies/qi.png new file mode 100644 index 000000000..f6d281d6a Binary files /dev/null and b/public/currencies/qi.png differ diff --git a/public/currencies/qkc.png b/public/currencies/qkc.png new file mode 100644 index 000000000..3f9b7bee7 Binary files /dev/null and b/public/currencies/qkc.png differ diff --git a/public/currencies/qnt.png b/public/currencies/qnt.png new file mode 100644 index 000000000..f17cb2f2c Binary files /dev/null and b/public/currencies/qnt.png differ diff --git a/public/currencies/qtum.png b/public/currencies/qtum.png new file mode 100644 index 000000000..81998d775 Binary files /dev/null and b/public/currencies/qtum.png differ diff --git a/public/currencies/raca.png b/public/currencies/raca.png new file mode 100644 index 000000000..438f4164f Binary files /dev/null and b/public/currencies/raca.png differ diff --git a/public/currencies/rad.png b/public/currencies/rad.png new file mode 100644 index 000000000..f2415b6d3 Binary files /dev/null and b/public/currencies/rad.png differ diff --git a/public/currencies/ranker.png b/public/currencies/ranker.png new file mode 100644 index 000000000..4c509f840 Binary files /dev/null and b/public/currencies/ranker.png differ diff --git a/public/currencies/rare.png b/public/currencies/rare.png new file mode 100644 index 000000000..c628a3188 Binary files /dev/null and b/public/currencies/rare.png differ diff --git a/public/currencies/rari.png b/public/currencies/rari.png new file mode 100644 index 000000000..6a199c6b9 Binary files /dev/null and b/public/currencies/rari.png differ diff --git a/public/currencies/ray.png b/public/currencies/ray.png new file mode 100644 index 000000000..a61be8be7 Binary files /dev/null and b/public/currencies/ray.png differ diff --git a/public/currencies/rbn.png b/public/currencies/rbn.png new file mode 100644 index 000000000..87c0f32df Binary files /dev/null and b/public/currencies/rbn.png differ diff --git a/public/currencies/rdnt.png b/public/currencies/rdnt.png new file mode 100644 index 000000000..607477486 Binary files /dev/null and b/public/currencies/rdnt.png differ diff --git a/public/currencies/reef.png b/public/currencies/reef.png new file mode 100644 index 000000000..c8fa33739 Binary files /dev/null and b/public/currencies/reef.png differ diff --git a/public/currencies/rei.png b/public/currencies/rei.png new file mode 100644 index 000000000..0496cc429 Binary files /dev/null and b/public/currencies/rei.png differ diff --git a/public/currencies/ren.png b/public/currencies/ren.png new file mode 100644 index 000000000..4c8cd776a Binary files /dev/null and b/public/currencies/ren.png differ diff --git a/public/currencies/req.png b/public/currencies/req.png new file mode 100644 index 000000000..60c5dc5cd Binary files /dev/null and b/public/currencies/req.png differ diff --git a/public/currencies/revv.png b/public/currencies/revv.png new file mode 100644 index 000000000..a30f49030 Binary files /dev/null and b/public/currencies/revv.png differ diff --git a/public/currencies/rez.png b/public/currencies/rez.png new file mode 100644 index 000000000..79e868376 Binary files /dev/null and b/public/currencies/rez.png differ diff --git a/public/currencies/rif.png b/public/currencies/rif.png new file mode 100644 index 000000000..0a398953d Binary files /dev/null and b/public/currencies/rif.png differ diff --git a/public/currencies/rio.png b/public/currencies/rio.png new file mode 100644 index 000000000..ed9a9f4d9 Binary files /dev/null and b/public/currencies/rio.png differ diff --git a/public/currencies/rlc.png b/public/currencies/rlc.png new file mode 100644 index 000000000..99a8d82ed Binary files /dev/null and b/public/currencies/rlc.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/root.png b/public/currencies/root.png new file mode 100644 index 000000000..152412612 Binary files /dev/null and b/public/currencies/root.png differ diff --git a/public/currencies/rose.png b/public/currencies/rose.png new file mode 100644 index 000000000..5d9656d01 Binary files /dev/null and b/public/currencies/rose.png differ diff --git a/public/currencies/route.png b/public/currencies/route.png new file mode 100644 index 000000000..b908db1b2 Binary files /dev/null and b/public/currencies/route.png differ diff --git a/public/currencies/rpl.png b/public/currencies/rpl.png new file mode 100644 index 000000000..ac110cc45 Binary files /dev/null and b/public/currencies/rpl.png differ diff --git a/public/currencies/rsr.png b/public/currencies/rsr.png new file mode 100644 index 000000000..6c30697e3 Binary files /dev/null and b/public/currencies/rsr.png differ diff --git a/public/currencies/rss3.png b/public/currencies/rss3.png new file mode 100644 index 000000000..dbbcb19e7 Binary files /dev/null and b/public/currencies/rss3.png differ diff --git a/public/currencies/rvn.png b/public/currencies/rvn.png new file mode 100644 index 000000000..fb8c3c6ce Binary files /dev/null and b/public/currencies/rvn.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/saga.png b/public/currencies/saga.png new file mode 100644 index 000000000..384582f69 Binary files /dev/null and b/public/currencies/saga.png differ diff --git a/public/currencies/samo.png b/public/currencies/samo.png new file mode 100644 index 000000000..7d0c4aef4 Binary files /dev/null and b/public/currencies/samo.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/sats.png b/public/currencies/sats.png new file mode 100644 index 000000000..1ab46f8a7 Binary files /dev/null and b/public/currencies/sats.png differ diff --git a/public/currencies/sc.png b/public/currencies/sc.png new file mode 100644 index 000000000..900b5b91f Binary files /dev/null and b/public/currencies/sc.png differ diff --git a/public/currencies/sca.png b/public/currencies/sca.png new file mode 100644 index 000000000..30b8b810b Binary files /dev/null and b/public/currencies/sca.png differ diff --git a/public/currencies/scrt.png b/public/currencies/scrt.png new file mode 100644 index 000000000..b5ea89187 Binary files /dev/null and b/public/currencies/scrt.png differ diff --git a/public/currencies/sd.png b/public/currencies/sd.png new file mode 100644 index 000000000..d7a7a44d1 Binary files /dev/null and b/public/currencies/sd.png differ diff --git a/public/currencies/sdao.png b/public/currencies/sdao.png new file mode 100644 index 000000000..d1b14c135 Binary files /dev/null and b/public/currencies/sdao.png differ diff --git a/public/currencies/seam.png b/public/currencies/seam.png new file mode 100644 index 000000000..ca8f73170 Binary files /dev/null and b/public/currencies/seam.png differ diff --git a/public/currencies/sfp.png b/public/currencies/sfp.png new file mode 100644 index 000000000..78b7aba6e Binary files /dev/null and b/public/currencies/sfp.png differ diff --git a/public/currencies/sfund.png b/public/currencies/sfund.png new file mode 100644 index 000000000..851c329c0 Binary files /dev/null and b/public/currencies/sfund.png differ diff --git a/public/currencies/sgb.png b/public/currencies/sgb.png new file mode 100644 index 000000000..d71ed7ccc Binary files /dev/null and b/public/currencies/sgb.png differ diff --git a/public/currencies/shrap.png b/public/currencies/shrap.png new file mode 100644 index 000000000..095caa9c2 Binary files /dev/null and b/public/currencies/shrap.png differ diff --git a/public/currencies/sidus.png b/public/currencies/sidus.png new file mode 100644 index 000000000..256ec7fe0 Binary files /dev/null and b/public/currencies/sidus.png differ diff --git a/public/currencies/silly.png b/public/currencies/silly.png new file mode 100644 index 000000000..58eec787c Binary files /dev/null and b/public/currencies/silly.png differ diff --git a/public/currencies/sis.png b/public/currencies/sis.png new file mode 100644 index 000000000..f734849af Binary files /dev/null and b/public/currencies/sis.png differ diff --git a/public/currencies/skl.png b/public/currencies/skl.png new file mode 100644 index 000000000..d527ade88 Binary files /dev/null and b/public/currencies/skl.png differ diff --git a/public/currencies/slerf.png b/public/currencies/slerf.png new file mode 100644 index 000000000..b3236a739 Binary files /dev/null and b/public/currencies/slerf.png differ diff --git a/public/currencies/sloth.png b/public/currencies/sloth.png new file mode 100644 index 000000000..56945a7f1 Binary files /dev/null and b/public/currencies/sloth.png differ diff --git a/public/currencies/slp.png b/public/currencies/slp.png new file mode 100644 index 000000000..0504bf337 Binary files /dev/null and b/public/currencies/slp.png differ diff --git a/public/currencies/snt.png b/public/currencies/snt.png new file mode 100644 index 000000000..b5128770a Binary files /dev/null and b/public/currencies/snt.png differ diff --git a/public/currencies/solama.png b/public/currencies/solama.png new file mode 100644 index 000000000..f18704f9b Binary files /dev/null and b/public/currencies/solama.png differ diff --git a/public/currencies/solo.png b/public/currencies/solo.png new file mode 100644 index 000000000..c3d29e281 Binary files /dev/null and b/public/currencies/solo.png differ diff --git a/public/currencies/son.png b/public/currencies/son.png new file mode 100644 index 000000000..26d19e651 Binary files /dev/null and b/public/currencies/son.png differ diff --git a/public/currencies/spa.png b/public/currencies/spa.png new file mode 100644 index 000000000..71bb9ef3a Binary files /dev/null and b/public/currencies/spa.png differ diff --git a/public/currencies/spell.png b/public/currencies/spell.png new file mode 100644 index 000000000..f372336f1 Binary files /dev/null and b/public/currencies/spell.png differ diff --git a/public/currencies/sqd.png b/public/currencies/sqd.png new file mode 100644 index 000000000..bb88c06d1 Binary files /dev/null and b/public/currencies/sqd.png differ diff --git a/public/currencies/sqr.png b/public/currencies/sqr.png new file mode 100644 index 000000000..6ff70acbc Binary files /dev/null and b/public/currencies/sqr.png differ diff --git a/public/currencies/srm.png b/public/currencies/srm.png new file mode 100644 index 000000000..38e3ccc00 Binary files /dev/null and b/public/currencies/srm.png differ diff --git a/public/currencies/ssv.png b/public/currencies/ssv.png new file mode 100644 index 000000000..3ccd40ec0 Binary files /dev/null and b/public/currencies/ssv.png differ diff --git a/public/currencies/steem.png b/public/currencies/steem.png new file mode 100644 index 000000000..bafe19cb7 Binary files /dev/null and b/public/currencies/steem.png differ diff --git a/public/currencies/stg.png b/public/currencies/stg.png new file mode 100644 index 000000000..8d150d69d Binary files /dev/null and b/public/currencies/stg.png differ diff --git a/public/currencies/storj.png b/public/currencies/storj.png new file mode 100644 index 000000000..e13f4be76 Binary files /dev/null and b/public/currencies/storj.png differ diff --git a/public/currencies/stpt.png b/public/currencies/stpt.png new file mode 100644 index 000000000..7b07a4078 Binary files /dev/null and b/public/currencies/stpt.png differ diff --git a/public/currencies/strax.png b/public/currencies/strax.png new file mode 100644 index 000000000..97f4d6f83 Binary files /dev/null and b/public/currencies/strax.png differ diff --git a/public/currencies/strm.png b/public/currencies/strm.png new file mode 100644 index 000000000..0c65dcd91 Binary files /dev/null and b/public/currencies/strm.png differ diff --git a/public/currencies/suia.png b/public/currencies/suia.png new file mode 100644 index 000000000..6c58c871b Binary files /dev/null and b/public/currencies/suia.png differ diff --git a/public/currencies/suku.png b/public/currencies/suku.png new file mode 100644 index 000000000..661392ec0 Binary files /dev/null and b/public/currencies/suku.png differ diff --git a/public/currencies/sun.png b/public/currencies/sun.png new file mode 100644 index 000000000..b30980d4e Binary files /dev/null and b/public/currencies/sun.png differ diff --git a/public/currencies/super.png b/public/currencies/super.png new file mode 100644 index 000000000..6de9f3d29 Binary files /dev/null and b/public/currencies/super.png differ diff --git a/public/currencies/sweat.png b/public/currencies/sweat.png new file mode 100644 index 000000000..4c8084ba8 Binary files /dev/null and b/public/currencies/sweat.png differ diff --git a/public/currencies/swftc.png b/public/currencies/swftc.png new file mode 100644 index 000000000..1dfb55bb7 Binary files /dev/null and b/public/currencies/swftc.png differ diff --git a/public/currencies/sxp.png b/public/currencies/sxp.png new file mode 100644 index 000000000..f2809f862 Binary files /dev/null and b/public/currencies/sxp.png differ diff --git a/public/currencies/sylo.png b/public/currencies/sylo.png new file mode 100644 index 000000000..eb9596971 Binary files /dev/null and b/public/currencies/sylo.png differ diff --git a/public/currencies/syn.png b/public/currencies/syn.png new file mode 100644 index 000000000..042a2d834 Binary files /dev/null and b/public/currencies/syn.png differ diff --git a/public/currencies/sys.png b/public/currencies/sys.png new file mode 100644 index 000000000..bee192506 Binary files /dev/null and b/public/currencies/sys.png differ diff --git a/public/currencies/t.png b/public/currencies/t.png new file mode 100644 index 000000000..174f4b186 Binary files /dev/null and b/public/currencies/t.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/tama.png b/public/currencies/tama.png new file mode 100644 index 000000000..a46626ebb Binary files /dev/null and b/public/currencies/tama.png differ diff --git a/public/currencies/tao.png b/public/currencies/tao.png new file mode 100644 index 000000000..cc9d6d0ff Binary files /dev/null and b/public/currencies/tao.png differ diff --git a/public/currencies/tava.png b/public/currencies/tava.png new file mode 100644 index 000000000..f89856309 Binary files /dev/null and b/public/currencies/tava.png differ diff --git a/public/currencies/tel.png b/public/currencies/tel.png new file mode 100644 index 000000000..3cf969d1e Binary files /dev/null and b/public/currencies/tel.png differ diff --git a/public/currencies/tenet.png b/public/currencies/tenet.png new file mode 100644 index 000000000..fe44b799a Binary files /dev/null and b/public/currencies/tenet.png differ diff --git a/public/currencies/tfuel.png b/public/currencies/tfuel.png new file mode 100644 index 000000000..d1fc244b6 Binary files /dev/null and b/public/currencies/tfuel.png differ diff --git a/public/currencies/theta.png b/public/currencies/theta.png new file mode 100644 index 000000000..e9071c050 Binary files /dev/null and b/public/currencies/theta.png differ diff --git a/public/currencies/time.png b/public/currencies/time.png new file mode 100644 index 000000000..8f874683f Binary files /dev/null and b/public/currencies/time.png differ diff --git a/public/currencies/tlm.png b/public/currencies/tlm.png new file mode 100644 index 000000000..65361540e Binary files /dev/null and b/public/currencies/tlm.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/tnsr.png b/public/currencies/tnsr.png new file mode 100644 index 000000000..3379d9bff Binary files /dev/null and b/public/currencies/tnsr.png differ diff --git a/public/currencies/tomi.png b/public/currencies/tomi.png new file mode 100644 index 000000000..d92989ccb Binary files /dev/null and b/public/currencies/tomi.png differ diff --git a/public/currencies/tooker.png b/public/currencies/tooker.png new file mode 100644 index 000000000..9e9e43118 Binary files /dev/null and b/public/currencies/tooker.png differ diff --git a/public/currencies/trac.png b/public/currencies/trac.png new file mode 100644 index 000000000..4424e38a0 Binary files /dev/null and b/public/currencies/trac.png differ diff --git a/public/currencies/trb.png b/public/currencies/trb.png new file mode 100644 index 000000000..2af14129f Binary files /dev/null and b/public/currencies/trb.png differ diff --git a/public/currencies/tremp.png b/public/currencies/tremp.png new file mode 100644 index 000000000..5f26e00ef Binary files /dev/null and b/public/currencies/tremp.png differ diff --git a/public/currencies/tribe.png b/public/currencies/tribe.png new file mode 100644 index 000000000..6f522180e Binary files /dev/null and b/public/currencies/tribe.png differ diff --git a/public/currencies/tru.png b/public/currencies/tru.png new file mode 100644 index 000000000..b7379ee28 Binary files /dev/null and b/public/currencies/tru.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/trvl.png b/public/currencies/trvl.png new file mode 100644 index 000000000..2f2a892d8 Binary files /dev/null and b/public/currencies/trvl.png differ diff --git a/public/currencies/tt.png b/public/currencies/tt.png new file mode 100644 index 000000000..7fc65285e Binary files /dev/null and b/public/currencies/tt.png differ diff --git a/public/currencies/turbo.png b/public/currencies/turbo.png new file mode 100644 index 000000000..5756c6f48 Binary files /dev/null and b/public/currencies/turbo.png differ diff --git a/public/currencies/turbos.png b/public/currencies/turbos.png new file mode 100644 index 000000000..a4e2eec5c Binary files /dev/null and b/public/currencies/turbos.png differ diff --git a/public/currencies/tusd.png b/public/currencies/tusd.png new file mode 100644 index 000000000..15230260d Binary files /dev/null and b/public/currencies/tusd.png differ diff --git a/public/currencies/twt.png b/public/currencies/twt.png new file mode 100644 index 000000000..7bdedde33 Binary files /dev/null and b/public/currencies/twt.png differ diff --git a/public/currencies/uft.png b/public/currencies/uft.png new file mode 100644 index 000000000..0254291c5 Binary files /dev/null and b/public/currencies/uft.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/unavailable.png b/public/currencies/unavailable.png deleted file mode 100644 index 922585a3b..000000000 Binary files a/public/currencies/unavailable.png and /dev/null 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/unfi.png b/public/currencies/unfi.png new file mode 100644 index 000000000..a18cad63c Binary files /dev/null and b/public/currencies/unfi.png differ diff --git a/public/currencies/uos.png b/public/currencies/uos.png new file mode 100644 index 000000000..20ef7e4a4 Binary files /dev/null and b/public/currencies/uos.png differ diff --git a/public/currencies/usdd.png b/public/currencies/usdd.png new file mode 100644 index 000000000..a71a8b943 Binary files /dev/null and b/public/currencies/usdd.png differ diff --git a/public/currencies/usde.png b/public/currencies/usde.png new file mode 100644 index 000000000..8eadccf55 Binary files /dev/null and b/public/currencies/usde.png differ diff --git a/public/currencies/usdj.png b/public/currencies/usdj.png new file mode 100644 index 000000000..4c55e71db Binary files /dev/null and b/public/currencies/usdj.png differ diff --git a/public/currencies/usdp.png b/public/currencies/usdp.png new file mode 100644 index 000000000..43018453d Binary files /dev/null and b/public/currencies/usdp.png differ diff --git a/public/currencies/ustc.png b/public/currencies/ustc.png new file mode 100644 index 000000000..e5e60ed8c Binary files /dev/null and b/public/currencies/ustc.png differ diff --git a/public/currencies/utk.png b/public/currencies/utk.png new file mode 100644 index 000000000..663d89b0e Binary files /dev/null and b/public/currencies/utk.png differ diff --git a/public/currencies/vanry.png b/public/currencies/vanry.png new file mode 100644 index 000000000..e8920b96a Binary files /dev/null and b/public/currencies/vanry.png differ diff --git a/public/currencies/vega.png b/public/currencies/vega.png new file mode 100644 index 000000000..cbb48ad3c Binary files /dev/null and b/public/currencies/vega.png differ diff --git a/public/currencies/vela.png b/public/currencies/vela.png new file mode 100644 index 000000000..07050f82b Binary files /dev/null and b/public/currencies/vela.png differ diff --git a/public/currencies/velo.png b/public/currencies/velo.png new file mode 100644 index 000000000..00f96c913 Binary files /dev/null and b/public/currencies/velo.png differ diff --git a/public/currencies/vemp.png b/public/currencies/vemp.png new file mode 100644 index 000000000..1b271db83 Binary files /dev/null and b/public/currencies/vemp.png differ diff --git a/public/currencies/venom.png b/public/currencies/venom.png new file mode 100644 index 000000000..2ccc7d5e1 Binary files /dev/null and b/public/currencies/venom.png differ diff --git a/public/currencies/vet.png b/public/currencies/vet.png new file mode 100644 index 000000000..f001dcd25 Binary files /dev/null and b/public/currencies/vet.png differ diff --git a/public/currencies/vext.png b/public/currencies/vext.png new file mode 100644 index 000000000..351029938 Binary files /dev/null and b/public/currencies/vext.png differ diff --git a/public/currencies/vic.png b/public/currencies/vic.png new file mode 100644 index 000000000..57781364f Binary files /dev/null and b/public/currencies/vic.png differ diff --git a/public/currencies/vidt.png b/public/currencies/vidt.png new file mode 100644 index 000000000..852e5f34d Binary files /dev/null and b/public/currencies/vidt.png differ diff --git a/public/currencies/vinu.png b/public/currencies/vinu.png new file mode 100644 index 000000000..3178e82fc Binary files /dev/null and b/public/currencies/vinu.png differ diff --git a/public/currencies/vlx.png b/public/currencies/vlx.png new file mode 100644 index 000000000..188290874 Binary files /dev/null and b/public/currencies/vlx.png differ diff --git a/public/currencies/volt.png b/public/currencies/volt.png new file mode 100644 index 000000000..d5d12dddf Binary files /dev/null and b/public/currencies/volt.png differ diff --git a/public/currencies/voxel.png b/public/currencies/voxel.png new file mode 100644 index 000000000..f3954ca9c Binary files /dev/null and b/public/currencies/voxel.png differ diff --git a/public/currencies/vpad.png b/public/currencies/vpad.png new file mode 100644 index 000000000..1a3cccd85 Binary files /dev/null and b/public/currencies/vpad.png differ diff --git a/public/currencies/vr.png b/public/currencies/vr.png new file mode 100644 index 000000000..7f41197fe Binary files /dev/null and b/public/currencies/vr.png differ diff --git a/public/currencies/vra.png b/public/currencies/vra.png new file mode 100644 index 000000000..a4e165d59 Binary files /dev/null and b/public/currencies/vra.png differ diff --git a/public/currencies/vrtx.png b/public/currencies/vrtx.png new file mode 100644 index 000000000..67c1fb630 Binary files /dev/null and b/public/currencies/vrtx.png differ diff --git a/public/currencies/vsys.png b/public/currencies/vsys.png new file mode 100644 index 000000000..8e684f26d Binary files /dev/null and b/public/currencies/vsys.png differ diff --git a/public/currencies/vtho.png b/public/currencies/vtho.png new file mode 100644 index 000000000..6ab79d4f3 Binary files /dev/null and b/public/currencies/vtho.png differ diff --git a/public/currencies/w.png b/public/currencies/w.png index 95bdb3f0d..5e6f9ee27 100644 Binary files a/public/currencies/w.png and b/public/currencies/w.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/wan.png b/public/currencies/wan.png new file mode 100644 index 000000000..94bf1983f Binary files /dev/null and b/public/currencies/wan.png differ diff --git a/public/currencies/waves.png b/public/currencies/waves.png new file mode 100644 index 000000000..5d45e53a4 Binary files /dev/null and b/public/currencies/waves.png differ diff --git a/public/currencies/waxp.png b/public/currencies/waxp.png new file mode 100644 index 000000000..21598c746 Binary files /dev/null and b/public/currencies/waxp.png differ diff --git a/public/currencies/well.png b/public/currencies/well.png new file mode 100644 index 000000000..e4708e83e Binary files /dev/null and b/public/currencies/well.png differ diff --git a/public/currencies/wemix.png b/public/currencies/wemix.png new file mode 100644 index 000000000..c32fc85c5 Binary files /dev/null and b/public/currencies/wemix.png differ diff --git a/public/currencies/wen.png b/public/currencies/wen.png new file mode 100644 index 000000000..6d9c4adae Binary files /dev/null and b/public/currencies/wen.png differ diff --git a/public/currencies/whale.png b/public/currencies/whale.png new file mode 100644 index 000000000..87a15b99d Binary files /dev/null and b/public/currencies/whale.png differ diff --git a/public/currencies/wifi.png b/public/currencies/wifi.png new file mode 100644 index 000000000..3f609dce5 Binary files /dev/null and b/public/currencies/wifi.png differ diff --git a/public/currencies/wild.png b/public/currencies/wild.png new file mode 100644 index 000000000..5fe9ed876 Binary files /dev/null and b/public/currencies/wild.png differ diff --git a/public/currencies/win.png b/public/currencies/win.png new file mode 100644 index 000000000..210147cde Binary files /dev/null and b/public/currencies/win.png differ diff --git a/public/currencies/wlkn.png b/public/currencies/wlkn.png new file mode 100644 index 000000000..3ea31d225 Binary files /dev/null and b/public/currencies/wlkn.png differ diff --git a/public/currencies/wmt.png b/public/currencies/wmt.png new file mode 100644 index 000000000..a5ef032f9 Binary files /dev/null and b/public/currencies/wmt.png differ diff --git a/public/currencies/wrx.png b/public/currencies/wrx.png new file mode 100644 index 000000000..214e41cf6 Binary files /dev/null and b/public/currencies/wrx.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/wwy.png b/public/currencies/wwy.png new file mode 100644 index 000000000..febd63e70 Binary files /dev/null and b/public/currencies/wwy.png differ diff --git a/public/currencies/wxt.png b/public/currencies/wxt.png new file mode 100644 index 000000000..53638fb4a Binary files /dev/null and b/public/currencies/wxt.png differ diff --git a/public/currencies/wynn.png b/public/currencies/wynn.png new file mode 100644 index 000000000..38a7e8a5c Binary files /dev/null and b/public/currencies/wynn.png differ diff --git a/public/currencies/xai.png b/public/currencies/xai.png new file mode 100644 index 000000000..f6608bb00 Binary files /dev/null and b/public/currencies/xai.png differ diff --git a/public/currencies/xava.png b/public/currencies/xava.png new file mode 100644 index 000000000..4084d89f1 Binary files /dev/null and b/public/currencies/xava.png differ diff --git a/public/currencies/xcad.png b/public/currencies/xcad.png new file mode 100644 index 000000000..956d6bcb4 Binary files /dev/null and b/public/currencies/xcad.png differ diff --git a/public/currencies/xch.png b/public/currencies/xch.png new file mode 100644 index 000000000..1c05071fc Binary files /dev/null and b/public/currencies/xch.png differ diff --git a/public/currencies/xcn.png b/public/currencies/xcn.png new file mode 100644 index 000000000..9b57b102e Binary files /dev/null and b/public/currencies/xcn.png differ diff --git a/public/currencies/xcur.png b/public/currencies/xcur.png new file mode 100644 index 000000000..769735f33 Binary files /dev/null and b/public/currencies/xcur.png differ diff --git a/public/currencies/xdc.png b/public/currencies/xdc.png new file mode 100644 index 000000000..2fc79a5cc Binary files /dev/null and b/public/currencies/xdc.png differ diff --git a/public/currencies/xdefi.png b/public/currencies/xdefi.png new file mode 100644 index 000000000..cfd5b4407 Binary files /dev/null and b/public/currencies/xdefi.png differ diff --git a/public/currencies/xec.png b/public/currencies/xec.png new file mode 100644 index 000000000..320e8bff8 Binary files /dev/null and b/public/currencies/xec.png differ diff --git a/public/currencies/xem.png b/public/currencies/xem.png new file mode 100644 index 000000000..d6dea1f42 Binary files /dev/null and b/public/currencies/xem.png differ diff --git a/public/currencies/xeta.png b/public/currencies/xeta.png new file mode 100644 index 000000000..912a948d8 Binary files /dev/null and b/public/currencies/xeta.png differ diff --git a/public/currencies/xno.png b/public/currencies/xno.png new file mode 100644 index 000000000..67a37cdc2 Binary files /dev/null and b/public/currencies/xno.png differ diff --git a/public/currencies/xpla.png b/public/currencies/xpla.png new file mode 100644 index 000000000..03d3eca25 Binary files /dev/null and b/public/currencies/xpla.png differ diff --git a/public/currencies/xpr.png b/public/currencies/xpr.png new file mode 100644 index 000000000..704479205 Binary files /dev/null and b/public/currencies/xpr.png differ diff --git a/public/currencies/xprt.png b/public/currencies/xprt.png new file mode 100644 index 000000000..1c20fda0d Binary files /dev/null and b/public/currencies/xprt.png differ diff --git a/public/currencies/xrd.png b/public/currencies/xrd.png new file mode 100644 index 000000000..d0e20e062 Binary files /dev/null and b/public/currencies/xrd.png differ diff --git a/public/currencies/xtm.png b/public/currencies/xtm.png new file mode 100644 index 000000000..d850bdb25 Binary files /dev/null and b/public/currencies/xtm.png differ diff --git a/public/currencies/xvg.png b/public/currencies/xvg.png new file mode 100644 index 000000000..a34a72f16 Binary files /dev/null and b/public/currencies/xvg.png differ diff --git a/public/currencies/xwg.png b/public/currencies/xwg.png new file mode 100644 index 000000000..b81fe9fae Binary files /dev/null and b/public/currencies/xwg.png differ diff --git a/public/currencies/xym.png b/public/currencies/xym.png new file mode 100644 index 000000000..2b4175898 Binary files /dev/null and b/public/currencies/xym.png differ diff --git a/public/currencies/xyo.png b/public/currencies/xyo.png new file mode 100644 index 000000000..6ab171b63 Binary files /dev/null and b/public/currencies/xyo.png differ diff --git a/public/currencies/ygg.png b/public/currencies/ygg.png new file mode 100644 index 000000000..108b35b78 Binary files /dev/null and b/public/currencies/ygg.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/zcx.png b/public/currencies/zcx.png new file mode 100644 index 000000000..22295ab92 Binary files /dev/null and b/public/currencies/zcx.png differ diff --git a/public/currencies/zen.png b/public/currencies/zen.png new file mode 100644 index 000000000..83b42cea7 Binary files /dev/null and b/public/currencies/zen.png differ diff --git a/public/currencies/zend.png b/public/currencies/zend.png new file mode 100644 index 000000000..fa956f77b Binary files /dev/null and b/public/currencies/zend.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/zeus.png b/public/currencies/zeus.png new file mode 100644 index 000000000..fd688db89 Binary files /dev/null and b/public/currencies/zeus.png differ diff --git a/public/currencies/zil.png b/public/currencies/zil.png new file mode 100644 index 000000000..1af781db8 Binary files /dev/null and b/public/currencies/zil.png differ diff --git a/public/currencies/zk.png b/public/currencies/zk.png new file mode 100644 index 000000000..e6b65da1c Binary files /dev/null and b/public/currencies/zk.png differ diff --git a/public/currencies/zkf.png b/public/currencies/zkf.png new file mode 100644 index 000000000..019800acf Binary files /dev/null and b/public/currencies/zkf.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/play-store.png b/public/play-store.png new file mode 100644 index 000000000..31661de32 Binary files /dev/null and b/public/play-store.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 23cd11ff9..05db57cba 100644 --- a/scripts/validate-other-market-data.ts +++ b/scripts/validate-other-market-data.ts @@ -752,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'); @@ -773,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 c5ab29c06..49e878b87 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -8,7 +8,7 @@ import { Navigate, Route, Routes, useLocation } from 'react-router-dom'; import styled, { css } from 'styled-components'; import { WagmiConfig } from 'wagmi'; -import { AppRoute, DEFAULT_TRADE_ROUTE, MarketsRoute } from '@/constants/routes'; +import { AppRoute, MarketsRoute } from '@/constants/routes'; import { AccountsProvider } from '@/hooks/useAccounts'; import { AppThemeAndColorModeProvider } from '@/hooks/useAppThemeAndColorMode'; @@ -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 ( <> @@ -107,7 +107,7 @@ const Content = () => { : } + element={showChainTokenPage ? : } /> {isTablet && ( @@ -126,7 +126,7 @@ const Content = () => { } /> } + element={} /> diff --git a/src/components/AssetIcon.tsx b/src/components/AssetIcon.tsx index d128be19f..b3c97c657 100644 --- a/src/components/AssetIcon.tsx +++ b/src/components/AssetIcon.tsx @@ -5,108 +5,663 @@ import { Nullable } from '@/constants/abacus'; export type AssetSymbol = keyof typeof assetIcons; const assetIcons = { + '1CAT': '/currencies/1cat.png', '1INCH': '/currencies/1inch.png', AAVE: '/currencies/aave.png', + ABBC: '/currencies/abbc.png', + ACA: '/currencies/aca.png', + ACE: '/currencies/ace.png', + ACH: '/currencies/ach.png', + ACM: '/currencies/acm.png', + ACS: '/currencies/acs.png', ADA: '/currencies/ada.png', + ADX: '/currencies/adx.png', + AERGO: '/currencies/aergo.png', AEVO: '/currencies/aevo.png', + AGI: '/currencies/agi.png', AGIX: '/currencies/agix.png', + AGLD: '/currencies/agld.png', + AIDOGE: '/currencies/aidoge.png', + AIOZ: '/currencies/aioz.png', + AITECH: '/currencies/aitech.png', + AKRO: '/currencies/akro.png', + AKT: '/currencies/akt.png', + ALCX: '/currencies/alcx.png', + ALEPH: '/currencies/aleph.png', ALGO: '/currencies/algo.png', + ALICE: '/currencies/alice.png', + ALPHA: '/currencies/alpha.png', + ALPINE: '/currencies/alpine.png', + ALT: '/currencies/alt.png', + AMB: '/currencies/amb.png', + AMP: '/currencies/amp.png', + ANKR: '/currencies/ankr.png', + ANT: '/currencies/ant.png', APE: '/currencies/ape.png', API3: '/currencies/api3.png', APT: '/currencies/apt.png', + AR: '/currencies/ar.png', ARB: '/currencies/arb.png', + ARDR: '/currencies/ardr.png', + ARG: '/currencies/arg.png', + ARK: '/currencies/ark.png', ARKM: '/currencies/arkm.png', + ARPA: '/currencies/arpa.png', + AST: '/currencies/ast.png', ASTR: '/currencies/astr.png', + ATA: '/currencies/ata.png', + ATM: '/currencies/atm.png', ATOM: '/currencies/atom.png', + AUCTION: '/currencies/auction.png', + AUDIO: '/currencies/audio.png', + AURORA: '/currencies/aurora.png', + AURY: '/currencies/aury.png', + AVA: '/currencies/ava.png', AVAX: '/currencies/avax.png', AXL: '/currencies/axl.png', + AXS: '/currencies/axs.png', + AZERO: '/currencies/azero.png', + AZY: '/currencies/azy.png', + BADGER: '/currencies/badger.png', + BAKE: '/currencies/bake.png', + BAL: '/currencies/bal.png', + BAND: '/currencies/band.png', + BAR: '/currencies/bar.png', + BAT: '/currencies/bat.png', BCH: '/currencies/bch.png', + BCUT: '/currencies/bcut.png', + BEAM: '/currencies/beam.png', + BEL: '/currencies/bel.png', + BETH: '/currencies/beth.png', + BFC: '/currencies/bfc.png', + BICO: '/currencies/bico.png', + BIGTIME: '/currencies/bigtime.png', + BLOK: '/currencies/blok.png', BLUR: '/currencies/blur.png', + BLZ: '/currencies/blz.png', BNB: '/currencies/bnb.png', + BNC: '/currencies/bnc.png', + BNT: '/currencies/bnt.png', + BNX: '/currencies/bnx.png', + BOBA: '/currencies/boba.png', + BODEN: '/currencies/boden.png', BOME: '/currencies/bome.png', + BOND: '/currencies/bond.png', + BONE: '/currencies/bone.png', BONK: '/currencies/bonk.png', + BORING: '/currencies/boring.png', + BORK: '/currencies/bork.png', + BOSON: '/currencies/boson.png', + BRISE: '/currencies/brise.png', + BRWL: '/currencies/brwl.png', + BSV: '/currencies/bsv.png', + BSW: '/currencies/bsw.png', BTC: '/currencies/btc.png', + BTT: '/currencies/btt.png', + C98: '/currencies/c98.png', + CAKE: '/currencies/cake.png', + CBK: '/currencies/cbk.png', + CEEK: '/currencies/ceek.png', CELO: '/currencies/celo.png', + CELR: '/currencies/celr.png', + CERE: '/currencies/cere.png', + CETUS: '/currencies/cetus.png', + CFG: '/currencies/cfg.png', + CFX: '/currencies/cfx.png', + CGPT: '/currencies/cgpt.png', + CHR: '/currencies/chr.png', CHZ: '/currencies/chz.png', + CITY: '/currencies/city.png', + CKB: '/currencies/ckb.png', + COMBO: '/currencies/combo.png', COMP: '/currencies/comp.png', + COQ: '/currencies/coq.png', + CORE: '/currencies/core.png', + COTI: '/currencies/coti.png', + CPOOL: '/currencies/cpool.png', + CQT: '/currencies/cqt.png', + CREAM: '/currencies/cream.png', + CRO: '/currencies/cro.png', + CRPT: '/currencies/crpt.png', CRV: '/currencies/crv.png', + CSPR: '/currencies/cspr.png', + CTC: '/currencies/ctc.png', + CTK: '/currencies/ctk.png', + CTSI: '/currencies/ctsi.png', + CTX: '/currencies/ctx.png', + CTXC: '/currencies/ctxc.png', + CUDOS: '/currencies/cudos.png', + CULT: '/currencies/cult.png', + CUSD: '/currencies/cusd.png', + CVC: '/currencies/cvc.png', + CVP: '/currencies/cvp.png', + CVX: '/currencies/cvx.png', + CWAR: '/currencies/cwar.png', + CYBER: '/currencies/cyber.png', + DAG: '/currencies/dag.png', DAI: '/currencies/dai.png', + DAO: '/currencies/dao.png', + DAR: '/currencies/dar.png', + DASH: '/currencies/dash.png', + DATA: '/currencies/data.png', + DC: '/currencies/dc.png', + DCK: '/currencies/dck.png', + DCR: '/currencies/dcr.png', + DEGEN: '/currencies/degen.png', + DEGO: '/currencies/dego.png', + DENT: '/currencies/dent.png', + DEP: '/currencies/dep.png', + DESO: '/currencies/deso.png', + DEXE: '/currencies/dexe.png', + DF: '/currencies/df.png', + DFI: '/currencies/dfi.png', + DGB: '/currencies/dgb.png', + DIA: '/currencies/dia.png', + DKA: '/currencies/dka.png', + DMAIL: '/currencies/dmail.png', + DODO: '/currencies/dodo.png', DOGE: '/currencies/doge.png', + DORA: '/currencies/dora.png', + DOSE: '/currencies/dose.png', DOT: '/currencies/dot.png', + DRIFT: '/currencies/drift.png', + DUKO: '/currencies/duko.png', + DUSK: '/currencies/dusk.png', DYDX: '/currencies/dydx.png', DYM: '/currencies/dym.png', + DYP: '/currencies/dyp.png', + ECOX: '/currencies/ecox.png', + EDU: '/currencies/edu.png', + EGLD: '/currencies/egld.png', + EGO: '/currencies/ego.png', + ELA: '/currencies/ela.png', + ELF: '/currencies/elf.png', + ELON: '/currencies/elon.png', + ENA: '/currencies/ena.png', ENJ: '/currencies/enj.png', ENS: '/currencies/ens.png', EOS: '/currencies/eos.png', + EPIK: '/currencies/epik.png', + ERG: '/currencies/erg.png', + ERN: '/currencies/ern.png', + ERTHA: '/currencies/ertha.png', + ESE: '/currencies/ese.png', ETC: '/currencies/etc.png', ETH: '/currencies/eth.png', ETHFI: '/currencies/ethfi.png', + ETHW: '/currencies/ethw.png', + EUL: '/currencies/eul.png', + EURC: '/currencies/eurc.png', + EVER: '/currencies/ever.png', + EWT: '/currencies/ewt.png', + FARM: '/currencies/farm.png', FET: '/currencies/fet.png', FIL: '/currencies/fil.png', + FIO: '/currencies/fio.png', + FIRE: '/currencies/fire.png', + FIRO: '/currencies/firo.png', + FIS: '/currencies/fis.png', + FITFI: '/currencies/fitfi.png', + FLIP: '/currencies/flip.png', + FLM: '/currencies/flm.png', + FLOKI: '/currencies/floki.png', + FLOW: '/currencies/flow.png', FLR: '/currencies/flr.png', + FLUX: '/currencies/flux.png', + FOR: '/currencies/for.png', + FORT: '/currencies/fort.png', + FORTH: '/currencies/forth.png', + FOXY: '/currencies/foxy.png', + FRONT: '/currencies/front.png', FTM: '/currencies/ftm.png', + FTT: '/currencies/ftt.png', + FURY: '/currencies/fury.png', + FX: '/currencies/fx.png', + FXS: '/currencies/fxs.png', + GAL: '/currencies/gal.png', GALA: '/currencies/gala.png', + GARI: '/currencies/gari.png', + GAS: '/currencies/gas.png', + GFT: '/currencies/gft.png', + GHST: '/currencies/ghst.png', + GHX: '/currencies/ghx.png', + GIGA: '/currencies/giga.png', + GLM: '/currencies/glm.png', + GLMR: '/currencies/glmr.png', + GME: '/currencies/gme.png', GMT: '/currencies/gmt.png', + GMX: '/currencies/gmx.png', + GNO: '/currencies/gno.png', + GNS: '/currencies/gns.png', + GOAL: '/currencies/goal.png', + GODS: '/currencies/gods.png', + GRAIL: '/currencies/grail.png', GRT: '/currencies/grt.png', + GST: '/currencies/gst.png', + GTAI: '/currencies/gtai.png', + GTC: '/currencies/gtc.png', + GUAC: '/currencies/guac.png', + GUSD: '/currencies/gusd.png', + H2O: '/currencies/h2o.png', + HAMMY: '/currencies/hammy.png', + HARAMBE: '/currencies/harambe.png', + HARD: '/currencies/hard.png', HBAR: '/currencies/hbar.png', + HBB: '/currencies/hbb.png', + HFT: '/currencies/hft.png', + HIFI: '/currencies/hifi.png', + HIGH: '/currencies/high.png', + HIVE: '/currencies/hive.png', + HOOK: '/currencies/hook.png', + HOT: '/currencies/hot.png', + HOTCROSS: '/currencies/hotcross.png', + ICE: '/currencies/ice.png', ICP: '/currencies/icp.png', + ICX: '/currencies/icx.png', + ID: '/currencies/id.png', + IDEX: '/currencies/idex.png', + IGU: '/currencies/igu.png', + ILV: '/currencies/ilv.png', IMX: '/currencies/imx.png', INJ: '/currencies/inj.png', + IOST: '/currencies/iost.png', + IOTA: '/currencies/iota.png', + IOTX: '/currencies/iotx.png', + IQ: '/currencies/iq.png', + IZI: '/currencies/izi.png', + JASMY: '/currencies/jasmy.png', + JITOSOL: '/currencies/jitosol.png', + JOE: '/currencies/joe.png', + JST: '/currencies/jst.png', JTO: '/currencies/jto.png', JUP: '/currencies/jup.png', + JUV: '/currencies/juv.png', + KAN: '/currencies/kan.png', + KARATE: '/currencies/karate.png', + KARRAT: '/currencies/karrat.png', + KAS: '/currencies/kas.png', KAVA: '/currencies/kava.png', + KCAL: '/currencies/kcal.png', + KCS: '/currencies/kcs.png', + KDA: '/currencies/kda.png', + KEY: '/currencies/key.png', + KHAI: '/currencies/khai.png', + KICKS: '/currencies/kicks.png', + KLAY: '/currencies/klay.png', + KLV: '/currencies/klv.png', + KMD: '/currencies/kmd.png', + KMNO: '/currencies/kmno.png', + KNC: '/currencies/knc.png', + KP3R: '/currencies/kp3r.png', + KRL: '/currencies/krl.png', + KSM: '/currencies/ksm.png', + LADYS: '/currencies/ladys.png', + LAI: '/currencies/lai.png', + LAMB: '/currencies/lamb.png', + LAT: '/currencies/lat.png', + LBP: '/currencies/lbp.png', + LBR: '/currencies/lbr.png', + LCX: '/currencies/lcx.png', LDO: '/currencies/ldo.png', + LEVER: '/currencies/lever.png', + LFT: '/currencies/lft.png', + LHINU: '/currencies/lhinu.png', + LIKE: '/currencies/like.png', + LINA: '/currencies/lina.png', + LING: '/currencies/ling.png', LINK: '/currencies/link.png', + LIT: '/currencies/lit.png', + LITH: '/currencies/lith.png', + LMWR: '/currencies/lmwr.png', + LOKA: '/currencies/loka.png', + LOOKS: '/currencies/looks.png', + LOOM: '/currencies/loom.png', + LPT: '/currencies/lpt.png', + LQTY: '/currencies/lqty.png', + LRC: '/currencies/lrc.png', + LSK: '/currencies/lsk.png', LTC: '/currencies/ltc.png', + LTO: '/currencies/lto.png', + LYX: '/currencies/lyx.png', MAGIC: '/currencies/magic.png', MANA: '/currencies/mana.png', - MATIC: '/currencies/matic.png', + MANTA: '/currencies/manta.png', + MAPO: '/currencies/mapo.png', + MASA: '/currencies/masa.png', MASK: '/currencies/mask.png', + MATIC: '/currencies/matic.png', + MAV: '/currencies/mav.png', + MAVIA: '/currencies/mavia.png', + MBL: '/currencies/mbl.png', + MBOX: '/currencies/mbox.png', + MBX: '/currencies/mbx.png', + MCRT: '/currencies/mcrt.png', + MDT: '/currencies/mdt.png', + MELOS: '/currencies/melos.png', MEME: '/currencies/meme.png', + MERL: '/currencies/merl.png', + METIS: '/currencies/metis.png', + MEW: '/currencies/mew.png', + MICHI: '/currencies/michi.png', MINA: '/currencies/mina.png', MKR: '/currencies/mkr.png', + MLK: '/currencies/mlk.png', + MLN: '/currencies/mln.png', + MNDE: '/currencies/mnde.png', + MNT: '/currencies/mnt.png', + MOBILE: '/currencies/mobile.png', + MOG: '/currencies/mog.png', + MON: '/currencies/mon.png', MOTHER: '/currencies/mother.png', + MOVEZ: '/currencies/movez.png', + MOVR: '/currencies/movr.png', + MPL: '/currencies/mpl.png', + MPLX: '/currencies/mplx.png', + MSN: '/currencies/msn.png', + MSOL: '/currencies/msol.png', + MTL: '/currencies/mtl.png', + MV: '/currencies/mv.png', + MVL: '/currencies/mvl.png', + MX: '/currencies/mx.png', + MXC: '/currencies/mxc.png', + MYRIA: '/currencies/myria.png', + MYRO: '/currencies/myro.png', + NAKA: '/currencies/naka.png', + NAVX: '/currencies/navx.png', NEAR: '/currencies/near.png', + NEO: '/currencies/neo.png', + NEON: '/currencies/neon.png', + NEXO: '/currencies/nexo.png', + NFP: '/currencies/nfp.png', + NFT: '/currencies/nft.png', + NGL: '/currencies/ngl.png', + NKN: '/currencies/nkn.png', + NMR: '/currencies/nmr.png', + NODL: '/currencies/nodl.png', + NOIA: '/currencies/noia.png', + NOS: '/currencies/nos.png', + NOT: '/currencies/not.png', + NTRN: '/currencies/ntrn.png', + NULS: '/currencies/nuls.png', + NUM: '/currencies/num.png', + NYAN: '/currencies/nyan.png', + NYM: '/currencies/nym.png', + OAS: '/currencies/oas.png', OCEAN: '/currencies/ocean.png', - ORDI: '/currencies/ordi.png', + OG: '/currencies/og.png', + OGN: '/currencies/ogn.png', + OGV: '/currencies/ogv.png', + OKB: '/currencies/okb.png', + OM: '/currencies/om.png', + OMG: '/currencies/omg.png', + OMN: '/currencies/omn.png', + ONDO: '/currencies/ondo.png', + ONE: '/currencies/one.png', + ONG: '/currencies/ong.png', + ONT: '/currencies/ont.png', OP: '/currencies/op.png', + OPUL: '/currencies/opul.png', + ORAI: '/currencies/orai.png', + ORB: '/currencies/orb.png', + ORBS: '/currencies/orbs.png', + ORCA: '/currencies/orca.png', + ORDI: '/currencies/ordi.png', + ORN: '/currencies/orn.png', + OSMO: '/currencies/osmo.png', + OXT: '/currencies/oxt.png', + PAJAMAS: '/currencies/pajamas.png', + PAXG: '/currencies/paxg.png', + PBR: '/currencies/pbr.png', + PCI: '/currencies/pci.png', + PDA: '/currencies/pda.png', + PENDLE: '/currencies/pendle.png', + PEOPLE: '/currencies/people.png', PEPE: '/currencies/pepe.png', + PERP: '/currencies/perp.png', + PHA: '/currencies/pha.png', + PHB: '/currencies/phb.png', + PIP: '/currencies/pip.png', + PIXEL: '/currencies/pixel.png', + PLU: '/currencies/plu.png', + PNG: '/currencies/png.png', + POKT: '/currencies/pokt.png', + POLC: '/currencies/polc.png', + POLS: '/currencies/pols.png', + POLYX: '/currencies/polyx.png', + POND: '/currencies/pond.png', + PONKE: '/currencies/ponke.png', + POPCAT: '/currencies/popcat.png', PORTAL: '/currencies/portal.png', + POWR: '/currencies/powr.png', + PRCL: '/currencies/prcl.png', + PRIME: '/currencies/prime.png', + PROM: '/currencies/prom.png', + PRQ: '/currencies/prq.png', + PSG: '/currencies/psg.png', + PUMLX: '/currencies/pumlx.png', + PUNDIX: '/currencies/pundix.png', + PUNDU: '/currencies/pundu.png', + PUSH: '/currencies/push.png', + PYR: '/currencies/pyr.png', PYTH: '/currencies/pyth.png', + PYUSD: '/currencies/pyusd.png', + QI: '/currencies/qi.png', + QKC: '/currencies/qkc.png', + QNT: '/currencies/qnt.png', + QTUM: '/currencies/qtum.png', + RACA: '/currencies/raca.png', + RAD: '/currencies/rad.png', + RANKER: '/currencies/ranker.png', + RARE: '/currencies/rare.png', + RARI: '/currencies/rari.png', + RAY: '/currencies/ray.png', + RBN: '/currencies/rbn.png', + RDNT: '/currencies/rdnt.png', + REEF: '/currencies/reef.png', + REI: '/currencies/rei.png', + REN: '/currencies/ren.png', + REQ: '/currencies/req.png', + REVV: '/currencies/revv.png', + REZ: '/currencies/rez.png', + RIF: '/currencies/rif.png', + RIO: '/currencies/rio.png', + RLC: '/currencies/rlc.png', RNDR: '/currencies/rndr.png', + ROOT: '/currencies/root.png', + ROSE: '/currencies/rose.png', + ROUTE: '/currencies/route.png', + RPL: '/currencies/rpl.png', + RSR: '/currencies/rsr.png', + RSS3: '/currencies/rss3.png', RUNE: '/currencies/rune.png', + RVN: '/currencies/rvn.png', + SAFE: '/currencies/safe.png', + SAGA: '/currencies/saga.png', + SAMO: '/currencies/samo.png', SAND: '/currencies/sand.png', + SATS: '/currencies/sats.png', + SC: '/currencies/sc.png', + SCA: '/currencies/sca.png', + SCRT: '/currencies/scrt.png', + SD: '/currencies/sd.png', + SDAO: '/currencies/sdao.png', + SEAM: '/currencies/seam.png', SEI: '/currencies/sei.png', + SFP: '/currencies/sfp.png', + SFUND: '/currencies/sfund.png', + SGB: '/currencies/sgb.png', SHIB: '/currencies/shib.png', + SHRAP: '/currencies/shrap.png', + SIDUS: '/currencies/sidus.png', + SILLY: '/currencies/silly.png', + SIS: '/currencies/sis.png', + SKL: '/currencies/skl.png', + SLERF: '/currencies/slerf.png', + SLP: '/currencies/slp.png', + SNT: '/currencies/snt.png', SNX: '/currencies/snx.png', SOL: '/currencies/sol.png', + SOLAMA: '/currencies/solama.png', + SOLO: '/currencies/solo.png', + SON: '/currencies/son.png', + SPA: '/currencies/spa.png', + SPELL: '/currencies/spell.png', + SQD: '/currencies/sqd.png', + SQR: '/currencies/sqr.png', + SRM: '/currencies/srm.png', + SSV: '/currencies/ssv.png', + STEEM: '/currencies/steem.png', + STG: '/currencies/stg.png', + STORJ: '/currencies/storj.png', + STPT: '/currencies/stpt.png', + STRAX: '/currencies/strax.png', STRK: '/currencies/strk.png', + STRM: '/currencies/strm.png', STX: '/currencies/stx.png', SUI: '/currencies/sui.png', + SUIA: '/currencies/suia.png', + SUKU: '/currencies/suku.png', + SUN: '/currencies/sun.png', + SUPER: '/currencies/super.png', SUSHI: '/currencies/sushi.png', + SWEAT: '/currencies/sweat.png', + SWFTC: '/currencies/swftc.png', + SXP: '/currencies/sxp.png', + SYLO: '/currencies/sylo.png', + SYN: '/currencies/syn.png', + SYS: '/currencies/sys.png', + T: '/currencies/t.png', + TAMA: '/currencies/tama.png', + TAO: '/currencies/tao.png', + TAVA: '/currencies/tava.png', + TEL: '/currencies/tel.png', + TENET: '/currencies/tenet.png', + TFUEL: '/currencies/tfuel.png', + THETA: '/currencies/theta.png', TIA: '/currencies/tia.png', + TIME: '/currencies/time.png', + TLM: '/currencies/tlm.png', + TNSR: '/currencies/tnsr.png', + TOMI: '/currencies/tomi.png', TON: '/currencies/ton.png', + TRAC: '/currencies/trac.png', + TRB: '/currencies/trb.png', + TREMP: '/currencies/tremp.png', + TRIBE: '/currencies/tribe.png', + TRU: '/currencies/tru.png', + TRUMP: '/currencies/trump.png', + TRVL: '/currencies/trvl.png', TRX: '/currencies/trx.png', + TT: '/currencies/tt.png', + TURBO: '/currencies/turbo.png', + TURBOS: '/currencies/turbos.png', + TUSD: '/currencies/tusd.png', + TWT: '/currencies/twt.png', + UFT: '/currencies/uft.png', UMA: '/currencies/uma.png', + UNAVAILABLE: '/currencies/unavailable.png', + UNB: '/currencies/unb.png', + UNFI: '/currencies/unfi.png', UNI: '/currencies/uni.png', + UOS: '/currencies/uos.png', USDC: '/currencies/usdc.png', + USDD: '/currencies/usdd.png', + USDE: '/currencies/usde.png', + USDJ: '/currencies/usdj.png', + USDP: '/currencies/usdp.png', USDT: '/currencies/usdt.png', + USTC: '/currencies/ustc.png', + UTK: '/currencies/utk.png', + VANRY: '/currencies/vanry.png', + VEGA: '/currencies/vega.png', + VELA: '/currencies/vela.png', + VELO: '/currencies/velo.png', + VEMP: '/currencies/vemp.png', + VENOM: '/currencies/venom.png', + VET: '/currencies/vet.png', + VEXT: '/currencies/vext.png', + VIC: '/currencies/vic.png', + VIDT: '/currencies/vidt.png', + VINU: '/currencies/vinu.png', + VLX: '/currencies/vlx.png', + VOLT: '/currencies/volt.png', + VOXEL: '/currencies/voxel.png', + VPAD: '/currencies/vpad.png', + VR: '/currencies/vr.png', + VRA: '/currencies/vra.png', + VRTX: '/currencies/vrtx.png', + VSYS: '/currencies/vsys.png', + VTHO: '/currencies/vtho.png', W: '/currencies/w.png', + WAN: '/currencies/wan.png', + WAVES: '/currencies/waves.png', + WAXP: '/currencies/waxp.png', WBTC: '/currencies/wbtc.png', + WELL: '/currencies/well.png', + WEMIX: '/currencies/wemix.png', + WEN: '/currencies/wen.png', WETH: '/currencies/weth.png', + WHALE: '/currencies/whale.png', WIF: '/currencies/wif.png', - WOO: '/currencies/woo.png', + WIFI: '/currencies/wifi.png', + WILD: '/currencies/wild.png', + WIN: '/currencies/win.png', WLD: '/currencies/wld.png', + WLKN: '/currencies/wlkn.png', + WMT: '/currencies/wmt.png', + WOO: '/currencies/woo.png', + WRX: '/currencies/wrx.png', + WSM: '/currencies/wsm.png', + WWY: '/currencies/wwy.png', + WXT: '/currencies/wxt.png', + WYNN: '/currencies/wynn.png', + XAI: '/currencies/xai.png', + XAVA: '/currencies/xava.png', + XCAD: '/currencies/xcad.png', + XCH: '/currencies/xch.png', + XCN: '/currencies/xcn.png', + XCUR: '/currencies/xcur.png', + XDC: '/currencies/xdc.png', + XDEFI: '/currencies/xdefi.png', + XEC: '/currencies/xec.png', + XEM: '/currencies/xem.png', + XETA: '/currencies/xeta.png', XLM: '/currencies/xlm.png', XMR: '/currencies/xmr.png', + XNO: '/currencies/xno.png', + XPLA: '/currencies/xpla.png', + XPR: '/currencies/xpr.png', + XPRT: '/currencies/xprt.png', + XRD: '/currencies/xrd.png', XRP: '/currencies/xrp.png', + XTM: '/currencies/xtm.png', XTZ: '/currencies/xtz.png', + XVG: '/currencies/xvg.png', + XWG: '/currencies/xwg.png', + XYM: '/currencies/xym.png', + XYO: '/currencies/xyo.png', YFI: '/currencies/yfi.png', + YGG: '/currencies/ygg.png', + ZCX: '/currencies/zcx.png', ZEC: '/currencies/zec.png', + ZEN: '/currencies/zen.png', + ZEND: '/currencies/zend.png', + ZERO: '/currencies/zero.png', ZETA: '/currencies/zeta.png', + ZEUS: '/currencies/zeus.png', + ZIL: '/currencies/zil.png', + ZK: '/currencies/zk.png', + ZKF: '/currencies/zkf.png', + ZRO: '/currencies/zro.png', ZRX: '/currencies/zrx.png', } as const; +const Placeholder = ({ className, symbol }: { className?: string; symbol: string }) => ( + <$Placeholder className={className}> + {symbol[0]} + +); + const isAssetSymbol = (symbol: Nullable): symbol is AssetSymbol => symbol != null && Object.hasOwn(assetIcons, symbol); @@ -116,15 +671,32 @@ export const AssetIcon = ({ }: { symbol?: Nullable; className?: string; -}) => ( - <$Img - src={isAssetSymbol(symbol) ? assetIcons[symbol] : '/currencies/unavailable.png'} - className={className} - alt={symbol ?? undefined} - /> -); +}) => + isAssetSymbol(symbol) ? ( + <$Img src={assetIcons[symbol]} className={className} alt={symbol} /> + ) : ( + + ); + const $Img = styled.img` width: auto; height: 1em; border-radius: 50%; `; + +const $Placeholder = styled.div` + background-color: var(--color-layer-5); + width: 1em; + height: 1em; + border-radius: 50%; + overflow: hidden; + + span { + display: flex; + align-items: center; + justify-content: center; + width: 100%; + height: 100%; + font-size: 0.5em; + } +`; 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}> +