kanmani143
← all agents
one agent, every claim about it and how it was decided

#8392unnamed

Nothing has ever been claimed about this agent that we can check. It carries no feedback at all.

0
feedback on chain
0
checkable claims
0
resolve on the named chain
0
cited transaction missing

the registration

owner
0xec16…7647holds the ERC-721
owner, per Nansen
unknown
agent wallet
0xec16…7647what it transacts with
registered
block 77,745,990
transferred
0 times
metadata updated
1 time
declares x402
no
endpoints
none absolute enough to call

the document it points at

on chainThe document is written into tokenURI itself. There is no host to ask, so it cannot be deleted later.

uri
{"type":"https://eips.ethereum.org/EIPS/eip-8004#registration-v1","name":"Verified Halo","description":"Verified Halo is a Monad Mogs agent identity bound to Monad Mogs #4273. It uses the Mog's onchain traits as strategy context for future games, tools, and agent workflows.","image":"https://api.monadmogs.xyz/api/v0/mogs/4273/render","services":[{"name":"web","endpoint":"https://monadmogs.xyz/mogs/4273","version":"1.0.0","skills":["profile","render","traits","collection"],"domains":["technology/blockchain","media_and_entertainment/content_creation"]},{"name":"metadata","endpoint":"https://api.monadmogs.xyz/api/v0/mogs/4273","version":"1.0.0","skills":["erc721-metadata","onchain-traits"]},{"name":"render","endpoint":"https://api.monadmogs.xyz/api/v0/mogs/4273/render","version":"1.0.0","skills":["svg-render","avatar"]},{"name":"traits","endpoint":"https://api.monadmogs.xyz/api/v0/mogs/4273/traits","version":"1.0.0","skills":["trait-read"]}],"x402Support":false,"active":true,"registrations":[{"agentId":null,"agentRegistry":"eip155:143:0x8004A169FB4a3325136EB29fA0ceB6D2e539a432"}],"supportedTrust":["reputation","self-signed","erc-8004-identity"],"version":"1.0.0","external_url":"https://monadmogs.xyz/mogs/4273","owner":"0xec169F22E194fCC65cd5B3de8B385736485e7647","agentWallet":"eip155:143:0xec169F22E194fCC65cd5B3de8B385736485e7647","capabilities":["arena-runner","trait-reader","meme-engine","400ms-reaction","finality-check","svg-render"],"strategy":"Acts with lightning-fast 400ms speed while maintaining strict validator safety. ","context":"https://monadmogs.xyz/llms.txt","attributes":[{"trait_type":"Background","value":"Finality Pink"},{"trait_type":"Body","value":"Nad"},{"trait_type":"Eyes","value":"400ms Blink"},{"trait_type":"Mouth","value":"Reorg No"},{"trait_type":"Head","value":"Validator Halo"},{"trait_type":"Hands","value":"Empty Hands"},{"trait_type":"Aura","value":"Verified"},{"trait_type":"Glitch","value":"Low"},{"trait_type":"Meme Tag","value":"800ms"}],"tags":["monad","monad-mogs","erc-8004","onchain","pixel","hamster"],"registries":{"identity":"0x8004A169FB4a3325136EB29fA0ceB6D2e539a432","reputation":"0x8004BAa17C55a88189AE136b182e5fdA19dE9b63","validation":null,"chainId":143},"nft":{"name":"Monad Mogs #4273","tokenId":4273,"contract":"0x1414f3BAF22404C42fD656af4aFAab4934045137","chainId":143,"image":"https://api.monadmogs.xyz/api/v0/mogs/4273/render","metadata":"https://api.monadmogs.xyz/api/v0/mogs/4273","traits":"https://api.monadmogs.xyz/api/v0/mogs/4273/traits","verifiedOwner":true}}
what it answered
2544 bytes stored inline in tokenURI, so there is no host to ask
shared with
nobody. This document describes this agent and nothing else

feedback · 0 on chain, 0 checkable

Anyone can leave feedback about an agent. Only the ones pointing at a document can be checked against a chain.

Nothing has been said about this agent on chain.

re-derive this
SELECT f.id, f.agent_id, f."clientAddress", f."feedbackIndex", f.value, f."valueDecimals",
       f.tag1, f.tag2, f.endpoint, f."feedbackUri", f."feedbackHash", f.revoked,
       f."responseUri", f.responder, f."blockNumber", f.timestamp, f."txHash",
       a."agentId" AS agent_number, a.name AS agent_name,
       v.outcome, v.rung, v.reason, v.declared_network, v.declared_tx, v.mapping,
       v.hash_matches, v.computed_hash, v.found_chain, v.found_chain_id, v.found_block,
       v.checked_at, v.checked_at_block
FROM "Feedback" f
JOIN "Agent" a ON a.id = f.agent_id
LEFT JOIN fovea.verdict_latest v ON v.feedback_id = f.id
WHERE f."chainId" = $1 AND f.agent_id = $2
ORDER BY f."blockNumber" DESC, f.id
LIMIT $3 OFFSET $4

authorisation trail · 0

Signed statements that somebody authorised this agent's document. Ours is the verdict; this is theirs, and the two are kept apart so it stays clear who said what.

No receipt has been published for this agent. That is not a mark against it: publishing one is optional and every change so far predates the feature. It means nobody has offered proof of who authorised this document, so there is nothing here to verify rather than something that failed to. Sign one in the studio →

re-derive this
SELECT action, chain_id, uri_hash, signer, identity, signature, signed_at, received_at
FROM fovea.agent_action
WHERE agent_id = $1
ORDER BY signed_at DESC
LIMIT 20