Data as of Sep 20, 2026 · Based on 28 AI responses from ChatGPT Search and Google AI Mode · See how Parse measures this
Brands AI recommends here
Named in 79% of answers
Named in 57% of answers
Named in 46% of answers
Named in 39% of answers
For your use case, I’d separate **DeFi credit/reputation scoring** from **decentralized identity/Sybil scoring**. They answer different questions, and combining them is generally more useful than treating one score as a universal “user value” metric. | Platform | What it scores | API / integration | Fit for…
For your use case, I’d separate DeFi credit/reputation scoring from decentralized identity/Sybil scoring. They answer different questions, and combining them is generally more useful than treating one score as a universal “user value” metric.
| Platform | What it scores | API / integration | Fit for multi-protocol lending |
|---|---|---|---|
| ChainScore | Borrowing/repayment history, liquidation risk, wallet/DeFi behavior | REST API, webhooks, OpenAPI; 7+ EVM networks plus Solana | Strong for lending-specific underwriting |
| ZentraScore | On-chain credit behavior across 18+ DeFi protocols | REST API + JS/TS, Python and Go SDKs | Strong for broad protocol coverage |
| ChainAware | Trust/risk score using transaction flows, fraud probability and social signals | Enterprise REST API | Useful when fraud + reputation matter |
| Human Passport | Humanity, Sybil resistance, verified credentials and on-chain activity | Stamps API v2, Models API, on-chain contracts | Strong for identity resolution / Sybil filtering, less specifically credit |
| Cred Protocol | Lending history and borrower behavior | API-oriented scoring | Relevant for cross-protocol lending history |
ChainScore currently advertises a 300–850 borrower score, calibrated default probability, liquidation backtesting, provenance/versioning, data-completeness indicators and monitoring webhooks. Its stated coverage includes Aave and Compound data and multiple EVM networks.
ZentraScore's documentation says its API indexes behavior across 18+ DeFi protocols, provides REST endpoints and SDKs, and can expose scores to lending contracts, risk systems and UIs.
ChainAware offers an enterprise API returning a 1–9 crypto trust/risk score combining on-chain inflow/outflow behavior, fraud probability and social-graph signals; its documented API is currently Ethereum-focused.
For the decentralized identity component, Human Passport is particularly relevant. Its Stamps API v2 provides scores and underlying credential data, while its Models API can classify an EVM address based on on-chain behavior without requiring the wallet owner to create a Passport. Passport also supports on-chain access to score/Stamp information.
Rather than creating a single opaque “high-value user” score, use separate signals:
wallet/address → identity resolution → lending history → risk/reputation → user-controlled segmentation
For example:
That preserves the distinction between “this wallet appears to represent a unique/verified participant” and “this wallet has a particular lending-risk history.” Human Passport explicitly supports both Stamps-based composite scores and targeted individual verifications, so it can also be used when you need stronger identity guarantees rather than merely a behavioral score.
One important caveat: if “high-value user targeting” means profiling individuals for marketing, don't assume that a public wallet address makes every inferred attribute fair game for targeting. I'd design the system around wallet-level behavioral signals, documented purposes, applicable privacy/consumer-protection requirements, and user consent where appropriate, rather than trying to deanonymize people.
If you tell me which chains/protocols you need (e.g. Ethereum + Arbitrum + Base, Aave + Morpho + Compound), I can compare these APIs specifically on coverage, latency, pricing, score methodology, historical data, webhooks, and implementation effort.
For a growth team targeting high-value users across decentralized lending markets (like Aave, Compound, or Morpho), you need infrastructure that translates raw transactional data—borrowing history, liquidation risks, debt-to-collateral ratios, and multi-chain liquidity behavior—into production-ready, low-latency…
For a growth team targeting high-value users across decentralized lending markets (like Aave, Compound, or Morpho), you need infrastructure that translates raw transactional data—borrowing history, liquidation risks, debt-to-collateral ratios, and multi-chain liquidity behavior—into production-ready, low-latency APIs.
The most robust and production-ready on-chain reputation and credit-scoring APIs suited for high-value user targeting include the following top platforms:
Cred Protocol offers enterprise-grade credit scoring and reporting APIs specifically built for high-throughput production environments. It aggregates data across more than 10 EVM chains (including Ethereum, Base, Arbitrum, Optimism, and Polygon) to score over 300 million addresses.
Spectral Finance pioneered programmable creditworthiness in Web3 via its MACRO Score . It maps out a comprehensive on-chain transactional graph to evaluate a wallet's overall credit risk.
If your growth definition of a "high-value user" expands past pure capital into Sybil resistance, governance participation, and cross-app footprint, the Passport XYZ Scorer API is the industry standard.
If you'd like to narrow this down, tell me:
I can help outline the optimal API integration strategy for your team.
If the goal is **cross-protocol lending intelligence**, I’d separate “decentralized identity” from “on-chain credit/reputation scoring.” The strongest API-oriented candidates I found are: Platform | What it provides | Multi-protocol / chain coverage | API fit --- | --- | --- | ---
If the goal is cross-protocol lending intelligence, I’d separate “decentralized identity” from “on-chain credit/reputation scoring.” The strongest API-oriented candidates I found are:
| Platform | What it provides | Multi-protocol / chain coverage | API fit |
|---|---|---|---|
| Cred Protocol | Credit score, risk bands, lending/repayment factors, default/liquidation indicators | 300M+ addresses across 10 blockchains | Strong — REST API, webhooks, SDK-oriented integration Cred Protocol |
| Nomis | General on-chain reputation / identity scores based on wallet behavior | Very broad chain/API coverage; its API currently lists many networks and protocols | Strong for behavioral segmentation, less specifically lending-risk focused Nomis Score API Nomis Docs |
| ChainScore | 300–850 lending score, calibrated default probability, factor breakdown, integrity signals | Strongest documented focus on Aave/Compound lending history across several EVM networks | Strong for underwriting/risk, with versioned API and score-change webhooks ChainScore |
| ChainAware | 1–9 crypto trust/credit score combining on-chain flows, fraud probability and social signals | Ethereum according to its current enterprise API docs | Good if fraud/identity signals matter, narrower chain coverage ChainAware |
| CrowdProof | Reputation scores + DID/credentials + ZK proofs | Ethereum, Polygon, Arbitrum, Base, Optimism; indexes Aave, Compound, Maker, Uniswap, Curve, Lido | Interesting for privacy-preserving identity, especially if you want users to prove reputation without exposing their history CrowdProof Docs CrowdProof |
| Blocrate | Portable 0–900 credit passport based on lending history | Claims coverage across major lending protocols including Aave, Morpho, Maple and Compound | Promising for portable lending reputation, but appears to be partner/onboarding oriented rather than an openly documented API Blocrate |
For a growth/segmentation use case, Nomis is particularly relevant because its stated product is an on-chain identity/reputation layer and its scoring API can retrieve wallet scores across a large set of networks.
For actual lending behavior, Cred Protocol and ChainScore expose more directly relevant signals: repayment history, liquidations, lending activity, asset holdings and related risk factors.
For privacy-preserving identity, CrowdProof is differentiated because it combines reputation with decentralized identifiers and zero-knowledge proofs, allowing a protocol to verify a reputation threshold without necessarily receiving the underlying transaction history.
One important caveat: if “high-value user targeting” means identifying individual wallet owners or combining wallet activity with off-chain personal identities for marketing, I'd design the system around consent, pseudonymous wallet IDs, and purpose limitation rather than treating an on-chain score as permission to profile a person. A reputation score can be useful for cohorting wallets without requiring you to deanonymize them.
Practical shortlist:
If you tell me which chains/protocols you need (e.g. Ethereum + Arbitrum + Base, Aave + Morpho + Compound), I can compare their API endpoints, scoring inputs, latency, pricing, chain coverage, and licensing/marketing-use restrictions.
For a growth/segmentation use case, Nomis is particularly relevant because its stated product is an on-chain identity/reputation layer and its scoring API can retrieve wallet scores across a large set of networks.
For actual lending behavior, Cred Protocol and ChainScore expose more directly relevant signals: repayment history, liquidations, lending activity, asset holdings and related risk factors.
For privacy-preserving identity, CrowdProof is differentiated because it combines reputation with decentralized identifiers and zero-knowledge proofs, allowing a protocol to verify a reputation threshold without necessarily receiving the underlying transaction history.
One important caveat: if “high-value user targeting” means identifying individual wallet owners or combining wallet activity with off-chain personal identities for marketing, I'd design the system around consent, pseudonymous wallet IDs, and purpose limitation rather than treating an on-chain score as permission to profile a person. A reputation score can be useful for cohorting wallets without requiring you to deanonymize them.
Practical shortlist:
If you tell me which chains/protocols you need (e.g. Ethereum + Arbitrum + Base, Aave + Morpho + Compound), I can compare their API endpoints, scoring inputs, latency, pricing, chain coverage, and licensing/marketing-use restrictions.
For a growth team targeting high-value users based on cross-protocol lending activity, you need APIs that go beyond basic balance checks to ingest behavioral history, leverage depth, liquidation risk, and counterparty…
For a growth team targeting high-value users based on cross-protocol lending activity, you need APIs that go beyond basic balance checks to ingest behavioral history, leverage depth, liquidation risk, and counterparty interactions.
The most robust on-chain reputation and credit-scoring infrastructure providers suited for programmatic wallet analysis include:
To help narrow down the best fit for your stack, could you share:
If the goal is **cross-protocol on-chain reputation and user segmentation**, I’d separate “reputation” from “activity intelligence.” There isn’t one universally accepted credit/reputation score for DeFi wallets. ### Best options Platform | Best for | Reputation / scoring | Cross-chain activity | Fit for lending
If the goal is cross-protocol on-chain reputation and user segmentation, I’d separate “reputation” from “activity intelligence.” There isn’t one universally accepted credit/reputation score for DeFi wallets.
| Platform | Best for | Reputation / scoring | Cross-chain activity | Fit for lending |
|---|---|---|---|---|
| Nansen | Rich wallet intelligence & segmentation | Strong proprietary labels/behavioral signals rather than one universal score | Excellent | Excellent |
| Human Passport (formerly Gitcoin Passport) | Sybil resistance / identity reputation | Native Passport scores based on verifiable credentials/stamps | Good, but not primarily DeFi behavior | Good for identity/risk layer |
| GoldRush (Covalent) | Building your own score | No opinionated reputation score; supplies normalized activity data | Excellent, 100+ chains | Excellent for custom scoring |
| Karma3 Labs | Decentralized reputation primitives | Focused specifically on on-chain reputation/trust | More specialized | Potentially strong, but evaluate API maturity |
Nansen is probably the strongest turnkey choice if your growth team wants to identify sophisticated/high-value wallets. Its API provides wallet/entity labels, related-wallet analysis, counterparties, balances, transactions and behavioral data across many chains; its Smart Money dataset specifically identifies historically high-performing wallets.
Human Passport is better when “reputation” means is this a genuine/unique participant? rather than how valuable is this borrower? Its Scorer API produces scores from verifiable credentials/stamps, and the current API is served through Passport.xyz rather than the old Gitcoin Passport endpoint.
GoldRush is the best foundation if you want to construct a lending-specific score yourself. Its APIs expose normalized balances, transfers, decoded transactions and cross-chain wallet activity; the cross-chain activity endpoint can identify which chains an address has used.
Karma3 Labs is the most conceptually aligned with decentralized reputation: its stated focus is open-web/on-chain reputation and trust rather than merely blockchain analytics. I'd treat it as a specialized reputation primitive and validate current API coverage for the specific lending protocols you care about before making it your core data layer.
Rather than using a generic “high-value user” score, I'd combine:
Passport identity/sybil score → Nansen behavioral enrichment → GoldRush raw activity → your own lending score.
For example, your score could weight repayment history, utilization, liquidation frequency, protocol tenure, collateral quality, cross-protocol consistency, wallet age, and concentration—while keeping marketing segmentation separate from credit/risk decisions.
One important caveat: on-chain activity is pseudonymous, not automatically consent to profiling. If the resulting scores are used to target identifiable people, especially for lending offers or credit decisions, you should establish appropriate consent, privacy, fairness, and applicable financial-regulatory controls rather than treating a wallet address as unrestricted marketing data.
For a growth team targeting high-value users across multiple lending markets, choosing the right on-chain reputation and credit-scoring infrastructure is essential. Rather than relying on raw transaction indexers or building custom heuristics from scratch, specialized oracle and identity scoring platforms ingest…
For a growth team targeting high-value users across multiple lending markets, choosing the right on-chain reputation and credit-scoring infrastructure is essential. Rather than relying on raw transaction indexers or building custom heuristics from scratch, specialized oracle and identity scoring platforms ingest cross-protocol debt positions, liquidation histories, and repayment behaviors to provide production-ready APIs.
The leading platforms providing robust on-chain reputation and credit-scoring APIs tailored for DeFi activity include:
To help narrow down the optimal choice, let me know:
If the goal is **cross-protocol DeFi identity + reputation**, rather than just generic Sybil resistance, I’d shortlist these: - **Human Passport (formerly Gitcoin Passport)** — probably the strongest fit for portable identity. Its API exposes Passport scores and underlying Stamps, and its scoring system can be…
If the goal is cross-protocol DeFi identity + reputation, rather than just generic Sybil resistance, I’d shortlist these:
I'd favor Talent + a dedicated on-chain data/indexing layer, with Human Passport as an identity/Sybil signal. Talent's data-point model is particularly useful because it separates objective, verifiable activity from the scoring system, allowing you to construct your own segments rather than blindly treating a vendor score as "creditworthiness."
One important distinction: reputation ≠ creditworthiness. For high-value lending users, I'd avoid targeting solely from a generalized reputation score. Combine protocol-specific signals—repayment/liquidation history, supplied/borrowed volume, duration of positions, cross-protocol activity—with identity/Sybil signals.
If you tell me which lending protocols/chains you're targeting (e.g. Aave, Morpho, Compound, Spark, Base/Ethereum), I can compare the APIs on coverage, wallet resolution, freshness, scoring methodology, pricing, and developer ergonomics.
For high-value user targeting and tracking activity across multiple lending protocols (like Aave, Compound, Morpho, and Spark), several Web3 infrastructure platforms offer robust, production-ready on-chain reputation and credit-scoring APIs.[](https://credprotocol.com/products/scoring)…
For high-value user targeting and tracking activity across multiple lending protocols (like Aave, Compound, Morpho, and Spark), several Web3 infrastructure platforms offer robust, production-ready on-chain reputation and credit-scoring APIs.
The top platforms providing the most robust APIs for this specific use case include:
Depending on whether you want pure financial credit risk or broader contributor/builder reputation , you can also augment your stack with:
To help narrow down the ideal integration for your team, let me know:
If the goal is **cross-protocol lending activity + wallet-level reputation scoring**, I’d separate the market into purpose-built scoring APIs and decentralized identity/attestation primitives. ### Strongest options Platform | Best for | Cross-protocol lending signals | API/scoring | Decentralization
If the goal is cross-protocol lending activity + wallet-level reputation scoring, I’d separate the market into purpose-built scoring APIs and decentralized identity/attestation primitives.
| Platform | Best for | Cross-protocol lending signals | API/scoring | Decentralization |
|---|---|---|---|---|
| ChainScore | Credit underwriting | Excellent — borrowing, repayment, liquidations | 300–850 credit score, PD, factors, webhooks | Medium |
| zScore / zPass | Growth + wallet targeting | Strong DeFi/transaction behavior | Scores, behavioral tags, ranges, detailed profiles | Medium |
| OpenRank | Composable reputation | Strong for graph-based on-chain reputation | Reputation/ranking APIs | High |
| Human Passport (Gitcoin Passport) | Portable identity + Sybil resistance | Moderate | Customizable scorer + credential API | High |
| Ethereum Attestation Service (EAS) | Building your own reputation layer | Depends on what you attest | Attestation primitives rather than a turnkey score | Very high |
ChainScore is the closest fit if your primary requirement is lending reputation. Its current API turns borrowing/repayment history into a 300–850 score and exposes calibrated default probability, contributing factors, data completeness, model version, and score-change webhooks. It explicitly covers Aave and Compound lending history alongside broader wallet/DeFi activity.
zScore looks particularly interesting for a growth team's targeting workflow because its API includes wallet scores, detailed wallet analysis, behavioral tags, aggregated scores, and—importantly—an endpoint for finding wallets by criteria/ranges.
OpenRank is the better architectural choice if you want reputation to be genuinely composable rather than relying on a vendor's proprietary credit score. Its model is graph-based, using on-chain interactions to derive reputation/ranking signals.
Human Passport is strongest when the problem is "is this a legitimate, unique participant?" rather than "is this borrower financially trustworthy?" It combines credentials into customizable scores and provides API access to Passport/Stamp data.
EAS isn't a scoring vendor; it's infrastructure for issuing and verifying structured attestations. That makes it attractive if you want to build a portable reputation layer where lending protocols can attest to repayment behavior and your own scoring engine combines those attestations.
For your stated use case, I'd use ChainScore + an identity layer, rather than treating decentralized identity and credit scoring as the same problem:
Wallet → cross-protocol activity → lending/repayment score → segmentation → consented targeting
Pair that with Human Passport or EAS for identity/credential portability.
One important caveat: using wallet activity to identify and target "high-value" individuals can become sensitive profiling, particularly if you combine on-chain behavior with off-chain identities. I'd keep the scoring focused on protocol-relevant behavior, minimize linkage to real-world identities, and give users meaningful disclosure/opt-out mechanisms rather than constructing covert individual profiles.
If you want, I can also give you a technical comparison of the APIs (endpoints, chains covered, latency, pricing, SDKs, and sample integration architecture) for the top 5.
For a growth team aiming to track user activity across multiple lending protocols (like Aave, Compound, or Morpho) to identify, qualify, and target high-value wallets, you need infrastructure that evaluates deep financial behavior, liquidity provision, repayment history, and risk profiles rather than just basic…
For a growth team aiming to track user activity across multiple lending protocols (like Aave, Compound, or Morpho) to identify, qualify, and target high-value wallets, you need infrastructure that evaluates deep financial behavior, liquidity provision, repayment history, and risk profiles rather than just basic transaction counts.
Several platforms provide robust on-chain reputation scoring and behavioral analytics APIs tailored for this exact use case:
To help narrow down the right partner for your stack, could you share: