diff --git a/components/Project/ProjectPrivacy.vue b/components/Project/ProjectPrivacy.vue index 5e8c0eb..cbb5587 100644 --- a/components/Project/ProjectPrivacy.vue +++ b/components/Project/ProjectPrivacy.vue @@ -38,7 +38,7 @@ defineProps<{ :color="project.tracebility?.kyc ? '#FF0000' : '#18FF2F'" title="Know Your Customer (KYC)" > - {{ project.tracebility?.kyc ? 'YES' : 'NO' }} + {{ project.tracebility?.kyc ? 'YES': 'NO' }} { let value let positive - if (ref.condition.minLength) { + if (ref.condition.minLength !== undefined) { value = (field as any[])?.length if (value) { isValid = value >= ref.condition.minLength positive = `${value} ${ref.label.positive}${value > 1 ? 's' : ''}` } } - if (ref.condition.equals) { + if (ref.condition.equals !== undefined) { value = field - if (value) + if (value !== undefined) isValid = value === ref.condition.equals } - if (ref.condition.exists) { + if (ref.condition.exists !== undefined) { value = field - if (value) + if (value !== undefined) isValid = !!value } rankPoints += isValid ? ref.points : 0 diff --git a/server/assets/data.json b/server/assets/data.json index e336188..399c5ca 100644 --- a/server/assets/data.json +++ b/server/assets/data.json @@ -77,7 +77,7 @@ "id": "01-labs", "name": "01 Labs", "categories": [ - "rd" + "applications" ], "description": "Catalyzing a new generation of applications powered by zero knowledge cryptography.", "links": { @@ -86,6 +86,11 @@ "blog": "https://www.o1labs.org/blog", "twitter": "https://x.com/o1_labs" }, + "usecases": [ + "research-and-development" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -98,12 +103,17 @@ "id": "0xtip", "name": "0xTIP", "categories": [ - "mixing-service" + "applications" ], "description": "0xTIP features mixing, private bridging from Ethereum to BNB chain as well as off-chain transfers.", "links": { "web": "https://0xmonero.com/mixer" }, + "usecases": [ + "mixing-service" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -126,6 +136,11 @@ "web": "https://1984.hosting/", "docs": "https://kb.1984hosting.com/doku.php?id=start" }, + "usecases": [ + "infrastructure" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -138,7 +153,7 @@ "id": "1rpc", "name": "1RPC", "categories": [ - "rpc" + "infrastructure" ], "description": "The Web3 Private RPC Relay", "links": { @@ -146,6 +161,11 @@ "docs": "https://docs.ata.network/1rpc/introduction/", "twitter": "https://x.com/1rpc_" }, + "usecases": [ + "rpc-provider" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -158,13 +178,18 @@ "id": "2fa-guru", "name": "2FA Guru", "categories": [ - "dapps" + "applications" ], "description": "A simple solution to interact with DApps by enforcing an additional signature check before each transaction", "links": { "web": "https://www.2fa.guru", "github": "https://github.com/skiff-org/skiff-mail" }, + "usecases": [ + "dapps" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -174,10 +199,10 @@ ] }, { - "id": "AIOZ network", + "id": "aioz-network", "name": "Aioz network", "categories": [ - "AI" + "applications" ], "description": "DePIN for Web3 AI, Storage & Streaming", "links": { @@ -188,19 +213,24 @@ "twitter": "https://x.com/AIOZNetwork", "telegram": "https://t.me/aioznetwork" }, + "usecases": [ + "ai" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", "ext": "png", - "url": "https://explorer-data.web3privacy.info/assets/projects/AIOZ network/logo.png" + "url": "https://explorer-data.web3privacy.info/assets/projects/aioz-network/logo.png" } ] }, { - "id": "Adamant", + "id": "adamant", "name": "Adamant", "categories": [ - "messaging" + "social-and-communications" ], "description": "Decentralized anonymous blockchain Messenger & crypto Wallet", "team": { @@ -221,7 +251,7 @@ "testnet": false, "mainnet": true }, - "have_token": true, + "have_token": false, "token_link": "https://www.coingecko.com/en/coins/adamant-messenger", "tokens": [ { @@ -230,22 +260,31 @@ "network": "Ethereum" } ], + "usecases": [ + "messaging" + ], + "third_party_dependency": false, "logos": [ { "file": "logo.png", "ext": "png", - "url": "https://explorer-data.web3privacy.info/assets/projects/Adamant/logo.png" + "url": "https://explorer-data.web3privacy.info/assets/projects/adamant/logo.png" } ] }, { - "id": "AnonKlub", + "id": "anon-club", "name": "AnonKlub", "categories": [ - "DID" + "applications" ], "description": "AnonKlub is a tool designed for Ethereum developers that allows for anonymous proof of Ethereum address ownership.", - "project_status": "testnet", + "project_status": { + "live_status": false, + "version": "testnet", + "testnet": true, + "mainnet": false + }, "team": { "anonymous": true }, @@ -255,21 +294,29 @@ "github": "https://github.com/anonklub/anonklub" }, "technology": { - "type": "circom, snarkjs, halo2" + "type": "circom, snarkjs, halo2", + "features": [ + "zkp" + ] }, + "usecases": [ + "did" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", "ext": "png", - "url": "https://explorer-data.web3privacy.info/assets/projects/AnonKlub/logo.png" + "url": "https://explorer-data.web3privacy.info/assets/projects/anon-club/logo.png" } ] }, { - "id": "Arcium", + "id": "arcium", "name": "Arcium", "categories": [ - "FHE" + "infrastructure" ], "description": "The first parallelized confidential computing network", "links": { @@ -280,22 +327,29 @@ "twitter": "https://x.com/ArciumHQ", "discord": "https://discord.com/invite/arcium" }, + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", "ext": "png", - "url": "https://explorer-data.web3privacy.info/assets/projects/Arcium/logo.png" + "url": "https://explorer-data.web3privacy.info/assets/projects/arcium/logo.png" } ] }, { - "id": "Bandada", + "id": "bandada", "name": "Bandada", "categories": [ - "DID" + "applications" ], "description": "An open-source system for managing privacy-preserving groups of anonymous individuals.", - "project_status": "testnet", + "project_status": { + "version": "testnet", + "live_status": true, + "mainnet": false, + "testnet": true + }, "team": { "anonymous": true }, @@ -305,26 +359,31 @@ "github": "https://github.com/bandada-infra/bandada", "type": "semaphore, zk-kit" }, + "usecases": [ + "did" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", "ext": "png", - "url": "https://explorer-data.web3privacy.info/assets/projects/Bandada/logo.png" + "url": "https://explorer-data.web3privacy.info/assets/projects/bandada/logo.png" } ] }, { - "id": "BlockBlend", + "id": "blockblend", "name": "BlockBlend", "categories": [ - "bridge" + "applications" ], "ecosystem": [ - "Ethereum", - "Polygon", - "Base", - "Bnb", - "Solana" + "ethereum", + "polygon", + "base", + "bnb", + "solana" ], "description": "Privacy Cross-Chain Decentralized Services", "team": { @@ -350,7 +409,7 @@ "testnet": false, "mainnet": true }, - "have_token": true, + "have_token": false, "token_link": "https://etherscan.io/address/0x0a44a7ccea34a7563ba1d45a5f757d0b02281124", "tokens": [ { @@ -360,19 +419,23 @@ "contract_address": "0x0a44a7ccea34a7563ba1d45a5f757d0b02281124" } ], + "usecases": [ + "bridge" + ], + "third_party_dependency": false, "logos": [ { "file": "logo.png", "ext": "png", - "url": "https://explorer-data.web3privacy.info/assets/projects/BlockBlend/logo.png" + "url": "https://explorer-data.web3privacy.info/assets/projects/blockblend/logo.png" } ] }, { - "id": "Broearn", + "id": "broearn", "name": "Broearn", "categories": [ - "browser" + "applications" ], "description": "Broearn the Ai Browser. Use-to-Earn solution, the privacy-centric Web3 browser", "team": { @@ -392,29 +455,33 @@ "mainnet": true }, "have_token": false, + "usecases": [ + "browser" + ], + "third_party_dependency": false, "logos": [ { "file": "logo.png", "ext": "png", - "url": "https://explorer-data.web3privacy.info/assets/projects/Broearn/logo.png" + "url": "https://explorer-data.web3privacy.info/assets/projects/broearn/logo.png" } ] }, { - "id": "ChainPort", + "id": "chainport", "name": "ChainPort", "categories": [ - "bridge" + "infrastructure" ], "ecosystem": [ - "Ethereum", - "Arbitrum", - "Optimism", - "Base", - "Bnb", - "Fantom", - "Polygon", - "Avalanche" + "ethereum", + "arbitrum", + "optimism", + "base", + "bnb", + "fantom", + "polygon", + "avalanche" ], "description": "next-gen custodian secure bridge", "team": { @@ -440,7 +507,7 @@ "testnet": false, "mainnet": true }, - "have_token": true, + "have_token": false, "token_link": "https://etherscan.io/token/0x104f3152d8ebfc3f679392977356962ff36566ac", "tokens": [ { @@ -450,32 +517,31 @@ "contract_address": "0x104f3152d8ebfc3f679392977356962ff36566ac" } ], + "usecases": [ + "bridge" + ], + "third_party_dependency": false, "logos": [ { "file": "logo.png", "ext": "png", - "url": "https://explorer-data.web3privacy.info/assets/projects/ChainPort/logo.png" + "url": "https://explorer-data.web3privacy.info/assets/projects/chainport/logo.png" } ] }, { - "id": "Chainback", + "id": "chainback", "name": "Chainback", "categories": [ - "storage" + "applications" ], "ecosystem": [ - "Ethereum", - "Solana", - "Bsc", - "Polygon" - ], - "usecases": [ - "storage", - "cloud" + "ethereum", + "solana", + "bsc", + "polygon" ], "description": "Ultimate Cloud Computing & File Storage", - "product_lunch_day": "2022-12", "team": { "anonymous": true }, @@ -488,7 +554,6 @@ "twitter": "https://x.com/ChainbackWeb3", "telegram": "https://t.me/chainback_archive" }, - "project_phase": "Alpha", "sunset": false, "tokens": [ { @@ -506,16 +571,14 @@ "blockchain_features": { "opensource": false, "asset_custody_type": "non-custody", - "upgradability": { - "enabled": true - } + "p2p": true }, "privacy_policy": { "defined": true, "link": "https://chainback.gitbook.io/chainback-whitepaper/company-policy/privacy-policy" }, "default_privacy": true, - "traceability": { + "tracebility": { "kyc": false, "sign_in_type_requirments": "wallet" }, @@ -524,19 +587,23 @@ "storage": { "decentralized": true }, + "usecases": [ + "storage" + ], + "have_token": false, "logos": [ { "file": "logo.png", "ext": "png", - "url": "https://explorer-data.web3privacy.info/assets/projects/Chainback/logo.png" + "url": "https://explorer-data.web3privacy.info/assets/projects/chainback/logo.png" } ] }, { - "id": "Cloak-ai", + "id": "cloak-ai", "name": "Cloak Ai", "categories": [ - "AI" + "applications" ], "description": "The purpose-built Web3 GenAI engine for the privacy conscious individual or business", "links": { @@ -544,7 +611,7 @@ "twitter": "https://x.com/Cloak_xyz", "telegram": "https://t.me/cloakai" }, - "have_token": true, + "have_token": false, "token_link": "https://etherscan.io/token/0x13f7b4581df403542286563c2f762077b2a368da", "tokens": [ { @@ -555,22 +622,26 @@ } ], "sunset": false, + "usecases": [ + "ai" + ], + "third_party_dependency": false, "logos": [ { "file": "logo.png", "ext": "png", - "url": "https://explorer-data.web3privacy.info/assets/projects/Cloak-ai/logo.png" + "url": "https://explorer-data.web3privacy.info/assets/projects/cloak-ai/logo.png" } ] }, { - "id": "Codex", + "id": "codex", "name": "Codex", "categories": [ - "Storage" + "applications" ], "ecosystem": [ - "Ethereum" + "ethereum" ], "description": "Codex is a durable, decentralised data storage protocol, created so the world community can preserve its most important knowledge without risk of censorship.", "team": { @@ -584,7 +655,7 @@ "blog": "https://blog.codex.storage", "twitter": "https://x.com/codex_storage", "discord": "https://discord.com/invite/codex-storage", - "farcaster": "@codexstorage" + "farcaster": "https://farcaster/@codexstorage" }, "project_status": { "live_status": true, @@ -592,16 +663,20 @@ "testnet": false, "mainnet": false }, - "licenses": "Apache 2.0 and MIT", - "traceability": { + "tracebility": { "kyc": false - } + }, + "usecases": [ + "storage" + ], + "have_token": false, + "third_party_dependency": false }, { - "id": "Coti", + "id": "coti", "name": "Coti", "categories": [ - "layer-2" + "infrastructure" ], "description": "EVM L2 solving blockchain privacy with Garbled Circuits", "team": { @@ -635,7 +710,7 @@ "testnet": true, "mainnet": false }, - "have_token": true, + "have_token": false, "token_link": "https://etherscan.io/token/0xddb3422497e61e13543bea06989c0789117555c5", "tokens": [ { @@ -645,19 +720,23 @@ "contract_address": "0xDDB3422497E61e13543BeA06989C0789117555c5" } ], + "usecases": [ + "eth-layer-2" + ], + "third_party_dependency": false, "logos": [ { "file": "logo.png", "ext": "png", - "url": "https://explorer-data.web3privacy.info/assets/projects/Coti/logo.png" + "url": "https://explorer-data.web3privacy.info/assets/projects/coti/logo.png" } ] }, { - "id": "Cursive", + "id": "cursive", "name": "Cursive", "categories": [ - "FHE" + "applications" ], "description": "A cryptography lab focused on human-first applications of signed data.", "links": { @@ -667,19 +746,21 @@ "twitter": "https://x.com/cursive_team", "telegram": "https://t.me/+z5REVOBXp_hmNDIx" }, + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", "ext": "png", - "url": "https://explorer-data.web3privacy.info/assets/projects/Cursive/logo.png" + "url": "https://explorer-data.web3privacy.info/assets/projects/cursive/logo.png" } ] }, { - "id": "DeChat", + "id": "dechat", "name": "DeChat", "categories": [ - "messaging" + "social-and-communications" ], "description": "open and secure web3 communications protocol that powers decentralized user interactions", "team": { @@ -715,7 +796,7 @@ "testnet": true, "mainnet": false }, - "have_token": true, + "have_token": false, "token_link": "https://bscscan.com/token/0xd69ee2e508363fed57f89917d5ca03e715ee5519", "tokens": [ { @@ -725,19 +806,23 @@ "contract_address": "0xD69ee2e508363FEd57f89917D5ca03e715ee5519" } ], + "usecases": [ + "messaging" + ], + "third_party_dependency": false, "logos": [ { "file": "logo.png", "ext": "png", - "url": "https://explorer-data.web3privacy.info/assets/projects/DeChat/logo.png" + "url": "https://explorer-data.web3privacy.info/assets/projects/dechat/logo.png" } ] }, { - "id": "DeGuard", + "id": "deguard", "name": "DeGuard", "categories": [ - "VPN" + "applications" ], "description": "Provide utimate privacy based on web3", "team": { @@ -763,23 +848,22 @@ "testnet": false, "mainnet": true }, - "have_token": false + "have_token": false, + "usecases": [ + "vpn" + ], + "third_party_dependency": false }, { - "id": "DeNet", + "id": "denet", "name": "DeNet", "categories": [ - "storage" + "applications" ], "ecosystem": [ - "Polygon" - ], - "usecases": [ - "storage", - "Depin" + "polygon" ], "description": "Decentralized Storage Protocol for Web3 services ", - "product_lunch_day": "2017", "team": { "anonymous": false, "teammembers": [ @@ -802,7 +886,6 @@ "telegram": "https://t.me/denetnews", "discord": "https://discord.com/invite/PSnjPCq4x5" }, - "project_phase": "Mainet", "sunset": false, "tokens": [ { @@ -816,39 +899,36 @@ "blockchain_features": { "opensource": true, "asset_custody_type": "non-custody", - "upgradability": { - "enabled": true - } + "p2p": false }, "privacy_policy": { "defined": false }, "default_privacy": true, - "traceability": { + "tracebility": { "kyc": false }, "compliance": false, "storage": { "decentralized": true - } + }, + "usecases": [ + "storage" + ], + "have_token": false, + "third_party_dependency": false }, { - "id": "Ergo", + "id": "ergo-platform", "name": "Ergo Platform", "categories": [ "infrastructure" ], "ecosystem": [ - "Ergo", - "Btc" - ], - "usecases": [ - "wallet", - "mining", - "mixer" + "ergo", + "btc" ], "description": "Ergo is the next-gen smart contract platform! Bringing economic freedom to ordinary people through decentralized financial tools", - "product_lunch_day": "2017", "team": { "anonymous": false, "teammembers": [ @@ -873,7 +953,6 @@ "telegram": "https://t.me/Ergo_Chats", "discord": "https://discord.com/invite/ergo-platform-668903786361651200" }, - "project_phase": "Testnet", "sunset": false, "tokens": [ { @@ -885,17 +964,15 @@ ], "blockchain_features": { "opensource": true, - "asset_custody_type": "non-custody", - "upgradability": { - "enabled": true - } + "p2p": false, + "asset_custody_type": "non-custody" }, "privacy_policy": { "defined": true, "link": "https://ergoplatform.org/en/privacy-policy/" }, "default_privacy": true, - "traceability": { + "tracebility": { "kyc": false, "sign_in_type_requirments": "wallet" }, @@ -908,22 +985,23 @@ "time": "2019-12" } ], - "tecnology": { - "type": "vpn, mixer" - }, + "usecases": [ + "infrastructure" + ], + "have_token": false, "logos": [ { "file": "logo.png", "ext": "png", - "url": "https://explorer-data.web3privacy.info/assets/projects/Ergo/logo.png" + "url": "https://explorer-data.web3privacy.info/assets/projects/ergo-platform/logo.png" } ] }, { - "id": "Exabits", + "id": "exabits", "name": "Exabits", "categories": [ - "AI" + "applications" ], "description": "Simplified Access to the Currency of the Future ", "team": { @@ -939,19 +1017,23 @@ }, "have_token": false, "sunset": false, + "usecases": [ + "ai" + ], + "third_party_dependency": false, "logos": [ { "file": "logo.png", "ext": "png", - "url": "https://explorer-data.web3privacy.info/assets/projects/Exabits/logo.png" + "url": "https://explorer-data.web3privacy.info/assets/projects/exabits/logo.png" } ] }, { - "id": "FairMath", + "id": "fairmath", "name": "FairMath", "categories": [ - "FHE" + "applications" ], "description": "Building Privacy Preserving Future Rooted in Fully Homomorphic Encryption (FHE)", "links": { @@ -960,19 +1042,21 @@ "twitter": "https://x.com/FairMath", "discord": "https://discord.com/invite/NfhXwyr9M5" }, + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", "ext": "png", - "url": "https://explorer-data.web3privacy.info/assets/projects/FairMath/logo.png" + "url": "https://explorer-data.web3privacy.info/assets/projects/fairmath/logo.png" } ] }, { - "id": "Fhenix", + "id": "fhenix", "name": "Fhenix", "categories": [ - "FHE" + "applications" ], "description": "Fhenix is an Ethereum L2 and Coprocessor that uses FHE for onchain confidentiality.", "links": { @@ -984,28 +1068,26 @@ "twitter": "https://x.com/FhenixIO", "discord": "https://discord.com/invite/FuVgxrvJMY" }, + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", "ext": "png", - "url": "https://explorer-data.web3privacy.info/assets/projects/Fhenix/logo.png" + "url": "https://explorer-data.web3privacy.info/assets/projects/fhenix/logo.png" } ] }, { - "id": "Humanode", + "id": "humanode", "name": "Humanode", "categories": [ - "did" + "applications" ], "ecosystem": [ - "Polkadot" - ], - "usecases": [ - "biometrically verified nodes" + "polkadot" ], "description": "1 Human = 1 Node = 1 Vote .Cryptobiometric Sybil-resistant layer for the web", - "product_lunch_day": "2020", "team": { "anonymous": false, "teammembers": [ @@ -1038,7 +1120,6 @@ "telegram": "https://t.me/humanode", "discord": "https://discord.com/invite/8my5gbgptx" }, - "project_phase": "Mainnet", "sunset": false, "tokens": [ { @@ -1051,15 +1132,13 @@ "blockchain_features": { "opensource": true, "asset_custody_type": "non-custody", - "upgradability": { - "enabled": true - } + "p2p": false }, "privacy_policy": { "defined": false }, "default_privacy": true, - "traceability": { + "tracebility": { "kyc": false }, "third_party_dependency": false, @@ -1068,25 +1147,26 @@ { "name": "Certik", "link": "https://skynet.certik.com/projects/humanode", - "time": "2023-01-30T00:00:00.000Z" + "time": "2023-01-30" } ], - "tecnology": { - "type": "ZKP" - }, + "usecases": [ + "did" + ], + "have_token": false, "logos": [ { "file": "logo.png", "ext": "png", - "url": "https://explorer-data.web3privacy.info/assets/projects/Humanode/logo.png" + "url": "https://explorer-data.web3privacy.info/assets/projects/humanode/logo.png" } ] }, { - "id": "IVPN", + "id": "ivpn", "name": "IVPN", "categories": [ - "VPN" + "applications" ], "description": "Audited, privacy focused VPN service.", "team": { @@ -1143,13 +1223,17 @@ "testnet": false, "mainnet": true }, - "have_token": false + "have_token": false, + "usecases": [ + "vpn" + ], + "third_party_dependency": false }, { - "id": "Inco", + "id": "inco", "name": "Inco", "categories": [ - "FHE" + "infrastructure" ], "description": "Universal confidentiality layer for Web3, enabling the development of next-generation dApps, providing confidentiality to existing blockchains ", "team": { @@ -1165,22 +1249,24 @@ "discord": "https://discord.com/invite/fnKZp2qHPQ", "telgram": "https://t.me/inconetwork" }, + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", "ext": "png", - "url": "https://explorer-data.web3privacy.info/assets/projects/Inco/logo.png" + "url": "https://explorer-data.web3privacy.info/assets/projects/inco/logo.png" } ] }, { - "id": "Intmax", + "id": "intmax", "name": "Intmax", "categories": [ - "layer-2" + "infrastructure" ], "ecosystem": [ - "Ethereum" + "ethereum" ], "project_type": "Layer2 zk-rollup", "description": "A zkRollup with a stateless architecture. Achieving hyper-scaling and privacy at the same time.", @@ -1210,19 +1296,23 @@ "mainnet": false }, "have_token": false, + "usecases": [ + "eth-layer-2" + ], + "third_party_dependency": false, "logos": [ { "file": "logo.png", "ext": "png", - "url": "https://explorer-data.web3privacy.info/assets/projects/Intmax/logo.png" + "url": "https://explorer-data.web3privacy.info/assets/projects/intmax/logo.png" } ] }, { - "id": "Kinto", + "id": "kinto", "name": "Kinto", "categories": [ - "Layer-2" + "infrastructure" ], "description": "The safety-first L2 for Finance", "team": { @@ -1251,7 +1341,7 @@ "testnet": false, "mainnet": true }, - "have_token": true, + "have_token": false, "token_link": "https://kintoscan.io/token/0x010700808D59d2bb92257fCafACfe8e5bFF7aB87?chainid=7887", "tokens": [ { @@ -1261,28 +1351,28 @@ "contract_address": "0x010700808D59d2bb92257fCafACfe8e5bFF7aB87" } ], + "usecases": [ + "eth-layer-2" + ], + "third_party_dependency": false, "logos": [ { "file": "logo.png", "ext": "png", - "url": "https://explorer-data.web3privacy.info/assets/projects/Kinto/logo.png" + "url": "https://explorer-data.web3privacy.info/assets/projects/kinto/logo.png" } ] }, { - "id": "Mailchain", + "id": "mailchain", "name": "Mailchain", "categories": [ - "dapps" + "applications" ], "ecosystem": [ - "Ethereum" - ], - "usecases": [ - "mail" + "ethereum" ], "description": "Web3 communication layer & web3 email for everyone", - "product_lunch_day": "2019", "team": { "anonymous": false, "teammembers": [ @@ -1342,53 +1432,49 @@ "lens": "https://hey.xyz/u/mailchain", "farcaster": "https://warpcast.com/mailchain" }, - "project_phase": "Mainnet", "sunset": false, "blockchain_features": { "opensource": true, "asset_custody_type": "non-custody", - "upgradability": { - "enabled": true - } + "p2p": true }, "privacy_policy": { "defined": true, "link": "https://mailchain.com/terms" }, "default_privacy": true, - "traceability": { + "tracebility": { "kyc": false, "sign_in_type_requirments": "wallet" }, "third_party_dependency": false, "compliance": false, + "usecases": [ + "dapps" + ], + "have_token": false, "logos": [ { "file": "logo.png", "ext": "png", - "url": "https://explorer-data.web3privacy.info/assets/projects/Mailchain/logo.png" + "url": "https://explorer-data.web3privacy.info/assets/projects/mailchain/logo.png" } ] }, { - "id": "Media network", + "id": "media-network", "name": "Media Network", "categories": [ - "computing-network" + "infrastructure" ], "ecosystem": [ - "Ethereum", - "Solana", - "Base", - "Bnb", - "Optimist" - ], - "usecases": [ - "cloud", - "DePin" + "ethereum", + "solana", + "base", + "bnb", + "optimist" ], "description": "The Web3 replacement for AWS and Google Cloud", - "product_lunch_day": "2021", "team": { "anonymous": true }, @@ -1401,7 +1487,6 @@ "telegram": "https://t.me/Media_FDN", "discord": "https://discord.com/invite/nyCS7ePWzf" }, - "project_phase": "Beta Mainet", "sunset": false, "tokens": [ { @@ -1415,56 +1500,34 @@ "blockchain_features": { "opensource": true, "asset_custody_type": "non-custody", - "upgradability": { - "enabled": true - } + "p2p": true }, "privacy_policy": { "defined": false }, "default_privacy": true, - "traceability": { + "tracebility": { "kyc": false }, "third_party_dependency": false, "compliance": false, - "logos": [ - { - "file": "logo.png", - "ext": "png", - "url": "https://explorer-data.web3privacy.info/assets/projects/Media network/logo.png" - } - ] - }, - { - "id": "Mindnetwork", - "name": "MindNetwork", - "categories": [ - "FHE" + "usecases": [ + "computing" ], - "description": "An FHE Restaking Layer for PoS and AI Networks ", - "links": { - "web": "https://www.mindnetwork.xyz/", - "github": "https://github.com/mind-network", - "docs": "https://docs.mindnetwork.xyz/minddocs", - "blog": "https://mindnetwork.medium.com/", - "twitter": "https://x.com/mindnetwork_xyz", - "discord": "https://discord.com/invite/UYj94MJdGJ", - "telegram": "https://t.me/MindNetwork_xyz" - }, + "have_token": false, "logos": [ { "file": "logo.png", "ext": "png", - "url": "https://explorer-data.web3privacy.info/assets/projects/Mindnetwork/logo.png" + "url": "https://explorer-data.web3privacy.info/assets/projects/media-network/logo.png" } ] }, { - "id": "Nata network", + "id": "nata-network", "name": "Nata network", "categories": [ - "bridge" + "infrastructure" ], "description": "Nata Network is your portal to private cross-chain transactions.", "team": { @@ -1486,19 +1549,23 @@ "mainnet": true }, "have_token": false, + "usecases": [ + "bridge" + ], + "third_party_dependency": false, "logos": [ { "file": "logo.png", "ext": "png", - "url": "https://explorer-data.web3privacy.info/assets/projects/Nata network/logo.png" + "url": "https://explorer-data.web3privacy.info/assets/projects/nata-network/logo.png" } ] }, { - "id": "Nuco.cloud", + "id": "nuco-cloud", "name": "Nuco-cloud", "categories": [ - "AI" + "applications" ], "description": "Enabling tomorrow’s tech like Ai with scalable, sustainable computing power and up to a 90% cost reduction.", "links": { @@ -1511,7 +1578,7 @@ "facebook": "https://www.facebook.com/nuco.cloud.distributedcloudcomputing/", "telegram": "https://t.me/officialnucocloudgroup" }, - "have_token": true, + "have_token": false, "token_link": "https://etherscan.io/token/0xE0C8b298db4cfFE05d1bEA0bb1BA414522B33C1B", "tokens": [ { @@ -1522,19 +1589,23 @@ } ], "sunset": false, + "usecases": [ + "ai" + ], + "third_party_dependency": false, "logos": [ { "file": "logo.png", "ext": "png", - "url": "https://explorer-data.web3privacy.info/assets/projects/Nuco.cloud/logo.png" + "url": "https://explorer-data.web3privacy.info/assets/projects/nuco-cloud/logo.png" } ] }, { - "id": "OpSec", + "id": "opsec", "name": "OpSec", "categories": [ - "AI" + "applications" ], "description": " AI-powered decentralized cloud security.", "links": { @@ -1544,7 +1615,7 @@ "discord": "https://discord.com/invite/opseccloud", "telegram": "https://t.me/OpSecCloud" }, - "have_token": true, + "have_token": false, "token_link": "https://etherscan.io/token/0x6A7eFF1e2c355AD6eb91BEbB5ded49257F3FED98", "tokens": [ { @@ -1555,21 +1626,25 @@ } ], "sunset": false, + "usecases": [ + "ai" + ], + "third_party_dependency": false, "logos": [ { "file": "logo.png", "ext": "png", - "url": "https://explorer-data.web3privacy.info/assets/projects/OpSec/logo.png" + "url": "https://explorer-data.web3privacy.info/assets/projects/opsec/logo.png" } ] }, { - "id": "OriginTrail", + "id": "origin-trail", "name": "OriginTrail", "categories": [ - "AI" + "applications" ], - "description": "Powering Verifiable Internet for Artificial Intelligence ", + "description": "Powering Verifiable Internet for Artificial Intelligence ", "links": { "web": "https://origintrail.io/", "github": "https://github.com/OriginTrail", @@ -1580,29 +1655,29 @@ "discord": "https://discord.com/invite/QctFuPCMew", "telegram": "https://t.me/origintrail" }, + "usecases": [ + "ai" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", "ext": "png", - "url": "https://explorer-data.web3privacy.info/assets/projects/OriginTrail/logo.png" + "url": "https://explorer-data.web3privacy.info/assets/projects/origin-trail/logo.png" } ] }, { - "id": "OxO", + "id": "oxo", "name": "OxO", "categories": [ - "AI" + "applications" ], "ecosystem": [ - "Ethereum" - ], - "usecases": [ - "Audit", - "mixer" + "ethereum" ], "description": "All-in-One Privacy Exchange", - "product_lunch_day": "2023-01", "team": { "anonymous": false, "teammembers": [ @@ -1633,7 +1708,6 @@ "telegram": "https://t.me/Portal0x0", "discord": "https://discord.com/invite/0x0exchange" }, - "project_phase": "Mainnet", "sunset": false, "tokens": [ { @@ -1647,108 +1721,40 @@ "blockchain_features": { "opensource": true, "asset_custody_type": "non-custody", - "upgradability": { - "enabled": true - } + "p2p": false }, "privacy_policy": { "defined": false }, "default_privacy": true, - "traceability": { + "tracebility": { "kyc": false, "sign_in_type_requirments": "wallet" }, "third_party_dependency": false, "compliance": false, + "usecases": [ + "ai" + ], + "have_token": false, "logos": [ { "file": "logo.png", "ext": "png", - "url": "https://explorer-data.web3privacy.info/assets/projects/OxO/logo.png" + "url": "https://explorer-data.web3privacy.info/assets/projects/oxo/logo.png" } ] }, { - "id": "Particl", - "name": "Particl", - "categories": [ - "dapps" - ], - "ecosystem": [ - "Particl" - ], - "usecases": [ - "marketplace" - ], - "description": "The only marketplace for private and unrestricted e-commerce", - "product_lunch_day": "2017", - "team": { - "anonymous": false, - "teammembers": [ - { - "name": "Gerlof van Ek", - "link": "https://x.com/gerlof" - }, - { - "name": "Henk Swardt", - "link": "https://www.linkedin.com/in/hswardt/" - } - ] - }, - "links": { - "web": "https://particl.io/marketplace", - "github": "https://github.com/particl", - "whitepaper": "https://github.com/particl/whitepaper", - "docs": "https://particl.wiki/", - "block_explorer": "https://explorer.particl.io/", - "blog": "https://particl.news/", - "twitter": "https://x.com/particlproject", - "telegram": "https://t.me/particltg", - "discord": "https://discord.me/particl" - }, - "project_phase": "Alpha", - "sunset": false, - "tokens": [ - { - "name": "Particl Part", - "symbol": "Part", - "network": "Particl Blockchain", - "token_link": "https://explorer.particl.io/" - } - ], - "blockchain_features": { - "opensource": true, - "asset_custody_type": "non-custody", - "upgradability": { - "enabled": true - } - }, - "privacy_policy": { - "defined": true, - "link": "https://academy.particl.io/en/latest/particl-blockchain/blockchain_privacy.html" - }, - "default_privacy": true, - "traceability": { - "kyc": false - }, - "third_party_dependency": false, - "compliance": false - }, - { - "id": "Presearch", + "id": "presearch", "name": "Preserch", "categories": [ - "browser" + "applications" ], "ecosystem": [ - "Ethereum" - ], - "usecases": [ - "browser" + "ethereum" ], "description": "The Decentralized Search Engine with more than 4 million members", - "product_lunch_day": "2017", "team": { "anonymous": false, "teammembers": [ @@ -1801,7 +1807,6 @@ "telegram": "https://t.me/presearch", "discord": "https://discord.com/invite/KUpshRZz2n" }, - "project_phase": "Mainnet", "sunset": false, "tokens": [ { @@ -1815,16 +1820,14 @@ "blockchain_features": { "opensource": true, "asset_custody_type": "non-custody", - "upgradability": { - "enabled": true - } + "p2p": true }, "privacy_policy": { "defined": true, "link": "https://presearch.com/privacy" }, "default_privacy": true, - "traceability": { + "tracebility": { "kyc": false, "sign_in_type_requirments": "wallet" }, @@ -1839,13 +1842,17 @@ ], "storage": { "decentralized": true - } + }, + "usecases": [ + "browser" + ], + "have_token": false }, { - "id": "Privasea", + "id": "privasea", "name": "Privasea", "categories": [ - "FHE" + "infrastructure" ], "description": "An AI + DePIN Network enabled through FHEML", "links": { @@ -1858,28 +1865,26 @@ "discord": "https://discord.com/invite/yRtQGvWkvG", "telegram": "https://t.me/Privasea_ai" }, + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", "ext": "png", - "url": "https://explorer-data.web3privacy.info/assets/projects/Privasea/logo.png" + "url": "https://explorer-data.web3privacy.info/assets/projects/privasea/logo.png" } ] }, { - "id": "Privy", + "id": "privy", "name": "Privy", "categories": [ - "wallets" + "applications" ], "ecosystem": [ - "Solana" - ], - "usecases": [ - "wallet" + "solana" ], "description": "Privy builds authentication, authorization and data control tooling so developers can deliver amazing products that keep users safe.", - "product_lunch_day": "2021", "team": { "anonymous": false, "teammembers": [ @@ -1900,21 +1905,18 @@ "blog": "https://www.privy.io/blog", "twitter": "https://x.com/privy_io" }, - "project_phase": "Mainet", "sunset": false, "blockchain_features": { "opensource": true, "asset_custody_type": "non-custody", - "upgradability": { - "enabled": true - } + "p2p": true }, "privacy_policy": { "defined": true, "link": "https://www.privy.io/privacy-policy" }, "default_privacy": true, - "traceability": { + "tracebility": { "kyc": false, "sign_in_type_requirments": "wallet" }, @@ -1927,25 +1929,26 @@ "time": "2023-08" } ], - "tecnology": { - "type": "AA" - }, + "usecases": [ + "wallets" + ], + "have_token": false, "logos": [ { "file": "logo.png", "ext": "png", - "url": "https://explorer-data.web3privacy.info/assets/projects/Privy/logo.png" + "url": "https://explorer-data.web3privacy.info/assets/projects/privy/logo.png" } ] }, { - "id": "RawBox", + "id": "raw-box", "name": "RawBox", "categories": [ - "Hardware" + "hardware" ], "ecosystem": [ - "Nym" + "nym" ], "description": "Redefined privacy-enabled router.", "team": { @@ -1980,13 +1983,17 @@ "testnet": true, "mainnet": false }, - "have_token": false + "have_token": false, + "usecases": [ + "hardware" + ], + "third_party_dependency": false }, { - "id": "Rido", + "id": "rido", "name": "Rido", "categories": [ - "AI" + "applications" ], "description": "Web3 Personal Data Layer for AI ", "team": { @@ -2002,28 +2009,28 @@ }, "have_token": false, "sunset": false, + "usecases": [ + "ai" + ], + "third_party_dependency": false, "logos": [ { "file": "logo.png", "ext": "png", - "url": "https://explorer-data.web3privacy.info/assets/projects/Rido/logo.png" + "url": "https://explorer-data.web3privacy.info/assets/projects/rido/logo.png" } ] }, { - "id": "Ritual", + "id": "ritual", "name": "Ritual", "categories": [ - "ai" + "applications" ], "ecosystem": [ - "Ethereum", - "Solana", - "Polygon" - ], - "usecases": [ - "ai", - "node" + "ethereum", + "solana", + "polygon" ], "description": "We are building a way for any protocol, application, or smart contract to integrate AI models with a few lines of code.", "product_launch_day": "2023", @@ -2072,7 +2079,6 @@ "twitter": "https://x.com/ritualnet", "discord": "https://discord.com/invite/ritual-net" }, - "project_phase": "Testnet", "sunset": false, "funding": { "name": "archetype", @@ -2081,40 +2087,38 @@ "blockchain_features": { "opensource": true, "asset_custody_type": "non-custody", - "upgradability": { - "enabled": true - } + "p2p": true }, "privacy_policy": { "defined": false }, "default_privacy": true, - "traceability": { + "tracebility": { "kyc": false }, "third_party_dependency": false, - "compliance": false + "compliance": false, + "usecases": [ + "ai" + ], + "have_token": false }, { - "id": "Rotki", + "id": "rotki", "name": "Rotki", "categories": [ - "dapps" + "applications" ], "ecosystem": [ - "Ethereum", - "Bitcoin", - "Base", - "Optimist", - "Gnosis", - "Scroll", - "ZkSync" - ], - "usecases": [ - "os portfolio management" + "ethereum", + "bitcoin", + "base", + "optimist", + "gnosis", + "scroll", + "zksync" ], "description": "rotki is an open source portfolio tracker, accounting and analytics tool that protects your privacy", - "product_lunch_day": "2017", "team": { "anonymous": false, "teammembers": [ @@ -2132,46 +2136,42 @@ "twitter": "https://x.com/rotkiapp", "discord": "https://discord.rotki.com/" }, - "project_phase": "Mainet", "sunset": false, "blockchain_features": { "opensource": true, "asset_custody_type": "non-custody", - "upgradability": { - "enabled": true - } + "p2p": true }, "privacy_policy": { "defined": true, "link": "https://rotki.com/privacy-policy" }, "default_privacy": true, - "traceability": { + "tracebility": { "kyc": false, "sign_in_type_requirments": "wallet" }, "third_party_dependency": false, "compliance": false, + "usecases": [ + "dapps" + ], + "have_token": false, "logos": [ { "file": "logo.png", "ext": "png", - "url": "https://explorer-data.web3privacy.info/assets/projects/Rotki/logo.png" + "url": "https://explorer-data.web3privacy.info/assets/projects/rotki/logo.png" } ] }, { - "id": "Self", + "id": "self", "name": "Self", "categories": [ - "did" - ], - "usecases": [ - "digital identity", - "personal data" + "applications" ], "description": "Build identification and personal data management for everything", - "product_lunch_day": "2019", "team": { "anonymous": false, "teammembers": [ @@ -2195,21 +2195,18 @@ "docs": "https://docs.joinself.com/", "twitter": "https://x.com/futureoftrust" }, - "project_phase": "testnet", "sunset": false, "blockchain_features": { "opensource": true, "asset_custody_type": "non-custody", - "upgradability": { - "enabled": true - } + "p2p": false }, "privacy_policy": { "defined": true, "link": "https://www.joinself.com/company/legal" }, "default_privacy": true, - "traceability": { + "tracebility": { "kyc": false }, "third_party_dependency": false, @@ -2217,28 +2214,25 @@ "storage": { "decentralized": true }, - "tecnology": { - "type": "ZK" - }, + "usecases": [ + "did" + ], + "have_token": false, "logos": [ { "file": "logo.png", "ext": "png", - "url": "https://explorer-data.web3privacy.info/assets/projects/Self/logo.png" + "url": "https://explorer-data.web3privacy.info/assets/projects/self/logo.png" } ] }, { - "id": "Sentz", + "id": "sentz", "name": "Sentz", "categories": [ - "dapps" - ], - "usecases": [ - "payment" + "applications" ], "description": "Global payments app for Freelancers & Creators", - "product_lunch_day": "2022", "team": { "anonymous": false, "teammembers": [ @@ -2261,7 +2255,6 @@ "twitter": "https://x.com/sentzapp", "discord": "https://discord.com/invite/mobilecoin" }, - "project_phase": "Mainet", "sunset": false, "tokens": [ { @@ -2273,16 +2266,14 @@ "blockchain_features": { "opensource": true, "asset_custody_type": "non-custody", - "upgradability": { - "enabled": true - } + "p2p": false }, "privacy_policy": { "defined": true, "link": "https://www.sentz.com/privacy-policy" }, "default_privacy": true, - "traceability": { + "tracebility": { "kyc": false, "sign_in_type_requirments": "wallet" }, @@ -2295,21 +2286,25 @@ } ], "assets_used": [ - "eUSD" + "EUSD" ], + "usecases": [ + "dapps" + ], + "have_token": false, "logos": [ { "file": "logo.png", "ext": "png", - "url": "https://explorer-data.web3privacy.info/assets/projects/Sentz/logo.png" + "url": "https://explorer-data.web3privacy.info/assets/projects/sentz/logo.png" } ] }, { - "id": "SightAI", + "id": "sightai", "name": "SightAI", "categories": [ - "AI" + "applications" ], "description": "Decentralized AI inference with FHE", "team": { @@ -2325,21 +2320,29 @@ }, "have_token": false, "sunset": false, + "usecases": [ + "ai" + ], + "third_party_dependency": false, "logos": [ { "file": "logo.png", "ext": "png", - "url": "https://explorer-data.web3privacy.info/assets/projects/SightAI/logo.png" + "url": "https://explorer-data.web3privacy.info/assets/projects/sightai/logo.png" } ] }, { - "id": "Summa", + "id": "summa", "name": "Summa", - "categories": "infrastructure", + "categories": [ + "infrastructure" + ], "description": "Protocol enabling centralized exchanges to prove solvency without compromising private information.", "project_status": { - "live_status": true + "live_status": true, + "testnet": false, + "mainnet": false }, "team": { "anonymous": true @@ -2348,21 +2351,29 @@ "github": "https://github.com/summa-dev" }, "technology": { - "type": "halo2" + "type": "halo2", + "features": [ + "" + ] }, + "usecases": [ + "infrastructure" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", "ext": "png", - "url": "https://explorer-data.web3privacy.info/assets/projects/Summa/logo.png" + "url": "https://explorer-data.web3privacy.info/assets/projects/summa/logo.png" } ] }, { - "id": "Sunscreen", + "id": "sunscreen", "name": "Sunsscreen", "categories": [ - "FHE" + "applications" ], "description": "Privacy engine of the new web.", "links": { @@ -2371,19 +2382,21 @@ "twitter": "https://x.com/sunscreentech", "discord": "https://discord.com/invite/WHCs6jNNDS" }, + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", "ext": "png", - "url": "https://explorer-data.web3privacy.info/assets/projects/Sunscreen/logo.png" + "url": "https://explorer-data.web3privacy.info/assets/projects/sunscreen/logo.png" } ] }, { - "id": "Super Protocol", + "id": "super-protocol", "name": "SuperProtocol", "categories": [ - "AI" + "applications" ], "description": "The confidential and self-sovereign AI cloud and marketplace, governed by smart contracts", "team": { @@ -2398,19 +2411,23 @@ }, "have_token": false, "sunset": false, + "usecases": [ + "ai" + ], + "third_party_dependency": false, "logos": [ { "file": "logo.png", "ext": "png", - "url": "https://explorer-data.web3privacy.info/assets/projects/Super Protocol/logo.png" + "url": "https://explorer-data.web3privacy.info/assets/projects/super-protocol/logo.png" } ] }, { - "id": "Synaps", + "id": "synaps", "name": "Synaps", "categories": [ - "kyc" + "applications" ], "description": "KYC provider and verifiable credential issuer for DID protocols.", "team": { @@ -2437,19 +2454,23 @@ "mainnet": true }, "have_token": false, + "usecases": [ + "kyc-solution" + ], + "third_party_dependency": false, "logos": [ { "file": "logo.png", "ext": "png", - "url": "https://explorer-data.web3privacy.info/assets/projects/Synaps/logo.png" + "url": "https://explorer-data.web3privacy.info/assets/projects/synaps/logo.png" } ] }, { - "id": "Taceo", + "id": "taceo", "name": "Taceo", "categories": [ - "computing-network" + "infrastructure" ], "description": "Encrypted Computation Layer; MPC + ZK", "team": { @@ -2471,28 +2492,33 @@ "web": "https://taceo.io/", "github": "https://github.com/TaceoLabs", "docs": "https://docs.taceo.io/", - "whitepaper": null, "blog": "https://blog.taceo.io/", "twitter": "https://x.com/TACEO_IO", "discord": "https://discord.com/invite/gWZW2TANpk" }, "project_status": { - "live_status": true + "live_status": true, + "mainnet": true, + "testnet": true }, "have_token": false, + "usecases": [ + "computing" + ], + "third_party_dependency": false, "logos": [ { "file": "logo.png", "ext": "png", - "url": "https://explorer-data.web3privacy.info/assets/projects/Taceo/logo.png" + "url": "https://explorer-data.web3privacy.info/assets/projects/taceo/logo.png" } ] }, { - "id": "The 4th Pillar", + "id": "the-4th-pillar", "name": "The 4th Pillar", "categories": [ - "messaging" + "social-and-communications" ], "description": "Web3 Aligned Email & Chat Super App", "team": { @@ -2514,7 +2540,7 @@ "testnet": false, "mainnet": true }, - "have_token": true, + "have_token": false, "token_link": "https://etherscan.io/token/0x4730fb1463a6f1f44aeb45f6c5c422427f37f4d0", "tokens": [ { @@ -2524,49 +2550,54 @@ "contract_address": "0x4730fb1463a6f1f44aeb45f6c5c422427f37f4d0" } ], + "usecases": [ + "messaging" + ], + "third_party_dependency": false, "logos": [ { "file": "logo.png", "ext": "png", - "url": "https://explorer-data.web3privacy.info/assets/projects/The 4th Pillar/logo.png" + "url": "https://explorer-data.web3privacy.info/assets/projects/the-4th-pillar/logo.png" } ] }, { - "id": "Venice", + "id": "venice", "name": "Venice", "categories": [ - "AI" + "applications" ], "description": "a generative AI app focused on privacy", "links": { "web": "https://venice.ai", "blog": "https://venice.ai/blog", "twitter": "https://x.com/askvenice", - "farcaster": "venice-ai" + "farcaster": "https://forecaster.com/venice-ai" }, + "usecases": [ + "ai" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", "ext": "png", - "url": "https://explorer-data.web3privacy.info/assets/projects/Venice/logo.png" + "url": "https://explorer-data.web3privacy.info/assets/projects/venice/logo.png" } ] }, { - "id": "Vocdoni", + "id": "vocdoni", "name": "Vocdoni", "categories": [ - "dapps" + "applications" ], "ecosystem": [ - "Ethereum" - ], - "usecases": [ - "voting" + "ethereum" ], "description": "To build open source solutions to facilitate decision making in any organization.", - "product_lunch_day": "2017", "team": { "anonymous": false, "teammembers": [ @@ -2608,7 +2639,6 @@ "twitter": "https://x.com/vocdoni", "discord": "https://discord.com/invite/Qjm7krrFBf" }, - "project_phase": "Mainnet", "sunset": false, "funding": { "name": "Aragon grant 2021/2022", @@ -2617,39 +2647,34 @@ "blockchain_features": { "opensource": true, "asset_custody_type": "non-custody", - "upgradability": { - "enabled": true - } + "p2p": false }, "privacy_policy": { "defined": false }, "default_privacy": true, - "traceability": { - "kyc": false, - "sign_in_type_requirments": "wallet" - }, "third_party_dependency": false, "compliance": false, "storage": { "decentralized": true }, - "tecnology": { - "type": "zkSNARKs" - }, + "usecases": [ + "dapps" + ], + "have_token": false, "logos": [ { "file": "logo.png", "ext": "png", - "url": "https://explorer-data.web3privacy.info/assets/projects/Vocdoni/logo.png" + "url": "https://explorer-data.web3privacy.info/assets/projects/vocdoni/logo.png" } ] }, { - "id": "Zama", + "id": "zama", "name": "Zama", "categories": [ - "FHE" + "infrastructure" ], "description": "an open source cryptography company building FHE solutions for blockchain and AI.", "team": { @@ -2659,19 +2684,21 @@ "web": "https://www.zama.ai", "docs": "https://docs.zama.ai/" }, + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", "ext": "png", - "url": "https://explorer-data.web3privacy.info/assets/projects/Zama/logo.png" + "url": "https://explorer-data.web3privacy.info/assets/projects/zama/logo.png" } ] }, { - "id": "ZkAGI", + "id": "zkagi", "name": "ZkAGI", "categories": [ - "AI" + "applications" ], "description": "Pioneering Privacy AI with Decentralized Infrastructure (DePIN)", "links": { @@ -2685,11 +2712,15 @@ }, "have_token": false, "sunset": false, + "usecases": [ + "ai" + ], + "third_party_dependency": false, "logos": [ { "file": "logo.png", "ext": "png", - "url": "https://explorer-data.web3privacy.info/assets/projects/ZkAGI/logo.png" + "url": "https://explorer-data.web3privacy.info/assets/projects/zkagi/logo.png" } ] }, @@ -2697,7 +2728,7 @@ "id": "actilist", "name": "Actilist", "categories": [ - "nft" + "applications" ], "description": "Secret NFT auctions.", "links": { @@ -2717,6 +2748,10 @@ }, "have_token": false, "sunset": false, + "usecases": [ + "nft-community" + ], + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -2729,7 +2764,7 @@ "id": "aesirx-web3-id", "name": "AesirX WEB3 ID", "categories": [ - "did" + "applications" ], "description": "an advanced identity management solution that protects users’ personal data and ensures privacy on the internet.", "links": { @@ -2741,7 +2776,11 @@ "facebook": "https://www.facebook.com/aesirxio", "telegram": "https://t.me/aesirx_official_community" }, - "have_token": true, + "have_token": false, + "usecases": [ + "did" + ], + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -2754,11 +2793,18 @@ "id": "alaya", "name": "Alaya", "categories": [ - "computing-network" + "infrastructure" ], "description": "Alaya is a business sandbox and testing field for the next-generation of financial infrastructure of PlatON.", - "ecosystem": "Ethereum", - "project_status": "Mainnet, 2022", + "ecosystem": [ + "ethereum" + ], + "project_status": { + "version": "Mainnet", + "live_status": true, + "mainnet": true, + "testnet": true + }, "links": { "web": "https://alaya.network/en", "github": "https://github.com/AlayaNetwork", @@ -2769,6 +2815,11 @@ "team": { "anonymous": true }, + "usecases": [ + "computing" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -2798,10 +2849,11 @@ "blog": "https://aleo.org/blog/" }, "project_status": { - "live_status": true, "version": "Testnet", + "open_source": true, "testnet": true, - "mainnet": false + "mainnet": false, + "live_status": true }, "technology": { "type": "zk-SNARKs", @@ -2811,26 +2863,28 @@ ] }, "blockchain_features": { + "opensource": true, "p2p": true, "viewing_key": true, "dissapearing_tx": true, "connected_tx": true }, - "client_diversability": { - "name": "address", - "link": "https://explorer.aleo.org/validators" - }, + "client_diversability": [ + { + "name": "address", + "link": "https://explorer.aleo.org/validators" + } + ], "default_privacy": true, - "tracebility": { - "kyc": false, - "sign_in_type_requirements": "wallet", - "tracked_data": "non" - }, "storage": { "decentralized": true }, "compliance": false, "third_party_dependency": false, + "usecases": [ + "infrastructure" + ], + "have_token": false, "logos": [ { "file": "logo.png", @@ -2843,10 +2897,12 @@ "id": "aleph-zero", "name": "Aleph Zero", "categories": [ - "computing-network" + "infrastructure" ], "description": "Privacy-enhancing public blockchain with instant finality.", - "ecosystem": "Aleph", + "ecosystem": [ + "aleph" + ], "project_status": { "live_status": true, "version": "Mainnet", @@ -2869,6 +2925,11 @@ "link": "https://alephzero.org/the-team" } }, + "usecases": [ + "computing" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -2881,7 +2942,7 @@ "id": "alter", "name": "ALTER", "categories": [ - "messaging" + "social-and-communications" ], "description": "Private & Secure Communication App Utilizing Secret Nework secret contract technology.", "team": { @@ -2901,6 +2962,11 @@ "testnet": false, "mainnet": true }, + "usecases": [ + "messaging" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -2913,7 +2979,7 @@ "id": "anagolay", "name": "Anagolay", "categories": [ - "did" + "applications" ], "description": "Web3 Framework for Original Creators to claim and verify ownership of online identities and multimedia content and license creative works P2P", "links": { @@ -2925,7 +2991,11 @@ "twitter": "https://x.com/AnagolayNet", "discord": "https://discord.com/invite/WHe4EuY" }, - "have_token": true, + "have_token": false, + "usecases": [ + "did" + ], + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -2941,7 +3011,12 @@ "infrastructure" ], "description": "An intent-centric, privacy-preserving protocol for decentralized counterparty discovery, solving, and multi-chain atomic settlement", - "project_status": "testnet", + "project_status": { + "version": "testnet", + "testnet": true, + "mainnet": false, + "live_status": true + }, "team": { "anonymous": false, "teammembers": [ @@ -2974,14 +3049,17 @@ ] }, "blockchain_features": { - "p2p": true - }, - "tracebility": { - "kyc": false + "p2p": true, + "opensource": true }, "storage": { "decentralized": true }, + "usecases": [ + "infrastructure" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -2994,11 +3072,15 @@ "id": "anon-aadhaar", "name": "Anon Aadhaar", "categories": [ - "DID" + "applications" ], "description": "Anon Aadhaar is a project that allows individuals to prove their citizenship anonymously. The project provides circuits, an SDK, and demo applications that generate and verify proofs of valid Aadhaar cards, integrating with the PCD framework to support a wide range of applications.", - "project_status": "testnet", - "live_status": true, + "project_status": { + "version": "testnet", + "live_status": false, + "mainnet": false, + "testnet": true + }, "team": { "anonymous": true }, @@ -3009,8 +3091,16 @@ "github": "https://github.com/anon-aadhaar/anon-aadhaar" }, "technology": { - "type": "zk, circom, rsa" + "type": "zk, circom, rsa", + "features": [ + "" + ] }, + "usecases": [ + "did" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -3023,12 +3113,17 @@ "id": "anon-nero", "name": "Anon/Nero", "categories": [ - "wallets" + "applications" ], "description": "Private wallet", "links": { "web": "https://t.me/anoneroapks" }, + "usecases": [ + "wallets" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -3041,16 +3136,22 @@ "id": "anonybit", "name": "Anonybit", "categories": [ - "did" + "applications" ], "description": "Anonybit revolutionary, patented solution offers a decentralized framework that strengthens compliance, protects identity, and secures personal assets (focus on biometrics)", - "ecosystem": "multichain", + "ecosystem": [ + "multichain" + ], "links": { "web": "https://www.anonybit.io/team/", "blog": "https://www.anonybit.io/blog/", "twitter": "https://x.com/Anonybit1" }, - "have_token": true, + "have_token": false, + "usecases": [ + "did" + ], + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -3063,12 +3164,17 @@ "id": "anonzk-incognito", "name": "AnonZK Incognito", "categories": [ - "mixing-service" + "applications" ], "description": "A privacy tool known as a mixer, which we developed to utilize zk-SNARKs technology to increase anonymity.", "links": { "web": "https://incognito.anonzk.io" }, + "usecases": [ + "mixing-service" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -3081,7 +3187,7 @@ "id": "anydao", "name": "AnyDAO", "categories": [ - "dao" + "applications" ], "description": "Vote aggregation across different blockchain networks with adjustable privacy settings which controls the visibility of the voting", "links": { @@ -3091,6 +3197,11 @@ "twitter": "https://x.com/0xAnyDAO", "telegram": "https://t.me/AnyDAO" }, + "usecases": [ + "dao" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -3106,7 +3217,6 @@ "infrastructure" ], "description": "local-first, E2E encrypted software designed as a secure place to create and store digital assets. You can use Anytype to create and connect your tasks, notes, ideas, documents, workflows, and more", - "team": "56 members", "links": { "web": "https://anytype.io/en", "github": "https://github.com/anytypeio", @@ -3116,6 +3226,11 @@ "telegram": "https://t.me/anytype", "youtube": "https://www.youtube.com/c/anytype" }, + "usecases": [ + "infrastructure" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -3128,13 +3243,18 @@ "id": "arcana-s-private-nft", "name": "Arcana's Private NFT", "categories": [ - "nft" + "applications" ], "description": "New supported format by Arcana preserving privacy within NFT minting.", "links": { "web": "https://arcana.network/blog/launching-private-nfts-on-arcana/", "github": "https://docs.beta.arcana.network/docs/conceptpvtnft/" }, + "usecases": [ + "nft-community" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -3186,12 +3306,16 @@ "blog": "https://arcana.network/blog", "whitepaper": "https://www.notion.so/arcananetwork/Arcana-Technical-Docs-a1d7fd0d2970452586c693e4fee14d08" }, - "have_token": true, + "have_token": false, "tokens": [ { "symbol": "XAR" } ], + "usecases": [ + "infrastructure" + ], + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -3204,10 +3328,12 @@ "id": "arpa", "name": "ARPA", "categories": [ - "computing-network" + "infrastructure" ], "description": "Threshold BLS network can serve as the infrastructure of verifiable random number generator (RNG), secure wallet, cross-chain bridge, decentralized custody etc", - "ecosystem": "multichain", + "ecosystem": [ + "multichain" + ], "project_status": { "live_status": true, "version": "Mainnet", @@ -3227,6 +3353,11 @@ "team": { "anonymous": true }, + "usecases": [ + "computing" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -3239,7 +3370,7 @@ "id": "asmatch", "name": "AsMatch", "categories": [ - "dapps" + "applications" ], "description": "The only Web3 matching app that uses ZKPs to authenticate users’ on-chain credentials", "links": { @@ -3249,6 +3380,11 @@ "twitter": "https://x.com/AsMatchApp", "discord": "https://discord.com/invite/yqUWDdyfX9" }, + "usecases": [ + "dapps" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -3264,16 +3400,19 @@ "infrastructure" ], "description": "Plug and play blockchain interoperability solution for enterprises, web3 protocols, and fintech with privacy at the core. Launch in-demand cross-chain solutions with their core modules - asset bridge, NFT bridge, native cross-chain token & NFT", - "team": [ - { - "name": "Artem Avdeev", - "role": "CEO" - }, - { - "name": "Denis Polulyakhov", - "role": "Co-Founder" - } - ], + "team": { + "anonymous": false, + "teammembers": [ + { + "name": "Artem Avdeev", + "role": "CEO" + }, + { + "name": "Denis Polulyakhov", + "role": "Co-Founder" + } + ] + }, "links": { "web": "https://asterizm.io", "github": "https://github.com/Asterizm-Protocol", @@ -3284,6 +3423,11 @@ "discord": "https://discord.gg/z5QVerD48C", "telegram": "https://t.me/asterizm_protocol" }, + "usecases": [ + "infrastructure" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -3313,6 +3457,11 @@ "testnet": false, "mainnet": false }, + "usecases": [ + "infrastructure" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -3337,7 +3486,7 @@ "github": "https://github.com/automata-network", "blog": "https://blog.ata.network/" }, - "have_token": true, + "have_token": false, "tokens": [ { "symbol": "ATA" @@ -3345,10 +3494,14 @@ ], "project_status": { "live_status": true, - "version": false, + "version": "", "testnet": true, "mainnet": false }, + "usecases": [ + "infrastructure" + ], + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -3364,7 +3517,9 @@ "hardware" ], "description": "A plug-and-play hardware device that connects users to many different kinds of blockchains", - "ecosystem": "multichain", + "ecosystem": [ + "multichain" + ], "links": { "web": "https://ava.do/", "github": "https://github.com/mysteriumnetwork/AVADO-DNP-Mysterium-Server", @@ -3380,6 +3535,11 @@ "link": "https://www.mysterium.network/team" } }, + "usecases": [ + "hardware" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -3395,7 +3555,9 @@ "hardware" ], "description": "a privacy first mobile service for everyone", - "ecosystem": "multichain", + "ecosystem": [ + "multichain" + ], "links": { "web": "https://axiatel.co", "blog": "https://medium.com/@axiatel" @@ -3403,6 +3565,11 @@ "team": { "anonymous": true }, + "usecases": [ + "hardware" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -3415,7 +3582,7 @@ "id": "aztec-connect", "name": "Aztec Connect", "categories": [ - "bridge" + "applications" ], "links": { "github": "https://github.com/AztecProtocol/aztec-connect-bridges", @@ -3424,6 +3591,11 @@ "discord": "https://discord.com/invite/aztec", "education": "https://twitter.com/aztecnetwork/status/1575662728395358208" }, + "usecases": [ + "bridge" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -3436,10 +3608,12 @@ "id": "basic-attention-token", "name": "Basic Attention Token", "categories": [ - "currency" + "defi" ], "description": "Making Crypto and DeFi accessible and usable for everyone (powered by Brave)", - "ecosystem": "Solana", + "ecosystem": [ + "solana" + ], "links": { "web": "https://basicattentiontoken.org", "whitepaper": "https://basicattentiontoken.org/static-assets/documents/BasicAttentionTokenWhitePaper-4.pdf", @@ -3450,6 +3624,11 @@ "team": { "anonymous": false }, + "usecases": [ + "currency" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -3464,7 +3643,9 @@ "categories": [ "defi" ], - "ecosystem": "Multichain", + "ecosystem": [ + "multichain" + ], "description": "A private and cross-chain DEX", "project_type": "DeFi", "product_launch_day": "2022-12-08", @@ -3486,10 +3667,6 @@ "blockchain_features": { "p2p": true, "encryption": "P2P, AtomicSwaps", - "upgradability": { - "enabled": true, - "type": "fork" - }, "opensource": true, "dissapearing_tx": true, "frontend_anonymity": "self-hosted", @@ -3510,7 +3687,7 @@ "storage": { "decentralized": true }, - "traceability": { + "tracebility": { "tracked_data": "Chains activity", "kyc": false, "sign_in_type_requirments": "wallets" @@ -3530,6 +3707,10 @@ "testnet": false, "mainnet": true }, + "usecases": [ + "defi" + ], + "have_token": false, "logos": [ { "file": "logo.png", @@ -3542,7 +3723,7 @@ "id": "bcchat", "name": "BCchat", "categories": [ - "messaging" + "social-and-communications" ], "description": "A decentralized, privacy messenger built over the Beldex blockchain.", "team": { @@ -3563,6 +3744,11 @@ "testnet": false, "mainnet": true }, + "usecases": [ + "messaging" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -3575,7 +3761,7 @@ "id": "beam-wallet", "name": "Beam", "categories": [ - "wallets" + "applications" ], "description": "Self-custodial wallet built on eco.org", "team": { @@ -3588,10 +3774,15 @@ }, "project_status": { "live_status": true, - "version": null, + "version": "", "testnet": false, "mainnet": false }, + "usecases": [ + "wallets" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -3604,7 +3795,7 @@ "id": "beam", "name": "Beam", "categories": [ - "currency" + "defi" ], "description": "Best in class privacy coin and confidential DeFi platform", "links": { @@ -3617,11 +3808,23 @@ "discord": "https://discord.com/invite/BHZvAhg", "telegram": "https://t.me/BeamPrivacy" }, - "ecosystem": "Beam", - "project_status": "Mainnet", + "ecosystem": [ + "beam" + ], + "project_status": { + "version": "Mainnet", + "live_status": true, + "mainnet": true, + "testnet": false + }, "team": { "anonymous": false }, + "usecases": [ + "currency" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -3634,19 +3837,22 @@ "id": "beepo", "name": "Beepo", "categories": [ - "messaging" + "social-and-communications" ], "description": "A social networking application integrated with a multichain chain crypto wallet, a web 3 browser, instant messaging and calling, an eCommerce store, and a sales catalog section for business accounts", - "team": [ - { - "name": "Michael Jimoh", - "role": "Co-Founder & CEO" - }, - { - "name": "Clement Hochart", - "role": "Co-Founder" - } - ], + "team": { + "anonymous": false, + "teammembers": [ + { + "name": "Michael Jimoh", + "role": "Co-Founder & CEO" + }, + { + "name": "Clement Hochart", + "role": "Co-Founder" + } + ] + }, "links": { "web": "https://beepoapp.net/#features", "github": "https://github.com/beepo-app", @@ -3655,6 +3861,11 @@ "discord": "https://discord.com/invite/DhYJGgAVzR", "telegram": "https://t.me/beepoapp" }, + "usecases": [ + "messaging" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -3667,10 +3878,12 @@ "id": "beldex", "name": "Beldex", "categories": [ - "currency" + "defi" ], "description": "A privacy currency based on Monero, Beldex currently offers incentive-based Master Nodes and in the future Beldex will be using POS instead of POW", - "ecosystem": "Beldex", + "ecosystem": [ + "beldex" + ], "project_status": { "live_status": true, "verion": "Mainnet", @@ -3690,6 +3903,11 @@ "team": { "anonymous": false }, + "usecases": [ + "currency" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -3702,7 +3920,7 @@ "id": "bermuda", "name": "Bermuda", "categories": [ - "dapps" + "applications" ], "description": "Next-gen private utility dApp for sending legal, anonymous transactions of multiple ERC-20 tokens", "links": { @@ -3712,6 +3930,11 @@ "twitter": "https://x.com/BermudaEth", "telegram": "https://t.me/bermudaportal" }, + "usecases": [ + "dapps" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -3724,7 +3947,7 @@ "id": "bidshop", "name": "Bidshop", "categories": [ - "nft" + "applications" ], "description": "The first and only trustless marketplace with encrypted & secret bidding. Opening a new world of gamification and liquidity for NFTs", "links": { @@ -3734,7 +3957,7 @@ "twitter": "https://x.com/BIDSHOP_io", "telegram": "https://t.me/BIDSHOP_TG" }, - "have_token": true, + "have_token": false, "token_link": "https://etherscan.io/token/0xA53e968b8d8a5Be52d66e5BB35d9b6B6B5A5CD2F", "tokens": [ { @@ -3744,6 +3967,10 @@ "contract_address": "0xA53e968b8d8a5Be52d66e5BB35d9b6B6B5A5CD2F" } ], + "usecases": [ + "nft-community" + ], + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -3758,7 +3985,9 @@ "categories": [ "defi" ], - "ecosystem": "Secret", + "ecosystem": [ + "secret" + ], "description": "Collection of tools allowing you send & receive SCRT anonymously", "project_type": "DeFi", "product_launch_day": "2021-15-02", @@ -3780,9 +4009,6 @@ "blockchain_features": { "p2p": false, "encryption": "TEE", - "upgradability": { - "enabled": false - }, "opensource": true, "viewing_key": true, "dissapearing_tx": false, @@ -3817,7 +4043,7 @@ "storage": { "decentralized": true }, - "traceability": { + "tracebility": { "kyc": false, "sign_in_type_requirments": "wallet" }, @@ -3842,6 +4068,10 @@ "testnet": false, "mainnet": true }, + "usecases": [ + "defi" + ], + "have_token": false, "logos": [ { "file": "logo.png", @@ -3854,11 +4084,18 @@ "id": "blackhat-coin", "name": "BlackHat Coin", "categories": [ - "currency" + "defi" ], "description": "Privacy-focused decentralized cryptocurrency providing truly anonymous untraceable transactions based on PoS consensus and zk-SNARKs data protection protocol", - "ecosystem": "BlackHat", - "project_status": "Mainnet", + "ecosystem": [ + "blackhat" + ], + "project_status": { + "version": "Mainnet", + "live_status": true, + "mainnet": true, + "testnet": false + }, "links": { "web": "https://blackhatco.in", "github": "https://github.com/BlackHatCoin", @@ -3872,6 +4109,11 @@ "team": { "anonymous": true }, + "usecases": [ + "currency" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -3884,10 +4126,12 @@ "id": "blockstream-green", "name": "Blockstream Green", "categories": [ - "wallets" + "applications" ], "description": "A multi-platform, feature-rich Bitcoin and Liquid wallet by Blockstream", - "ecosystem": "Bitcoin", + "ecosystem": [ + "bitcoin" + ], "links": { "web": "https://blockstream.com/green/", "github": "https://github.com/Blockstream/green_qt", @@ -3910,6 +4154,11 @@ "testnet": false, "mainnet": false }, + "usecases": [ + "wallets" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -3922,10 +4171,12 @@ "id": "blockwallet", "name": "BlockWallet", "categories": [ - "wallets" + "applications" ], "description": "BlockWallet is the epitome of speed, reliability, security, and privacy in the world of digital assets. As a self-custodial Web3 wallet, it empowers you to truly own your digital currencies while eliminating concerns surrounding asset management.", - "ecosystem": "Ethereum", + "ecosystem": [ + "ethereum" + ], "links": { "web": "https://blockwallet.io/", "github": "https://github.com/block-wallet", @@ -3941,6 +4192,11 @@ "testnet": false, "mainnet": false }, + "usecases": [ + "wallets" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -3953,12 +4209,17 @@ "id": "blockyfile", "name": "Blockyfile", "categories": [ - "dapps" + "applications" ], "description": "The new way to upload files anonymously and without censorship.", "links": { "web": "https://blockyfile.org" }, + "usecases": [ + "dapps" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -3971,13 +4232,18 @@ "id": "bluum", "name": "Bluum", "categories": [ - "nft" + "applications" ], "description": "Enable confidentiality of NFT content.", "links": { "web": "https://bluumprotocol.com", "github": "https://github.com/BluumProtocol" }, + "usecases": [ + "nft-community" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -3990,10 +4256,15 @@ "id": "bob-protocol", "name": "BOB Protocol", "categories": [ - "currency" + "defi" ], "description": "A multi-chain, multi-collateral stable token enhanced with optional privacy features", - "ecosystem": "Polygon, Optimism, BNB, Ethereum", + "ecosystem": [ + "polygon", + "optimism", + "bnb", + "ethereum" + ], "links": { "web": "https://zkbob.com/", "github": "https://github.com/zkBob", @@ -4007,6 +4278,11 @@ "team": { "anonymous": true }, + "usecases": [ + "currency" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -4019,7 +4295,7 @@ "id": "boltz", "name": "Boltz", "categories": [ - "currency" + "defi" ], "description": "Privacy first, account-free crypto exchange", "links": { @@ -4034,6 +4310,11 @@ "team": { "anonymous": true }, + "usecases": [ + "currency" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -4046,10 +4327,12 @@ "id": "boring-protocol", "name": "Boring Protocol", "categories": [ - "vpn" + "applications" ], "description": "A Decentralized VPN on Solana", - "ecosystem": "Solana", + "ecosystem": [ + "solana" + ], "links": { "web": "https://boringprotocol.io", "github": "https://docs.boringprotocol.io/bop/information/boring-protocol" @@ -4057,9 +4340,13 @@ "team": { "anonymous": true }, - "have_token": true, + "have_token": false, "token_link": "https://coinmarketcap.com/currencies/boring-protocol/", "sunset": true, + "usecases": [ + "vpn" + ], + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -4072,13 +4359,18 @@ "id": "bpsaa", "name": "BPSAA", "categories": [ - "alliances" + "social-and-communications" ], "description": "The Blockchain Privacy, Security & Adoption Alliance educates the public on privacy, security, and decentralization.", "links": { "web": "https://bpsaa.vision", "twitter": "https://twitter.com/BPSAA_Official" }, + "usecases": [ + "alliances" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -4091,7 +4383,7 @@ "id": "brace", "name": "Brace.to", "categories": [ - "dapps" + "applications" ], "description": "Save links to everything and visit them later easily, anytime, on any device, with Web3 technology that empowers you to truly own your account and data.", "links": { @@ -4101,17 +4393,26 @@ "twitter": "https://x.com/bracedotto" }, "project_status": { - "live_status": true - } + "live_status": true, + "mainnet": true, + "testnet": false + }, + "usecases": [ + "dapps" + ], + "have_token": false, + "third_party_dependency": false }, { "id": "brave-wallet", "name": "Brave Wallet", "categories": [ - "wallets" + "applications" ], "description": "The secure multi-chain crypto wallet", - "ecosystem": "multichain", + "ecosystem": [ + "multichain" + ], "links": { "web": "https://brave.com/wallet/", "github": "https://github.com/brave/brave-wallet-docs" @@ -4128,10 +4429,15 @@ }, "project_status": { "live_status": true, - "version": null, + "version": "", "testnet": false, "mainnet": false }, + "usecases": [ + "wallets" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -4144,7 +4450,7 @@ "id": "brave", "name": "Brave", "categories": [ - "browser" + "applications" ], "description": "Browse privately. Search privately. And ditch Big Tech", "links": { @@ -4154,6 +4460,11 @@ "twitter": "https://twitter.com/brave", "facebook": "https://www.facebook.com/BraveSoftware/" }, + "usecases": [ + "browser" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -4166,7 +4477,7 @@ "id": "brightid", "name": "BrightID", "categories": [ - "did" + "applications" ], "description": "A social identity network that allows you to prove that you’re only using one account. It’s the holy grail of digital identity", "links": { @@ -4178,7 +4489,11 @@ "twitter": "https://x.com/BrightIDProject", "discord": "https://discord.com/invite/brightid-596752664906432522" }, - "have_token": true, + "have_token": false, + "usecases": [ + "did" + ], + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -4191,13 +4506,18 @@ "id": "bringing-privacy-to-ens", "name": "Bringing Privacy to ENS", "categories": [ - "dapps" + "applications" ], "description": "ChainSafe’s Proposed Integration Using Aztec Network", "links": { "web": "https://www.cerebrum.com", "github": "https://github.com/ChainSafe/ens-aztec-privacy/" }, + "usecases": [ + "dapps" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png.png", @@ -4210,9 +4530,11 @@ "id": "brume-wallet", "name": "Brume wallet", "categories": [ - "wallets" + "applications" + ], + "ecosystem": [ + "ethereum" ], - "ecosystem": "Ethereum", "description": "Tor based wallet for Ethereum", "project_type": "Wallets", "product_launch_day": "2022-11-13", @@ -4233,10 +4555,6 @@ "blockchain_features": { "p2p": true, "encryption": "Tor", - "upgradability": { - "enabled": true, - "type": "centralized" - }, "opensource": true, "frontend_anonymity": "Tor", "identity_integration": "Profiles", @@ -4260,19 +4578,21 @@ "storage": { "decentralized": true }, - "traceability": { + "tracebility": { "tracked_data": "no ( Tor based )", "kyc": false, "sign_in_type_requirments": "seed" }, "third_party_dependency": false, "compliance": "compliant", - "history": { - "title": "Hackaton", - "event_type": "Hackaton", - "description": "Hackaton project", - "time": "Nov 13, 2022" - }, + "history": [ + { + "title": "Hackaton", + "event_type": "Hackaton", + "description": "Hackaton project", + "time": "Nov 13, 2022" + } + ], "default_privacy": true, "project_status": { "live_status": true, @@ -4280,6 +4600,10 @@ "testnet": false, "mainnet": true }, + "usecases": [ + "wallets" + ], + "have_token": false, "logos": [ { "file": "logo.png", @@ -4292,7 +4616,7 @@ "id": "buildoor", "name": "Buildoor", "categories": [ - "dapps" + "applications" ], "description": "Privacy Focused Analytics", "links": { @@ -4302,6 +4626,11 @@ "twitter": "https://x.com/buildoorxyz", "discord": "https://discord.com/invite/3hcjSGmEWD" }, + "usecases": [ + "dapps" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.jpg", @@ -4317,25 +4646,28 @@ "infrastructure" ], "description": "Fuel your digital-first strategy with human health data", - "team": [ - { - "name": "Frank Ricotta", - "role": "CEO" - }, - { - "name": "Brian Jackson", - "role": "COO" - }, - { - "name": "Tyson Henry", - "role": "CTO" - } - ], + "team": { + "anonymous": false, + "teammembers": [ + { + "name": "Frank Ricotta", + "role": "CEO" + }, + { + "name": "Brian Jackson", + "role": "COO" + }, + { + "name": "Tyson Henry", + "role": "CTO" + } + ] + }, "links": { "web": "https://burstiq.com", "twitter": "https://twitter.com/BurstIQ" }, - "have_token": true, + "have_token": false, "tokens": [ { "symbol": "BIQ" @@ -4343,10 +4675,13 @@ ], "project_status": { "live_status": false, - "version": false, "testnet": false, "mainnet": false }, + "usecases": [ + "infrastructure" + ], + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -4355,17 +4690,16 @@ } ] }, - { - "id": "burstlq" - }, { "id": "cake-wallet", "name": "Cake Wallet", "categories": [ - "wallets" + "applications" ], "description": "Cake Wallet allows you to safely store, send, receive, and exchange your XMR, BTC, LTC, and XHV and exchange other currencies", - "ecosystem": "Monero", + "ecosystem": [ + "monero" + ], "links": { "web": "https://monero.com/wallets", "github": "https://github.com/cake-tech/cake_wallet", @@ -4373,13 +4707,18 @@ }, "project_status": { "live_status": true, - "version": null, + "version": "", "testnet": false, "mainnet": false }, "team": { "anonymous": true }, + "usecases": [ + "wallets" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -4403,7 +4742,7 @@ "github": "https://github.com/Manta-Network", "blog": "https://mantanetwork.medium.com/" }, - "have_token": true, + "have_token": false, "tokens": [ { "symbol": "KMA" @@ -4415,6 +4754,10 @@ "testnet": false, "mainnet": true }, + "usecases": [ + "infrastructure" + ], + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -4440,10 +4783,15 @@ }, "project_status": { "live_status": false, - "version": false, + "version": "", "testnet": false, "mainnet": false }, + "usecases": [ + "infrastructure" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -4456,7 +4804,7 @@ "id": "calyxos", "name": "CalyxOS", "categories": [ - "os" + "applications" ], "description": "Android mobile operating system that puts privacy and security into the hands of everyday users", "team": { @@ -4474,6 +4822,11 @@ "testnet": false, "mainnet": true }, + "usecases": [ + "operation-systems" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -4488,7 +4841,9 @@ "categories": [ "defi" ], - "ecosystem": "Ethereum", + "ecosystem": [ + "ethereum" + ], "description": "Configurable Asset Privacy for Ethereum", "links": { "web": "https://app.firn.cash/", @@ -4497,11 +4852,17 @@ }, "project_status": { "live_status": false, - "testnet": true + "testnet": true, + "mainnet": false }, "team": { "anonymous": true }, + "usecases": [ + "defi" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -4514,7 +4875,7 @@ "id": "carbon-browser", "name": "Carbon Browser", "categories": [ - "browser" + "applications" ], "description": "The Fastest Web 3 Browser. AdBlock + 100% Privacy", "links": { @@ -4524,6 +4885,11 @@ "twitter": "https://twitter.com/trycarbonio", "telegram": "https://t.me/trycarbonio" }, + "usecases": [ + "browser" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -4536,7 +4902,7 @@ "id": "cerebrum", "name": "Cerebrum", "categories": [ - "did" + "applications" ], "description": "Ensure everyone in your organization is credentialed and compliant with Cerebrum verifiable data technology and vID ecosystem", "links": { @@ -4545,7 +4911,11 @@ "blog": "https://blog.cerebrum.com/", "twitter": "https://x.com/cerebruminc" }, - "have_token": true, + "have_token": false, + "usecases": [ + "did" + ], + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -4558,7 +4928,7 @@ "id": "certup", "name": "certUP", "categories": [ - "nft" + "applications" ], "description": "SecretNFT Certificates revolutionizing official document distribution, verification, and publication", "links": { @@ -4575,6 +4945,10 @@ }, "have_token": false, "sunset": false, + "usecases": [ + "nft-community" + ], + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -4587,7 +4961,7 @@ "id": "cheqd", "name": "CheqD", "categories": [ - "dapps" + "applications" ], "description": "A secure network that enables individuals and organizations to fully control their personal data. It allows self-sovereign identity (SSI) companies to build and deliver secure solutions to you", "links": { @@ -4600,6 +4974,11 @@ "discord": "https://discord.com/invite/4VZszdE7HH", "telegram": "https://t.me/cheqd" }, + "usecases": [ + "dapps" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -4615,7 +4994,7 @@ "defi" ], "ecosystem": [ - "Ten" + "ten" ], "project_type": "DeFi", "description": "Fully encrypted DEX", @@ -4635,6 +5014,11 @@ "testnet": true, "mainnet": false }, + "usecases": [ + "defi" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -4649,6 +5033,11 @@ "categories": [ "defi" ], + "usecases": [ + "defi" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -4661,7 +5050,7 @@ "id": "cirus-foundation", "name": "Cirus foundation", "categories": [ - "data-management" + "applications" ], "description": "With your permission, Cirus makes earning from your data easy", "links": { @@ -4670,6 +5059,11 @@ "discord": "https://discord.com/invite/Vbawz2j7AW", "blog": "https://medium.com/the-cirus-foundation" }, + "usecases": [ + "data-management" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -4682,7 +5076,7 @@ "id": "cog", "name": "COG", "categories": [ - "currency" + "defi" ], "description": "A new private digital currency that leverages the power of Web3 and DeFi without compromising the privacy and security of its users", "links": { @@ -4691,6 +5085,11 @@ "team": { "anonymous": false }, + "usecases": [ + "currency" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -4705,6 +5104,11 @@ "categories": [ "defi" ], + "usecases": [ + "defi" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -4717,13 +5121,18 @@ "id": "coinomize", "name": "Coinomize", "categories": [ - "mixing-service" + "applications" ], "description": "Coinomize helps you protect your privacy and identity and mix your Bitcoins (CoinJoin) easily and cheaply without storing any logs from you", "links": { "web": "https://coinomize.biz", "blog": "https://coinomize.biz/blog" }, + "usecases": [ + "mixing-service" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -4736,12 +5145,17 @@ "id": "coinshuffle", "name": "CoinShuffle++", "categories": [ - "mixing-service" + "applications" ], "description": "CoinShuffle++ (CSPP) is a mixing protocol used to create Decred CoinJoin transactions", "links": { "web": "https://github.com/decred/cspp" }, + "usecases": [ + "mixing-service" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -4754,10 +5168,12 @@ "id": "colossusxt", "name": "ColossusXT", "categories": [ - "currency" + "defi" ], "description": "A community-orientated, energy efficient coin with a strong focus on decentralization, privacy, and real-world implementation", - "ecosystem": "ColossusXT", + "ecosystem": [ + "colossusxt" + ], "project_status": { "live_status": true, "version": "Mainnet", @@ -4778,6 +5194,11 @@ "team": { "anonymous": false }, + "usecases": [ + "currency" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -4803,10 +5224,15 @@ }, "project_status": { "live_status": false, - "version": false, + "version": "", "testnet": false, "mainnet": false }, + "usecases": [ + "infrastructure" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -4821,6 +5247,11 @@ "categories": [ "defi" ], + "usecases": [ + "defi" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -4835,6 +5266,11 @@ "categories": [ "defi" ], + "usecases": [ + "defi" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -4850,30 +5286,33 @@ "infrastructure" ], "description": "A compliance ready blockchain backed by science that enables private and public transactions", - "team": [ - { - "name": "Lars Seier Christensen", - "roles": "Chairman" - }, - { - "name": "Nibras Stiebar-Bang", - "roles": "CTO & CPO" - }, - { - "name": "Jonas Stiebar-Bang", - "roles": "CCO" - }, - { - "name": "Jørgen Hauglund", - "roles": "CFO" - } - ], + "team": { + "anonymous": false, + "teammembers": [ + { + "name": "Lars Seier Christensen", + "roles": "Chairman" + }, + { + "name": "Nibras Stiebar-Bang", + "roles": "CTO & CPO" + }, + { + "name": "Jonas Stiebar-Bang", + "roles": "CCO" + }, + { + "name": "Jørgen Hauglund", + "roles": "CFO" + } + ] + }, "links": { "web": "https://concordium.com", "github": "https://github.com/Concordium", "whitepaper": "https://www.concordium.com/technology#whitepapers" }, - "have_token": true, + "have_token": false, "tokens": [ { "symbol": "CCD" @@ -4881,10 +5320,14 @@ ], "project_status": { "live_status": true, - "version": false, + "version": "", "testnet": false, "mainnet": true }, + "usecases": [ + "infrastructure" + ], + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -4897,7 +5340,7 @@ "id": "cool-wallet", "name": "Cool Wallet", "categories": [ - "wallets" + "applications" ], "description": "Non-custodial wallet", "team": { @@ -4918,10 +5361,14 @@ }, "project_status": { "live_status": true, - "version": null, "testnet": false, "mainnet": false }, + "usecases": [ + "wallets" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -4934,9 +5381,11 @@ "id": "crust", "name": "Crust", "categories": [ - "storage" + "applications" + ], + "ecosystem": [ + "polkadot" ], - "ecosystem": "Polkadot", "description": "Crust provides a decentralized storage network of Web3 ecosystem. It supports multiple storage layer protocols such as IPFS, and exposes storage interfaces to application layer.", "team": { "anonymous": true @@ -4957,6 +5406,11 @@ "testnet": true, "mainnet": true }, + "usecases": [ + "storage" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -4969,19 +5423,22 @@ "id": "crypviser-secure-messenger", "name": "Crypviser Secure Messenger", "categories": [ - "messaging" + "social-and-communications" ], "description": "The most private messaging app, based on Blockchain technology", - "team": [ - { - "name": "Vadim Andryan", - "role": "Managing Director" - }, - { - "name": "Waldemar Konradi", - "role": "Managing Director" - } - ], + "team": { + "anonymous": false, + "teammembers": [ + { + "name": "Vadim Andryan", + "role": "Managing Director" + }, + { + "name": "Waldemar Konradi", + "role": "Managing Director" + } + ] + }, "links": { "web": "https://crypviser.network/", "whitepaper": "https://crypviser.network/CrypViser_Whitepaper.pdf", @@ -4989,7 +5446,7 @@ "twitter": "https://twitter.com/crypviser", "facebook": "https://www.facebook.com/crypviser/" }, - "have_token": true, + "have_token": false, "tokens": [ { "symbol": "CVT" @@ -5001,6 +5458,10 @@ "testnet": false, "mainnet": true }, + "usecases": [ + "messaging" + ], + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -5013,17 +5474,17 @@ "id": "cultdao", "name": "CULT DAO", "categories": [ - "dao" + "applications" ], "assets_used": [ "CULT" ], "ecosystem": [ - "Ethereum" + "ethereum" ], "description": "Investment DAO that fight against centralization and further decentralization", "product_readiness": "live", - "have_token": true, + "have_token": false, "token_link": "https://etherscan.io/address/0xf0f9D895aCa5c8678f706FB8216fa22957685A13", "tokens": [ { @@ -5071,6 +5532,10 @@ "time": "2022-11-11" } ], + "usecases": [ + "dao" + ], + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -5083,7 +5548,7 @@ "id": "cyclone", "name": "Cyclone", "categories": [ - "mixing-service" + "applications" ], "description": "Cyclone is a protocol that applies zkSNARKs to enable transactional privacy by breaking the on-chain link between depositor and recipient addresses.", "team": { @@ -5117,6 +5582,11 @@ "time": "April, 2021" } ], + "usecases": [ + "mixing-service" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -5129,7 +5599,7 @@ "id": "damus", "name": "Damus", "categories": [ - "dapps" + "applications" ], "description": "Nostr client for the social network you control.", "links": { @@ -5137,6 +5607,11 @@ "github": "https://github.com/damus-io", "twitter": "https://x.com/damusapp" }, + "usecases": [ + "dapps" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.jpg", @@ -5152,7 +5627,9 @@ "hardware" ], "description": "Easy to use hardware and software solution for running Ethereum and other kind of nodes, staking, IPFS, etc", - "ecosystem": "multichain", + "ecosystem": [ + "multichain" + ], "links": { "web": "https://dappnode.io/", "github": "https://github.com/dappnode", @@ -5168,6 +5645,11 @@ "link": "https://dappnode.com/pages/about" } }, + "usecases": [ + "hardware" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -5195,6 +5677,11 @@ "testnet": true, "mainnet": false }, + "usecases": [ + "infrastructure" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -5207,7 +5694,7 @@ "id": "dauth-network", "name": "DAuth Network", "categories": [ - "did" + "applications" ], "description": "a decentralized authentication network empowering wallets and dApps to create authentication with a focus on privacy", "links": { @@ -5218,7 +5705,11 @@ "twitter": "https://x.com/DauthNetwork", "discord": "https://discord.com/invite/ZJZjAAej2q" }, - "have_token": true, + "have_token": false, + "usecases": [ + "did" + ], + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -5231,7 +5722,7 @@ "id": "decentr", "name": "Decentr", "categories": [ - "browser" + "applications" ], "description": "Creating a bridge between internet users and applications developed with distributed ledger technology, an open source platform, which enables you to manage and pay with your Personal Data Value", "links": { @@ -5243,6 +5734,11 @@ "discord": "https://discord.com/invite/VMUt7yw92B", "telegram": "https://t.me/DecentrNet" }, + "usecases": [ + "browser" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -5255,10 +5751,12 @@ "id": "decred", "name": "Decred", "categories": [ - "currency" + "defi" ], "description": "A blockchain-based cryptocurrency with a strong focus on community input, open governance, and sustainable funding for development", - "ecosystem": "Lighting Network", + "ecosystem": [ + "lighting-network" + ], "links": { "web": "https://decred.org", "github": "https://docs.decred.org", @@ -5273,6 +5771,11 @@ "team": { "anonymous": false }, + "usecases": [ + "currency" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -5288,7 +5791,12 @@ "hardware" ], "description": "Web 3.0 infrastructure of the users, by the users, for the users.", - "project_status": "Mainnet", + "project_status": { + "version": "Mainet", + "live_status": true, + "mainnet": true, + "testnet": false + }, "links": { "web": "https://www.deeper.network", "blog": "https://shop.deeper.network/pages/blog", @@ -5300,6 +5808,11 @@ "team": { "anonymous": true }, + "usecases": [ + "hardware" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -5311,26 +5824,31 @@ { "id": "deeponion", "name": "DeepOnion", - "categories": "currency", - "assets_used": "ZK-Snarks, TOR Network", - "ecosystem": "DeepOnion Network", + "categories": [ + "applications" + ], + "assets_used": [ + "ZK-SNARKS", + "TOR-NETWORK" + ], + "ecosystem": [ + "deeponion-network" + ], "project_type": "Hybrid cryptocurrency", "description": "DeepOnion (ONION) is a decentralized, open-source, community-driven cryptocurrency that offers multi-layered privacy and everyday use cases. It uses an x13 hybrid PoW/PoS to secure the network. DeepOnion is one of the earliest cryptos to integrate the Tor network into the wallet, which has not leaked any IP addresses since its release on 12 July 2017.", "product_readiness": "Mainnet", - "product_launch_day": "2017-07-12T00:00:00.000Z", - "have_token": "Yes", - "token_link": null, + "product_launch_day": "2017-07-12", + "have_token": true, "tokens": [ { "name": "DeepOnion", "symbol": "ONION", "network": "DeepOnion Network", - "contract_address": null + "fee": "0.0001 ONION/kB" } ], - "fee": "0.0001 ONION/kB", "team": { - "anonymous": "Yes", + "anonymous": true, "teammembers": [ { "name": "Deeper", @@ -5364,23 +5882,14 @@ } ] }, - "funding": [ - { - "name": "Community Contributions", - "type": "Community Support", - "link": "https://deeponion.org/community", - "value": "Not applicable", - "time": "Ongoing" - } - ], - "history": { - "title": null, - "event_type": null, - "description": null, - "time": null, - "link": null + "funding": { + "name": "Community Contributions", + "type": "Community Support", + "link": "https://deeponion.org/community", + "value": "Not applicable", + "time": "Ongoing" }, - "sunset": "No", + "sunset": false, "links": { "web": "https://deeponion.org", "github": "https://github.com/deeponion/deeponion/", @@ -5412,21 +5921,17 @@ }, "blockchain_features": { "encryption": "zksnark", - "opensource": "Yes", - "identity_integration": "None", - "p2p": "Yes", + "opensource": true, "data_masking": "DeepSend", - "viewing_key": "No", - "dissapearing_tx": "No", - "connected_tx": "No", "frontend_anonymity": "TOR addresses", - "asset_custody_type": "non-custodial" + "asset_custody_type": "non-custodial", + "p2p": true }, "project_status": { - "live_status": "Yes", + "live_status": true, "version": "V2.3.3", - "testnet": "No", - "mainnet": "Yes", + "testnet": false, + "mainnet": true, "client_diversability": { "name": "DeepOnion Wallet", "link": "https://deeponion.org/#download" @@ -5434,41 +5939,22 @@ }, "licences": "General Public License", "privacy_policy": { - "defined": "Yes", + "defined": true, "link": "https://deeponion.org/privacypolicy.html", "data_usage": "Not using" }, - "traceability": { - "tracked_data": "None", - "kyc": "No", + "tracebility": { + "kyc": false, "sign_in_type_requirements": "wallet" }, "compliance": "none", "storage": { - "decentralized": "Yes" + "decentralized": true }, - "third_party_dependency": "None", + "third_party_dependency": false, "social_trust": "DeepOnion uses a multisig system for governance decisions and has a DAO for community voting.", - "technical_spof": "None", - "upgradability": [ - { - "enabled": "Yes" - }, - { - "type": "DAO Governance" - }, - { - "admin_keys": "Not defined" - } - ], - "audits": [ - { - "name": null, - "company": null, - "logo": null, - "link": null, - "time": null - } + "usecases": [ + "currency" ], "logos": [ { @@ -5484,6 +5970,11 @@ "categories": [ "defi" ], + "usecases": [ + "defi" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.jpg", @@ -5496,7 +5987,7 @@ "id": "demox-labs", "name": "Demox labs", "categories": [ - "rd" + "infrastructure" ], "description": "Building privacy preserving ZK infrastructure on Aleo", "team": { @@ -5513,6 +6004,11 @@ "web": "https://www.demoxlabs.xyz", "twitter": "https://x.com/DemoxLabs" }, + "usecases": [ + "research-and-development" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -5535,7 +6031,7 @@ "whitepaper": "https://github.com/deroproject/documentation/blob/master/Dero_Whitepaper.pdf", "twitter": "https://twitter.com/deroproject" }, - "have_token": true, + "have_token": false, "tokens": [ { "symbol": "DERO" @@ -5547,6 +6043,10 @@ "testnet": false, "mainnet": true }, + "usecases": [ + "infrastructure" + ], + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -5559,13 +6059,18 @@ "id": "derp", "name": "DERP", "categories": [ - "rpc" + "infrastructure" ], "description": "DERP is an RPC endpoint you can add to your wallet to visualize data leaked by your wallet in communication with the blockchain", "links": { "web": "https://derp.hoprnet.org/", "github": "https://github.com/hoprnet/derp" }, + "usecases": [ + "rpc-provider" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -5578,7 +6083,7 @@ "id": "discreet-labs", "name": "Discreet Labs", "categories": [ - "rd" + "infrastructure" ], "description": "Build blockchain systems for a more private, self-sovereign future on Fidora", "team": { @@ -5600,6 +6105,11 @@ "web": "https://discreetlabs.io", "twitter": "https://x.com/discreet_labs" }, + "usecases": [ + "research-and-development" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -5612,10 +6122,12 @@ "id": "discreet", "name": "Discreet", "categories": [ - "currency" + "defi" ], "description": "A game-changing cryptocurrency with a sharp focus on total privacy and blistering speed", - "ecosystem": "Discreet Compute Network", + "ecosystem": [ + "discreet-compute-network" + ], "project_status": { "live_status": true, "version": "Testnet", @@ -5633,6 +6145,11 @@ "team": { "anonymous": false }, + "usecases": [ + "currency" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -5647,6 +6164,11 @@ "categories": [ "defi" ], + "usecases": [ + "defi" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -5659,7 +6181,7 @@ "id": "divestos", "name": "DivestOS", "categories": [ - "os" + "applications" ], "description": "A fork of LineageOS with monthly updates, automated CVE patchings, system WebView, and more", "team": { @@ -5671,10 +6193,15 @@ }, "project_status": { "live_status": true, - "version": 20, + "version": "20.0", "testnet": false, "mainnet": true }, + "usecases": [ + "operation-systems" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -5687,7 +6214,7 @@ "id": "djib", "name": "DJIB", "categories": [ - "storage" + "applications" ], "description": "DJIB is the next generation Web3 storage", "team": { @@ -5715,6 +6242,11 @@ "testnet": false, "mainnet": true }, + "usecases": [ + "storage" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -5727,10 +6259,12 @@ "id": "dmail-network", "name": "Dmail Network", "categories": [ - "did" + "applications" ], "description": "Construct DID in Web3.0, Not Just an Email.", - "ecosystem": "multichain", + "ecosystem": [ + "multichain" + ], "links": { "web": "https://dmail.ai", "github": "https://github.com/dmailofficial/dmail", @@ -5740,7 +6274,11 @@ "discord": "https://discord.com/invite/RyYNmdqjF9?ref=blog.dmail.ai", "telegram": "https://t.me/dmailofficial" }, - "have_token": true, + "have_token": false, + "usecases": [ + "did" + ], + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -5750,10 +6288,10 @@ ] }, { - "id": "dragonX", + "id": "dragonx", "name": "DragonX", "categories": [ - "currency" + "defi" ], "description": "a Z2Z private by default crypto + messenging", "links": { @@ -5777,6 +6315,7 @@ }, "blockchain_features": { "p2p": true, + "opensource": true, "dissapearing_tx": true, "connected_tx": false, "revealed_recipient": false, @@ -5784,19 +6323,21 @@ "revealed_ammount": false }, "default_privacy": true, - "tracebility": { - "kyc": false - }, "project_status": { "live_status": true, "testnet": false, "mainnet": true }, + "usecases": [ + "currency" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", "ext": "png", - "url": "https://explorer-data.web3privacy.info/assets/projects/dragonX/logo.png" + "url": "https://explorer-data.web3privacy.info/assets/projects/dragonx/logo.png" } ] }, @@ -5806,7 +6347,9 @@ "categories": [ "defi" ], - "ecosystem": "Dusk", + "ecosystem": [ + "dusk" + ], "description": "Is technology for securities. An open source and secure blockchain (DLT) infrastructure that businesses use to tokenize financial instruments and automate costly processes.", "links": { "web": "https://dusk.network/", @@ -5814,7 +6357,8 @@ }, "project_status": { "live_status": false, - "testnet": true + "testnet": true, + "mainnet": false }, "team": { "anonymous": false, @@ -5822,6 +6366,11 @@ "link": "https://dusk.network/pages/team" } }, + "usecases": [ + "defi" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -5834,7 +6383,7 @@ "id": "ecash", "name": "eCash", "categories": [ - "currency" + "defi" ], "description": "Simple. Instant. Secure. Experience the revolutionary new money powered by Avalanche", "links": { @@ -5849,6 +6398,11 @@ "team": { "anonymous": true }, + "usecases": [ + "currency" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -5861,10 +6415,12 @@ "id": "edge", "name": "Edge", "categories": [ - "wallets" + "applications" ], "description": "The most secure way to buy, store & trade crypto under your control", - "ecosystem": "multichain", + "ecosystem": [ + "multichain" + ], "project_status": { "live_status": true, "version": "Mainnet", @@ -5888,6 +6444,11 @@ } ] }, + "usecases": [ + "wallets" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -5900,7 +6461,7 @@ "id": "electric-coin-co", "name": "Electric Coin. Co", "categories": [ - "rd" + "infrastructure" ], "description": "R&D advances accessibility, usability and scalability of Zcash, but the implications of our work have an even broader potential", "team": { @@ -5923,6 +6484,11 @@ "blog": "https://electriccoin.co/blog/", "twitter": "https://x.com/ElectricCoinCo" }, + "usecases": [ + "research-and-development" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -5935,7 +6501,7 @@ "id": "elite", "name": "Elite", "categories": [ - "wallets" + "applications" ], "description": "Android and IOS Wallet that respects your privacy", "team": { @@ -5951,6 +6517,11 @@ "testnet": false, "mainnet": false }, + "usecases": [ + "wallets" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -5965,7 +6536,9 @@ "categories": [ "defi" ], - "ecosystem": "Solana", + "ecosystem": [ + "solana" + ], "description": "Create blockchain privacy solutions that are built for everyday transactions — with the power of scalable ZK infrastructure on Solana.", "technology": { "type": "zk", @@ -5979,7 +6552,9 @@ "docs": "https://docs.elusiv.io/" }, "project_status": { - "live_status": true + "live_status": true, + "mainnet": true, + "testnet": false }, "team": { "anonymous": false, @@ -5987,6 +6562,11 @@ "link": "https://www.linkedin.com/search/results/people/?currentCompany=%5B%2280778213%22%5D&origin=COMPANY_PAGE_CANNED_SEARCH&sid=s_%40" } }, + "usecases": [ + "defi" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -5999,10 +6579,12 @@ "id": "email-wallet", "name": "Email Wallet", "categories": [ - "wallets" + "applications" ], "description": "Use your email address as a crypto wallet, via zk email to keep the protocol decentralized and emails private on-chain", - "ecosystem": "Ethereum", + "ecosystem": [ + "ethereum" + ], "links": { "web": "https://emailwallet.org/", "docs": "https://zkemail.gitbook.io/zk-email/email-wallet", @@ -6013,7 +6595,10 @@ "anonymous": true }, "technology": { - "type": "ZK" + "type": "ZK", + "features": [ + "" + ] }, "project_status": { "live_status": true, @@ -6021,6 +6606,11 @@ "testnet": true, "mainnet": false }, + "usecases": [ + "wallets" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -6033,7 +6623,7 @@ "id": "entropy1729", "name": "Entropy1729", "categories": [ - "rd" + "infrastructure" ], "description": "Zero Knowledge Shop.", "links": { @@ -6041,6 +6631,11 @@ "twitter": "https://x.com/1729entropy" }, "sunset": true, + "usecases": [ + "research-and-development" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -6053,10 +6648,12 @@ "id": "epic-cash", "name": "Epic Cash", "categories": [ - "currency" + "defi" ], "description": "Decentralized privacy-enhanced cryptocurrency developed by a growing volunteer community", - "ecosystem": "MimbleWimble", + "ecosystem": [ + "mimblewimble" + ], "links": { "web": "https://epiccash.com/", "github": "https://github.com/orgs/EpicCash/repositories", @@ -6069,6 +6666,11 @@ "team": { "anonymous": true }, + "usecases": [ + "currency" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -6084,28 +6686,31 @@ "infrastructure" ], "description": "Espresso is building a marketplace for shared sequencing, allowing rollups to auction the rights to build their blocks", - "team": [ - { - "name": "Ben Fisch", - "role": "CEO" - }, - { - "name": "Charles Lu", - "role": "COO" - }, - { - "name": "Jill Gunter", - "role": "CSO" - }, - { - "name": "Benedikt Bünz", - "role": "Chief Scientist" - }, - { - "name": "Binyi Chen", - "role": "Chief Cryptographer" - } - ], + "team": { + "anonymous": false, + "teammembers": [ + { + "name": "Ben Fisch", + "role": "CEO" + }, + { + "name": "Charles Lu", + "role": "COO" + }, + { + "name": "Jill Gunter", + "role": "CSO" + }, + { + "name": "Benedikt Bünz", + "role": "Chief Scientist" + }, + { + "name": "Binyi Chen", + "role": "Chief Cryptographer" + } + ] + }, "links": { "web": "https://www.espressosys.com", "github": "https://github.com/EspressoSystems/", @@ -6114,10 +6719,15 @@ }, "project_status": { "live_status": true, - "version": false, + "version": "", "testnet": true, "mainnet": false }, + "usecases": [ + "infrastructure" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -6131,12 +6741,19 @@ "name": "ETH Privacy", "description": "ETH #Privacy is the hackathon around privacy, organized by the Leading Privacy Alliance of web3.", "categories": [ - "events" + "social-and-communications" + ], + "ecosystem": [ + "ethereum" ], - "ecosystem": "Ethereum", "links": { "web": "https://www.leadingprivacy.com/istanbul" }, + "usecases": [ + "events" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.svg", @@ -6150,15 +6767,22 @@ "name": "ETHBerlin", "description": "a hackathon, a cultural festival, an educational event, a platform for hacktivism, and a community initiative to push the decentralized ecosystem forward.", "categories": [ - "events" + "social-and-communications" + ], + "ecosystem": [ + "ethereum" ], - "ecosystem": "Ethereum", "links": { "web": "https://ethberlin.ooo/contributors/", "github": "https://github.com/ethb3rlin/4", "blog": "https://blog.dod.ngo/", "twitter": "https://x.com/ETHBerlin" }, + "usecases": [ + "events" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -6172,13 +6796,20 @@ "name": "ETHBrno", "description": "An annual independent & open community hackathon for supporters of decentralised finance, smart contracts and Web3 happening in Brno, Czech Republic. 13 projects", "categories": [ - "events" + "social-and-communications" + ], + "ecosystem": [ + "ethereum" ], - "ecosystem": "Ethereum", "links": { "web": "https://ethbrno.cz/", "twitter": "https://twitter.com/ETHBrno" }, + "usecases": [ + "events" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -6192,15 +6823,22 @@ "name": "ETHDam", "description": "Ethereum-focused privacy & DeFi hackathon. ", "categories": [ - "events" + "social-and-communications" + ], + "ecosystem": [ + "ethereum" ], - "ecosystem": "Ethereum", "links": { "web": "https://www.ethdam.com/hackathon", "twitter": "https://twitter.com/CryptoCanal", "discord": "https://discord.com/invite/XJVjpCqQBz", "telegram": "https://t.me/CryptoCanalCommunity" }, + "usecases": [ + "events" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -6213,7 +6851,7 @@ "id": "ethereum-portal-network", "name": "Ethereum Portal Network", "categories": [ - "rpc" + "infrastructure" ], "description": "Decentralized P2P overlay network on top of Ethereum devp2p for serving RPC requests", "team": { @@ -6248,6 +6886,11 @@ "twitter": "https://x.com/ethportalnet", "discord": "https://discord.com/invite/rHruRsbgeY" }, + "usecases": [ + "rpc-provider" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -6260,10 +6903,12 @@ "id": "ethernity-cloud", "name": "Ethernity cloud", "categories": [ - "computing-network" + "infrastructure" ], "description": "The Web3 decentralized confidential computing ecosystem", - "ecosystem": "Polygon", + "ecosystem": [ + "polygon" + ], "links": { "web": "https://ethernity.cloud/", "docs": "https://docs.ethernity.cloud/", @@ -6298,14 +6943,20 @@ }, "blockchain_features": { "p2p": false, - "encryption": "ECC" + "encryption": "ECC", + "opensource": true }, - "traceability": { + "tracebility": { "kyc": false }, "storage": { "decentralized": true }, + "usecases": [ + "computing" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -6318,14 +6969,21 @@ "id": "ethrome", "name": "ETHRome", "categories": [ - "events" + "social-and-communications" + ], + "ecosystem": [ + "ethereum" ], - "ecosystem": "Ethereum", "links": { "web": "https://ethrome.org/", "twitter": "https://x.com/ETHRome", "discord": "https://discord.com/invite/tr8KMmC2aF" }, + "usecases": [ + "events" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -6340,18 +6998,27 @@ "categories": [ "defi" ], - "ecosystem": "Eva", + "ecosystem": [ + "eva" + ], "description": "A financial protocol platform that combines Layer0 network infrastructure with a private computing framework.", "links": { "web": "https://evanesco.org/", "github": "https://github.com/Evanesco-Labs" }, "project_status": { - "live_status": true + "live_status": true, + "mainnet": true, + "testnet": false }, "team": { "anonymous": true }, + "usecases": [ + "defi" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -6364,14 +7031,16 @@ "id": "evolution", "name": "Evolution", "categories": [ - "currency" + "defi" ], "description": "A new level of your freedom. Anonymously. Secure.", - "ecosystem": "Evolution", + "ecosystem": [ + "evolution" + ], "project_status": { - "live status": true, + "live_status": true, "version": "Mainnet", - "testnet": true, + "testnet": false, "mainnet": true }, "links": { @@ -6387,6 +7056,11 @@ "team": { "anonymous": true }, + "usecases": [ + "currency" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -6399,12 +7073,17 @@ "id": "fade-wtf", "name": "Fade WTF", "categories": [ - "nft" + "applications" ], "description": "Privacy for NFTs powered by Light Protocol.", "links": { "web": "http://mint.fade.wtf" - } + }, + "usecases": [ + "nft-community" + ], + "have_token": false, + "third_party_dependency": false }, { "id": "fairy", @@ -6412,6 +7091,11 @@ "categories": [ "defi" ], + "usecases": [ + "defi" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -6424,10 +7108,12 @@ "id": "fedi", "name": "Fedi", "categories": [ - "wallets" + "applications" ], "description": "Billions of people are unable to hold bitcoin on or off exchanges", - "ecosystem": "Bitcoin", + "ecosystem": [ + "bitcoin" + ], "links": { "web": "https://www.fedi.xyz/", "github": "https://github.com/fedibtc", @@ -6440,10 +7126,14 @@ }, "project_status": { "live_status": true, - "version": null, "testnet": false, "mainnet": false }, + "usecases": [ + "wallets" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -6471,10 +7161,15 @@ }, "project_status": { "live_status": false, - "version": false, + "version": "", "testnet": false, "mainnet": false }, + "usecases": [ + "infrastructure" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -6487,7 +7182,7 @@ "id": "fileverse", "name": "Fileverse", "categories": [ - "storage" + "applications" ], "description": "On-chain people and communities deserve on-chain tools for private communication and collaboration", "team": { @@ -6504,6 +7199,11 @@ "testnet": false, "mainnet": true }, + "usecases": [ + "storage" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -6516,21 +7216,28 @@ "id": "findora-cr", "name": "Findora CR", "categories": [ - "did" + "applications" ], "description": "Enabling ZK Identity Management & CRedentials for Web3", - "ecosystem": "multichain", + "ecosystem": [ + "multichain" + ], "links": { "web": "https://findora.org/findora-cr/", "github": "https://github.com/findoranetwork" }, "team": { + "anonymous": false, "company": { "link": "https://findora.org/team/" } }, - "have_token": true, + "have_token": false, "token_link": "https://coinmarketcap.com/it/currencies/findora/", + "usecases": [ + "did" + ], + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -6543,7 +7250,7 @@ "id": "findora-platform", "name": "Findora", "categories": [ - "computing-network" + "infrastructure" ], "description": "a decentralized, privacy-preserving smart contract platform.", "project_status": { @@ -6556,19 +7263,25 @@ "web": "https://findora.org", "github": "https://github.com/findoranetwork" }, - "have_token": true, + "have_token": false, "tokens": [ { "symbol": "FRA" } ], - "ecosystem": "multichain", + "ecosystem": [ + "multichain" + ], "team": { "anonymous": false, "company": { "link": "https://findora.org/team/" } }, + "usecases": [ + "computing" + ], + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -6593,7 +7306,7 @@ "facebook": "https://www.facebook.com/findoraOfficial/", "telegram": "https://t.me/findoraen" }, - "have_token": true, + "have_token": false, "tokens": [ { "symbol": "FRA" @@ -6601,10 +7314,14 @@ ], "project_status": { "live_status": false, - "version": false, + "version": "", "testnet": false, "mainnet": false }, + "usecases": [ + "infrastructure" + ], + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -6619,7 +7336,9 @@ "categories": [ "defi" ], - "ecosystem": "Ethereum", + "ecosystem": [ + "ethereum" + ], "description": "Firn is the first-ever zero-knowledge privacy platform in the account-based model, and introduces pluggable, flexible privacy to Ethereum-based chains.", "tokens": [ { @@ -6650,10 +7369,6 @@ "blockchain_features": { "p2p": false, "encryption": "ZK", - "upgradability": { - "enabled": true, - "type": "multisig" - }, "opensource": true, "viewing_key": false, "dissapearing_tx": true, @@ -6675,7 +7390,7 @@ "storage": { "decentralized": true }, - "traceability": { + "tracebility": { "tracked_dat": "non", "kyc": false, "sign_in_type_requirments": "wallet" @@ -6689,13 +7404,15 @@ "time": "Aug, 7. 2023" } ], - "history": { - "title": "Github", - "event_type": "launch", - "description": "AGithub start", - "time": "Nov 6, 2021", - "link": "https://github.com/firnprotocol" - }, + "history": [ + { + "title": "Github", + "event_type": "launch", + "description": "AGithub start", + "time": "Nov 6, 2021", + "link": "https://github.com/firnprotocol" + } + ], "client_diversability": [ { "name": "Metamask", @@ -6716,6 +7433,10 @@ "testnet": false, "mainnet": true }, + "usecases": [ + "defi" + ], + "have_token": false, "logos": [ { "file": "logo.png", @@ -6728,10 +7449,12 @@ "id": "firo", "name": "Firo", "categories": [ - "currency" + "defi" ], "description": "A privacy-preserving cryptocurrency and ecosystem", - "ecosystem": "Firo", + "ecosystem": [ + "firo" + ], "links": { "web": "https://firo.org", "github": "https://github.com/firoorg/firo", @@ -6746,6 +7469,11 @@ "team": { "anonymous": false }, + "usecases": [ + "currency" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -6758,7 +7486,7 @@ "id": "flock-io", "name": "FLock.io", "categories": [ - "dapps" + "applications" ], "description": "A native Web3 Data Privacy solution for Artificial Intelligence.", "links": { @@ -6770,6 +7498,11 @@ "discord": "https://discord.com/invite/fz5EqH7rhn", "telegram": "https://t.me/flock_io_community" }, + "usecases": [ + "dapps" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.jpg", @@ -6785,7 +7518,9 @@ "hardware" ], "description": "The new standard for Bitcoin self custody. Introducing Passport hardware wallet and Envoy mobile app", - "ecosystem": "Bitcoin", + "ecosystem": [ + "bitcoin" + ], "links": { "web": "https://foundationdevices.com", "github": "https://github.com/Foundation-Devices", @@ -6800,6 +7535,11 @@ "link": "https://foundationdevices.com/about/" } }, + "usecases": [ + "hardware" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -6812,7 +7552,7 @@ "id": "fractal-id", "name": "Fractal ID", "categories": [ - "did" + "applications" ], "description": "We help web3 platforms and ecosystems ensure data and regulatory compliance by enabling selective disclosure of verified user data to KYC/AML status", "links": { @@ -6823,7 +7563,11 @@ "twitter": "https://x.com/Fractal_ID", "telegram": "https://t.me/Fractal_ID_Support_bot" }, - "have_token": true, + "have_token": false, + "usecases": [ + "did" + ], + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -6836,9 +7580,11 @@ "id": "frame", "name": "Frame", "categories": [ - "wallets" + "applications" + ], + "ecosystem": [ + "ethereum" ], - "ecosystem": "Ethereum", "description": "A privacy focused Ethereum wallet that runs natively on macOS, Windows and Linux.", "links": { "web": "https://frame.sh/", @@ -6857,6 +7603,11 @@ "testnet": false, "mainnet": false }, + "usecases": [ + "wallets" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -6869,12 +7620,17 @@ "id": "freechat", "name": "FreeChat", "categories": [ - "dapps" + "applications" ], "description": "Web3 Social", "links": { "web": "https://twitter.com/Freeture_Chat" }, + "usecases": [ + "dapps" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.jpg", @@ -6887,7 +7643,7 @@ "id": "fulldive", "name": "Fulldive", "categories": [ - "browser" + "applications" ], "description": "Web3 browser that respects your privacy", "links": { @@ -6896,6 +7652,11 @@ "discord": "https://discord.com/invite/3f79ygxZ3y", "facebook": "https://www.facebook.com/fulldiveco" }, + "usecases": [ + "browser" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -6908,7 +7669,7 @@ "id": "fyeo-identity", "name": "FYEO Identity", "categories": [ - "dapps" + "applications" ], "description": "Decentralized password management. Real-time identity monitoring.", "links": { @@ -6918,6 +7679,11 @@ "discord": "https://discord.com/invite/tBcAkFPb5r", "telegram": "https://t.me/fyeo_security" }, + "usecases": [ + "dapps" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.jpg", @@ -6930,7 +7696,7 @@ "id": "geniish", "name": "geniish", "categories": [ - "nft" + "applications" ], "description": "Confidential NFTs for exclusive experiences.", "links": { @@ -6941,6 +7707,10 @@ }, "have_token": false, "sunset": false, + "usecases": [ + "nft-community" + ], + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -6953,10 +7723,12 @@ "id": "ghost", "name": "Ghost", "categories": [ - "currency" + "defi" ], "description": "Proof of Stake privacy coin to help make you nothing but a ghost when transacting online", - "ecosystem": "Ghost", + "ecosystem": [ + "ghost" + ], "project_status": { "live_status": true, "version": "Mainnet", @@ -6976,6 +7748,11 @@ "team": { "anonymous": true }, + "usecases": [ + "currency" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -7000,13 +7777,17 @@ "docs": "https://docs.gotabit.io/", "twitter": "https://twitter.com/GotaBitG" }, - "have_token": true, + "have_token": false, "project_status": { "live_status": true, "version": "Testnet", "testnet": true, "mainnet": false }, + "usecases": [ + "infrastructure" + ], + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -7019,7 +7800,7 @@ "id": "graphene-os", "name": "Graphene OS", "categories": [ - "os" + "applications" ], "description": "The private and secure mobile operating system with Android app compatibility", "team": { @@ -7036,10 +7817,15 @@ }, "project_status": { "live_status": true, - "version": 2024051500, + "version": "2024051500", "testnet": false, "mainnet": true }, + "usecases": [ + "operation-systems" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -7052,10 +7838,12 @@ "id": "grin", "name": "GRin", "categories": [ - "currency" + "defi" ], "description": "Electronic transactions for all. Without censorship or restrictions", - "ecosystem": "Mimblewimble", + "ecosystem": [ + "mimblewimble" + ], "links": { "web": "https://grin.mw", "github": "https://github.com/mimblewimble/grin", @@ -7070,6 +7858,11 @@ "team": { "anonymous": true }, + "usecases": [ + "currency" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -7083,13 +7876,18 @@ "name": "Hackers Congress Paralelní Polis", "description": "the flagship event of Paralelní Polis, which since 2014 has been regularly attended by over 500 fans and IT experts from all over the world.", "categories": [ - "events" + "social-and-communications" ], "links": { "web": "https://last-shot.hcpp.cz/", "twitter": "https://twitter.com/institutecrypto", "telegram": "https://t.me/HCCP20" }, + "usecases": [ + "events" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -7113,13 +7911,17 @@ "blog": "https://medium.com/hananetwork", "twitter": "https://twitter.com/HanaNetwork" }, - "have_token": true, + "have_token": false, "project_status": { "live_status": false, - "version": false, + "version": "", "testnet": false, "mainnet": false }, + "usecases": [ + "infrastructure" + ], + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -7132,7 +7934,7 @@ "id": "hashbon-pass", "name": "Hashbon Pass", "categories": [ - "kyc" + "applications" ], "description": "Tokenized All Web3 Pass to KYC while being anonymous.", "team": { @@ -7145,6 +7947,11 @@ "twitter": "https://twitter.com/hashbon", "telegram": "https://t.me/hashbon_chat" }, + "usecases": [ + "kyc-solution" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -7157,7 +7964,7 @@ "id": "hashcloak", "name": "HashCloak", "categories": [ - "rd" + "infrastructure" ], "description": "An independent research lab focused on helping organizations and blockchain communities integrate a privacy-first approach into their processes", "team": { @@ -7178,6 +7985,11 @@ "github": "https://github.com/hashcloak", "twitter": "https://x.com/hashcloak" }, + "usecases": [ + "research-and-development" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -7204,19 +8016,28 @@ "blog": "https://havenprotocol.org/category/blog/", "twitter": "https://twitter.com/HavenXHV" }, - "have_token": true, + "have_token": false, "tokens": [ { "symbol": "XHV" } ], - "audits": "no audit reports attached - https://github.com/haven-protocol-org/security-audits/", + "audits": [ + { + "name": "no audit reports attached", + "link": "https://github.com/haven-protocol-org/security-audits/" + } + ], "project_status": { "live_status": true, "version": "Mainnet", "testnet": false, "mainnet": true }, + "usecases": [ + "infrastructure" + ], + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -7229,13 +8050,18 @@ "id": "heyanon", "name": "HeyAnon", "categories": [ - "dao" + "applications" ], "description": "Allows noun-holders to give feedback on proposals while maintaining their privacy using zero-knowledge proofs", "links": { "web": "https://www.heyanoun.xyz", "twitter": "https://x.com/HeyAnoun" }, + "usecases": [ + "dao" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -7248,7 +8074,7 @@ "id": "hideyour-cash", "name": "HideYour.cash", "categories": [ - "mixing-service" + "applications" ], "description": "HideYour.cash is a private transactions protocol (mixer) designed for well-intended users on NEAR Protocol", "links": { @@ -7256,6 +8082,11 @@ "docs": "https://docs.tickets.opact.io/tutorial" }, "sunset": true, + "usecases": [ + "mixing-service" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -7275,6 +8106,11 @@ "web": "https://highline.dev", "github": "https://highline.dev/docs/" }, + "usecases": [ + "infrastructure" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -7289,6 +8125,11 @@ "categories": [ "defi" ], + "usecases": [ + "defi" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -7301,14 +8142,18 @@ "id": "holonym-id", "name": "Holonym", "categories": [ - "did" + "applications" ], "description": "Your ZK Passport for Web3. A holistic identity that lets you prove facts about yourself without revealing who you are", "links": { "web": "https://www.holonym.id", "github": "https://github.com/holonym-foundation" }, - "have_token": true, + "have_token": false, + "usecases": [ + "did" + ], + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -7321,7 +8166,7 @@ "id": "holonym", "name": "Holonym", "categories": [ - "kyc" + "applications" ], "description": "ZK-identity protocol for anonymous KYC, sybil resistance, and compliance.", "team": { @@ -7334,7 +8179,11 @@ "blog": "https://medium.com/holonym", "twitter": "https://x.com/0xHolonym" }, - "have_token": true, + "have_token": false, + "usecases": [ + "kyc-solution" + ], + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -7350,22 +8199,25 @@ "infrastructure" ], "description": "The HOPR network is a decentralized incentivized mixnet, ensuring complete data and metadata privacy for everyone who uses it. Data is sent via multiple hops, so no-one but the sender and receiver know the origin, destination, or content of a data transfer.", - "team": [ - { - "name": "Dr. Sebastian Bürgel", - "role": "President" - }, - { - "name": "Rik Krieger", - "role": "Co-Founder" - } - ], + "team": { + "anonymous": false, + "teammembers": [ + { + "name": "Dr. Sebastian Bürgel", + "role": "President" + }, + { + "name": "Rik Krieger", + "role": "Co-Founder" + } + ] + }, "links": { "web": "https://hoprnet.org/protocol", "github": "https://github.com/hoprnet", "docs": "https://docs.hoprnet.org/" }, - "have_token": true, + "have_token": false, "tokens": [ { "symbol": "HOPR" @@ -7377,6 +8229,10 @@ "testnet": false, "mainnet": true }, + "usecases": [ + "infrastructure" + ], + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -7391,6 +8247,11 @@ "categories": [ "defi" ], + "usecases": [ + "defi" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -7403,7 +8264,7 @@ "id": "hush", "name": "Hush", "categories": [ - "currency" + "defi" ], "description": "Private cryptocurrency using zero knowledge mathematics", "links": { @@ -7418,6 +8279,11 @@ "team": { "anonymous": false }, + "usecases": [ + "currency" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -7430,7 +8296,7 @@ "id": "hushchat", "name": "HushChat", "categories": [ - "messaging" + "applications" ], "description": "HushChat is a protocol which is a particular use case of HushList protocol and which sits on top of Hush Protocol, an improved Zcash Protocol", "team": { @@ -7449,6 +8315,11 @@ "testnet": false, "mainnet": true }, + "usecases": [ + "messaging" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -7461,7 +8332,7 @@ "id": "hypermine", "name": "Hypermine", "categories": [ - "rd" + "infrastructure" ], "description": "Smart tools and protocols for Identity, Privacy & Security, with our roots in Distributed Systems, Machine Learning & Cryptography", "team": { @@ -7488,6 +8359,11 @@ "web": "https://hypermine.co", "blog": "https://hypermine.co/blog" }, + "usecases": [ + "research-and-development" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -7500,7 +8376,7 @@ "id": "hypersign", "name": "Hypersign", "categories": [ - "did" + "applications" ], "description": "the ultimate stack for identity management", "links": { @@ -7513,7 +8389,11 @@ "discord": "https://discord.com/invite/MMnhBYjF4N", "telegram": "https://t.me/hypersignchain" }, - "have_token": true, + "have_token": false, + "usecases": [ + "did" + ], + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -7523,10 +8403,69 @@ ] }, { - "id": "iExec", + "id": "icebreaker", + "name": "Icebreaker", + "categories": [ + "applications" + ], + "description": "zero knowledge x self-sovereign identity", + "links": { + "web": "https://www.icebreaker.xyz", + "docs": "https://icebreakerlabs.notion.site/Icebreaker-Wiki-a2dac9feaf9740d095b58263290ead71", + "blog": "https://mirror.xyz/icebreakerlabs.eth", + "twitter": "https://x.com/icebreaker_xyz", + "telegram": "https://t.me/+Mgo-ltakTs80MDkx", + "farcaster": "https://farcaster/icebreaker" + }, + "have_token": false, + "usecases": [ + "did" + ], + "third_party_dependency": false, + "logos": [ + { + "file": "logo.png", + "ext": "png", + "url": "https://explorer-data.web3privacy.info/assets/projects/icebreaker/logo.png" + } + ] + }, + { + "id": "iden3", + "name": "Iden3", + "categories": [ + "applications" + ], + "description": "The open-source protocol at the basis of Polygon ID. The protocol defines on a low-level how the parties listed above communicate and interact with each.", + "ecosystem": [ + "ethereum" + ], + "links": { + "web": "https://iden3.io", + "github": "https://github.com/iden3", + "docs": "https://docs.iden3.io/", + "blog": "https://blog.iden3.io/", + "twitter": "https://x.com/identhree", + "telegram": "https://t.me/iden3io" + }, + "have_token": false, + "usecases": [ + "did" + ], + "third_party_dependency": false, + "logos": [ + { + "file": "logo.png", + "ext": "png", + "url": "https://explorer-data.web3privacy.info/assets/projects/iden3/logo.png" + } + ] + }, + { + "id": "ixec", "name": "iExec", "categories": [ - "AI" + "applications" ], "description": "Build, Own, and Monetize in Web3. Privacy & Choice for users", "team": { @@ -7543,7 +8482,7 @@ "facebook": "https://www.facebook.com/iexecteam", "telegram": "https://discord.com/invite/pbt9m98wnU" }, - "have_token": true, + "have_token": false, "token_link": "https://etherscan.io/token/0x607F4C5BB672230e8672085532f7e901544a7375", "tokens": [ { @@ -7554,90 +8493,15 @@ } ], "sunset": false, - "logos": [ - { - "file": "logo.png", - "ext": "png", - "url": "https://explorer-data.web3privacy.info/assets/projects/iExec/logo.png" - } - ] - }, - { - "id": "icebreaker", - "name": "Icebreaker", - "categories": [ - "did" - ], - "description": "zero knowledge x self-sovereign identity", - "links": { - "web": "https://www.icebreaker.xyz", - "docs": "https://icebreakerlabs.notion.site/Icebreaker-Wiki-a2dac9feaf9740d095b58263290ead71", - "blog": "https://mirror.xyz/icebreakerlabs.eth", - "twitter": "https://x.com/icebreaker_xyz", - "telegram": "https://t.me/+Mgo-ltakTs80MDkx", - "farcaster": "@icebreaker" - }, - "have_token": true, - "logos": [ - { - "file": "logo.png", - "ext": "png", - "url": "https://explorer-data.web3privacy.info/assets/projects/icebreaker/logo.png" - } - ] - }, - { - "id": "iden3", - "name": "Iden3", - "categories": [ - "did" - ], - "description": "The open-source protocol at the basis of Polygon ID. The protocol defines on a low-level how the parties listed above communicate and interact with each.", - "ecosystem": "Ethereum", - "links": { - "web": "https://iden3.io", - "github": "https://github.com/iden3", - "docs": "https://docs.iden3.io/", - "blog": "https://blog.iden3.io/", - "twitter": "https://x.com/identhree", - "telegram": "https://t.me/iden3io" - }, - "have_token": true, - "logos": [ - { - "file": "logo.png", - "ext": "png", - "url": "https://explorer-data.web3privacy.info/assets/projects/iden3/logo.png" - } - ] - }, - { - "id": "iexec", - "name": "iExec", - "categories": [ + "usecases": [ "infrastructure" ], - "description": "iExec aims to provide the technology for developers to build Web3 applications that allow users to store, process, and share their data while maintaining control over its usage and privacy.", - "team": { - "anonymous": true - }, - "links": { - "web": "https://iex.ec", - "github": "https://github.com/iExecBlockchainComputing", - "docs": "https://academy.iex.ec/", - "twitter": "https://twitter.com/iEx_ec" - }, - "have_token": true, - "tokens": [ - { - "symbol": "RLC" - } - ], + "third_party_dependency": false, "logos": [ { "file": "logo.png", "ext": "png", - "url": "https://explorer-data.web3privacy.info/assets/projects/iexec/logo.png" + "url": "https://explorer-data.web3privacy.info/assets/projects/ixec/logo.png" } ] }, @@ -7645,13 +8509,18 @@ "id": "imperiume", "name": "Imperiume", "categories": [ - "wallets" + "applications" ], "description": "Non-custodial wallet", "links": { "web": "https://www.imperiume.io/wallet" }, "sunset": true, + "usecases": [ + "wallets" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -7676,6 +8545,11 @@ "tor": "http://incoghostm2dytlqdiaj3lmtn7x2l5gb76jhabb6ywbqhjfzcoqq6aad.onion/", "twitter": "https://x.com/IncogNetLLC" }, + "usecases": [ + "infrastructure" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -7702,7 +8576,7 @@ "Lightpaper": "https://www.integritee.network/docs/Integritee_%20Lightpaper_2021.pdf", "twitter": "https://twitter.com/integri_t_e_e" }, - "have_token": true, + "have_token": false, "tokens": [ { "symbol": "TEER" @@ -7714,6 +8588,10 @@ "testnet": true, "mainnet": true }, + "usecases": [ + "infrastructure" + ], + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -7726,7 +8604,7 @@ "id": "interep", "name": "Interep", "categories": [ - "did" + "applications" ], "description": "Anti-sybil as a service", "links": { @@ -7736,7 +8614,11 @@ "blog": "https://mirror.xyz/privacy-scaling-explorations.eth/w7zCHj0xoxIfhoJIxI-ZeYIXwvNatP1t4w0TsqSIBe4", "education": "https://x.com/PrivacyScaling/status/1570046655998709764" }, - "have_token": true, + "have_token": false, + "usecases": [ + "did" + ], + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -7749,7 +8631,7 @@ "id": "iodeos", "name": "iodéOS", "categories": [ - "os" + "applications" ], "description": "Fork of LineageOS with a Trust interface that will help you understand the security of your device and warn incoming threats. Recently released, still in beta", "team": { @@ -7763,10 +8645,15 @@ }, "project_status": { "live_status": true, - "version": 5, + "version": "5", "testnet": false, "mainnet": true }, + "usecases": [ + "operation-systems" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -7779,12 +8666,14 @@ "id": "iron-fish", "name": "Iron Fish", "categories": [ - "currency" + "defi" ], "description": "The Privacy Platform for Web3", - "ecosystem": "Iron Fish", + "ecosystem": [ + "iron-fish" + ], "project_status": { - "live status": true, + "live_status": true, "version": "testnet", "testnet": true, "mainnet": false @@ -7802,6 +8691,11 @@ "team": { "anonymous": false }, + "usecases": [ + "currency" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -7810,21 +8704,11 @@ } ] }, - { - "id": "ixec", - "logos": [ - { - "file": "logo.png", - "ext": "png", - "url": "https://explorer-data.web3privacy.info/assets/projects/ixec/logo.png" - } - ] - }, { "id": "jami", "name": "Jami", "categories": [ - "messaging" + "applications" ], "description": "a free/libre, end-to-end encrypted, and private communication platform", "team": { @@ -7839,6 +8723,11 @@ "twitter": "https://x.com/jami_social", "facebook": "https://www.facebook.com/JamiCommunication" }, + "usecases": [ + "messaging" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -7851,7 +8740,7 @@ "id": "joinmarket", "name": "JoinMarket", "categories": [ - "mixing-service" + "applications" ], "description": "Decentralized bitcoin coinjoin for improving privacy and fungibility.", "team": { @@ -7865,6 +8754,11 @@ "twitter": "https://twitter.com/joinmarket" }, "sunset": true, + "usecases": [ + "mixing-service" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -7877,7 +8771,7 @@ "id": "juno-analytics", "name": "Juno Analytics", "categories": [ - "dapps" + "applications" ], "description": "Simple, performant, and open-source web3 analytics solution designed with privacy in mind for the developers building decentralized dapps", "links": { @@ -7889,6 +8783,11 @@ "twitter": "https://x.com/junobuild", "discord": "https://discord.com/invite/wHZ57Z2RAG" }, + "usecases": [ + "dapps" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.jpg", @@ -7901,7 +8800,7 @@ "id": "justnote", "name": "Justnote", "categories": [ - "dapps" + "applications" ], "description": "A simple, fast, privacy-focused note-taking app that you can use easily, take notes rapidly, and, importantly, truly own your account and data.", "links": { @@ -7911,8 +8810,15 @@ "twitter": "https://x.com/justnotecc" }, "project_status": { - "live_status": true - } + "live_status": true, + "mainnet": true, + "testnet": false + }, + "usecases": [ + "dapps" + ], + "have_token": false, + "third_party_dependency": false }, { "id": "keep", @@ -7925,12 +8831,16 @@ "web": "https://keep.network/info", "github": "https://github.com/keep-network/" }, - "have_token": true, + "have_token": false, "tokens": [ { "symbol": "KEEP" } ], + "usecases": [ + "infrastructure" + ], + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -7943,10 +8853,12 @@ "id": "kelvpn", "name": "KelVPN", "categories": [ - "vpn" + "applications" ], "description": "The first ever deanon-proof VPN is now available.", - "ecosystem": "multichain", + "ecosystem": [ + "multichain" + ], "links": { "web": "https://kelvpn.com", "github": "https://gitlab.demlabs.net/cellframe/cellframe-sdk", @@ -7958,7 +8870,7 @@ "team": { "anonymous": true }, - "have_token": true, + "have_token": false, "token_link": "https://coinmarketcap.com/currencies/kelvpn/", "project_status": { "live_status": true, @@ -7966,6 +8878,10 @@ "testnet": false, "mainnet": true }, + "usecases": [ + "vpn" + ], + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -7978,10 +8894,12 @@ "id": "kilt", "name": "KILT", "categories": [ - "did" + "applications" ], "description": "A blockchain identity protocol for issuing self-sovereign, verifiable credentials and decentralized identifiers", - "ecosystem": "multichain", + "ecosystem": [ + "multichain" + ], "links": { "web": "https://www.kilt.io", "github": "https://github.com/KILTprotocol", @@ -7994,12 +8912,17 @@ "telegram": "https://t.me/KILTProtocolChat" }, "team": { + "anonymous": false, "company": { "link": "https://www.kilt.io/team" } }, - "have_token": true, + "have_token": false, "token_link": "https://coinmarketcap.com/it/currencies/kiltprotocol/", + "usecases": [ + "did" + ], + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -8012,7 +8935,7 @@ "id": "krebit", "name": "Krebit", "categories": [ - "dapps" + "applications" ], "description": "Open identity verification protocol for Web3 Verifiable Credentials", "links": { @@ -8023,6 +8946,11 @@ "twitter": "https://x.com/KrebitID", "discord": "https://discord.com/invite/y7sMYVjxrd" }, + "usecases": [ + "dapps" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.jpg", @@ -8035,10 +8963,12 @@ "id": "krux", "name": "Krux", "categories": [ - "wallets" + "applications" ], "description": "Open-source signing device firmware for Bitcoin", - "ecosystem": "Bitcoin", + "ecosystem": [ + "bitcoin" + ], "links": { "web": "https://selfcustody.github.io/krux/", "github": "https://github.com/selfcustody/krux", @@ -8054,6 +8984,11 @@ "testnet": false, "mainnet": false }, + "usecases": [ + "wallets" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -8066,7 +9001,7 @@ "id": "kyc-not-me", "name": "KYC not me", "categories": [ - "kyc" + "applications" ], "description": "buy, exchange, trade and use cryptos without needing to identify themselves, and preserving the decentralized and self-governed essence of Cryptocurrencies (only BTC & XMR)", "team": { @@ -8077,6 +9012,11 @@ "github": "https://codeberg.org/pluja/kycnot.me", "twitter": "https://x.com/kycnot" }, + "usecases": [ + "kyc-solution" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -8096,6 +9036,11 @@ "web": "https://layerx.co.jp", "github": "https://github.com/LayerXcom" }, + "usecases": [ + "infrastructure" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -8108,7 +9053,7 @@ "id": "leading-privacy-alliance", "name": "Leading Privacy Alliance", "categories": [ - "alliances" + "social-and-communications" ], "description": "The purpose of the LPA of Web3 is to speak up for everyone working in the Web3 industry and make them aware of the need for privacy (by design)", "links": { @@ -8116,6 +9061,11 @@ "blog": "https://medium.com/hoprnet/hopr-co-founds-leading-privacy-alliance-of-web3-99e057722deb", "twitter": "https://twitter.com/LeadingPrivacy" }, + "usecases": [ + "alliances" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -8128,7 +9078,7 @@ "id": "legendao", "name": "Legendao", "categories": [ - "nft" + "applications" ], "description": "The play-to-mint NFT platform, powered by Secret Network, that enables top artists, brands, and NFT creators to launch their NFT projects in a unique, gamified way", "links": { @@ -8137,7 +9087,7 @@ "twitter": "https://x.com/LegendaoNFT", "discord": "https://discord.com/invite/ARgf2Qun2y" }, - "have_token": true, + "have_token": false, "tokens": [ { "name": "LegendaoToken", @@ -8146,6 +9096,10 @@ } ], "sunset": false, + "usecases": [ + "nft-community" + ], + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -8158,10 +9112,12 @@ "id": "leo-wallet", "name": "Leo wallet", "categories": [ - "wallets" + "applications" ], "description": "Safe and easy way to interact with the Aleo blockchain", - "ecosystem": "Aleo", + "ecosystem": [ + "aleo" + ], "links": { "web": "https://leo.app/", "github": "https://github.com/demox-labs", @@ -8184,6 +9140,11 @@ "testnet": false, "mainnet": false }, + "usecases": [ + "wallets" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -8207,12 +9168,16 @@ "github": "https://github.com/Lightprotocol/light-protocol", "docs": "https://docs.lightprotocol.com/" }, - "have_token": true, + "have_token": false, "tokens": [ { "symbol": "LIGHT" } ], + "usecases": [ + "infrastructure" + ], + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -8227,6 +9192,11 @@ "categories": [ "defi" ], + "usecases": [ + "defi" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -8239,12 +9209,17 @@ "id": "liquidfactory", "name": "LiquidFactory", "categories": [ - "dapps" + "applications" ], "description": "Unlocks liquidity to DeFi, GameFi & NFTs.", "links": { "web": "https://liquidfactory.io" }, + "usecases": [ + "dapps" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.jpg", @@ -8260,16 +9235,24 @@ "infrastructure" ], "description": "Builders of apps, wallets, protocols, and AI agents use the Lit network for decentralized signing, encryption, and compute.", - "team": [ - { - "name": "David Sneider", - "role": "Co-Founder" + "team": { + "anonymous": false, + "company": { + "link": "https://example-company.com" }, - { - "name": "Chris Cassano", - "role": "Co-Founder & CTO" - } - ], + "teammembers": [ + { + "name": "David Sneider", + "role": "Co-Founder", + "link": "https://www.linkedin.com/in/davidsneider" + }, + { + "name": "Chris Cassano", + "role": "Co-Founder & CTO", + "link": "https://www.linkedin.com/in/chriscassano" + } + ] + }, "links": { "web": "https://litprotocol.com", "github": "https://github.com/LIT-Protocol/", @@ -8278,7 +9261,7 @@ "blog": "https://spark.litprotocol.com/", "twitter": "https://twitter.com/litprotocol" }, - "have_token": true, + "have_token": false, "tokens": [ { "symbol": "LIT" @@ -8296,6 +9279,10 @@ "link": "https://drive.google.com/drive/folders/1Rrht88iUkzpofwl1CvP9gEjqY60BKyFn?usp=drive_link&ref=spark.litprotocol.com" } ], + "usecases": [ + "infrastructure" + ], + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -8308,10 +9295,12 @@ "id": "litecash", "name": "Litecash", "categories": [ - "currency" + "defi" ], "description": "The first fork of Beam. We removed the founders reward and are 100% community-funded", - "ecosystem": "Mimblewimble", + "ecosystem": [ + "mimblewimble" + ], "links": { "web": "https://lite-cash.com", "github": "https://github.com/Litecash-Dev", @@ -8323,6 +9312,11 @@ "team": { "anonymous": true }, + "usecases": [ + "currency" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -8335,10 +9329,12 @@ "id": "litentry", "name": "Litentry", "categories": [ - "did" + "applications" ], "description": "A decentralized identity aggregator, providing the structure and tools to empower you and your identity", - "ecosystem": "multichain", + "ecosystem": [ + "multichain" + ], "links": { "web": "https://litentry.com", "github": "https://github.com/litentry", @@ -8349,12 +9345,17 @@ "telegram": "https://t.me/litentry" }, "team": { + "anonymous": false, "company": { "link": "https://www.linkedin.com/search/results/people/?currentCompany=%5B%2240805422%22%5D&origin=COMPANY_PAGE_CANNED_SEARCH&sid=2W3" } }, - "have_token": true, + "have_token": false, "token_link": "https://coinmarketcap.com/currencies/litentry/", + "usecases": [ + "did" + ], + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -8367,7 +9368,7 @@ "id": "literully", "name": "Literully", "categories": [ - "dapps" + "applications" ], "description": "A decentralized voting platform that allows users to create and participate in voting on any topic, all without giving up their privacy or control over their data", "links": { @@ -8375,6 +9376,11 @@ "github": "https://docs.literully.com/articles/", "twitter": "https://x.com/literully" }, + "usecases": [ + "dapps" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.jpg", @@ -8400,7 +9406,11 @@ "whitepaper": "https://docs.logion.network/logion-white-paper", "twitter": "https://twitter.com/logion_network" }, - "have_token": true, + "have_token": false, + "usecases": [ + "infrastructure" + ], + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -8413,10 +9423,12 @@ "id": "lokinet", "name": "Lokinet", "categories": [ - "vpn" + "applications" ], "description": "A VPN tunnel that uses onion routing as the transport (build on Oxen blockchain)", - "ecosystem": "multichain", + "ecosystem": [ + "multichain" + ], "links": { "web": "https://lokinet.org", "github": "https://github.com/oxen-io/lokinet", @@ -8426,8 +9438,12 @@ "team": { "anonymous": true }, - "have_token": true, + "have_token": false, "token_link": "https://www.coingecko.com/en/coins/oxen", + "usecases": [ + "vpn" + ], + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -8440,9 +9456,11 @@ "id": "lunar", "name": "Lunar aka Brume Wallet", "categories": [ - "wallets" + "applications" + ], + "ecosystem": [ + "ethereum" ], - "ecosystem": "Ethereum", "links": { "web:": "https://bento.me/brume", "github:": "https://github.com/brumewallet", @@ -8464,6 +9482,11 @@ } ] }, + "usecases": [ + "wallets" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -8476,7 +9499,7 @@ "id": "lunardao", "name": "LunarDAO", "categories": [ - "dao" + "applications" ], "description": "DAO fostering R&D and investments within Lunarpunk movement", "links": { @@ -8488,6 +9511,11 @@ "twitter": "https://x.com/lunarpunksquad", "telegram": "https://t.me/LunarDAO_Official" }, + "usecases": [ + "dao" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -8500,13 +9528,18 @@ "id": "lurch1317", "name": "lurch1317", "categories": [ - "messaging" + "applications" ], "description": "The omemo variant based on vault1317, which is an off-chain secure communication protocol with deniability under federated XMPP network with", "links": { "web": "https://github.com/hardenedvault/lurch/blob/lurch1317/README-lurch1317.md", "github": "https://github.com/hardenedvault/lurch/blob/lurch1317/README-lurch1317.md" }, + "usecases": [ + "messaging" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -8545,6 +9578,11 @@ "time": "Feb., 2024" } ], + "usecases": [ + "infrastructure" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -8569,7 +9607,7 @@ "docs": "https://docs.manta.network/", "twitter": "https://twitter.com/mantanetwork" }, - "have_token": true, + "have_token": false, "tokens": [ { "symbol": "MANTA" @@ -8581,6 +9619,10 @@ "testnet": false, "mainnet": true }, + "usecases": [ + "infrastructure" + ], + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -8595,7 +9637,9 @@ "categories": [ "defi" ], - "ecosystem": "Polkadot", + "ecosystem": [ + "polkadot" + ], "description": "MantaPay is coming to Calamari as the first privacy payment solution in the Kusama ecosystem.", "technology": { "type": "zk", @@ -8610,11 +9654,17 @@ }, "project_status": { "live_status": false, - "testnet": true + "testnet": true, + "mainnet": false }, "team": { "anonymous": true }, + "usecases": [ + "defi" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -8627,10 +9677,12 @@ "id": "marlin", "name": "Marlin", "categories": [ - "computing-network" + "infrastructure" ], "description": "Serverless backends for Web3 - Access and process data verifiably using ZKPs and TEEs", - "ecosystem": "Ethereum", + "ecosystem": [ + "ethereum" + ], "project_status": { "live_status": true, "version": "Mainnet", @@ -8658,9 +9710,10 @@ ] }, "blockchain_features": { - "p2p": false + "p2p": false, + "opensource": true }, - "traceability": { + "tracebility": { "kyc": false, "sign_in_type_requirments": "wallet" }, @@ -8668,6 +9721,11 @@ "storage": { "decentralized": true }, + "usecases": [ + "computing" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -8680,7 +9738,7 @@ "id": "mask", "name": "Mask", "categories": [ - "dapps" + "applications" ], "description": "brings privacy and benefits from Web3 to social media like Facebook & Twitter - with an open-sourced browser extension", "links": { @@ -8693,6 +9751,11 @@ "facebook": "https://www.facebook.com/masknetwork", "telegram": "https://t.me/maskbook_group#telegram" }, + "usecases": [ + "dapps" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.jpg", @@ -8706,8 +9769,7 @@ "name": "MASQ", "categories": [ "infrastructure", - "VPN", - "Browser" + "applications" ], "logos": [ { @@ -8717,28 +9779,12 @@ } ], "ecosystem": [ - "Ethereum", - "Polygon" + "ethereum", + "polygon" ], "project_type": "Decentralized privacy network protocol", "description": "a web3-native browser, dMeshVPN, dApp Store, protocol, and earning ecosystem that makes living in Web3 anonymous and private", "product_launch_day": "2019-10-20", - "token": [ - { - "name": "MASQ", - "symbol": "MASQ", - "network": "Ethereum", - "contract_address": "0x06F3C323f0238c72BF35011071f2b5B7F43A054c", - "link": "https://etherscan.io/token/0x06F3C323f0238c72BF35011071f2b5B7F43A054c" - }, - { - "name": "MASQ", - "symbol": "MASQ", - "network": "Polygon", - "contract_address": "0xee9a352f6aac4af1a5b9f467f6a93e0ffbe9dd35", - "link": "https://polygonscan.com/token/0xee9a352f6aac4af1a5b9f467f6a93e0ffbe9dd35" - } - ], "team": { "anonymous": true }, @@ -8766,10 +9812,7 @@ "blockchain_features": { "opensource": true, "p2p": true, - "asset_custody_type": "Non-custodial", - "upgradability": { - "enabled": false - } + "asset_custody_type": "Non-custodial" }, "project_status": { "version": "v0.9", @@ -8787,22 +9830,25 @@ "storage": { "decentralized": true }, - "tracebility": { - "tracked_data": "Chains activity", - "kyc": false, - "sign_in_type_requirments": "wallet" - }, "third_party_dependency": false, - "social_trust": "Team Multisigs & Dune analytics" + "social_trust": "Team Multisigs & Dune analytics", + "usecases": [ + "infrastructure", + "vpn", + "browser" + ], + "have_token": false }, { "id": "mbuddy", "name": "MBuddy", "categories": [ - "did" + "applications" ], "description": "Web 3.0+ identity infrastructure", - "ecosystem": "multichain", + "ecosystem": [ + "multichain" + ], "links": { "web": "https://metamirror.space/", "docs": "https://docs.metamirror.space/mbuddy/introduction/overview", @@ -8812,7 +9858,11 @@ "discord": "https://discord.com/invite/jFxBtJCMAJ", "telegram": "https://t.me/MetaMirror" }, - "have_token": true, + "have_token": false, + "usecases": [ + "did" + ], + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -8825,10 +9875,12 @@ "id": "meile", "name": "MEILE", "categories": [ - "vpn" + "applications" ], "description": "A decentralized VPN Client utilizing the Sentinel Blockchain", - "ecosystem": "multichain", + "ecosystem": [ + "multichain" + ], "links": { "web": "https://mathnodes.com/", "github": "https://github.com/MathNodes", @@ -8838,7 +9890,7 @@ "team": { "anonymous": true }, - "have_token": true, + "have_token": false, "token_link": "https://coinmarketcap.com/currencies/sentinel/", "project_status": { "live_status": true, @@ -8846,6 +9898,10 @@ "testnet": false, "mainnet": true }, + "usecases": [ + "vpn" + ], + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -8858,35 +9914,42 @@ "id": "mejhool", "name": "Mejhool", "categories": [ - "messaging" + "social-and-communications" ], "description": "A decentralized web and mobile app with peer-to-peer text messaging, decentralized file transfer, and voice-over-IP service", - "team": [ - { - "name": "Dr. Mohamed Al Arab", - "role": "Founder - CEO" - }, - { - "name": "Yusuf Haji", - "role": "Founder" - }, - { - "name": "Fahad Faqeeh", - "role": "Founder" - } - ], + "team": { + "anonymous": false, + "teammembers": [ + { + "name": "Dr. Mohamed Al Arab", + "role": "Founder - CEO" + }, + { + "name": "Yusuf Haji", + "role": "Founder" + }, + { + "name": "Fahad Faqeeh", + "role": "Founder" + } + ] + }, "links": { "web": "https://hzmcoin.com/mejhool/", "whitepaper": "https://hzmcoin.com/wp-content/uploads/whitepaper.pdf", "blog": "https://hzmcoin.com/blog/", "twitter": "https://x.com/Mejhool_app" }, - "have_token": true, + "have_token": false, "tokens": [ { "symbol": "HZM" } ], + "usecases": [ + "messaging" + ], + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -8902,12 +9965,15 @@ "infrastructure" ], "description": "A clean-slate L1 for a decentralized, secure, and private internet beyond blockchains - a vibrant ecosystem of full-stack decentralized apps freed from the current on-chain smart contract model, yet still ultimately secured by blockchain consensus", - "team": [ - { - "name": "Eric Tung", - "role": "Founder CEO & CTO" - } - ], + "team": { + "anonymous": false, + "teammembers": [ + { + "name": "Eric Tung", + "role": "Founder CEO & CTO" + } + ] + }, "links": { "web": "https://melproject.org/en/", "github": "https://github.com/mel-project", @@ -8916,7 +9982,11 @@ "yellow-paper": "https://docs.themelio.org/specifications/yellow/", "Twitter": "https://twitter.com/melproject_org" }, - "have_token": true, + "have_token": false, + "usecases": [ + "infrastructure" + ], + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -8942,7 +10012,7 @@ "docs": "https://docs.minaprotocol.com/", "twitter": "https://twitter.com/minaprotocol" }, - "have_token": true, + "have_token": false, "tokens": [ { "symbol": "MINA" @@ -8954,6 +10024,10 @@ "testnet": true, "mainnet": true }, + "usecases": [ + "infrastructure" + ], + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -8966,13 +10040,18 @@ "id": "minado", "name": "Minado", "categories": [ - "mixing-service" + "applications" ], "description": "Zk Privacy Solution on Mina Protocol.", "product_readiness": "sunset", "links": { "web": "https://github.com/Nicolascoding27/Zkapp-mina-ui" }, + "usecases": [ + "mixing-service" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -8997,13 +10076,17 @@ "docs": "https://mind-network.gitbook.io/mindnetwork", "Twitter": "https://twitter.com/mindnetwork_xyz" }, - "have_token": true, + "have_token": false, "project_status": { "live_status": true, "version": "Testnet", "testnet": true, "mainnet": false }, + "usecases": [ + "infrastructure" + ], + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -9016,7 +10099,7 @@ "id": "mix-btc", "name": "Mix BTC", "categories": [ - "mixing-service" + "applications" ], "description": "Bitcoin mixer.", "team": { @@ -9032,6 +10115,11 @@ "testnet": false, "mainnet": false }, + "usecases": [ + "mixing-service" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -9044,10 +10132,12 @@ "id": "mobilecoin", "name": "MobileCoin", "categories": [ - "currency" + "defi" ], "description": "MobileCoin makes global payments inexpensive, secure and fast", - "ecosystem": "mobilecoin", + "ecosystem": [ + "mobilecoin" + ], "links": { "web": "https://mobilecoin.com", "github": "https://github.com/mobilecoinofficial", @@ -9058,6 +10148,11 @@ "team": { "anonymous": false }, + "usecases": [ + "currency" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -9070,13 +10165,18 @@ "id": "monero-pocketnode", "name": "Monero PocketNode", "categories": [ - "node" + "infrastructure" ], "description": "A Monero node for your Android Device.", "links": { "web": "https://github.com/CryptoGrampy/xmr-pocket-node" }, "sunset": true, + "usecases": [ + "node" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -9089,10 +10189,12 @@ "id": "monero", "name": "Monero", "categories": [ - "currency" + "defi" ], "description": "Private, decentralized cryptocurrency that keeps your finances confidential and secure", - "ecosystem": "Monero", + "ecosystem": [ + "monero" + ], "project_status": { "live_status": true, "version": "Mainnet", @@ -9110,6 +10212,11 @@ "team": { "anonymous": true }, + "usecases": [ + "currency" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -9122,7 +10229,7 @@ "id": "monerujo", "name": "Monerujo", "categories": [ - "wallets" + "applications" ], "description": "Android wallet for Moneto", "links": { @@ -9139,10 +10246,17 @@ }, "team": { "anonymous": false, - "teammembers": { - "link": "https://www.monerujo.io/team.html" - } + "teammembers": [ + { + "link": "https://www.monerujo.io/team.html" + } + ] }, + "usecases": [ + "wallets" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -9158,7 +10272,9 @@ "hardware" ], "description": "#dVPN hardware (node + SM card)", - "ecosystem": "Solana", + "ecosystem": [ + "solana" + ], "links": { "web": "https://store.motherbored.limited", "github": "https://github.com/boringprotocol/motherbored" @@ -9166,6 +10282,11 @@ "team": { "anonymous": true }, + "usecases": [ + "hardware" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -9178,7 +10299,7 @@ "id": "mullvad-browser", "name": "Mullvad Browser", "categories": [ - "browser" + "applications" ], "description": "The Mullvad Browser is a privacy-focused web browser developed in a collaboration between Mullvad VPN and the Tor Project", "links": { @@ -9187,6 +10308,11 @@ "blog": "https://mullvad.net/it/blog", "twitter": "https://x.com/mullvadnet" }, + "usecases": [ + "browser" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -9199,10 +10325,12 @@ "id": "mullvad-vpn", "name": "Mullvad VPN", "categories": [ - "vpn" + "applications" ], "description": "One of the most privacy-focused VPN providers (check their Privacy Policy and history)", - "ecosystem": "no chain", + "ecosystem": [ + "no-chain" + ], "links": { "web": "https://mullvad.net/", "github": "https://github.com/mullvad", @@ -9217,10 +10345,15 @@ }, "project_status": { "live_status": true, - "version": 2024.3, + "version": "2024.3", "testnet": false, "mainnet": false }, + "usecases": [ + "vpn" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -9233,10 +10366,12 @@ "id": "mymonero", "name": "MyMonero", "categories": [ - "wallets" + "applications" ], "description": "The simplest way to use the next-generation private digital currency Monero, at the sweet spot between security, convenience, and features", - "ecosystem": "Monero", + "ecosystem": [ + "monero" + ], "links": { "web": "https://mymonero.com/", "github": "https://github.com/mymonero" @@ -9244,6 +10379,11 @@ "team": { "anonymous": true }, + "usecases": [ + "wallets" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -9256,10 +10396,12 @@ "id": "mynawallet", "name": "MynaWallet", "categories": [ - "wallets" + "applications" ], "description": "Use your Japanese My Number card as a crypto wallet, via verifying the full passport validity inside ZK and using it to sign a transaction.", - "ecosystem": "Ethereum", + "ecosystem": [ + "ethereum" + ], "links": { "web": "https://ethglobal.com/showcase/myna-uxzdd", "github": "https://github.com/MynaWallet/monorepo" @@ -9278,6 +10420,11 @@ "testnet": false, "mainnet": false }, + "usecases": [ + "wallets" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -9290,7 +10437,7 @@ "id": "mynode", "name": "myNode", "categories": [ - "node" + "infrastructure" ], "description": "The easiest, most powerful way to run a Bitcoin and Lightning node.", "team": { @@ -9311,6 +10458,10 @@ }, "have_token": false, "sunset": false, + "usecases": [ + "node" + ], + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -9323,10 +10474,12 @@ "id": "mysterium-vpn", "name": "Mysterium VPN", "categories": [ - "vpn" + "applications" ], "description": "A global, distributed network powered by everyday people.", - "ecosystem": "multichain", + "ecosystem": [ + "multichain" + ], "links": { "web": "https://www.mysterium.network/mysteriumvpn", "github": "https://github.com/mysteriumnetwork/node", @@ -9339,8 +10492,12 @@ "link": "https://www.mysterium.network/team" } }, - "have_token": true, + "have_token": false, "token_link": "https://coinmarketcap.com/currencies/mysterium/", + "usecases": [ + "vpn" + ], + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -9356,16 +10513,21 @@ "infrastructure" ], "description": "An open-source ecosystem of tools and infrastructure to liberate the web", - "team": [ - { - "name": "RobertasVis", - "role": "Founder" - }, - { - "name": "Waldz", - "role": "Founder & Lead Developer" - } - ], + "team": { + "anonymous": false, + "teammembers": [ + { + "name": "RobertasVis", + "role": "Founder", + "link": "https://www.linkedin.com/in/robertasvis" + }, + { + "name": "Waldz", + "role": "Founder & Lead Developer", + "link": "https://www.linkedin.com/in/waldz" + } + ] + }, "links": { "web": "https://www.mysterium.network", "github": "https://github.com/MysteriumNetwork", @@ -9373,12 +10535,16 @@ "blog": "https://www.mysterium.network/blog", "twitter": "https://twitter.com/MysteriumNet" }, - "have_token": true, + "have_token": false, "tokens": [ { "symbol": "MYST" } ], + "usecases": [ + "infrastructure" + ], + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -9410,6 +10576,11 @@ "testnet": true, "mainnet": true }, + "usecases": [ + "infrastructure" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -9428,7 +10599,6 @@ "team": { "anonymous": true }, - "product_version": "Testnet", "links": { "web": "https://namada.net", "github": "https://github.com/anoma/namada", @@ -9442,6 +10612,11 @@ "testnet": true, "mainnet": false }, + "usecases": [ + "infrastructure" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -9454,7 +10629,7 @@ "id": "natix-network", "name": "NATIX Network", "categories": [ - "data-management" + "applications" ], "description": "Patent-pending technology is the easiest way to make any camera smart and 100% privacy compliant", "links": { @@ -9465,6 +10640,11 @@ "facebook": "https://www.facebook.com/NATIX.Network", "telegram": "https://t.me/NATIXNetwork" }, + "usecases": [ + "data-management" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -9477,10 +10657,12 @@ "id": "navcoin", "name": "Navcoin", "categories": [ - "currency" + "defi" ], "description": "An open-sourced digital currency offering fast and reliable payments with innovative technological and privacy features", - "ecosystem": "Navcoin", + "ecosystem": [ + "navcoin" + ], "project_status": { "live_status": true, "version": "Mainnet", @@ -9500,6 +10682,11 @@ "team": { "anonymous": true }, + "usecases": [ + "currency" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -9512,10 +10699,12 @@ "id": "nerva", "name": "Nerva", "categories": [ - "currency" + "defi" ], "description": "Private and secure cryptocurrency", - "ecosystem": "Nerva", + "ecosystem": [ + "nerva" + ], "links": { "web": "https://nerva.one/", "docs": "https://docs.nerva.one/", @@ -9545,20 +10734,23 @@ "connected_tx": false, "revealed_recipient": false, "revealed_sender": false, - "revealed_ammount": false + "revealed_ammount": false, + "opensource": false }, "default_privacy": true, "storage": { "decentralized": true }, - "tracebility": { - "kyc": false - }, "project_status": { "live_status": true, "testnet": false, "mainnet": true }, + "usecases": [ + "currency" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -9571,7 +10763,7 @@ "id": "next-id", "name": "Next.ID", "categories": [ - "did" + "applications" ], "description": "An open-sourced protocol that synergises your Web2 and Web3 profiles.", "links": { @@ -9582,7 +10774,11 @@ "twitter": "https://x.com/NextDotID", "telegram": "https://t.me/NextDotIDofficial" }, - "have_token": true, + "have_token": false, + "usecases": [ + "did" + ], + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -9595,13 +10791,18 @@ "id": "nft-fair", "name": "NFT Fair", "categories": [ - "nft" + "applications" ], "description": "The do-good NFT launch platform.", "links": { "web": "https://www.nftfair.app" }, "sunset": true, + "usecases": [ + "nft-community" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -9614,7 +10815,7 @@ "id": "nicenode", "name": "NiceNode", "categories": [ - "node" + "infrastructure" ], "description": "Launcher with a simple user experience to run an Ethereum node on your computer", "team": { @@ -9631,6 +10832,11 @@ "testnet": false, "mainnet": true }, + "usecases": [ + "node" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -9643,10 +10849,12 @@ "id": "nighthawk-wallet", "name": "Nighthawk Wallet", "categories": [ - "wallets" + "applications" ], "description": "Private Money in your pocket.", - "ecosystem": "Zcash", + "ecosystem": [ + "zcash" + ], "links": { "web": "https://nighthawkwallet.com/", "github": "https://github.com/nighthawk-apps", @@ -9661,6 +10869,11 @@ "testnet": false, "mainnet": false }, + "usecases": [ + "wallets" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -9673,7 +10886,7 @@ "id": "nil-foundation", "name": "=nil; Foundation", "categories": [ - "rd" + "infrastructure" ], "description": "Foundation intends to create a tightly integrated set of technologies becoming a basis for secure data storages operating in insecure environments", "links": { @@ -9685,6 +10898,11 @@ "discord": "https://discord.com/invite/KmTAEjbmM3", "telegram": "https://t.me/nilfoundation" }, + "usecases": [ + "research-and-development" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -9697,10 +10915,12 @@ "id": "nillion", "name": "Nillion", "categories": [ - "computing-network" + "infrastructure" ], "description": "The Secure Processing Layer of Web3", - "ecosystem": "multichain", + "ecosystem": [ + "multichain" + ], "links": { "web": "https://www.nillion.com", "github": "https://github.com/NillionNetwork", @@ -9715,6 +10935,11 @@ "link": "https://www.linkedin.com/search/results/people/?currentCompany=%5B%2280922042%22%5D&origin=COMPANY_PAGE_CANNED_SEARCH&sid=*cU" } }, + "usecases": [ + "computing" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -9727,7 +10952,7 @@ "id": "nix-bitcoin", "name": "nix-bitcoin", "categories": [ - "os" + "applications" ], "description": "A collection of Nix packages and NixOS modules for easily installing full-featured Bitcoin nodes with an emphasis on security", "links": { @@ -9741,6 +10966,11 @@ "testnet": false, "mainnet": true }, + "usecases": [ + "operation-systems" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -9763,6 +10993,11 @@ "web": "https://njal.la", "blog": "https://njal.la/blog/" }, + "usecases": [ + "infrastructure" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -9775,7 +11010,7 @@ "id": "no-trust-verify", "name": "No Trust Verify", "categories": [ - "rd" + "infrastructure" ], "description": "Take place to the next generation of privacy infrastructure.", "team": { @@ -9802,6 +11037,11 @@ "twitter": "https://x.com/notrustverif", "telegram": "https://t.me/notrustverify" }, + "usecases": [ + "research-and-development" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -9814,7 +11054,7 @@ "id": "nocturne", "name": "Nocturne", "categories": [ - "dapps" + "applications" ], "description": "A protocol enabling usable on-chain privacy", "links": { @@ -9825,6 +11065,11 @@ "twitter": "https://x.com/nocturne_xyz", "discord": "https://discord.com/invite/MxZYtzzFmJ" }, + "usecases": [ + "dapps" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.jpg", @@ -9837,7 +11082,7 @@ "id": "nodl-dojo", "name": "nodl Dojo", "categories": [ - "node" + "infrastructure" ], "description": "A collaboration between nodl and the Samourai Wallet team. The nodl Dojo is a full Bitcoin and Lightning Network node", "links": { @@ -9847,10 +11092,14 @@ }, "project_status": { "live_status": true, - "version": null, "testnet": false, "mainnet": true }, + "usecases": [ + "node" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -9863,12 +11112,17 @@ "id": "nodl-one", "name": "nodl One", "categories": [ - "node" + "infrastructure" ], "description": "A full Bitcoin and Lightning Network node.", "links": { "web": "https://www.nodl.eu/products/nodl-one/" }, + "usecases": [ + "node" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -9893,13 +11147,17 @@ "blog": "https://blog.nomos.tech/", "twitter": "https://twitter.com/Nomos_tech" }, - "have_token": true, + "have_token": false, "project_status": { "live_status": false, - "version": false, + "version": "", "testnet": true, "mainnet": false }, + "usecases": [ + "infrastructure" + ], + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -9914,6 +11172,11 @@ "categories": [ "defi" ], + "usecases": [ + "defi" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -9926,7 +11189,7 @@ "id": "notebook-labs", "name": "Notebook labs", "categories": [ - "kyc" + "applications" ], "description": "Built Zephyr - the first non-custodial onramp to decentralize the gates of crypto. Zephyr leverages Zero Knowledge proofs to ensure that on and off-rampers never need to rely on centralized institutions", "team": { @@ -9938,6 +11201,11 @@ "blog": "https://medium.com/@notebook_labs", "twitter": "https://twitter.com/ZephyrExchange" }, + "usecases": [ + "kyc-solution" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -9962,7 +11230,7 @@ "docs": "https://docs.threshold.network/", "blog": "https://blog.threshold.network/" }, - "have_token": true, + "have_token": false, "tokens": [ { "symbol": "T" @@ -9996,6 +11264,10 @@ "time": "November, 2021" } ], + "usecases": [ + "infrastructure" + ], + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -10022,7 +11294,7 @@ "blog": "https://www.nulink.org/blog", "twitter": "https://twitter.com/NuLink_" }, - "have_token": true, + "have_token": false, "tokens": [ { "symbol": "NLINK" @@ -10034,6 +11306,10 @@ "testnet": true, "mainnet": false }, + "usecases": [ + "infrastructure" + ], + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -10049,28 +11325,31 @@ "infrastructure" ], "description": "Nym protects communication patterns, IP addresses and metadata for end-users, enterprise and infrastructure operators", - "team": [ - { - "name": "Harry Halpin", - "role": "CEO and Chairman of Scientific Board" - }, - { - "name": "Mark Sinclair", - "role": "Chief Technology Officer" - }, - { - "name": "Claudia Diaz", - "role": "Chief Scientist" - }, - { - "name": "Alexis Roussel", - "role": "Chief Operating Officer" - }, - { - "name": "Jaya Klara Brekke", - "role": "Chief Strategy Officer" - } - ], + "team": { + "anonymous": false, + "teammembers": [ + { + "name": "Harry Halpin", + "role": "CEO and Chairman of Scientific Board" + }, + { + "name": "Mark Sinclair", + "role": "Chief Technology Officer" + }, + { + "name": "Claudia Diaz", + "role": "Chief Scientist" + }, + { + "name": "Alexis Roussel", + "role": "Chief Operating Officer" + }, + { + "name": "Jaya Klara Brekke", + "role": "Chief Strategy Officer" + } + ] + }, "links": { "web": "https://nymtech.net", "github": "https://github.com/nymtech", @@ -10078,7 +11357,7 @@ "docs": "https://nymtech.net/docs", "blog": "https://blog.nymtech.net/" }, - "have_token": true, + "have_token": false, "tokens": [ { "symbol": "NYM" @@ -10090,6 +11369,10 @@ "testnet": true, "mainnet": true }, + "usecases": [ + "infrastructure" + ], + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -10102,12 +11385,17 @@ "id": "oasiis-insights", "name": "Oasiis insights", "categories": [ - "data-management" + "applications" ], "description": "Personalized web3 journeys are finally here.", "links": { "web": "https://www.oasiisinsights.com" - } + }, + "usecases": [ + "data-management" + ], + "have_token": false, + "third_party_dependency": false }, { "id": "oasis-network", @@ -10143,7 +11431,7 @@ "testnet": true, "mainnet": true }, - "have_token": true, + "have_token": false, "tokens": [ { "symbol": "ROSE" @@ -10161,13 +11449,15 @@ "contract_address": "0x26B80FBfC01b71495f477d5237071242e0d959d7" } ], - "history": { - "title": "Oasis Mainnet", - "event_type": "launch", - "description": "Oasis Mainnet: Ushering a New Era of Privacy and Scalability", - "time": "2020-11-18", - "link": "https://oasisprotocol.org/blog/oasis-mainnet-ushering-in-a-new-era-of-privacy-and-scalability" - }, + "history": [ + { + "title": "Oasis Mainnet", + "event_type": "launch", + "description": "Oasis Mainnet: Ushering a New Era of Privacy and Scalability", + "time": "2020-11-18", + "link": "https://oasisprotocol.org/blog/oasis-mainnet-ushering-in-a-new-era-of-privacy-and-scalability" + } + ], "technology": { "type": "TEE", "features": [ @@ -10177,8 +11467,14 @@ ] }, "blockchain_features": { - "encryption": "TEE" + "encryption": "TEE", + "p2p": true, + "opensource": true }, + "usecases": [ + "infrastructure" + ], + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -10191,10 +11487,12 @@ "id": "obscuro", "name": "TEN (formerly Obscuro)", "categories": [ - "layer-2" + "infrastructure" ], "description": "a layer 2 solution for Ethereum that brings privacy and scale", - "ecosystem": "Ethereum", + "ecosystem": [ + "ethereum" + ], "team": { "anonymous": false }, @@ -10211,6 +11509,11 @@ "testnet": true, "mainnet": false }, + "usecases": [ + "eth-layer-2" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -10223,7 +11526,7 @@ "id": "octra", "name": "Octra", "categories": [ - "FHE" + "infrastructure" ], "description": "general purpose FHE network enabling economies of the future", "links": { @@ -10234,6 +11537,8 @@ "discord": "https://discord.com/invite/m724x5Ne2F", "telegram": "https://t.me/octranetwork" }, + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -10248,7 +11553,9 @@ "categories": [ "defi" ], - "ecosystem": "Ethereum", + "ecosystem": [ + "ethereum" + ], "description": "Offshift’s proprietary Shifting mechanism allows users to Shift between our native token, XFT, and a full palette of private synthetics", "links": { "web": "https://www.offshift.io/", @@ -10256,7 +11563,9 @@ "docs": "https://docs.elusiv.io/" }, "project_status": { - "live_status": true + "live_status": true, + "mainnet": true, + "testnet": false }, "team": { "anonymous": true, @@ -10264,6 +11573,11 @@ "link": "https://offshift.io/#team" } }, + "usecases": [ + "defi" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -10276,13 +11590,18 @@ "id": "oksign", "name": "okSign", "categories": [ - "dapps" + "applications" ], "description": "Create, Sign, and Save eSignatures with smart contracts and permissioned NFTs.", "links": { "web": "https://www.oksign.app", "twitter": "https://x.com/okSign_" }, + "usecases": [ + "dapps" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.jpg", @@ -10295,7 +11614,7 @@ "id": "ola", "name": "OLA", "categories": [ - "layer-2" + "infrastructure" ], "description": "ZK-ZKVM Bringing Programmable Privacy to Blockchains", "team": { @@ -10317,6 +11636,11 @@ "testnet": true, "mainnet": false }, + "usecases": [ + "eth-layer-2" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -10332,23 +11656,26 @@ "infrastructure" ], "description": "Omnia is a specialized RPC provider for DeFi traders, developed by cybersecurity, privacy and trading experts. They address DeFi-specific challenges like front-running and MEV exploitation.", - "team": [ - { - "name": "Cristian Lupascu", - "role": "CEO & Co-Founder" - }, - { - "name": "Alexandru Lupascu", - "role": "CTO & Co-Founder" - } - ], + "team": { + "anonymous": false, + "teammembers": [ + { + "name": "Cristian Lupascu", + "role": "CEO & Co-Founder" + }, + { + "name": "Alexandru Lupascu", + "role": "CTO & Co-Founder" + } + ] + }, "links": { "web": "https://omniatech.io", "github": "https://github.com/omniaprotocol", "docs": "https://docs.omniatech.io/", "twitter": "https://twitter.com/omnia_protocol" }, - "have_token": true, + "have_token": false, "tokens": [ { "symbol": "OMNIA" @@ -10367,6 +11694,10 @@ "time": "November, 2021" } ], + "usecases": [ + "infrastructure" + ], + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -10385,12 +11716,16 @@ "links": { "web": "https://www.onino.io" }, - "have_token": true, + "have_token": false, "tokens": [ { "symbol": "ONI" } ], + "usecases": [ + "infrastructure" + ], + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -10403,24 +11738,34 @@ "id": "onion-mixer", "name": "Onion Mixer", "categories": [ - "mixing-service" + "applications" ], "description": "Onion Mixer is the first decentralized protocol for anonymous cross-chain transactions", "links": { "web": "https://onionmixer.gitbook.io/onion-mixer/" }, - "sunset": true + "sunset": true, + "usecases": [ + "mixing-service" + ], + "have_token": false, + "third_party_dependency": false }, { "id": "onionclub", "name": "Onionclub", "categories": [ - "messaging" + "applications" ], "description": "Blockchain-based, business & social platform.", "links": { "web": "https://onionclub.io" }, + "usecases": [ + "messaging" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -10433,7 +11778,7 @@ "id": "ont-id", "name": "ONT ID", "categories": [ - "did" + "applications" ], "description": "Bringing trustless identity to Web3 manage your data with ONT ID", "links": { @@ -10446,7 +11791,11 @@ "facebook": "https://www.facebook.com/ONTnetwork/", "telegram": "https://t.me/OntologyAnnouncements" }, - "have_token": true, + "have_token": false, + "usecases": [ + "did" + ], + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -10459,7 +11808,7 @@ "id": "oort", "name": "Oort", "categories": [ - "storage" + "applications" ], "description": "A decentralized data cloud platform designed to maximize privacy and cost savings by integrating global compute and storage resources", "team": { @@ -10481,6 +11830,11 @@ "testnet": false, "mainnet": true }, + "usecases": [ + "storage" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -10493,7 +11847,7 @@ "id": "opera-crypto-browser", "name": "Opera Crypto Browser", "categories": [ - "browser" + "applications" ], "description": "Experience the Web3 browser for crypto users. Get crypto-oriented security enhancements, manage multiple crypto wallets simultaneously, and access Discord, Telegram and more directly from the sidebar", "links": { @@ -10503,6 +11857,11 @@ "twitter": "https://twitter.com/opera", "facebook": "https://www.facebook.com/Opera/" }, + "usecases": [ + "browser" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -10522,12 +11881,16 @@ "web": "https://orbis.club", "github": "https://github.com/OrbisWeb3/" }, - "have_token": true, + "have_token": false, "tokens": [ { "symbol": "OBT" } ], + "usecases": [ + "infrastructure" + ], + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -10540,10 +11903,12 @@ "id": "orchid", "name": "Orchid", "categories": [ - "vpn" + "applications" ], "description": "Orchid is a platform that enables an onion routing network incentivized by OXT and a multi-hop VPN client", - "ecosystem": "multichain", + "ecosystem": [ + "multichain" + ], "links": { "web": "https://www.orchid.com", "github": "https://github.com/OrchidTechnologies", @@ -10560,8 +11925,12 @@ "link": "https://www.linkedin.com/search/results/people/?currentCompany=%5B%2218313136%22%5D&origin=COMPANY_PAGE_CANNED_SEARCH&sid=cWH" } }, - "have_token": true, + "have_token": false, "token_link": "https://coinmarketcap.com/currencies/orchid/", + "usecases": [ + "vpn" + ], + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -10574,7 +11943,7 @@ "id": "outdid", "name": "OutDID", "categories": [ - "kyc" + "applications" ], "description": "Your Zero-Knowledge, Decentralized KYC filter of Blockchain users.", "links": { @@ -10583,6 +11952,11 @@ "twitter": "https://x.com/getoutdid", "telegram": "https://t.me/outdid_io" }, + "usecases": [ + "kyc-solution" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -10595,10 +11969,12 @@ "id": "oxen", "name": "Oxen", "categories": [ - "currency" + "defi" ], "description": "A cryptocurrency powering a new class of interconnected privacy apps", - "ecosystem": "0xen", + "ecosystem": [ + "oxen" + ], "project_status": { "live_status": true, "version": "Mainnet", @@ -10617,6 +11993,11 @@ "team": { "anonymous": true }, + "usecases": [ + "currency" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -10628,10 +12009,14 @@ { "id": "p0tion", "name": "p0tion", - "categories": "infrastructure", + "categories": [ + "infrastructure" + ], "description": "Toolkit for Groth16 Phase 2 Trusted Setup ceremonies.", "project_status": { - "live_status": true + "live_status": true, + "mainnet": false, + "testnet": false }, "team": { "anonymous": true @@ -10640,6 +12025,11 @@ "web": "https://ceremony.pse.dev/", "github": "https://github.com/privacy-scaling-explorations/p0tion" }, + "usecases": [ + "infrastructure" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -10652,7 +12042,7 @@ "id": "p0x-labs", "name": "P0X labs", "categories": [ - "rd" + "infrastructure" ], "description": "The decentralized laboratory for building cutting-edge privacy technologies.", "links": { @@ -10660,6 +12050,11 @@ "twitter": "https://x.com/p0xlabs" }, "sunset": true, + "usecases": [ + "research-and-development" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -10674,7 +12069,14 @@ "categories": [ "defi" ], - "ecosystem": "Ethereum, Elrond, Polkadot, Avalanche, Near, Flare", + "ecosystem": [ + "ethereum", + "elrond", + "polkadot", + "avalanche", + "near", + "flare" + ], "description": "is a decentralized privacy metaprotocol enabling confidential, trusted transactions and interoperability with DeFi", "technology": { "type": "zk", @@ -10698,6 +12100,11 @@ "link": "https://www.pantherprotocol.io/" } }, + "usecases": [ + "defi" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -10723,7 +12130,7 @@ "docs": "https://docs.parallelchain.io/", "twitter": "https://twitter.com/ParallelChainLB" }, - "have_token": true, + "have_token": false, "project_status": { "live_status": true, "version": "Mainnet", @@ -10742,6 +12149,10 @@ "time": "June, 2023" } ], + "usecases": [ + "infrastructure" + ], + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -10766,6 +12177,11 @@ "links": { "web": "https://parami.io" }, + "usecases": [ + "infrastructure" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -10778,7 +12194,7 @@ "id": "paras", "name": "Paras", "categories": [ - "nft" + "applications" ], "description": "A blockchain-agnostic protocol that offers privacy to NFTs", "links": { @@ -10787,7 +12203,7 @@ "twitter": "https://x.com/ParasHQ", "telegram": "https://t.me/parasannouncement" }, - "have_token": true, + "have_token": false, "tokens": [ { "name": "ParasToken", @@ -10796,6 +12212,10 @@ } ], "sunset": false, + "usecases": [ + "nft-community" + ], + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -10808,28 +12228,64 @@ "id": "particl", "name": "Particl", "categories": [ - "currency" + "applications" ], - "description": "A modern digital currency that respects your rights", - "ecosystem": "Particl", - "project_status": { - "live_status": true, - "version": "Mainnet", - "testnet": true, - "mainnet": true + "ecosystem": [ + "particl" + ], + "description": "The only marketplace for private and unrestricted e-commerce", + "team": { + "anonymous": false, + "teammembers": [ + { + "name": "Gerlof van Ek", + "link": "https://x.com/gerlof" + }, + { + "name": "Henk Swardt", + "link": "https://www.linkedin.com/in/hswardt/" + } + ] }, "links": { - "web": "https://particl.io/coin", + "web": "https://particl.io/marketplace", "github": "https://github.com/particl", + "whitepaper": "https://github.com/particl/whitepaper", + "docs": "https://particl.wiki/", "block_explorer": "https://explorer.particl.io/", - "whitepaper": "https://raw.githubusercontent.com/particl/whitepaper/master/Particl%20Whitepaper%20Draft%20v0.3.pdf", "blog": "https://particl.news/", "twitter": "https://x.com/particlproject", - "telegram": "https://t.me/particltg" + "telegram": "https://t.me/particltg", + "discord": "https://discord.me/particl" }, - "team": { - "anonymous": false + "sunset": false, + "tokens": [ + { + "name": "Particl Part", + "symbol": "Part", + "network": "Particl Blockchain", + "token_link": "https://explorer.particl.io/" + } + ], + "blockchain_features": { + "opensource": true, + "asset_custody_type": "non-custody", + "p2p": true }, + "privacy_policy": { + "defined": true, + "link": "https://academy.particl.io/en/latest/particl-blockchain/blockchain_privacy.html" + }, + "default_privacy": true, + "tracebility": { + "kyc": false + }, + "third_party_dependency": false, + "compliance": false, + "usecases": [ + "currency" + ], + "have_token": false, "logos": [ { "file": "logo.png", @@ -10845,19 +12301,22 @@ "infrastructure" ], "description": "Partisia Blockchain is built for trust, transparency, privacy and speed of light finalization.", - "team": [ - { - "name": "Kurt Nielsen", - "role": "Co-Founder & President" - }, - { - "name": "Peter F. Frandsen", - "role": "Co-Founder & CTO" - }, - { - "name": "Brian Gallagher" - } - ], + "team": { + "anonymous": false, + "teammembers": [ + { + "name": "Kurt Nielsen", + "role": "Co-Founder & President" + }, + { + "name": "Peter F. Frandsen", + "role": "Co-Founder & CTO" + }, + { + "name": "Brian Gallagher" + } + ] + }, "links": { "web": "https://partisiablockchain.com", "gitlab": "https://gitlab.com/partisiablockchain", @@ -10866,7 +12325,7 @@ "yellowpaper": "https://drive.google.com/file/d/1OX7ljrLY4IgEA1O3t3fKNH1qSO60_Qbw/view", "twitter": "https://x.com/partisiampc" }, - "have_token": true, + "have_token": false, "tokens": [ { "symbol": "MPC" @@ -10878,6 +12337,10 @@ "testnet": true, "mainnet": true }, + "usecases": [ + "infrastructure" + ], + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -10890,13 +12353,18 @@ "id": "pastenym", "name": "Pastenym", "categories": [ - "messaging" + "applications" ], "description": "Anon text sharing service", "links": { "web": "https://pastenym.ch/#/", "github": "https://github.com/notrustverify/pastenym/" }, + "usecases": [ + "messaging" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -10928,6 +12396,11 @@ "testnet": true, "mainnet": false }, + "usecases": [ + "infrastructure" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -10940,7 +12413,7 @@ "id": "personae-labs", "name": "Personae Labs", "categories": [ - "rd" + "infrastructure" ], "description": "R&D lab investigating the future of human expression online.", "links": { @@ -10949,6 +12422,11 @@ "twitter": "https://x.com/personae_labs", "discord": "https://discord.com/invite/ZVWhZrbkRV" }, + "usecases": [ + "research-and-development" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -10961,16 +12439,18 @@ "id": "phala-network", "name": "Phala Network", "categories": [ - "computing-network" + "infrastructure" ], "description": "Privacy-Enhanced Permissionless Computing Protocol.", - "ecosystem": "Kusama", + "ecosystem": [ + "kusama" + ], "links": { "web": "https://www.phala.network/en/", "github": "https://github.com/Phala-Network", "docs": "https://docs.phala.network/", "forum": "https://forum.phala.network/", - "whitepaper": "pdf/phala-paper.pdf", + "whitepaper": "https://www.phala.network/pdf/phala-paper.pdf", "changelog": "https://phala.network/changelog", "blog": "https://phala.network/blog", "twitter": "https://x.com/PhalaNetwork", @@ -10983,6 +12463,11 @@ "link": "https://www.phala.network/en/aboutUs/" } }, + "usecases": [ + "computing" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -10995,7 +12480,7 @@ "id": "phoenix-network", "name": "Phoenix", "categories": [ - "computing-network" + "infrastructure" ], "description": "blockchain infrastructure empowering intelligence web3 applications.", "links": { @@ -11005,7 +12490,9 @@ "telegram": "https://t.me/APEXcommunity", "blog": "https://phoenixglobal.medium.com/" }, - "ecosystem": "multichain", + "ecosystem": [ + "multichain" + ], "project_status": { "live_status": true, "version": "testnet", @@ -11015,6 +12502,11 @@ "team": { "anonymous": true }, + "usecases": [ + "computing" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -11027,7 +12519,7 @@ "id": "phoenix", "name": "Phoenix", "categories": [ - "wallets" + "applications" ], "description": "Non-custodial wallet on Lightning network", "links": { @@ -11045,6 +12537,11 @@ "team": { "anonymous": true }, + "usecases": [ + "wallets" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -11057,7 +12554,7 @@ "id": "pigeon-communicator", "name": "Pigeon Communicator", "categories": [ - "messaging" + "social-and-communications" ], "description": "Blockchain-based, trustless, censorship-resistant decentralized messaging", "team": { @@ -11071,7 +12568,7 @@ "facebook": "https://www.facebook.com/groups/1022013661300591", "telegram": "https://t.me/Pigeoncoin" }, - "have_token": true, + "have_token": false, "tokens": [ { "symbol": "PGN" @@ -11083,6 +12580,10 @@ "testnet": true, "mainnet": false }, + "usecases": [ + "messaging" + ], + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -11095,10 +12596,12 @@ "id": "pirate-chain", "name": "Pirate Chain", "categories": [ - "currency" + "defi" ], "description": "Anonymous cryptocurrency, a truly private, decentralized blockchain", - "ecosystem": "Pirate", + "ecosystem": [ + "pirate" + ], "links": { "web": "https://pirate.black", "github": "https://github.com/PirateNetwork", @@ -11112,6 +12615,11 @@ "team": { "anonymous": true }, + "usecases": [ + "currency" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -11124,10 +12632,12 @@ "id": "pivx", "name": "PivX", "categories": [ - "currency" + "defi" ], "description": "Experience the freedom of global digital cash with SHIELD User Data Protection. Be your own bank with full control of your digital assets", - "ecosystem": "Pivx", + "ecosystem": [ + "pivx" + ], "links": { "web": "https://pivx.org", "github": "https://github.com/PIVX-Project/PIVX/", @@ -11143,6 +12653,11 @@ "team": { "anonymous": false }, + "usecases": [ + "currency" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -11155,10 +12670,12 @@ "id": "platon-network", "name": "PlatOn Network", "categories": [ - "computing-network" + "infrastructure" ], "description": "Combining blockchain and privacy-preserving computation technologies, PlatON is building a decentralized and collaborative AI network and global brain to drive the democratization of AI for safe artificial general intelligence", - "ecosystem": "Alaya", + "ecosystem": [ + "alaya" + ], "links": { "web": "https://www.platon.network/en", "github": "https://github.com/PlatONnetwork", @@ -11177,6 +12694,11 @@ "link": "https://www.linkedin.com/search/results/people/?currentCompany=%5B%2214399632%22%5D&origin=COMPANY_PAGE_CANNED_SEARCH&sid=PCz" } }, + "usecases": [ + "computing" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -11189,10 +12711,12 @@ "id": "plebble", "name": "Plebble", "categories": [ - "layer-2" + "infrastructure" ], "description": "P2P Network of computers running the Plebble software (L1 & L2)", - "ecosystem": "TBD", + "ecosystem": [ + "tbd" + ], "links": { "web": "https://plebble.net", "github": "https://github.com/root1m3/plebble", @@ -11208,6 +12732,11 @@ "testnet": true, "mainnet": false }, + "usecases": [ + "eth-layer-2" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -11220,7 +12749,7 @@ "id": "plugin-io", "name": "Plugin.io", "categories": [ - "dapps" + "applications" ], "description": "Privacy-focused, ad-free social media & digital marketplace.", "links": { @@ -11229,6 +12758,11 @@ "twitter": "https://x.com/pluginio", "facebook": "https://www.facebook.com/pluginio/" }, + "usecases": [ + "dapps" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -11248,12 +12782,16 @@ "web": "https://www.pollenmobile.io", "github": "https://docs.pollenmobile.io/pollen-mobile-docs/" }, - "have_token": true, + "have_token": false, "tokens": [ { "symbol": "PCN" } ], + "usecases": [ + "infrastructure" + ], + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -11266,20 +12804,22 @@ "id": "polybase", "name": "Polybase", "categories": [ - "layer-2" + "infrastructure" ], "description": "a public L2 blockchain with private transactions and MEV-resistance powered by zero-knowledge proofs", - "product_version": "testnet", - "team": [ - { - "name": "Sid Gandhi", - "role": "Co-Founder & CEO" - }, - { - "name": "Calum Moore", - "role": "Co-Founder & CTO" - } - ], + "team": { + "anonymous": false, + "teammembers": [ + { + "name": "Sid Gandhi", + "role": "Co-Founder & CEO" + }, + { + "name": "Calum Moore", + "role": "Co-Founder & CTO" + } + ] + }, "links": { "web": "https://polybase.xyz", "docs": "https://payy.network/docs", @@ -11292,6 +12832,11 @@ "testnet": false, "mainnet": true }, + "usecases": [ + "eth-layer-2" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -11304,10 +12849,12 @@ "id": "polygon-id", "name": "Polygon ID", "categories": [ - "did" + "applications" ], "description": "a blockchain-native identity system with programmable privacy that empowers people and enables the creation of trusted interactions with web3 services", - "ecosystem": "Polygon", + "ecosystem": [ + "polygon" + ], "links": { "web": "https://polygon.technology/polygon-id/", "github": "https://github.com/0xPolygonID", @@ -11316,11 +12863,16 @@ "twitter": "https://x.com/0xPolygonID" }, "team": { + "anonymous": false, "company": { "link": "https://github.com/orgs/0xPolygonID/people" } }, - "have_token": true, + "have_token": false, + "usecases": [ + "did" + ], + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -11333,10 +12885,12 @@ "id": "polygon-nightfall", "name": "Polygon Miden", "categories": [ - "layer-2" + "infrastructure" ], "description": "a zero-knowledge rollup for high-throughput and private applications", - "ecosystem": "Polygon", + "ecosystem": [ + "polygon" + ], "links": { "web": "https://polygon.technology/polygon-miden", "docs": "https://0xpolygonmiden.github.io/miden-base/introduction.html", @@ -11353,6 +12907,11 @@ "testnet": true, "mainnet": false }, + "usecases": [ + "eth-layer-2" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -11365,7 +12924,7 @@ "id": "polyhedra-zk-nft-container", "name": "Polyhedra ZK-NFT Container", "categories": [ - "nft" + "applications" ], "description": "A new NFT protocol that can contain other NFTs, realizing maximum interoperability", "links": { @@ -11377,6 +12936,11 @@ "discord": "https://discord.com/invite/polyhedra-network" }, "sunset": false, + "usecases": [ + "nft-community" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -11389,7 +12953,7 @@ "id": "pomp", "name": "POMP", "categories": [ - "dapps" + "applications" ], "description": "Comprehensive DeFi platform for token swaps, lending, NFT trading, collateralization", "links": { @@ -11399,6 +12963,11 @@ "discord": "https://discord.com/invite/Uh452P8ScM", "telegram": "https://t.me/POMP_Chat" }, + "usecases": [ + "dapps" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -11414,7 +12983,9 @@ "hardware" ], "description": "Cloud and data center acceleration solution for Privacy Enhancing Technologies", - "ecosystem": "multichain", + "ecosystem": [ + "multichain" + ], "links": { "web": "https://www.chain-reaction.io", "docs": "https://www.chain-reaction.io/resource-hub/", @@ -11427,6 +12998,11 @@ "link": "https://www.chain-reaction.io/about/" } }, + "usecases": [ + "hardware" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -11439,7 +13015,7 @@ "id": "privacy-pools", "name": "Privacy Pools", "categories": [ - "dapps" + "applications" ], "description": "Allow you to generate a brand new Ethereum address that is completely unlinkable to any prior transaction history. But our privacy-preserving technology does much more than that", "links": { @@ -11448,6 +13024,11 @@ "docs": "https://papers.ssrn.com/sol3/papers.cfm?abstract_id=4563364", "education": "https://x.com/0xArhat/status/1699812440614035944" }, + "usecases": [ + "dapps" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -11460,7 +13041,7 @@ "id": "privacy-security-explorations", "name": "Privacy & Security explorations", "categories": [ - "rd" + "infrastructure" ], "description": "We explore new use cases for zero-knowledge proofs and other cryptographic primitives through research and proof-of-concepts", "team": { @@ -11487,6 +13068,11 @@ "twitter": "https://x.com/privacyscaling", "discord": "https://discord.com/invite/sF5CT5rzrR" }, + "usecases": [ + "research-and-development" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -11499,7 +13085,7 @@ "id": "private-finance-syndicate", "name": "Private Finance Syndicate", "categories": [ - "alliances" + "social-and-communications" ], "description": "Privacy-oriented investment fund.", "links": { @@ -11507,6 +13093,11 @@ "blog": "https://medium.com/nav-coin/2023-the-private-finance-syndicate-faqs-3f435d93688a", "twitter": "https://twitter.com/prifisyndicate" }, + "usecases": [ + "alliances" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -11522,18 +13113,22 @@ "infrastructure" ], "description": "An open-source protocol that offers a wide variety of solutions for privacy preservation for blockchain users", - "have_token": true, + "have_token": false, "tokens": [ { "symbol": "PRIVATIXY" } - ] + ], + "usecases": [ + "infrastructure" + ], + "third_party_dependency": false }, { "id": "proof-of-passport", "name": "Proof of Passport", "categories": [ - "kyc" + "applications" ], "description": "Passport proving protocol using zk-SNARKs", "links": { @@ -11547,6 +13142,10 @@ "anonymous": false }, "have_token": false, + "usecases": [ + "kyc-solution" + ], + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -11559,10 +13158,12 @@ "id": "protonvpn", "name": "ProtonVPN", "categories": [ - "vpn" + "applications" ], "description": "Swiss VPN provider with encrypted email and online storage", - "ecosystem": "no chain", + "ecosystem": [ + "no-chain" + ], "links": { "web": "https://protonvpn.com/", "github": "https://github.com/ProtonVPN", @@ -11581,6 +13182,10 @@ "testnet": false, "mainnet": false }, + "usecases": [ + "vpn" + ], + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -11593,7 +13198,7 @@ "id": "puma-browser", "name": "Puma browser", "categories": [ - "browser" + "applications" ], "description": "Puma is a mobile browser and wallet for the Web3 ecosystem. Private by design.", "links": { @@ -11603,6 +13208,11 @@ "twitter": "https://twitter.com/pumabrowser", "discord": "https://discord.com/invite/4frpm84" }, + "usecases": [ + "browser" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -11615,7 +13225,7 @@ "id": "quadrata", "name": "Quadrata", "categories": [ - "did" + "applications" ], "description": " Establish Trust and Identification via Sybil resistant DIDs and KYC/AML natively on-chain", "links": { @@ -11625,7 +13235,11 @@ "twitter": "https://x.com/QuadrataNetwork", "discord": "https://discord.com/invite/67QgzrymHW" }, - "have_token": true, + "have_token": false, + "usecases": [ + "did" + ], + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -11638,7 +13252,7 @@ "id": "qubes-os", "name": "Qubes OS", "categories": [ - "os" + "applications" ], "description": "a free and open-source, security-oriented operating system for single-user desktop computing", "team": { @@ -11665,6 +13279,11 @@ "testnet": false, "mainnet": false }, + "usecases": [ + "operation-systems" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -11715,10 +13334,6 @@ "p2p": true, "encryption": "zksnark", "network": "Ethereum", - "upgradability": { - "enabled": true, - "type": "perpetual power" - }, "opensource": true, "viewing_key": true, "dissapearing_tx": false, @@ -11790,7 +13405,7 @@ "storage": { "decentralized": true }, - "traceability": { + "tracebility": { "kyc": false, "sign_in_type_requirments": "wallet" }, @@ -11803,13 +13418,15 @@ "time": "July, 2021" } ], - "history": { - "title": "Mainet", - "event_type": "launch", - "description": "Token Launch", - "time": "Jul 3, 2021", - "link": "https://shadeprotocol.io/blog/shade-protocol-claim-tutorial" - }, + "history": [ + { + "title": "Mainet", + "event_type": "launch", + "description": "Token Launch", + "time": "Jul 3, 2021", + "link": "https://shadeprotocol.io/blog/shade-protocol-claim-tutorial" + } + ], "client_diversability": [ { "name": "Railway", @@ -11834,6 +13451,10 @@ "testnet": false, "mainnet": true }, + "usecases": [ + "defi" + ], + "have_token": false, "logos": [ { "file": "logo.png", @@ -11846,10 +13467,14 @@ "id": "railway", "name": "Railway", "categories": [ - "wallets" + "applications" ], "description": "DeFi privacy wallet", - "ecosystem": "Ethereum, BNB, Polygon", + "ecosystem": [ + "ethereum", + "bnb", + "polygon" + ], "links": { "web": "https://railway.xyz/", "github": "https://github.com/Railway-Wallet/Railway-Wallet/", @@ -11864,6 +13489,11 @@ "testnet": false, "mainnet": false }, + "usecases": [ + "wallets" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -11876,7 +13506,7 @@ "id": "raspiblitz", "name": "RaspiBlitz", "categories": [ - "node" + "infrastructure" ], "description": "DIY Bitcoin & Lightning Node on a RaspberryPi.", "team": { @@ -11893,6 +13523,11 @@ "testnet": false, "mainnet": true }, + "usecases": [ + "node" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -11915,12 +13550,16 @@ "blog": "https://raze-net.medium.com/", "twitter": "https://twitter.com/R4ZE_Network" }, - "have_token": true, + "have_token": false, "tokens": [ { "symbol": "RAZE" } ], + "usecases": [ + "infrastructure" + ], + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -11933,7 +13572,7 @@ "id": "realran", "name": "RealRan", "categories": [ - "rd" + "infrastructure" ], "description": "RealRan comes from the global engineering and cryptography research team, expertise in cryptography protocol and distribution consensus engineering", "links": { @@ -11945,6 +13584,11 @@ "discord": "https://discord.com/invite/K9J5cCAAUC" }, "sunset": true, + "usecases": [ + "research-and-development" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -11957,7 +13601,7 @@ "id": "relayz", "name": "Relayz", "categories": [ - "messaging" + "applications" ], "description": "Hyper-secure, private communications protocol for Web3", "links": { @@ -11967,6 +13611,11 @@ "discord": "https://discord.com/invite/sMbZ2kxZKk", "telegram": "https://t.me/RelayzOfficial" }, + "usecases": [ + "messaging" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -11979,12 +13628,17 @@ "id": "rln-anonymous-chat", "name": "RLN Anonymous Chat", "categories": [ - "messaging" + "social-and-communications" ], "description": "A spam-resistant instant messaging application for private and anonymous communication", "links": { "web": "https://github.com/njofce/zk-chat" }, + "usecases": [ + "messaging" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -12000,7 +13654,9 @@ "hardware" ], "description": "Fully validating Bitcoin full node. Served over a Tor hidden service", - "ecosystem": "Bitcoin", + "ecosystem": [ + "bitcoin" + ], "links": { "web": "https://ronindojo.io/", "docs": "https://docs.samourai.io/", @@ -12011,6 +13667,11 @@ "team": { "anonymous": true }, + "usecases": [ + "hardware" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -12023,7 +13684,7 @@ "id": "rpch", "name": "RPCh", "categories": [ - "rpc" + "infrastructure" ], "description": "a privacy-preserving RPC service for wallets that detaches the user’s identity from all communication with the blockchain", "links": { @@ -12033,6 +13694,11 @@ "twitter": "https://x.com/RPC_h_", "discord": "https://discord.com/invite/VRyTQTNBTy" }, + "usecases": [ + "rpc-provider" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -12057,12 +13723,16 @@ "docs": "https://wiki.ruby.xyz/", "Twitter": "https://twitter.com/RubyProtocol" }, - "have_token": true, + "have_token": false, "tokens": [ { "symbol": "RUBY" } ], + "usecases": [ + "infrastructure" + ], + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -12077,6 +13747,11 @@ "categories": [ "defi" ], + "usecases": [ + "defi" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -12091,6 +13766,11 @@ "categories": [ "defi" ], + "usecases": [ + "defi" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.svg", @@ -12103,10 +13783,12 @@ "id": "samourai-wallet", "name": "Samourai Wallet", "categories": [ - "wallets" + "applications" ], "description": "A modern bitcoin wallet hand forged to keep your transactions private your identity masked and your funds secured", - "ecosystem": "Bitcoin", + "ecosystem": [ + "bitcoin" + ], "links": { "web": "https://samouraiwallet.com/products", "docs": "https://docs.samourai.io/wallet/start" @@ -12115,6 +13797,11 @@ "anonymous": true }, "sunset": true, + "usecases": [ + "wallets" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -12130,12 +13817,15 @@ "infrastructure" ], "description": "A secure, anonymous and mobile-friendly cryptocurrency offering easy-to-use solutions to ensure financial privacy", - "team": [ - { - "name": "Hayzam", - "role": "Founder, Lead Developer" - } - ], + "team": { + "anonymous": false, + "teammembers": [ + { + "name": "Hayzam", + "role": "Founder, Lead Developer" + } + ] + }, "links": { "web": "https://scalaproject.io", "github": "https://github.com/scala-network/", @@ -12143,7 +13833,7 @@ "blog": "https://scala.network/blog/", "twitter": "https://twitter.com/scalahq" }, - "have_token": true, + "have_token": false, "tokens": [ { "symbol": "XLA" @@ -12155,6 +13845,10 @@ "testnet": false, "mainnet": true }, + "usecases": [ + "infrastructure" + ], + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -12186,7 +13880,7 @@ "features": [ "privacy", "DeFi", - "NFTs", + "applicationss", "PaaS" ] }, @@ -12205,10 +13899,6 @@ "blockchain_features": { "p2p": false, "encryption": "TEE", - "upgradability": { - "enabled": true, - "type": "governance/fork" - }, "opensource": true, "viewing_key": true, "dissapearing_tx": false, @@ -12239,7 +13929,7 @@ "storage": { "decentralized": true }, - "traceability": { + "tracebility": { "tracked_data": "user SCRT adress", "kyc": false, "sign_in_type_requirments": "wallet" @@ -12248,13 +13938,15 @@ "compliance": false, "social_trust": "Slabs ( MRSINGER )", "technical_spof": "Can decrypt", - "history": { - "title": "Mainnet", - "event_type": "launch", - "description": "Mainnet", - "time": "Feb 13, 2020", - "link": "https://shadeprotocol.io/blog/shade-protocol-claim-tutorial" - }, + "history": [ + { + "title": "Mainnet", + "event_type": "launch", + "description": "Mainnet", + "time": "Feb 13, 2020", + "link": "https://shadeprotocol.io/blog/shade-protocol-claim-tutorial" + } + ], "client_diversability": [ { "name": "Keplr", @@ -12280,6 +13972,9 @@ "mainnet": true }, "have_token": true, + "usecases": [ + "infrastructure" + ], "logos": [ { "file": "logo.png", @@ -12292,12 +13987,17 @@ "id": "secure-rpc", "name": "Secure RPC", "categories": [ - "rpc" + "infrastructure" ], "description": "a bare-metal, fully conformant JSON-RPC/gRPC Infrastructure plane that aims to perform well", "links": { "web": "https://securerpc.com" }, + "usecases": [ + "rpc-provider" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -12310,10 +14010,12 @@ "id": "seedsigner", "name": "SeedSigner", "categories": [ - "wallets" + "applications" ], "description": "Air-gapped DIY Bitcoin Signing Device", - "ecosystem": "Bitcoin", + "ecosystem": [ + "bitcoin" + ], "links": { "web": "https://seedsigner.com/", "github": "https://github.com/SeedSigner/seedsigner", @@ -12328,6 +14030,11 @@ "testnet": false, "mainnet": false }, + "usecases": [ + "wallets" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -12340,7 +14047,7 @@ "id": "seer-sdid", "name": "SEER sdid", "categories": [ - "did" + "applications" ], "description": "Building your own community identity like a brand", "links": { @@ -12350,7 +14057,11 @@ "discord": "https://discord.com/invite/zpy6tXP5Qt", "telegram": "https://t.me/seer_official" }, - "have_token": true, + "have_token": false, + "usecases": [ + "did" + ], + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -12363,12 +14074,14 @@ "id": "semaphore", "name": "semaphore", "categories": [ - "DID" + "applications" ], "description": "Semaphore is a protocol that allows users to prove their membership in a group and transmit anonymous data, such as votes or feedback, without revealing their identities.", "project_status": { "version": "V4-beta", - "live_status": true + "live_status": true, + "mainnet": false, + "testnet": true }, "team": { "anonymous": true @@ -12381,8 +14094,16 @@ "docs": "https://docs.semaphore.pse.dev" }, "technology": { - "type": "zk-kit, circom, snarkjs" + "type": "zk-kit, circom, snarkjs", + "features": [ + "" + ] }, + "usecases": [ + "did" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -12401,6 +14122,11 @@ "links": { "web": "https://www.seneca.tech" }, + "usecases": [ + "infrastructure" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -12413,7 +14139,7 @@ "id": "senging-me", "name": "Senging.me", "categories": [ - "messaging" + "applications" ], "description": "SendingMe is a decentralized and encrypted super-app that combines chat, socializing, and trade, giving you complete control over your social layer.", "team": { @@ -12427,6 +14153,11 @@ "discord": "https://discord.com/invite/J43HGTNeWP", "telegram": "https://t.me/SendingNetworkOfficial" }, + "usecases": [ + "messaging" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -12439,10 +14170,12 @@ "id": "sentinel", "name": "Sentinel", "categories": [ - "vpn" + "applications" ], "description": "A global network of autonomous dVPN applications that enable private and censorship resistant internet access", - "ecosystem": "Cosmos", + "ecosystem": [ + "cosmos" + ], "links": { "web": "https://sentinel.co", "github": "https://github.com/sentinel-official", @@ -12453,7 +14186,7 @@ "team": { "anonymous": true }, - "have_token": true, + "have_token": false, "token_link": "https://coinmarketcap.com/currencies/sentinel/", "project_status": { "live_status": true, @@ -12461,6 +14194,10 @@ "testnet": false, "mainnet": false }, + "usecases": [ + "vpn" + ], + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -12473,7 +14210,7 @@ "id": "serenityshield", "name": "SerenityShield", "categories": [ - "storage" + "applications" ], "description": "The Leading Sensitive Data Storage Solution on Blockchain. Security, Privacy and Digital Rights for Everyone", "team": { @@ -12539,11 +14276,16 @@ "telegram": "https://t.me/SerenityShield" }, "project_status": { - "live_status": "June 2024", + "live_status": true, "version": "tbd", "testnet": false, "mainnet": false }, + "usecases": [ + "storage" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -12556,10 +14298,12 @@ "id": "session", "name": "Session", "categories": [ - "messaging" + "applications" ], "description": "An end-to-end encrypted messenger that minimizes sensitive metadata, designed and built for people who want absolute privacy and freedom from any form of surveillance", - "ecosystem": "Cryptonote", + "ecosystem": [ + "cryptonote" + ], "links": { "web": "https://getsession.org", "github": "https://github.com/oxen-io", @@ -12571,10 +14315,16 @@ "facebook": "https://www.facebook.com/SessionMessenger/" }, "team": { + "anonymous": false, "company": { "link": "https://www.linkedin.com/company/sessionmessenger/people/" } }, + "usecases": [ + "messaging" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -12589,6 +14339,11 @@ "categories": [ "defi" ], + "usecases": [ + "defi" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -12603,6 +14358,11 @@ "categories": [ "defi" ], + "usecases": [ + "defi" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -12617,7 +14377,9 @@ "categories": [ "defi" ], - "ecosystem": "Secret", + "ecosystem": [ + "secret" + ], "tokens": [ { "name": "Shade Protocol", @@ -12652,10 +14414,6 @@ "blockchain_features": { "p2p": false, "encryption": "TEE", - "upgradability": { - "enabled": true, - "type": "multisig" - }, "opensource": true, "viewing_key": true, "dissapearing_tx": false, @@ -12692,7 +14450,7 @@ "storage": { "decentralized": true }, - "traceability": { + "tracebility": { "tracked_data": "user SCRT adress", "kyc": false, "sign_in_type_requirments": "wallet" @@ -12713,13 +14471,15 @@ ], "social_trust": "Slabs ( MRSINGER )", "technical_spof": "Can decrypt", - "history": { - "title": "Mainet", - "event_type": "launch", - "description": "Airdrop", - "time": "Feb 21, 2022", - "link": "https://shadeprotocol.io/blog/shade-protocol-claim-tutorial" - }, + "history": [ + { + "title": "Mainet", + "event_type": "launch", + "description": "Airdrop", + "time": "Feb 21, 2022", + "link": "https://shadeprotocol.io/blog/shade-protocol-claim-tutorial" + } + ], "client_diversability": [ { "name": "Keplr", @@ -12744,6 +14504,10 @@ "testnet": false, "mainnet": true }, + "usecases": [ + "defi" + ], + "have_token": false, "logos": [ { "file": "logo.png", @@ -12756,17 +14520,22 @@ "id": "shinobi", "name": "Shinobi", "categories": [ + "defi" + ], + "links": { + "github": "https://github.com/shinobi-protocol", + "docs": "https://docs.sbtc.ninja/", + "whitepaper": "https://www.sbtc.ninja/pdf/whitepaper.pdf", + "blog": "https://medium.com/@ShinobiProtocol", + "twitter": "https://twitter.com/ShinobiProtocol", + "discord": "https://discord.com/invite/wm275b6m8d", + "telegram": "https://t.me/shinobi_protocol" + }, + "usecases": [ "bridge" ], - "links": null, - "web": "https://www.sbtc.ninja/", - "github": "https://github.com/shinobi-protocol", - "docs": "https://docs.sbtc.ninja/", - "whitepaper": "https://www.sbtc.ninja/pdf/whitepaper.pdf", - "blog": "https://medium.com/@ShinobiProtocol", - "twitter": "https://twitter.com/ShinobiProtocol", - "discord": "https://discord.com/invite/wm275b6m8d", - "telegram": "https://t.me/shinobi_protocol", + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -12779,7 +14548,7 @@ "id": "sia", "name": "Sia", "categories": [ - "storage" + "applications" ], "description": "Decentralized data storage", "team": { @@ -12849,6 +14618,11 @@ "testnet": true, "mainnet": true }, + "usecases": [ + "storage" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -12863,7 +14637,9 @@ "categories": [ "defi" ], - "ecosystem": "Secret", + "ecosystem": [ + "cecret" + ], "tokens": [ { "name": "Sienna Network", @@ -12899,10 +14675,6 @@ "blockchain_features": { "p2p": false, "encryption": "TEE", - "upgradability": { - "enabled": true, - "type": "DAO" - }, "opensource": true, "viewing_key": true, "dissapearing_tx": false, @@ -12925,7 +14697,7 @@ "storage": { "decentralized": true }, - "traceability": { + "tracebility": { "tracked_data": "user SCRT adress", "kyc": false, "sign_in_type_requirments": "wallet" @@ -12941,13 +14713,15 @@ ], "social_trust": "Slabs ( MRSINGER )", "technical_spof": "Can decrypt", - "history": { - "title": "Mainet", - "event_type": "launch", - "description": "V1", - "time": "October 2021", - "link": "https://docs.scrt.network/secret-network-documentation/overview-ecosystem-and-technology/secret-network-overview/history" - }, + "history": [ + { + "title": "Mainet", + "event_type": "launch", + "description": "V1", + "time": "October 2021", + "link": "https://docs.scrt.network/secret-network-documentation/overview-ecosystem-and-technology/secret-network-overview/history" + } + ], "client_diversability": [ { "name": "Keplr", @@ -12972,6 +14746,10 @@ "testnet": false, "mainnet": true }, + "usecases": [ + "defi" + ], + "have_token": false, "logos": [ { "file": "logo.png", @@ -12984,7 +14762,7 @@ "id": "sigle", "name": "Sigle", "categories": [ - "dapps" + "applications" ], "description": "Secured and open-source writing platform for web3 content creators, NFT projects, crypto analysts", "links": { @@ -12996,6 +14774,11 @@ "twitter": "https://x.com/sigleapp", "discord": "https://discord.com/invite/X2Dbz3xbrs" }, + "usecases": [ + "dapps" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -13008,7 +14791,7 @@ "id": "silent-data", "name": "Silent Data", "categories": [ - "dapps" + "applications" ], "description": "Verify web2 Data in web3 Applications.", "links": { @@ -13018,6 +14801,11 @@ "twitter": "https://x.com/SilentDataApp", "discord": "https://discord.com/invite/5Dg57zStXG" }, + "usecases": [ + "dapps" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -13032,7 +14820,9 @@ "categories": [ "defi" ], - "ecosystem": "Ethereum", + "ecosystem": [ + "ethereum" + ], "description": "Silent Protocol is the first protocol enabling compliant full-stack privacy for smart contract assets and web3 applications at scale.", "links": { "web": "https://www.silentprotocol.org/" @@ -13040,6 +14830,11 @@ "team": { "anonymous": true }, + "usecases": [ + "defi" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -13052,20 +14847,19 @@ "id": "silk", "name": "SILK", "categories": [ - "currency" + "defi" ], "description": "Private Over-Collateralized Anti-inflationary Stable Coin", "technology": { + "features": [ + "" + ], "type": "TEE", "name": "Trusted execution environment" }, "blockchain_features": { "p2p": false, "encryption": "TEE", - "upgradability": { - "enabled": true, - "type": "multisig" - }, "opensource": true, "viewing_key": true, "dissapearing_tx": false, @@ -13081,7 +14875,7 @@ "storage": { "decentralized": true }, - "traceability": { + "tracebility": { "kyc": false, "sign_in_type_requirments": "wallet" }, @@ -13095,12 +14889,18 @@ "testnet": false, "mainnet": true }, - "ecosystem": "Secret Network", + "ecosystem": [ + "secret-network" + ], "links": { "web": "https://app.shadeprotocol.io/silk", "github": "https://github.com/securesecrets/shade", "twitter": "https://x.com/Silk_Stable" }, + "usecases": [ + "currency" + ], + "have_token": false, "logos": [ { "file": "logo.png", @@ -13113,7 +14913,7 @@ "id": "sirius-sync", "name": "Sirius Sync", "categories": [ - "dapps" + "applications" ], "description": "Web3 Social Ecosystem", "links": { @@ -13123,6 +14923,11 @@ "twitter": "https://x.com/siriussyncrealm", "telegram": "https://t.me/siriussynccommunity" }, + "usecases": [ + "dapps" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -13135,7 +14940,7 @@ "id": "sismo", "name": "Sismo", "categories": [ - "did" + "applications" ], "description": "a modular protocol issuing ZK Badges for reputation portability and aggregation", "links": { @@ -13146,7 +14951,11 @@ "twitter": "https://x.com/sismo_eth", "discord": "https://discord.com/invite/xKTMeRUX6u" }, - "have_token": true, + "have_token": false, + "usecases": [ + "did" + ], + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -13159,7 +14968,7 @@ "id": "skiff-drive", "name": "Skiff Drive", "categories": [ - "storage" + "applications" ], "description": "Secure file storage", "links": { @@ -13167,6 +14976,11 @@ "github": "https://github.com/skiff-org" }, "sunset": true, + "usecases": [ + "storage" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -13179,13 +14993,18 @@ "id": "skiff-pages", "name": "Skiff Pages", "categories": [ - "dapps" + "applications" ], "description": "Private, End-to-End Encrypted Notes", "links": { "web": "https://skiff.com/pages", "github": "https://github.com/skiff-org" }, + "usecases": [ + "dapps" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -13198,7 +15017,7 @@ "id": "skiff", "name": "Skiff", "categories": [ - "dapps" + "applications" ], "description": "Web3 email, drive, and docs", "links": { @@ -13208,6 +15027,11 @@ "docs": "https://skiff.com/skiff-crypto/", "twitter": "https://x.com/skiffprivacy" }, + "usecases": [ + "dapps" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -13220,7 +15044,7 @@ "id": "skynet", "name": "SkyNet", "categories": [ - "storage" + "applications" ], "description": "an open protocol for hosting data and web applications on the decentralized web using Sia", "links": { @@ -13228,6 +15052,11 @@ "github": "https://github.com/SkynetLabs" }, "sunset": true, + "usecases": [ + "storage" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -13240,7 +15069,7 @@ "id": "slashags", "name": "Slashags", "categories": [ - "did" + "applications" ], "description": "Slashtags gives developers tools to build secure and scalable peer-to-peer applications that put users in control of their profiles, contacts, accounts, and data", "links": { @@ -13251,7 +15080,11 @@ "discord": "https://discord.com/invite/DxTBJXvJxn", "telegram": "https://t.me/slashtags" }, - "have_token": true, + "have_token": false, + "usecases": [ + "did" + ], + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -13264,7 +15097,7 @@ "id": "socialkyc", "name": "socialKYC", "categories": [ - "kyc" + "applications" ], "description": "Your decentralized social credentials", "team": { @@ -13276,6 +15109,11 @@ "blog": "https://medium.com/kilt-protocol/announcing-socialkyc-built-on-kilt-65a29a974d07", "twitter": "https://x.com/social_kyc" }, + "usecases": [ + "kyc-solution" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -13288,7 +15126,7 @@ "id": "sociogram", "name": "Sociogram", "categories": [ - "dapps" + "applications" ], "description": "Web3Social Media focused on privacy.", "links": { @@ -13299,6 +15137,11 @@ "discord": "https://discord.com/invite/kufW7ZfjeD", "telegram": "https://t.me/sociogram_channel" }, + "usecases": [ + "dapps" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -13311,14 +15154,18 @@ "id": "solar-labs", "name": "Solar labs", "categories": [ - "vpn" + "applications" ], "description": "World’s first truly decentralized blockchain-based VPN service.", "links": { "web": "https://solarlabs.ee", "twitter": "https://twitter.com/solardvpn" }, - "have_token": true, + "have_token": false, + "usecases": [ + "vpn" + ], + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -13331,10 +15178,12 @@ "id": "sons-of-crypto", "name": "Sons of Crypto", "categories": [ - "wallets" + "applications" ], "description": "Web3 wallet by degens for degens", - "ecosystem": "multichain", + "ecosystem": [ + "multichain" + ], "links": { "web": "https://sonsofcrypto.com/", "github": "https://github.com/sonsofcrypto", @@ -13347,10 +15196,15 @@ }, "project_status": { "live_status": true, - "version": null, + "version": "", "testnet": false, "mainnet": false }, + "usecases": [ + "wallets" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -13363,10 +15217,12 @@ "id": "sparrow", "name": "Sparrow", "categories": [ - "wallets" + "applications" ], "description": "A Bitcoin wallet for those who value financial self-sovereignty", - "ecosystem": "Bitcoin", + "ecosystem": [ + "bitcoin" + ], "links": { "web": "https://sparrowwallet.com/", "github": "https://github.com/sparrowwallet/sparrow", @@ -13385,10 +15241,14 @@ }, "project_status": { "live_status": true, - "version": null, "testnet": false, "mainnet": false }, + "usecases": [ + "wallets" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -13401,7 +15261,7 @@ "id": "speak-app", "name": "Speak app", "categories": [ - "messaging" + "applications" ], "description": "No phone number. No email address. Speakapp is a simple, and secure web3 messenger", "team": { @@ -13412,6 +15272,11 @@ "blog": "https://blog.speakapp.me/", "twitter": "https://twitter.com/speakappme" }, + "usecases": [ + "messaging" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -13424,13 +15289,18 @@ "id": "speakeasy", "name": "Speakeasy", "categories": [ - "messaging" + "applications" ], "description": "Speak easily to a group of friends or a global community. Talk about what you want. Surveillance free. Censorship proof", "links": { "web": "https://alpha.speakeasy.tech", "twitter": "https://x.com/speakeasy_tech" }, + "usecases": [ + "messaging" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -13443,10 +15313,12 @@ "id": "specter-diy", "name": "Specter-DIY", "categories": [ - "wallets" + "applications" ], "description": "DIY airgapped hardware wallet that uses QR codes for communication with the host", - "ecosystem": "Bitcoin", + "ecosystem": [ + "bitcoin" + ], "links": { "web": "https://specter.solutions/hardware", "github": "https://github.com/cryptoadvance/specter-diy/" @@ -13454,6 +15326,11 @@ "team": { "anonymous": false }, + "usecases": [ + "wallets" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -13466,7 +15343,7 @@ "id": "sphereon-wallet", "name": "Sphereon Wallet", "categories": [ - "wallets" + "applications" ], "description": "The Sphereon Wallet enables you to store your own private data and gives you full and sole control over whom you want to share your information with", "links": { @@ -13476,6 +15353,11 @@ "team": { "anonymous": true }, + "usecases": [ + "wallets" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -13488,7 +15370,7 @@ "id": "sphereon", "name": "Sphereon", "categories": [ - "wallets" + "applications" ], "description": "The Sphereon Wallet enables you to store your own private data and gives you full and sole control over whom you want to share your information with", "links": { @@ -13497,6 +15379,11 @@ "team": { "anonymous": true }, + "usecases": [ + "wallets" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -13508,7 +15395,9 @@ { "id": "spillways", "name": "Spillways", - "categories": "mixing-service", + "categories": [ + "applications" + ], "description": "Mixer enables fast, secure, and private transactions in crypto by obscuring the source and destination of funds", "team": { "anonymous": false @@ -13536,6 +15425,11 @@ "testnet": false, "mainnet": true }, + "usecases": [ + "mixing-service" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -13550,6 +15444,11 @@ "categories": [ "defi" ], + "usecases": [ + "defi" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -13562,7 +15461,7 @@ "id": "spkz", "name": "SPKZ", "categories": [ - "dapps" + "applications" ], "description": "The first fully decentralized web3 community/chat platform.", "links": { @@ -13572,6 +15471,11 @@ "blog": "https://medium.com/arianee/why-we-are-building-spkz-c856e251c899", "twitter": "https://x.com/SPKZ_io" }, + "usecases": [ + "dapps" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -13584,13 +15488,18 @@ "id": "spoc", "name": "Spoc", "categories": [ - "data-management" + "applications" ], "description": "A privacy system that enables DaaS and creates balance between business CRM and how individuals control & manage data", "links": { "web": "https://spoc.com/", "twitter": "https://x.com/SPOCme" }, + "usecases": [ + "data-management" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -13603,12 +15512,17 @@ "id": "spook", "name": "Spook", "categories": [ - "rpc" + "infrastructure" ], "description": "Mixing service using the Nym network to anonymize Ethereum RPC calls.", "links": { "web": "https://github.com/EdenBlockVC/spook" }, + "usecases": [ + "rpc-provider" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -13621,7 +15535,7 @@ "id": "sporran", "name": "Sporran", "categories": [ - "wallets" + "applications" ], "description": "The Sporran wallet is a browser extension that provides a gateway to the KILT blockchain identity protocol and Web3 services", "links": { @@ -13631,6 +15545,11 @@ "team": { "anonymous": true }, + "usecases": [ + "wallets" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -13643,7 +15562,7 @@ "id": "spruce", "name": "Spruce", "categories": [ - "did" + "applications" ], "description": "open-source stack to leave control of identity and data where it should be: with users", "links": { @@ -13654,7 +15573,11 @@ "twitter": "https://x.com/SpruceID", "discord": "https://discord.com/invite/KmQeRhQPYh" }, - "have_token": true, + "have_token": false, + "usecases": [ + "did" + ], + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -13667,10 +15590,12 @@ "id": "starkex", "name": "StarkEX", "categories": [ - "layer-2" + "infrastructure" ], "description": "A Layer-2 scalability engine, live on Ethereum Mainnet ✨️ZK", - "ecosystem": "Ethereum", + "ecosystem": [ + "ethereum" + ], "links": { "web": "https://starkware.co/starkex/", "github": "https://github.com/starkware-libs/starkex-resources", @@ -13684,6 +15609,11 @@ "link": "https://starkware.co/about-us/" } }, + "usecases": [ + "eth-layer-2" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -13696,10 +15626,12 @@ "id": "starshell", "name": "Starshell", "categories": [ - "wallets" + "applications" ], "description": "A privacy-preserving, free and open-source Web3 wallet built for the Secret Network and Cosmos ecosystem", - "ecosystem": "multichain", + "ecosystem": [ + "multichain" + ], "links": { "web": "https://starshell.net/", "github": "https://github.com/SolarRepublic" @@ -13707,6 +15639,11 @@ "team": { "anonymous": false }, + "usecases": [ + "wallets" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -13719,7 +15656,7 @@ "id": "start9", "name": "Start9", "categories": [ - "node" + "infrastructure" ], "description": "Sovereign computing for a free future.", "team": { @@ -13738,6 +15675,11 @@ "testnet": false, "mainnet": true }, + "usecases": [ + "node" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -13750,7 +15692,7 @@ "id": "stashh", "name": "Stashh", "categories": [ - "nft" + "applications" ], "description": "Explore the worlds first marketplace for NFTs with privacy by default and unlock their hidden data", "links": { @@ -13769,6 +15711,10 @@ }, "have_token": false, "sunset": false, + "usecases": [ + "nft-community" + ], + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -13781,7 +15727,7 @@ "id": "status-web3-browser", "name": "Status Web3 Browser", "categories": [ - "browser" + "applications" ], "description": "Access the latest defi dapps, exchanges, marketplaces, games and more with the Web3 Browser", "links": { @@ -13791,6 +15737,11 @@ "twitter": "https://twitter.com/ethstatus", "facebook": "https://www.facebook.com/ethstatus/about" }, + "usecases": [ + "browser" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -13803,7 +15754,7 @@ "id": "status", "name": "Status", "categories": [ - "messaging" + "social-and-communications" ], "description": "Status is a secure messaging app, crypto wallet, and Web3 browser built with state of the art technology", "team": { @@ -13816,6 +15767,11 @@ "blog": "https://status.app/blog", "twitter": "https://twitter.com/ethstatus" }, + "usecases": [ + "messaging" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -13828,13 +15784,18 @@ "id": "stealthdrop", "name": "Stealthdrop", "categories": [ - "dapps" + "applications" ], "description": "Anonymous Airdrops using ZK-SNARKS ✨️**ZK**", "links": { "web": "https://stealthdrop.xyz", "github": "https://github.com/stealthdrop/stealthdrop" }, + "usecases": [ + "dapps" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -13849,6 +15810,11 @@ "categories": [ "defi" ], + "usecases": [ + "defi" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -13861,7 +15827,7 @@ "id": "stereum", "name": "Stereum", "categories": [ - "node" + "infrastructure" ], "description": "Graphical tool for installing Ethereum clients on a remote server via SSH connection with a simple setup guide, phone app for remote monitoring, control center and other features", "team": { @@ -13879,6 +15845,11 @@ "testnet": true, "mainnet": true }, + "usecases": [ + "node" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -13891,7 +15862,7 @@ "id": "storj", "name": "Storj", "categories": [ - "storage" + "applications" ], "description": "globally distributed network for data storage with better security, privacy, and durability with CDN-like performance", "team": { @@ -13911,6 +15882,11 @@ "testnet": false, "mainnet": true }, + "usecases": [ + "storage" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -13930,12 +15906,16 @@ "web": "https://suterusu.io", "github": "https://github.com/suterusu-team" }, - "have_token": true, + "have_token": false, "tokens": [ { "symbol": "SUTER" } ], + "usecases": [ + "infrastructure" + ], + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -13948,7 +15928,7 @@ "id": "swarm", "name": "Swarm", "categories": [ - "storage" + "applications" ], "description": "A decentralized data storage and distribution technology. Ready to power the next generation of censorship-resistant, unstoppable, serverless dApps", "team": { @@ -13969,7 +15949,7 @@ "testnet": true, "mainnet": true }, - "have_token": true, + "have_token": false, "token_link": "https://etherscan.io/token/0x19062190b1925b5b6689d7073fdfc8c2976ef8cb", "tokens": [ { @@ -13979,6 +15959,10 @@ "contract_address": "0x19062190B1925b5b6689D7073fDfC8c2976EF8Cb" } ], + "usecases": [ + "storage" + ], + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -13991,7 +15975,7 @@ "id": "synx", "name": "Synx", "categories": [ - "storage" + "applications" ], "description": "The Web3 storage platform", "team": { @@ -14007,6 +15991,11 @@ "testnet": false, "mainnet": true }, + "usecases": [ + "storage" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -14019,7 +16008,7 @@ "id": "tails-os", "name": "TAILS OS", "categories": [ - "os" + "applications" ], "description": "Tails is a portable operating system that protects your privacy and helps you avoid censorship", "team": { @@ -14033,10 +16022,15 @@ }, "project_status": { "live_status": true, - "version": 6.3, + "version": "6.3", "testnet": false, "mainnet": false }, + "usecases": [ + "operation-systems" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -14049,7 +16043,7 @@ "id": "telebridge", "name": "Hype (formerly known as TeleBridge)", "categories": [ - "mixing-service" + "applications" ], "description": "Hype is the first Telegram-based bot that can be used to mix your ETH, clean your wallets and bridge anonymously.", "team": { @@ -14061,6 +16055,11 @@ "twitter": "https://x.com/TelebridgeERC", "telegram": "https://t.me/TeleBridgingBot" }, + "usecases": [ + "mixing-service" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -14073,13 +16072,18 @@ "id": "telios", "name": "Telios", "categories": [ - "dapps" + "applications" ], "description": "Secure Communication with Encrypted Data and Email", "links": { "web": "https://www.telios.io", "github": "https://github.com/Telios-org" }, + "usecases": [ + "dapps" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -14092,7 +16096,7 @@ "id": "the-anon-club", "name": "The Anon Club", "categories": [ - "nft" + "applications" ], "description": "World's first privacy-focused digital collectibles.", "links": { @@ -14100,6 +16104,11 @@ "twitter": "https://x.com/theanonclub" }, "sunset": true, + "usecases": [ + "nft-community" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -14122,6 +16131,11 @@ "web": "https://farcaster.dev/", "github": "https://github.com/farcaster-project" }, + "usecases": [ + "infrastructure" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -14134,7 +16148,7 @@ "id": "timpi", "name": "Timpi", "categories": [ - "dapps" + "applications" ], "description": "Decentralized Search Engine & Index", "links": { @@ -14145,6 +16159,11 @@ "discord": "https://discord.com/invite/wGRm9c7JE2", "telegram": "https://t.me/TimpiMe" }, + "usecases": [ + "dapps" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -14157,7 +16176,7 @@ "id": "tlsnotary", "name": "TLSNotary", "categories": [ - "dapps" + "applications" ], "description": "Proof of data authenticity", "links": { @@ -14168,6 +16187,11 @@ "twitter": "https://x.com/tlsnotary", "discord": "https://discord.com/invite/9XwESXtcN7" }, + "usecases": [ + "dapps" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -14187,12 +16211,16 @@ "web": "https://tomochain.com/tomop", "github": "https://github.com/tomochain/tomop" }, - "have_token": true, + "have_token": false, "tokens": [ { "symbol": "TOMO" } ], + "usecases": [ + "infrastructure" + ], + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -14216,7 +16244,7 @@ "github": "https://github.com/Tonnel-Network/core", "twitter": "https://twitter.com/tonnel_network" }, - "have_token": true, + "have_token": false, "tokens": [ { "symbol": "$TONNEL" @@ -14228,6 +16256,10 @@ "testnet": true, "mainnet": false }, + "usecases": [ + "infrastructure" + ], + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -14240,7 +16272,7 @@ "id": "tornadocash", "name": "TornadoCash", "categories": [ - "mixing-service" + "applications" ], "description": "an open source, non-custodial, fully decentralized cryptocurrency tumbler that runs on Ethereum Virtual Machine-compatible networks", "team": { @@ -14260,6 +16292,11 @@ "testnet": true, "mainnet": true }, + "usecases": [ + "mixing-service" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -14272,7 +16309,7 @@ "id": "transferchain", "name": "TransferChain", "categories": [ - "storage" + "applications" ], "description": "Enables users to store, process, and share their data while ensuring its privacy and security", "team": { @@ -14291,6 +16328,11 @@ "testnet": false, "mainnet": true }, + "usecases": [ + "storage" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -14303,10 +16345,12 @@ "id": "treasure-chest", "name": "Treasure Chest", "categories": [ - "wallets" + "applications" ], "description": "Treasure Chest is the main full node wallet for the ARRR cryptocurrency", - "ecosystem": "Pirate Chain", + "ecosystem": [ + "pirate-chain" + ], "links": { "web": "https://pirate.black/wallets/treasure-chest/", "github": "https://github.com/PirateNetwork/PirateWallet-Lite" @@ -14314,6 +16358,11 @@ "team": { "anonymous": true }, + "usecases": [ + "wallets" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -14326,7 +16375,7 @@ "id": "trivium", "name": "Trivium", "categories": [ - "rd" + "infrastructure" ], "description": "Provides validator services to several networks, and develops privacy-preserving dApps", "links": { @@ -14337,6 +16386,11 @@ "discord": "https://discord.com/invite/tZj7ZhhdP5", "telegram": "https://t.me/TriviumNode" }, + "usecases": [ + "research-and-development" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -14359,6 +16413,11 @@ "web": "https://trocador.app", "docs": "https://trocador.app/en/docs/" }, + "usecases": [ + "infrastructure" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -14371,7 +16430,7 @@ "id": "truezk", "name": "TrueZK", "categories": [ - "layer-2" + "infrastructure" ], "description": "Post-Quantum ZK Rollup as a service x private DIDs", "links": { @@ -14381,6 +16440,11 @@ "twitter": "https://x.com/True_ZK", "telegram": "https://t.me/truezk" }, + "usecases": [ + "eth-layer-2" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -14393,7 +16457,7 @@ "id": "tusima", "name": "Tusima", "categories": [ - "layer-2" + "infrastructure" ], "description": "Privacy Financial Infrastructure For Blockchain", "links": { @@ -14405,6 +16469,11 @@ "discord": "https://discord.com/invite/tusimanetwork", "telegram": "https://t.me/tusimaofficial" }, + "usecases": [ + "eth-layer-2" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -14419,6 +16488,11 @@ "categories": [ "defi" ], + "usecases": [ + "defi" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -14431,13 +16505,18 @@ "id": "unijoin", "name": "UniJoin", "categories": [ - "mixing-service" + "applications" ], "description": "help you regain and maintain your anonymity by mixing your cryptos in a pool using CoinJoin technology", "links": { "web": "https://unijoin.io" }, "sunset": true, + "usecases": [ + "mixing-service" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -14450,7 +16529,7 @@ "id": "universal-privacy-alliance", "name": "Universal Privacy Alliance", "categories": [ - "alliances" + "social-and-communications" ], "description": "seeks to advance the understanding of privacy as the very basis of free and flourishing digital societies", "links": { @@ -14458,6 +16537,11 @@ "blog": "https://nymtech.medium.com/press-release-universal-privacy-alliance-launches-privacy-legal-defence-fund-at-devcon-c80af393ab11", "twitter": "https://twitter.com/priv_alliance" }, + "usecases": [ + "alliances" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -14470,7 +16554,7 @@ "id": "universal-reputation", "name": "Universal Reputation", "categories": [ - "did" + "applications" ], "description": "a private and non-repudiable reputation system", "links": { @@ -14482,7 +16566,11 @@ "twitter": "https://x.com/UniRep_protocol", "discord": "https://discord.com/invite/VzMMDJmYc5" }, - "have_token": true, + "have_token": false, + "usecases": [ + "did" + ], + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -14503,7 +16591,7 @@ "blog": "https://unova.io/blog/", "whitepaper": "https://unova.io/wp-content/uploads/2022/06/whitepaper-UNOVA-V1.0-1.pdf" }, - "have_token": true, + "have_token": false, "tokens": [ { "symbol": "UON" @@ -14515,6 +16603,10 @@ "testnet": true, "mainnet": true }, + "usecases": [ + "infrastructure" + ], + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -14533,7 +16625,11 @@ "links": { "web": "https://u.is/en/" }, - "have_token": true, + "have_token": false, + "usecases": [ + "infrastructure" + ], + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -14546,14 +16642,18 @@ "id": "valid-id", "name": "Valid.id", "categories": [ - "did" + "applications" ], "description": "Build the root of trust for your entity in a way that is both cryptographic and legally binding", "links": { "web": "https://valid3.id", "docs": "https://valid3.id/tutorial/" }, - "have_token": true, + "have_token": false, + "usecases": [ + "did" + ], + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -14569,24 +16669,32 @@ "infrastructure" ], "description": "An Off-chain secure communication protocol with deniability via ZKP (Ring Signature)", - "team": [ - { - "name": "Shawn Chang", - "role": "Founder & CEO" - }, - { - "name": "Ming Xu", - "role": "COO" - }, - { - "name": "cybernaut.eth", - "role": "CTO" - } - ], + "team": { + "anonymous": false, + "teammembers": [ + { + "name": "Shawn Chang", + "role": "Founder & CEO" + }, + { + "name": "Ming Xu", + "role": "COO" + }, + { + "name": "cybernaut.eth", + "role": "CTO" + } + ] + }, "links": { "web": "https://hardenedvault.net/blog/2021-06-02-vault1317-thesis/", "github": "https://github.com/hardenedvault/vault1317" }, + "usecases": [ + "infrastructure" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -14602,16 +16710,19 @@ "infrastructure" ], "description": "Verida is a multi-chain protocol for interoperable database storage and messaging built on decentralized identity where personal data is owned and controlled by users", - "team": [ - { - "name": "Chris Were", - "role": "Co-Founder & CEO" - }, - { - "name": "Ryan Kris", - "role": "Co-Founder & COO" - } - ], + "team": { + "anonymous": false, + "teammembers": [ + { + "name": "Chris Were", + "role": "Co-Founder & CEO" + }, + { + "name": "Ryan Kris", + "role": "Co-Founder & COO" + } + ] + }, "links": { "web": "https://www.verida.io", "github": "https://github.com/verida/", @@ -14626,6 +16737,11 @@ "testnet": true, "mainnet": true }, + "usecases": [ + "infrastructure" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -14638,10 +16754,12 @@ "id": "verusid", "name": "VerusID", "categories": [ - "did" + "applications" ], "description": "for self-sovereign individuals, and conscious organizations that value their data", - "ecosystem": "multichain", + "ecosystem": [ + "multichain" + ], "links": { "web": "https://verus.io/verusid", "github": "https://github.com/VerusCoin", @@ -14655,12 +16773,17 @@ "telegram": "https://t.me/veruscommunity" }, "team": { + "anonymous": false, "company": { "link": "https://verus.io/people" } }, - "have_token": true, + "have_token": false, "token_link": "https://coinmarketcap.com/it/currencies/veruscoin/", + "usecases": [ + "did" + ], + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -14673,13 +16796,18 @@ "id": "void-protocol", "name": "Void protocol", "categories": [ - "mixing-service" + "applications" ], "description": "Void protocol gives users control over financial anonymity, as a non-custodial opt-in financial privacy service", "links": { "web": "https://protocolvoid.gitbook.io/void-protocol/" }, "sunset": true, + "usecases": [ + "mixing-service" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -14692,7 +16820,7 @@ "id": "vult", "name": "vult", "categories": [ - "storage" + "applications" ], "description": "Your private cloud", "team": { @@ -14710,6 +16838,11 @@ "testnet": false, "mainnet": true }, + "usecases": [ + "storage" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -14722,7 +16855,7 @@ "id": "vup", "name": "VUP", "categories": [ - "storage" + "applications" ], "description": "Private and decentralized cloud storage", "team": { @@ -14740,6 +16873,11 @@ "testnet": false, "mainnet": true }, + "usecases": [ + "storage" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -14752,10 +16890,10 @@ "id": "waku", "name": "Waku", "categories": [ - "messaging" + "applications" ], "ecosystem": [ - "Ethereum" + "ethereum" ], "description": "the communication layer for Web3. Decentralized communication that scales", "team": { @@ -14769,7 +16907,7 @@ "blog": "https://blog.waku.org", "twitter": "https://x.com/waku_org", "discord": "https://discord.waku.org", - "farcaster": "@waku" + "farcaster": "https://farcaster/waku" }, "project_status": { "live_status": true, @@ -14777,10 +16915,14 @@ "testnet": true, "mainnet": false }, - "licenses": "Apache 2.0 and MIT", - "traceability": { + "tracebility": { "kyc": false }, + "usecases": [ + "messaging" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -14793,10 +16935,12 @@ "id": "wasabi-wallet", "name": "Wasabi Wallet", "categories": [ - "wallets" + "applications" ], "description": "Open-source, non-custodial Bitcoin Wallet for desktop", - "ecosystem": "Bitcoin", + "ecosystem": [ + "bitcoin" + ], "links": { "web": "https://wasabiwallet.io/", "github": "https://github.com/zkSNACKs/WalletWasabi" @@ -14804,6 +16948,11 @@ "team": { "anonymous": true }, + "usecases": [ + "wallets" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -14816,12 +16965,17 @@ "id": "weavemail", "name": "Weavemail", "categories": [ - "dapps" + "applications" ], "description": "The mail that cannot be lost, censored, or read by Google: Weavemail is mail that you own", "links": { "web": "https://docs.arweave.org/info/tools/weavemail" }, + "usecases": [ + "dapps" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -14834,10 +16988,12 @@ "id": "web3id", "name": "Web3ID", "categories": [ - "did" + "applications" ], "description": "Privacy-preserving user verification for Web3", - "ecosystem": "multichain", + "ecosystem": [ + "multichain" + ], "links": { "web": "https://www.dock.io/web3id", "github": "https://github.com/docknetwork", @@ -14849,12 +17005,17 @@ "telegram": "https://t.me/dockio" }, "team": { + "anonymous": false, "company": { "link": "https://www.dock.io/verifiable-credentials-company" } }, - "have_token": true, + "have_token": false, "token_link": "https://coinmarketcap.com/it/currencies/dock/", + "usecases": [ + "did" + ], + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -14869,7 +17030,9 @@ "categories": [ "defi" ], - "ecosystem": "Tangle", + "ecosystem": [ + "tangle" + ], "description": "an interoperable private bridge", "technology": { "type": "zk", @@ -14884,11 +17047,18 @@ }, "project_status": { "live_status": false, - "beta": true + "beta": true, + "mainnet": false, + "testnet": false }, "team": { "anonymous": true }, + "usecases": [ + "defi" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -14901,16 +17071,21 @@ "id": "whirlpool", "name": "Whirlpool", "categories": [ - "mixing-service" + "applications" ], "description": "Break the link your coins leave behind with built-in CoinJoin available on any platform", - "sunset": true + "sunset": true, + "usecases": [ + "mixing-service" + ], + "have_token": false, + "third_party_dependency": false }, { "id": "whonix", "name": "Whonix", "categories": [ - "os" + "applications" ], "description": "Software designed to preserve privacy and anonymity by helping users run applications anonymously. Whonix™ can be installed on Windows, macOS, Linux, and Qubes", "team": { @@ -14931,6 +17106,11 @@ "testnet": false, "mainnet": false }, + "usecases": [ + "operation-systems" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -14943,7 +17123,7 @@ "id": "wiremin", "name": "WireMin", "categories": [ - "dapps" + "applications" ], "description": "A decentralized social network.", "links": { @@ -14952,6 +17132,11 @@ "twitter": "https://x.com/WireMin", "facebook": "https://www.facebook.com/WireMinApp/" }, + "usecases": [ + "dapps" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -14964,10 +17149,12 @@ "id": "wownero", "name": "Wownero", "categories": [ - "currency" + "defi" ], "description": "Privacy-respecting memecoin, no pre-mine, no dev tax, software fork of Monero with fixed supply of 184 million coins", - "ecosystem": "Wownero", + "ecosystem": [ + "wownero" + ], "product_launch_day": "01 April 2018", "project_type": "Memecoin", "technology": { @@ -14982,7 +17169,8 @@ }, "blockchain_features": { "p2p": true, - "network": "Dandelion++, RandomX PoW (lite variant)" + "network": "Dandelion++, RandomX PoW (lite variant)", + "opensource": false }, "links": { "web": "https://wownero.org", @@ -14999,8 +17187,7 @@ "anonymous": true }, "licences": "MIT License", - "traceability": { - "tracked_data": "None", + "tracebility": { "kyc": false }, "compliance": "We will not comply", @@ -15013,8 +17200,14 @@ "project_status": { "live_status": true, "version": "v0.11.1.0", - "mainnet": true + "mainnet": true, + "testnet": false }, + "usecases": [ + "currency" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -15027,11 +17220,18 @@ "id": "x-cash", "name": "x-cash", "categories": [ - "currency" + "defi" ], "description": "Web3’s Private Public Computing Platform", - "ecosystem": "xcash", - "project_status": "Mainnet", + "ecosystem": [ + "xcash" + ], + "project_status": { + "version": "Mainnet", + "live_status": true, + "mainnet": true, + "testnet": false + }, "links": { "web": "https://xcash.tech", "github": "https://github.com/X-CASH-official", @@ -15041,8 +17241,13 @@ "discord": "https://discord.com/invite/4CAahnd" }, "team": { - "anonymous": "No" + "anonymous": false }, + "usecases": [ + "currency" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -15057,7 +17262,9 @@ "categories": [ "defi" ], - "ecosystem": "Automata", + "ecosystem": [ + "automata" + ], "description": "A MEV Minimization solution to survive the Dark Forest", "links": { "web": "https://www.xata.fi/", @@ -15066,6 +17273,11 @@ "team": { "anonymous": true }, + "usecases": [ + "defi" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -15078,7 +17290,7 @@ "id": "xmtp-x-lens", "name": "XMTP x Lens", "categories": [ - "messaging" + "social-and-communications" ], "description": "Lens Protocol has adopted XMTP to provide a secure and private direct messaging layer for the entire Lens ecosystem", "team": { @@ -15099,6 +17311,11 @@ "testnet": true, "mainnet": true }, + "usecases": [ + "messaging" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -15111,7 +17328,7 @@ "id": "xx-messenger", "name": "xx messenger", "categories": [ - "messaging" + "social-and-communications" ], "description": "An ultra-private messaging app, powered by the quantum-resistant and decentralized xx network", "team": { @@ -15133,6 +17350,11 @@ "testnet": true, "mainnet": true }, + "usecases": [ + "messaging" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -15155,7 +17377,7 @@ "docs": "https://blockchainapi.xx.network/", "twitter": "https://twitter.com/xx_network" }, - "have_token": true, + "have_token": false, "tokens": [ { "symbol": "XX" @@ -15167,6 +17389,10 @@ "testnet": true, "mainnet": true }, + "usecases": [ + "infrastructure" + ], + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -15180,22 +17406,35 @@ "name": "Yellow Submarine", "categories": [ "defi" - ] + ], + "usecases": [ + "defi" + ], + "have_token": false, + "third_party_dependency": false }, { "id": "ywallet", "name": "YWallet", "categories": [ - "wallets" + "applications" ], "description": "YWallet is a privacy-oriented wallet and messenger for Ycash and Zcash.", - "ecosystem": "Ycash, Zcash", + "ecosystem": [ + "ycash", + "zcash" + ], "links": { "web": "https://ywallet.app/" }, "team": { "anonymous": true }, + "usecases": [ + "wallets" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -15208,10 +17447,12 @@ "id": "zano", "name": "Zano", "categories": [ - "currency" + "defi" ], "description": "A scalable and secure coin, with confidential assets support", - "ecosystem": "Zano", + "ecosystem": [ + "zano" + ], "project_status": { "live_status": true, "version": "Mainnet", @@ -15231,6 +17472,11 @@ "team": { "anonymous": false }, + "usecases": [ + "currency" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -15243,14 +17489,7 @@ "id": "zcash", "name": "Zcash", "categories": [ - "currency" - ], - "token": [ - { - "name": "Zcash", - "symbol": "ZEC", - "network": "Zcash" - } + "defi" ], "description": "A simple, secure digital currency that protects your privacy. For everyday purchases, sending money to a friend, and your favorite crypto applications, too.", "project_type": "transaction", @@ -15275,10 +17514,6 @@ "p2p": true, "encryption": "zksnark", "network": "Zcash", - "upgradability": { - "enabled": true, - "type": "halo2" - }, "opensource": true, "viewing_key": true, "dissapearing_tx": false, @@ -15296,20 +17531,9 @@ "privacy_policy": { "defined": false }, - "team": [ - { - "name": null, - "role": null - } - ], "storage": { "decentralized": true }, - "tracebility": { - "tracked_data": "Transparent Pool", - "kyc": false, - "sign_in_type_requirments": "wallet" - }, "third_party_dependency": false, "compliance": false, "audits": [ @@ -15329,15 +17553,15 @@ "time": "Jan 30, 2019" } ], - "social_trust": null, - "technical_spof": null, - "history": { - "title": "Mainet", - "event_type": "launch", - "description": "Genesis block", - "time": "Oct 28, 2016", - "link": "https://www.coindesk.com/markets/2016/10/28/with-zcash-launch-blockchain-enters-the-age-of-anonymity/" - }, + "history": [ + { + "title": "Mainet", + "event_type": "launch", + "description": "Genesis block", + "time": "Oct 28, 2016", + "link": "https://www.coindesk.com/markets/2016/10/28/with-zcash-launch-blockchain-enters-the-age-of-anonymity/" + } + ], "client_diversability": [ { "name": "Zebra", @@ -15349,21 +17573,23 @@ } ], "default_privacy": true, - "funding": [ - { - "name": "DCG", - "type": "Investments", - "link": null, - "value": null, - "time": null - } - ], + "funding": { + "name": "DCG", + "type": "Investments", + "link": "https://zfnd.org/zebra/", + "value": "", + "time": "2024-09-15" + }, "project_status": { "live_status": true, "version": "Mainnet", "testnet": false, "mainnet": true }, + "usecases": [ + "currency" + ], + "have_token": false, "logos": [ { "file": "logo.png", @@ -15376,7 +17602,7 @@ "id": "zcloak", "name": "zCloak", "categories": [ - "did" + "applications" ], "description": "Privacy-first DID and verifiable computation infrastructure", "links": { @@ -15387,7 +17613,11 @@ "twitter": "https://x.com/zcloaknetwork", "discord": "https://discord.com/invite/wcKt6MDRJz" }, - "have_token": true, + "have_token": false, + "usecases": [ + "did" + ], + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -15400,16 +17630,23 @@ "id": "zeal", "name": "Zeal", "categories": [ - "wallets" + "applications" ], "description": "The web3 wallet that defends your crypto and privacy", - "ecosystem": "multichain", + "ecosystem": [ + "multichain" + ], "links": { "web": "https://www.zeal.app/" }, "team": { "anonymous": true }, + "usecases": [ + "wallets" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -15422,10 +17659,12 @@ "id": "zecrey-wallet", "name": "Zecrey Wallet", "categories": [ - "wallets" + "applications" ], "description": "a portal to the new & open Internet. Zecrey is an all-in-one wallet that not only provides a multi-chain layer-1 wallet but also a private cross-chain layer-2 wallet", - "ecosystem": "multichain", + "ecosystem": [ + "multichain" + ], "links": { "web": "https://www.zecrey.com/", "github": "https://github.com/Zecrey-Labs" @@ -15433,6 +17672,11 @@ "team": { "anonymous": true }, + "usecases": [ + "wallets" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -15445,10 +17689,12 @@ "id": "zecrey", "name": "Zecrey", "categories": [ - "layer-2" + "infrastructure" ], "description": "zkRollup basedLayer 2 protocol featuring privacy and scalability", - "ecosystem": "multichain", + "ecosystem": [ + "multichain" + ], "links": { "web": "https://www.zecrey.com", "github": "https://github.com/Zecrey-Labs", @@ -15460,6 +17706,11 @@ "team": { "anonymous": true }, + "usecases": [ + "eth-layer-2" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -15472,10 +17723,12 @@ "id": "zengo", "name": "ZenGo", "categories": [ - "wallets" + "applications" ], "description": "The only self-custodial wallet with no seed phrase vulnerability (shielded transactions)", - "ecosystem": "multichain", + "ecosystem": [ + "multichain" + ], "links": { "web": "https://zengo.com/", "github": "https://github.com/ZenGo-X" @@ -15483,6 +17736,11 @@ "team": { "anonymous": false }, + "usecases": [ + "wallets" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -15495,10 +17753,12 @@ "id": "zephyr-protocol", "name": "Zephyr Protocol", "categories": [ - "currency" + "defi" ], "description": "The Untraceable Stablecoin Protocol", - "ecosystem": "Zephyr", + "ecosystem": [ + "zephyr" + ], "links": { "web": "https://zephyrprotocol.com/", "github": "https://github.com/monero-ecosystem", @@ -15521,6 +17781,7 @@ }, "blockchain_features": { "p2p": true, + "opensource": false, "encryption": "Cryptonote", "data_masking": "Ring signature", "viewing_key": true, @@ -15534,19 +17795,23 @@ "storage": { "decentralized": true }, - "tracebility": { - "kyc": false - }, "project_status": { "live_status": true, "testnet": false, "mainnet": true }, - "audits": { - "name": "Cyberscope", - "link": "https://www.cyberscope.io/audits/coin-zephyr-protocol", - "time": "Apr. 2024" - }, + "audits": [ + { + "name": "Cyberscope", + "link": "https://www.cyberscope.io/audits/coin-zephyr-protocol", + "time": "Apr. 2024" + } + ], + "usecases": [ + "currency" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -15559,13 +17824,17 @@ "id": "zero-knowledge-verifiable-credential", "name": "Zero Knowledge Verifiable Credential", "categories": [ - "did" + "applications" ], "description": "Sketching out verifiable credential selective disclosure presentation on Mina with snarky.js", "links": { "web": "https://github.com/mono-koto/zkcred" }, - "have_token": true, + "have_token": false, + "usecases": [ + "did" + ], + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -15578,7 +17847,7 @@ "id": "zero", "name": "Zero", "categories": [ - "currency" + "defi" ], "description": "Private transactions", "links": { @@ -15593,6 +17862,11 @@ "team": { "anonymous": true }, + "usecases": [ + "currency" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -15605,12 +17879,17 @@ "id": "zerochain", "name": "Zerochain", "categories": [ - "dapps" + "applications" ], "description": "Zerochain is a generic, privacy-protecting layer on top of Substrate.", "links": { "web": "https://layerxcom.github.io/zerochain-book/" }, + "usecases": [ + "dapps" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -15630,6 +17909,11 @@ "web": "https://zeronet.io", "github": "https://github.com/HelloZeroNet/ZeroNet" }, + "usecases": [ + "infrastructure" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -15661,6 +17945,11 @@ "testnet": true, "mainnet": false }, + "usecases": [ + "infrastructure" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -15673,7 +17962,7 @@ "id": "zion", "name": "Zion", "categories": [ - "messaging" + "applications" ], "description": "The Zion app is a peer-governed social network where members are the true owners of their data with BTC lightning integration.", "team": { @@ -15688,6 +17977,11 @@ "twitter": "https://twitter.com/get_Zion", "telegram": "https://t.me/getZION" }, + "usecases": [ + "messaging" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -15699,10 +17993,14 @@ { "id": "zk-kit", "name": "zk-kit", - "categories": "infrastructure", + "categories": [ + "infrastructure" + ], "description": "A set of reusable libraries for zero-knowledge technologies.", "project_status": { - "live_status": true + "live_status": true, + "mainnet": false, + "testnet": false }, "team": { "anonymous": true @@ -15712,8 +18010,16 @@ "web": "https://zkkit.pse.dev/" }, "technology": { - "type": "javascript, circom, solidity, noir" + "type": "javascript, circom, solidity, noir", + "features": [ + "" + ] }, + "usecases": [ + "infrastructure" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -15726,10 +18032,12 @@ "id": "zkchaos", "name": "ZKCHAOS", "categories": [ - "layer-2" + "infrastructure" ], "description": "ZKCHAOS is a layer2-based anonymous transaction protocol, and a fair game platform, which is built to enhance privacy for all kinds of cryptocurrency", - "ecosystem": "TBD", + "ecosystem": [ + "tbd" + ], "links": { "web": "https://www.zkchaos.com", "github": "https://github.com/zkchaos", @@ -15737,6 +18045,11 @@ "twitter": "https://x.com/zkchaos2020", "telegram": "https://t.me/zkchaos" }, + "usecases": [ + "eth-layer-2" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -15749,10 +18062,12 @@ "id": "zkcloud", "name": "ZkCloud", "categories": [ - "computing-network" + "infrastructure" ], "description": "Decentralized, Private Computing.", - "ecosystem": "Aleo", + "ecosystem": [ + "aleo" + ], "links": { "web": "https://aleo.academy/ecosystem/aleo-toolkit/zkcloud/" }, @@ -15762,6 +18077,11 @@ "link": "https://www.linkedin.com/search/results/people/?currentCompany=%5B%2242785598%22%5D&origin=COMPANY_PAGE_CANNED_SEARCH&sid=6tr" } }, + "usecases": [ + "computing" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -15774,13 +18094,18 @@ "id": "zkmaps", "name": "ZkMaps", "categories": [ - "dapps" + "applications" ], "description": "Protecting users location with ZK proofs", "links": { "web": "https://gitcoin.co/grants/5781/zkmaps-proof-of-location", "github": "https://github.com/zkMaps" }, + "usecases": [ + "dapps" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -15795,6 +18120,11 @@ "categories": [ "defi" ], + "usecases": [ + "defi" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -15807,7 +18137,7 @@ "id": "zkpass", "name": "zkPass", "categories": [ - "did" + "applications" ], "description": "Protocol for Private Data based on MPC, ZKP, 3P-TLS", "links": { @@ -15819,7 +18149,11 @@ "twitter": "https://x.com/zkPass", "discord": "https://discord.com/invite/zkpass" }, - "have_token": true, + "have_token": false, + "usecases": [ + "did" + ], + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -15834,6 +18168,11 @@ "categories": [ "defi" ], + "usecases": [ + "defi" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -15848,6 +18187,11 @@ "categories": [ "defi" ], + "usecases": [ + "defi" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -15860,7 +18204,7 @@ "id": "zoci", "name": "Zoci", "categories": [ - "rpc" + "infrastructure" ], "description": "Private RPC services", "links": { @@ -15871,7 +18215,7 @@ "discord": "https://discord.com/invite/vv3HXAVmMq", "telegram": "https://t.me/zoci_io" }, - "have_token": true, + "have_token": false, "token_link": "https://arbiscan.io/token/0x45d780CfE839b8a8f292C9E26aa5D1805bc536dc", "tokens": [ { @@ -15881,6 +18225,10 @@ "contract_address": "0x45d780cfe839b8a8f292c9e26aa5d1805bc536dc" } ], + "usecases": [ + "rpc-provider" + ], + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -15893,10 +18241,12 @@ "id": "zoker", "name": "Zoker", "categories": [ - "wallets" + "applications" ], "description": "The foremost ZK-based Wallet in Web3", - "ecosystem": "multichain", + "ecosystem": [ + "multichain" + ], "links": { "web": "https://zoker.tech/", "docs": "https://zoker.tech/wp.pdf" @@ -15904,6 +18254,11 @@ "team": { "anonymous": true }, + "usecases": [ + "wallets" + ], + "have_token": false, + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -15916,7 +18271,7 @@ "id": "zus", "name": "Züs", "categories": [ - "storage" + "applications" ], "description": "A high-performance storage network powering limitless applications", "team": { @@ -15939,7 +18294,7 @@ "testnet": false, "mainnet": true }, - "have_token": true, + "have_token": false, "token_link": "https://etherscan.io/token/0xb9ef770b6a5e12e45983c5d80545258aa38f3b78", "tokens": [ { @@ -15949,6 +18304,10 @@ "contract_address": "0xb9ef770b6a5e12e45983c5d80545258aa38f3b78" } ], + "usecases": [ + "storage" + ], + "third_party_dependency": false, "logos": [ { "file": "logo.png", @@ -15958,6 +18317,113 @@ ] } ], + "assets": [ + { + "id": "eth", + "name": "Ethereum" + }, + { + "id": "btc", + "name": "Bitcoin" + }, + { + "id": "usdc", + "name": "Coinbase stable" + }, + { + "id": "usdt", + "name": "Tether" + }, + { + "id": "dai", + "name": "MakerDAO stable" + }, + { + "id": "atom", + "name": "Cosmos" + }, + { + "id": "scrt", + "name": "Secret Network" + }, + { + "id": "dot", + "name": "Polkadot" + }, + { + "id": "sol", + "name": "Solana" + }, + { + "id": "zcash", + "name": "Zcash" + }, + { + "id": "xmr", + "name": "Monero" + }, + { + "id": "other", + "name": "Other" + } + ], + "features": [ + { + "id": "no-compliance", + "name": "No compliance" + }, + { + "id": "non-kyc", + "name": "Non-KYC" + }, + { + "id": "private-by-default", + "name": "Private by default" + }, + { + "id": "non-custodial", + "name": "Non custodial" + }, + { + "id": "opensource", + "name": "Opensource" + }, + { + "id": "live-on-mainnet", + "name": "Live on Mainnet" + } + ], + "ecosystems": [ + { + "id": "ethereum", + "name": "Ethereum", + "icon": "https://assets.coingecko.com/coins/images/279/standard/ethereum.png?1696501628" + }, + { + "id": "bitcoin", + "name": "Bitcoin", + "icon": "https://assets.coingecko.com/coins/images/1/standard/bitcoin.png?1696501400" + }, + { + "id": "solana", + "name": "Solana", + "icon": "https://assets.coingecko.com/coins/images/4128/standard/solana.png?1718769756" + }, + { + "id": "cosmos", + "name": "Cosmos", + "icon": "https://assets.coingecko.com/coins/images/1481/standard/cosmos_hub.png?1696502525" + }, + { + "id": "monero", + "name": "Monero", + "icon": "https://assets.coingecko.com/coins/images/69/standard/monero_logo.png?1696501460" + }, + { + "id": "other", + "name": "Other" + } + ], "usecases": [ { "id": "wallets", @@ -16067,10 +18533,6 @@ "id": "events", "name": "Events" }, - { - "id": "fhe encryption", - "name": "FHE encryption" - }, { "id": "ai", "name": "AI (Artificial Inteligence)" @@ -16084,155 +18546,6 @@ "name": "Other" } ], - "project_phase": [ - { - "id": "mainnet", - "name": "Mainnet" - }, - { - "id": "testnet", - "name": "Testnet" - }, - { - "id": "alpha", - "name": "Alpha" - }, - { - "id": "beta", - "name": "Beta" - }, - { - "id": "mvp", - "name": "MVP" - } - ], - "asset_custody_type": [ - { - "id": "non-custody", - "name": "Non-custody" - } - ], - "sign_in_type_requirments": [ - { - "id": "wallet", - "name": "Wallet" - }, - { - "id": "email", - "name": "Email" - }, - { - "id": "seed", - "name": "Seed" - } - ], - "assets": [ - { - "id": "eth", - "name": "Ethereum" - }, - { - "id": "btc", - "name": "Bitcoin" - }, - { - "id": "usdc", - "name": "Coinbase stable" - }, - { - "id": "usdt", - "name": "Tether" - }, - { - "id": "dai", - "name": "MakerDAO stable" - }, - { - "id": "atom", - "name": "Cosmos" - }, - { - "id": "scrt", - "name": "Secret Network" - }, - { - "id": "dot", - "name": "Polkadot" - }, - { - "id": "sol", - "name": "Solana" - }, - { - "id": "zcash", - "name": "Zcash" - }, - { - "id": "xmr", - "name": "Monero" - }, - { - "id": "other", - "name": "Other" - } - ], - "features": [ - { - "id": "no-compliance", - "name": "No compliance" - }, - { - "id": "non-kyc", - "name": "Non-KYC" - }, - { - "id": "private-by-default", - "name": "Private by default" - }, - { - "id": "non-custodial", - "name": "Non custodial" - }, - { - "id": "opensource", - "name": "Opensource" - }, - { - "id": "live-on-mainnet", - "name": "Live on Mainnet" - } - ], - "ecosystems": [ - { - "id": "ethereum", - "name": "Ethereum", - "icon": "https://assets.coingecko.com/coins/images/279/standard/ethereum.png?1696501628" - }, - { - "id": "bitcoin", - "name": "Bitcoin", - "icon": "https://assets.coingecko.com/coins/images/1/standard/bitcoin.png?1696501400" - }, - { - "id": "solana", - "name": "Solana", - "icon": "https://assets.coingecko.com/coins/images/4128/standard/solana.png?1718769756" - }, - { - "id": "cosmos", - "name": "Cosmos", - "icon": "https://assets.coingecko.com/coins/images/1481/standard/cosmos_hub.png?1696502525" - }, - { - "id": "monero", - "name": "Monero", - "icon": "https://assets.coingecko.com/coins/images/69/standard/monero_logo.png?1696501460" - }, - { - "id": "other", - "name": "Other" - } - ], "ranks": [ { "id": "openess", @@ -16289,7 +18602,7 @@ { "field": "links.telegram", "label": { - "name": "Telegram", + "name": "Twitter", "positive": "Link", "negative": "Not available" }, @@ -16443,7 +18756,7 @@ "points": 10 }, { - "field": "traceability.kyc", + "field": "tracebility.kyc", "label": { "name": "KYC", "positive": "No", diff --git a/types/project.ts b/types/project.ts index f8fc6ae..d5aa58f 100644 --- a/types/project.ts +++ b/types/project.ts @@ -11,7 +11,7 @@ export interface Project { ecosystem?: string[] product_readiness?: string security?: string - have_token?: boolean + have_token: boolean token_link?: string assets_used?: string[] tokens?: { @@ -57,44 +57,44 @@ export interface Project { [k: string]: unknown } blockchain_features?: { - p2p?: boolean + p2p: boolean encryption?: string network?: string upgradability?: { - enabled?: boolean + enabled: boolean type?: string admin_keys?: string [k: string]: unknown } [k: string]: unknown opensource: boolean - viewing_key?: boolean - dissapearing_tx?: boolean + viewing_key: boolean + dissapearing_tx: boolean frontend_anonymity?: string identity_integration?: null - connected_tx?: boolean - revealed_recipient?: boolean - revealed_sender?: boolean - revealed_ammount?: boolean + connected_tx: boolean + revealed_recipient: boolean + revealed_sender: boolean + revealed_ammount: boolean reversability_condition?: string data_masking?: string asset_custody_type?: string } licences?: string - privacy_policy?: { - defined?: boolean + privacy_policy: { + defined: boolean link?: string data_usage?: string [k: string]: unknown } team?: Team storage?: { - decentralized?: boolean + decentralized: boolean [k: string]: unknown } tracebility?: { tracked_data?: string - kyc?: boolean + kyc: boolean sign_in_type_requirments?: string[] [k: string]: unknown } @@ -115,10 +115,10 @@ export interface Project { default_privacy?: boolean funding?: Fund[] project_status?: { - live_status?: boolean + live_status: boolean version?: string - testnet?: boolean - mainnet?: boolean + testnet: boolean + mainnet: boolean [k: string]: unknown } logos?: {