Skip to main content

Supported Chains

CrowdProof indexes on-chain activity across multiple EVM-compatible networks to build comprehensive reputation profiles.

Production Chains

ChainChain IDStatusScore Categories
Ethereum1ActiveAll categories
Polygon137ActiveAll categories
Arbitrum One42161ActiveAll categories
Optimism10ActiveAll categories
Base8453ActiveDeFi, DEX, NFT

Testnets

ChainChain IDStatusNotes
Sepolia11155111ActiveEthereum testnet
Mumbai80001ActivePolygon testnet
Arbitrum Sepolia421614ActiveArbitrum testnet

DID Registration by Chain

When registering a DID, specify the chainId to indicate the primary chain:

{
"walletAddress": "0x1234...",
"chainId": 1
}

The resulting DID format: did:ethr:<chainId>:<address>

  • Chain ID 1 (default): did:ethr:0x1234...
  • Chain ID 137: did:ethr:137:0x1234...

Cross-Chain Scoring

CrowdProof aggregates activity across all supported chains into a unified score. The same wallet address on different chains contributes to a single reputation profile.

How It Works

  1. Address Linking — DID registration links a wallet address to a unified identity
  2. Multi-Chain Indexing — Indexers monitor all supported chains for the registered address
  3. Score Aggregation — Activity from all chains feeds into category-specific scoring models
  4. Chain Weighting — Higher-value chains (Ethereum mainnet) may carry more weight in confidence calculations

Protocol Coverage

Representative protocols indexed per chain:

Ethereum

Aave V3, Compound V3, Uniswap V3, MakerDAO, Lido, ENS, Nouns DAO

Polygon

Aave V3, QuickSwap, Balancer, Lens Protocol

Arbitrum

GMX, Camelot, Radiant Capital, Pendle

Optimism

Velodrome, Synthetix V3, PoolTogether, Optimism Governance

Base

Aerodrome, BaseSwap, friend.tech

Adding New Chains

New chain support is proposed and voted on through governance. Requirements:

  1. EVM-compatible
  2. Reliable RPC infrastructure
  3. Sufficient DeFi/governance activity to generate meaningful scores
  4. Community demand (governance proposal with quorum)