VirgoGent
$VGENTCA: SoonRobinhood Chain · 4663Block …Read. Trace. Prove.It cannot tell you what it did not read.

VirgoGent · The NFT evidence agent

It cannot tell youwhat it did not read.

An evidence-first agent for NFTs on Robinhood Chain.

Ask VirgoGent

Every answer starts with a read

Ask who owns something and VirgoGent reads ownerOf. Ask what a token points at and it reads tokenURI, follows the URI, and interrogates the source separately.

Deterministic, not generative

Questions map to contract calls by rule. The mapping is printed with every answer, and the calldata is in the evidence, so nothing between your question and the chain is hidden.

Two sources, kept apart

Onchain reads and external metadata are different kinds of evidence with different labels. A failure in either is shown as a failure, never filled in.

What did VirgoGent read?

Every answer is assembled from five kinds of evidence. The records on the right are not an illustration: they are the actual evidence from a read made when this page opened.

Live read0x9693…b1A6 #1Reading…
  1. The address you asked about, confirmed to hold bytecode.

    Before any method is called, VirgoGent runs eth_getCode. An address with no code is answered as NO CONTRACT — not as an empty NFT.

    Actual record

    NOT READ

And what didn’t it read?

  • It does not infer missing metadata.

    No name, no image, no attributes — then the card says so.

  • It does not invent ownership.

    A revert on ownerOf is NOT OBSERVED, not “probably burned”.

  • It does not treat external metadata as onchain truth.

    A host can change its answer without a transaction. The label says EXTERNAL.

  • It does not silently hide failed requests.

    Every gateway attempt, timeout and refusal is in the evidence stack.

Principle

Chain is a source.The host is another source.The answer is only as complete as the read.