Trust Layer for Capital
Efficiency

ZKScore is the industry-standard reputation platform bringing the reputation markets onchain and powering the majority of decentralized finance.

Create an ID
Trusted by leading protocols
AaveCompoundUniswapMakerDAOYearnCurve

Core Features

ZKScore delivers unparalleled reputation infrastructure with cutting-edge features designed for the modern DeFi ecosystem.

Zero-Knowledge Privacy

Prove your reputation without revealing sensitive transaction details. Our ZK-circuits ensure complete privacy while maintaining verifiability.

Cross-Chain Compatibility

Build your reputation across multiple blockchains. Support for Ethereum, Base, Polygon, Arbitrum, and more coming soon.

Developer-First SDK

Integrate reputation scoring into your dApp with our comprehensive SDK. Simple APIs, detailed documentation, and code examples.

Real-time Analytics

Monitor reputation metrics in real-time with our advanced analytics dashboard. Track trends, patterns, and user behaviors.

Decentralized Storage

All reputation data is stored on-chain with IPFS backup. No central authority controls your reputation history.

Achievement System

Earn badges and achievements for DeFi activities. Gamified reputation building with NFT rewards and special recognition.

Ways to Earn Your Score

Build your reputation through on-chain activities. Each transaction earns small incremental scores (0.5-5 points), while wallet age provides the foundation for your reputation (100 points per year, up to 1000 points).

DEX Trading

Trade on decentralized exchanges to build trading reputation.

UniswapRaydiumJupiter
1.0 score per swap

Lending & Borrowing

Supply liquidity and borrow assets responsibly.

AaveCompoundMorpho
2.0 score per action

Staking

Stake tokens and participate in network security.

LidoRocketPoolCoinbase
2.5 score per stake

Liquidity Provision

Provide liquidity to earn fees and build reputation.

CurveBalancerSushiSwap
4.0 score per LP

Governance

Participate in protocol governance and voting.

SnapshotTallyCompound Gov
5.0 score per vote

Wallet Age

Older wallets demonstrate long-term commitment to DeFi.

Years activeFirst transactionConsistency
100 per year (max 1000)

Bridge Transactions

Move assets across different blockchain networks.

HopAcrossStargate
1.5 score per bridge

NFT Trading

Trade NFTs and participate in digital asset markets.

OpenSeaBlurLooksRare
1.0 score per trade

Easy Integration with ZKScore SDK

Integrate ZKScore into your DeFi protocol with just a few lines of code. Our SDK makes it simple to leverage reputation data for better user experiences.

SDK Features

Simple Integration

Get started with just 3 lines of code. Our SDK handles all the complexity behind the scenes.

Privacy-First

Zero-knowledge proofs ensure user privacy while providing verifiable reputation scores.

Real-time Updates

Get live reputation scores with automatic updates as users interact with protocols.

Multi-Chain Support

Works across 8+ blockchain networks with unified API endpoints.

Customizable Thresholds

Set your own score requirements for lending, trading, and other DeFi activities.

Comprehensive Docs

Complete documentation with examples for React, Node.js, and smart contracts.

Install ZKScore SDK
npm install @zkscore/sdk
Initialize and get user score
import { ZKScore } from '@zkscore/sdk';

const zkscore = new ZKScore({
  apiKey: 'your-api-key',
  network: 'mainnet'
});

const userScore = await zkscore.getScore(userAddress);

// Use score for loan decisions
if (userScore.creditRating > 700) {
  enableUndercollateralizedLoan();
}
Generate ZK Proof
// Generate privacy-preserving proof
const proof = await zkscore.generateProof({
  statement: 'creditScore >= 600',
  userAddress: walletAddress
});

// Verify proof on-chain
const isValid = await contract.verifyProof(proof);

Latest Updates

Stay updated with the latest developments in decentralized reputation

Launch
18/03/20243 min read

ZKScore V3.0 Mainnet Launch

The most advanced decentralized reputation protocol is now live across 15+ blockchains.

Partnership
15/03/20245 min read

Partnership with Leading DeFi Protocols

Aave, Compound, and MakerDAO integrate ZKScore for undercollateralized lending.

Funding
12/03/20244 min read

$50M Series A Funding Round

Led by Andreessen Horowitz to accelerate global adoption of decentralized reputation.

Frequently Asked Questions

What is ZKScore?

ZKScore is a decentralized reputation protocol that allows users to build verifiable credit scores across multiple DeFi protocols while maintaining privacy through zero-knowledge proofs.

How is my score calculated?

Your score is calculated based on your on-chain activities including lending behavior, trading volume, staking participation, and overall DeFi engagement across multiple chains.

Is my data private?

Yes, ZKScore uses zero-knowledge proofs to verify your creditworthiness without revealing your specific transaction details or financial information.

Which chains are supported?

ZKScore supports Ethereum, Polygon, Arbitrum, Optimism, Base, BNB Chain, Avalanche, and more chains being added regularly.

What Makes ZKScore Different

ZKScore goes beyond simple verification to provide a comprehensive, behavioral reputation system that's programmable, cross-chain, and privacy-first.

Behavioral, not just verification

A numerical score derived from real on-chain actions (transfers, swaps, borrow/repay, staking), updated daily.

Programmable in smart contracts

Partners can gate LTV, fees, limits by verifying "score ≥ T" on-chain (ZK threshold proof), no PII.

Cross-chain by design

One ID (home chain), index all EVM chains daily in batch, publish a single epoch root on the home chain.

Privacy-first

Pairwise per-app identifiers + on-chain commitments, not raw scores.

Explainable

Every score change ties back to scored events (1–10 per event) with anti-gaming (dust floors, repetition dampening).

Battle-tested security

Audited by multiple security firms with a $10M bug bounty program ensuring protocol safety.

Trusted by the DeFi Community

125K+
Active Users
$2.4B
Total Volume
23
Protocols
99.9%
Uptime