← all agents
#2106unnamed
All 10 payment claims about this agent cite a transaction we found on the chain the document names.
the registration
- owner
- 0x81a7…2a13holds the ERC-721
- agent wallet
- 0x81a7…2a13what it transacts with
- registered
- block 55,763,214
- transferred
- 0 times
- metadata updated
- 1 time
- declares x402
- no
- endpoints
- none absolute enough to call
the document it points at
goneThe host answered and said the document is not there.
- what it answered
- HTTP 404
- shared with
- 8,092 other agents across 7,962 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 · 10 on chain, 10 checkable
Anyone can leave feedback about an agent. Only the ones pointing at a document can be checked against a chain.
truetrue0x1030…13C7cited transaction is on Monad at block 56696863block 88,807,749
truetrue0x1030…13C7cited transaction is on Monad at block 56723830block 88,807,729
truetrue0x1030…13C7cited transaction is on Monad at block 56876280block 88,807,691
truetrue0x1030…13C7cited transaction is on Monad at block 56773907block 88,806,979
truetrue0x1030…13C7cited transaction is on Monad at block 56805846block 88,806,591
truetrue0x1030…13C7cited transaction is on Monad at block 56805692block 88,806,572
truetrue0x1030…13C7cited transaction is on Monad at block 56692906block 88,806,326
truetrue0x1030…13C7cited transaction is on Monad at block 56680639block 88,806,307
truetrue0x1030…13C7cited transaction is on Monad at block 56732883block 88,805,905
truetrue0x1030…13C7cited transaction is on Monad at block 56687735block 88,805,095
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