// system_docs
HOW IT
WORKS
// score_protocol
Activity Score
Every wallet in the ETH Cali dataset gets an activity score based on their on-chain actions. The score is calculated the same way across all supported chains.
// score formula
score = (native_tx × 1) + (token_tx × 2) + (volume_usd / 100) + (contracts × 3)
1 pt
each
Native Transaction
2 pts
each
Token Transfer
1 pt
per $100
Token Volume
3 pts
each
Contract Deployed
// metric_definitions
What Each Metric Means
Direct on-chain transactions using the chain's native token (ETH, MATIC, xDAI…). This includes sending tokens, calling contracts, and any other transaction that costs gas and is signed by your wallet.
Example: Sending ETH to a friend, swapping on a DEX, deploying a contract.
Transfer events emitted by ERC-20 token contracts. Each time a token moves between wallets — through a swap, transfer, or DeFi protocol — it generates one or more token transfer events.
Example: Swapping USDC for ETH on Uniswap creates 2 token transfers. Bridging creates additional events.
Total USD value of ERC-20 token transfers associated with your address. This includes both tokens sent and received, and covers stablecoins, wrapped assets, and DeFi tokens. Native ETH value is tracked separately through Txns.
Example: Sending $500 USDC + receiving $490 WETH in a swap = ~$990 volume.
Number of smart contracts you have deployed on-chain. Deploying a contract is a strong signal of builder activity and contributes 3× more to your score than a standard transaction.
Example: Deploying a token, an NFT contract, or a multisig all count as 1 contract each.
Composite score calculated from all four metrics using the formula above. Scores are accumulated across all chains when viewing the "All" tab. The top 30 scores on Base are eligible for the ETH Cali OG NFT.
Example: 100 Txns + 50 Token Txns + $5,000 volume + 2 contracts = 100 + 100 + 50 + 6 = 256 pts
// data_source
All metrics are computed by Dune Analyticsqueries running over indexed on-chain data. The leaderboard is refreshed periodically. Data is all-time (from each wallet's first transaction to now).
The wallet dataset is built from holders of ETH Cali POAPs and NFTs — events, workshops, and activations organised by the ETH Cali community in Colombia.