ZKScore is the industry-standard reputation platform bringing the reputation markets onchain and powering the majority of decentralized finance.
ZKScore delivers unparalleled reputation infrastructure with cutting-edge features designed for the modern DeFi ecosystem.
Prove your reputation without revealing sensitive transaction details. Our ZK-circuits ensure complete privacy while maintaining verifiability.
Build your reputation across multiple blockchains. Support for Ethereum, Base, Polygon, Arbitrum, and more coming soon.
Integrate reputation scoring into your dApp with our comprehensive SDK. Simple APIs, detailed documentation, and code examples.
Monitor reputation metrics in real-time with our advanced analytics dashboard. Track trends, patterns, and user behaviors.
All reputation data is stored on-chain with IPFS backup. No central authority controls your reputation history.
Earn badges and achievements for DeFi activities. Gamified reputation building with NFT rewards and special recognition.
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).
Trade on decentralized exchanges to build trading reputation.
Supply liquidity and borrow assets responsibly.
Stake tokens and participate in network security.
Provide liquidity to earn fees and build reputation.
Participate in protocol governance and voting.
Older wallets demonstrate long-term commitment to DeFi.
Move assets across different blockchain networks.
Trade NFTs and participate in digital asset markets.
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.
Get started with just 3 lines of code. Our SDK handles all the complexity behind the scenes.
Zero-knowledge proofs ensure user privacy while providing verifiable reputation scores.
Get live reputation scores with automatic updates as users interact with protocols.
Works across 8+ blockchain networks with unified API endpoints.
Set your own score requirements for lending, trading, and other DeFi activities.
Complete documentation with examples for React, Node.js, and smart contracts.
npm install @zkscore/sdk
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 privacy-preserving proof const proof = await zkscore.generateProof({ statement: 'creditScore >= 600', userAddress: walletAddress }); // Verify proof on-chain const isValid = await contract.verifyProof(proof);
Stay updated with the latest developments in decentralized reputation
The most advanced decentralized reputation protocol is now live across 15+ blockchains.
Aave, Compound, and MakerDAO integrate ZKScore for undercollateralized lending.
Led by Andreessen Horowitz to accelerate global adoption of decentralized reputation.
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.
Your score is calculated based on your on-chain activities including lending behavior, trading volume, staking participation, and overall DeFi engagement across multiple chains.
Yes, ZKScore uses zero-knowledge proofs to verify your creditworthiness without revealing your specific transaction details or financial information.
ZKScore supports Ethereum, Polygon, Arbitrum, Optimism, Base, BNB Chain, Avalanche, and more chains being added regularly.
ZKScore goes beyond simple verification to provide a comprehensive, behavioral reputation system that's programmable, cross-chain, and privacy-first.
A numerical score derived from real on-chain actions (transfers, swaps, borrow/repay, staking), updated daily.
Partners can gate LTV, fees, limits by verifying "score ≥ T" on-chain (ZK threshold proof), no PII.
One ID (home chain), index all EVM chains daily in batch, publish a single epoch root on the home chain.
Pairwise per-app identifiers + on-chain commitments, not raw scores.
Every score change ties back to scored events (1–10 per event) with anti-gaming (dust floors, repetition dampening).
Audited by multiple security firms with a $10M bug bounty program ensuring protocol safety.