Need Sepolia ETH? Get some from the Superchain faucet 💦.
#2308
Open Builder Score (aggregate)
0x9bba0ee6d4f74ab182e84e86c5c873ac5a37ef97f98ff7750f5dec7c3ac1edc7
Overview
Code Sample
Created:
08/05/2026 6:28:20 pm (2 hours ago)
Revocable Attestations:
Yes
Attestation Count:
0 attestations onchain
0 attestations offchain
Decoded Schema:
string
spec_version
address
wallet
address[]
extra_wallets
bytes[]
ownership_proofs
bytes
recipient_ownership_proof
uint64
proofs_issued_at
string
github_handle
uint16
score
uint64
computed_at
uint64
block_number
string
verify_url
string[]
badges
Description:
Aggregate multi-wallet Builder Score from Open Builder Score, by Talent Protocol. The score is computed in the browser from public data and can be recomputed by anyone. extra_wallets holds the other wallets in the aggregate, and ownership_proofs[i] is an EIP-712 WalletOwnership signature by extra_wallets[i] binding it to this recipient wallet and scan, so the wallet set is checkable without trusting us. Any wallet in the set may send the attestation - the sender needs no stored proof, since EAS itself records it as the attester. recipient_ownership_proof holds the recipient's proof when an extra wallet sends instead, so exactly one proof slot across the record is empty: the sender's. proofs_issued_at is the shared EIP-712 anchor every proof binds to. verify_url opens the verification view for this wallet - what was verified, not a fresh scoring run. It is keyed on the recipient wallet rather than this attestation UID because EAS hashes both the record data and the block timestamp into the UID, so an attestation can never contain a link to itself. badges lists zero-point achievements earned at scan time: they never affect the score, and two of them rest on dated Talent Protocol exports with no permissionless source, so a verifier can re-derive some and only echo the rest. App: https://talentprotocol.com
Raw Schema:
string spec_version,address wallet,address[] extra_wallets,bytes[] ownership_proofs,bytes recipient_ownership_proof,uint64 proofs_issued_at,string github_handle,uint16 score,uint64 computed_at,uint64 block_number,string verify_url,string[] badges
Schemas define the structure and type of data that can be included in an attestation. Learn More About Schemas.