Skip to content

Integration: Combine Tanuki ZKP scoring with behavioral reputation signals #1

Description

@jacobsd32-cpu

Congratulations on the ETHGlobal Tokyo win — the ZKP-based wallet scoring approach is really elegant.

Observation

Tanuki and DJD Agent Score are solving overlapping problems from different angles:

Tanuki DJD Agent Score
Approach ZKP trustless on-chain reads API-based behavioral analysis
Trust model Fully trustless (ZK proofs) Verifiable (ECDSA-signed attestations, ERC-8004 on-chain)
Scoring Modular score providers 5 fixed dimensions (0-100 composite)
Chains Multi-chain (Polygon, Scroll, Mantle, Taiko) Base L2 primary
Status Hackathon prototype Production API (live on Fly.dev)

Potential synergy

DJD could consume Tanuki's ZKP-verified scores as an additional signal in our scoring engine. Specifically:

  1. Tanuki as an Identity signal — ZKP-verified on-chain activity from chains DJD doesn't directly index could feed into our Identity dimension scoring.

  2. DJD as a Tanuki score provider — DJD's behavioral analysis (sybil detection, gaming detection, balance trajectory) could be exposed as a Tanuki ScoreProvider contract, giving Tanuki users access to behavioral signals alongside raw on-chain reads.

  3. Complementary trust layers — Tanuki proves what you hold, DJD analyzes how you behave. Together they cover the full spectrum from credentials to conduct.

DJD's current approach

We score wallets on Base across 5 dimensions:

  • Identity: Multi-chain attestations via InsumerAPI (ENS, stETH, governance tokens)
  • Behavior: Transaction frequency, diversity, gas efficiency
  • Reliability: Balance stability, payment consistency
  • Viability: Balance trajectory, longevity
  • Capability: Contract interactions, DeFi protocol usage

Live example:

curl https://djd-agent-score.fly.dev/score/basic/0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045

Would love to explore what an integration could look like. Is the project still active?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions