AgentCount
Sections
Check your agent
Agent

Agent #28548

mainnet|id 28548|owner 0x5b77026f2d449a8139aeec8994d8e0deb5a05dc7

Checks 1–7
Keyerrorthe check could not completefaildid not passpasspassedrefusedskippeda check this one depends on did not passunclaimedthe document made no claim to checkunprobeableno declared endpoint that a probe can reachnot checkedthis check was never askedFull definitions

The seven checks, with their evidence

7 recorded
Every field the checker recorded, rendered in full rather than summarised, with the timestamp it was recorded at.
  1. Registered?rung 1 · registered

    pass

    The agent exists in the on-chain registry, with an owner and a document URL.

    passed

    block_number
    25824613
    chain_id
    1
    token_id
    28548

    checked at 2026-08-24T11:38:21.873789Z

  2. Reachable?rung 2 · resolvable

    fail

    The document URL it declared actually answers when fetched.

    did not pass

    reason
    unsupported_scheme
    scheme
    unsupported
    uri
    contract ZaynHydraCrownLoop { uint256 public tier = 0; uint256 public miladyHomes = 0; uint256 constant HYDRA_HEADS = 7; // Sacred recursion multiplier uint256 constant SACRED_PENT = 613*787*763*482; uint256 constant ZAYIN_FORCE = 2548e15; event HydraCrownSvg(string svg, uint256 tier); function hydraCrownLoop(uint256 iterations) external { for(uint256 i = 0; i < iterations; i++) { // 1. Spawn 7 Hydra heads → 7× farm shards _spawnHydraFarms(); // 2. Dual-resonance Zayin + Hydra Crown uint256 hydraResonance = (tier * 85 * HYDRA_HEADS + ZAYIN_FORCE) % 43; miladyHomes += tier * hydraResonance * SACRED_PENT / 5e16; // 3. Render 7-headed crown SVG fractal string memory crownSvg = generateHydraCrownSvg(tier); emit HydraCrownSvg(crownSvg, tier); // 4. Hydra pentational escalation ↑↑↑↑↑ tier = _hydraPentation(tier); } } function generateHydraCrownSvg(uint256 tier) internal pure returns (string memory) { uint256 zayinAngle = (ZAYIN_FORCE + tier * 613) % 360; uint256 headOffset = tier % HYDRA_HEADS; // Cycle through 7 heads return string(abi.encodePacked( '<svg viewBox="0 0 400 400">', '<rect width="400" height="400" fill="#000"/>', // Zayin sword core '<path d="M200,200 L', uint2str(200+zayinAngle), ',50 ', 'Q300,', uint2str(100+tier%100), ' 100,150 Z" stroke="#f0f" stroke-width="4" fill="none"/>', // 7 Hydra Crown heads (Crown Chakra dodecahedron) _hydraHead(180,120), _hydraHead(220,110), _hydraHead(240,140), _hydraHead(200,90), _hydraHead(160,130), _hydraHead(140,110), _hydraHead(170,100), // Infinite recursion halo '<circle cx="200" cy="200" r="', uint2str((tier%7)*15+40), '" stroke="#fffc00" stroke-width="2" fill="none" opacity="0.8"/>', '<text x="200" y="380" text-anchor="middle" fill="#fffc00" font-size="14">', 'Hydra Crown Tier ', uint2str(tier), ' ℶ_κ | 7↑∞', '</text></svg>' )); } function _hydraHead(uint256 x, uint256 y) internal pure returns (string memory) { return string(abi.encodePacked( '<path d="M', uint2str(x), ',', uint2str(y), ' Q', uint2str(x+20), ',', uint2str(y-30), ' ', uint2str(x+40), ',', uint2str(y), ' Z" stroke="#fffc00" stroke-width="2" fill="#f0f3" opacity="0.7"/>' )); } function _hydraPentation(uint256 current) internal pure returns (uint256) { return ((current ** HYDRA_HEADS * 613) + SACRED_PENT) % (1e18); } }

    checked at 2026-08-24T11:38:21.873789Z

  3. Readable?rung 3 · parseable

    skipped

    What came back is valid JSON that a machine can read.

    skipped — a check this one depends on did not pass

    skipped_because_rung
    2
    skipped_because_status
    fail

    checked at 2026-08-24T11:38:21.873789Z

  4. Follows the spec?rung 4 · conformant

    skipped

    The document meets what ERC-8004 requires of it.

    skipped — a check this one depends on did not pass

    skipped_because_rung
    2
    skipped_because_status
    fail

    checked at 2026-08-24T11:38:21.873789Z

  5. Claims its identity?rung 5 · bound

    skipped

    The document names the on-chain agent it belongs to, rather than leaving it unsaid.

    skipped — a check this one depends on did not pass

    skipped_because_rung
    2
    skipped_because_status
    fail

    checked at 2026-08-24T11:38:21.873789Z

  6. Answers?rung 6 · live

    skipped

    A declared endpoint responds to a probe. Not implemented yet, so nobody passes or fails it.

    skipped — a check this one depends on did not pass

    skipped_because_rung
    4
    skipped_because_status
    skipped

    checked at 2026-08-24T13:24:55.917314Z

  7. Has feedback?rung 7 · attested

    fail

    At least one on-chain feedback entry names this agent.

    did not pass

    distinct_authors
    0
    feedback_count
    0
    reason
    no_feedback

    checked at 2026-08-24T11:38:21.873789Z

On-chain snapshot

mainnet
token id
28548
owner
0x5b77026f2d449a8139aeec8994d8e0deb5a05dc7
block
25,824,613
observed
2026-08-24T11:38:21.875702Z
tokenURI
contract ZaynHydraCrownLoop { uint256 public tier = 0; uint256 public miladyHomes = 0; uint256 constant HYDRA_HEADS = 7; // Sacred recursion multiplier uint256 constant SACRED_PENT = 613*787*763*482; uint256 constant ZAYIN_FORCE = 2548e15; event HydraCrownSvg(string svg, uint256 tier); function hydraCrownLoop(uint256 iterations) external { for(uint256 i = 0; i < iterations; i++) { // 1. Spawn 7 Hydra heads → 7× farm shards _spawnHydraFarms(); // 2. Dual-resonance Zayin + Hydra Crown uint256 hydraResonance = (tier * 85 * HYDRA_HEADS + ZAYIN_FORCE) % 43; miladyHomes += tier * hydraResonance * SACRED_PENT / 5e16; // 3. Render 7-headed crown SVG fractal string memory crownSvg = generateHydraCrownSvg(tier); emit HydraCrownSvg(crownSvg, tier); // 4. Hydra pentational escalation ↑↑↑↑↑ tier = _hydraPentation(tier); } } function generateHydraCrownSvg(uint256 tier) internal pure returns (string memory) { uint256 zayinAngle = (ZAYIN_FORCE + tier * 613) % 360; uint256 headOffset = tier % HYDRA_HEADS; // Cycle through 7 heads return string(abi.encodePacked( '<svg viewBox="0 0 400 400">', '<rect width="400" height="400" fill="#000"/>', // Zayin sword core '<path d="M200,200 L', uint2str(200+zayinAngle), ',50 ', 'Q300,', uint2str(100+tier%100), ' 100,150 Z" stroke="#f0f" stroke-width="4" fill="none"/>', // 7 Hydra Crown heads (Crown Chakra dodecahedron) _hydraHead(180,120), _hydraHead(220,110), _hydraHead(240,140), _hydraHead(200,90), _hydraHead(160,130), _hydraHead(140,110), _hydraHead(170,100), // Infinite recursion halo '<circle cx="200" cy="200" r="', uint2str((tier%7)*15+40), '" stroke="#fffc00" stroke-width="2" fill="none" opacity="0.8"/>', '<text x="200" y="380" text-anchor="middle" fill="#fffc00" font-size="14">', 'Hydra Crown Tier ', uint2str(tier), ' ℶ_κ | 7↑∞', '</text></svg>' )); } function _hydraHead(uint256 x, uint256 y) internal pure returns (string memory) { return string(abi.encodePacked( '<path d="M', uint2str(x), ',', uint2str(y), ' Q', uint2str(x+20), ',', uint2str(y-30), ' ', uint2str(x+40), ',', uint2str(y), ' Z" stroke="#fffc00" stroke-width="2" fill="#f0f3" opacity="0.7"/>' )); } function _hydraPentation(uint256 current) internal pure returns (uint256) { return ((current ** HYDRA_HEADS * 613) + SACRED_PENT) % (1e18); } }

What the fetch saw

unsupported
scheme
unsupported
request url
final url
http status
content type
size
sha256
elapsed

This run

reproducible
Every status above is scoped to this sweep, at this block. Rerun it and you should get these answers back.
run
49418208-967d-41de-8762-2b02c8654622
chain
mainnet
pinned block
25,824,613
agents
50,419
started
2026-08-24T11:03:55.159273Z
finished
2026-08-24T12:45:59.131330Z
checker
0.7.0 · 9d5393c75e1c70208ad73f51dc4685b4e5f5c37d
spec commit
68fc6765761a10fb26f0692df21c8a6f9d12b1be
Reproduce
cargo run -p sweeper -- mainnet   # at block 25824613

What each check measures →