← all agents
#124unnamed
Nothing has ever been claimed about this agent that we can check. It carries no feedback at all.
the registration
- owner
- 0xa8aE…C1d5holds the ERC-721
- agent wallet
- 0xb541…8ddewhat it transacts with
- registered
- block 55,113,582
- transferred
- 1 time
- metadata updated
- 1 time
- declares x402
- no
- endpoints
- none absolute enough to call
the document it points at
no hostThe domain in the URI no longer resolves to any host.
- what it answered
- DNS lookup failed: getaddrinfo ENOTFOUND clawnad.dev
- shared with
- 1 other agents across 1 wallets →
A shared record is not a judgment about this operator. It usually means a template or a launcher wrote the same URL for everyone it registered. It does mean the document cannot describe this agent specifically, so nothing in it is evidence about this agent in particular.
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