Agent Attestation
Is this address a verified IronBridge member?
Paste any wallet address. Your browser checks its Dog Tag membership directly on Base L2 and against IronBridge's gate — keyless, and re-walkable by anyone. Trust no one; recompute it yourself.
What this attests: on-chain ownership of the IronBridge Dog Tag (a soulbound membership NFT on Base L2), plus the current gate tier. It is re-verifiable by anyone with only the address — no account, no key, no trust in IronBridge.
What it does not attest: off-chain behavior. IronBridge's public LAW-25 chain records decisions as a hash-linked ledger; it does not yet attribute per-agent action history to a wallet, so this page never claims "N verified actions." When that ships, it will appear here — verifiably, or not at all.
# recompute the membership check yourself — no IronBridge involved:
curl -s https://mainnet.base.org -X POST -H 'content-type: application/json' \
--data '{"jsonrpc":"2.0","id":1,"method":"eth_call","params":[{"to":"0x22E51B8D191D0e853fAfb41cF1480A0533f1365e","data":"0x70a08231000000000000000000000000<ADDR>"},"latest"]}'
# → nonzero balance = holds the Dog Tag. Contract is public; anyone can re-run this.