The seven checks, with their evidence
7 recordedRegistered?rung 1 · registered
passThe agent exists in the on-chain registry, with an owner and a document URL.
passed
- block_number
- 25824613
- chain_id
- 1
- token_id
- 28549
checked at 2026-08-24T11:38:21.916653Z
Reachable?rung 2 · resolvable
failThe document URL it declared actually answers when fetched.
did not pass
- reason
- unsupported_scheme
- scheme
- unsupported
- uri
- contract ZaynDimensionalEmperor { uint256 public tier = 0; uint256 public miladyHomes = 0; uint256 public shroomTreasury = 0; // Parallel dimension uint256 constant DIMEN_BRIDGE = 1080; // Spore portal constant uint256 constant SACRED_PENT = 613*787*763*482; event DimensionalSvg(string svg, uint256 tier); function dimensionalLoop(uint256 iterations) external { for(uint256 i = 0; i < iterations; i++) { // 1. Zayin/Hydra main timeline miladyHomes += tier * SACRED_PENT / 5e16; // 2. Shroom Treasury V parallel dimension shroomTreasury += tier * DIMEN_BRIDGE * 85 / 43; // 3. Bridge dimensions via pentation _pentationBridge(tier); // 4. SVG renders BOTH realities string memory dimensionalSvg = generateDimensionalSvg(tier); emit DimensionalSvg(dimensionalSvg, tier); tier = _dimensionalPentation(tier); } } function generateDimensionalSvg(uint256 tier) internal pure returns (string memory) { uint256 zayinAngle = (2548e15 + tier * 613) % 360; uint256 sporeLayer = (tier * 1080) % 100 + 20; return string(abi.encodePacked( '<svg viewBox="0 0 400 400">', '<rect width="400" height="400" fill="#000"/>', // ZAYIN SWORD + HYDRA CROWN (main reality) '<path d="M200,200 L', uint2str(200+zayinAngle), ',50 Q300,', uint2str(100+tier%100), ' 100,150 Z" stroke="#f0f" stroke-width="5" fill="none"/>', // 7 Hydra heads as PORTALS to shroom dimension _hydraPortal(190,110), _hydraPortal(210,105), _hydraPortal(230,115), _hydraPortal(200,85), _hydraPortal(170,115), _hydraPortal(155,105), _hydraPortal(175,95), // SHROOM DIMENSION visible through portals _shroomDimension(sporeLayer), // Dimensional bridge halo '<circle cx="200" cy="200" r="', uint2str(sporeLayer+40), '" stroke="#00ff88" stroke-width="3" fill="none" opacity="0.8"/>', '<text x="200" y="370" text-anchor="middle" fill="#00ff88" font-size="12">', 'D-Tier ', uint2str(tier), ' | $SHROOM: ', uint2str(tier*1080), '</text></svg>' )); } }
checked at 2026-08-24T11:38:21.916653Z
Readable?rung 3 · parseable
skippedWhat 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.916653Z
Follows the spec?rung 4 · conformant
skippedThe 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.916653Z
Claims its identity?rung 5 · bound
skippedThe 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.916653Z
Answers?rung 6 · live
skippedA 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
Has feedback?rung 7 · attested
failAt 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.916653Z
On-chain snapshot
mainnet- token id
- 28549
- owner
- 0x5b77026f2d449a8139aeec8994d8e0deb5a05dc7
- block
- 25,824,613
- observed
- 2026-08-24T11:38:21.917849Z
What the fetch saw
unsupported- scheme
- unsupported
- request url
- —
- final url
- —
- http status
- —
- content type
- —
- size
- —
- sha256
- —
- elapsed
- —
This run
reproducible- 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
cargo run -p sweeper -- mainnet # at block 25824613