Identifier specification

A record nobody can cite is a record nobody can carry. VetMyToken issues short, permanent, resolvable identifiers so that an incident, a cluster of linked wallets or a verdict can be quoted in someone else's database, footnoted in someone else's report, and checked years later against what was said at the time.

The three families

There is one format per family and no second spelling of any of them.

The first two are allocated from a counter. The third is derived from its own subject, because a verdict is a statement about one token at one block and there is exactly one of those — which means two parties who have never spoken can name the same verdict and agree.

Assignment rules

Resolving

Every identifier resolves at https://vetmytoken.com/i/ followed by the identifier. A browser gets a page. A caller that asks for JSON in the Accept header gets the same fields as JSON, plus the attestation leaf for a verdict identifier. An identifier the register does not carry answers 404 and echoes the identifier back.

This address is permanent. An identifier is assigned once, is never reassigned to a different subject, and the page it resolves to keeps this address for as long as the site exists.

The attestation leaf

A verdict identifier has an attestation-ready form: the bytes that become a Merkle leaf under the daily root described in the draft standard. The leaf is a single SHA-256 over these fields, joined with the unit separator, in this order:

  1. domain
  2. identifier
  3. verdict
  4. block_hash
  5. observed_at

The first field is the fixed domain tag VMT-VER-v1. Field order is part of the commitment — an attester and a verifier that disagree about the order compute different leaves and neither can prove anything.

Asking for an identifier

A holder of an API key may ask for an identifier by posting a chain, an address or transaction hash, a one-line claim and a link to the evidence to https://vetmytoken.com/api/v1/identifiers/request. The allowance is 10 requests per key per day. A request goes to a review queue and nothing is published by the call itself: identifiers are assigned by a person who has read the evidence.

Licence

The identifiers are free to use for any purpose, including commercial purposes, on one condition: the identifier is reproduced exactly as issued and VetMyToken is credited as its source. The condition covers the identifier alone. The evidence, scores, findings and check results this site publishes alongside an identifier are not granted by this licence.