Verax
- Name: Verax Attestation Registry
- URL: https://docs.ver.ax/
- Category: attestation registry / linked-data reputation infrastructure / schema-and-portal trust-routing layer
- Tags: ethereum-ecosystem
- Summary: Verax is best understood as a public attestation registry with an explicit linked-data and reputation-market ambition, not just another generic claim log. Its official docs emphasize one shared registry per chain, reusable schemas, context metadata tied to shared vocabularies, relationship attestations, and a layered ecosystem of registries, indexers, analytics, and apps. The reusable mechanism insight is that Verax tries to make attestations composable not only by standardizing storage, but by standardizing meaning and issuance paths—so practical trust shifts into schema design, context/ontology choices, portal and module configuration, and the indexers or explorers that surface the data.
- What it does:
- Provides a shared public registry on EVM chains for attestations of public interest
- Encourages a single deployment per network so multiple dApps can publish into the same discovery and composition layer
- Lets anyone create reusable schemas whose IDs are derived from the schema content, promoting counterfactual creation and schema reuse
- Adds schema metadata such as
contextso attestation fields can map onto shared vocabularies and linked-data conventions - Supports relationship attestations and schema-extension patterns so attestations can be linked into richer semantic graphs rather than remaining isolated records
- Ships a broader operating stack around the registry, including explorer, SDK, subgraphs, governance NFTs, and module / portal concepts surfaced in the docs and repository
- Key claims:
- The docs say Verax is a shared, public attestation registry intended to be deployed as a single instance per network so attestations can be easily discovered, consumed, and composed, which is the clearest signal that it is trying to be common infrastructure rather than one app’s database
- The ecosystem docs frame Verax as a stack with infrastructure, data, compute, and adoption layers, and explicitly describe the registry as the basis for a market in reputation, which makes the analytics/reputation layer part of the protocol story rather than an afterthought
- The schema docs say anyone can create schemas, store metadata, and rely on schema IDs derived from the keccak hash of the schema string, which shows that schema identity itself is meant to be public and reusable
- The linked-data docs say schemas can carry
contextvalues pointing to shared vocabularies like schema.org or FIBO, which is a notable differentiator from simpler attestation rails because it pushes semantic interoperability into the core design - The schema docs also treat the
Relationshipschema as a first-class registry primitive for linking attestations together, which implies Verax is aiming at graph-like data composition, not just flat credential issuance - The repository README reveals a larger product surface—contracts, explorer, governance NFTs, SDK, MetaMask Snap, and subgraph infrastructure—plus deployments across Linea, Arbitrum, Base, and BSC, which shows the project is operating as a multi-component attestation stack rather than only a contract concept
- The governance docs describe an evolving Proof of Contribution model, adaptive quorum, governance NFTs, and contribution records in the attestation registry, suggesting that even protocol governance is meant to be routed through the same attestation substrate
- Whitepaper: No canonical standalone Verax whitepaper surfaced in this pass. The clearest current primary materials were the official docs pages and the main repository README; see
../whitepapers/verax-primary-sources-2026-05-08.md. - Sources:
- https://docs.ver.ax/
- https://docs.ver.ax/verax-documentation/core-concepts/ecosystem
- https://docs.ver.ax/verax-documentation/core-concepts/schemas
- https://docs.ver.ax/verax-documentation/core-concepts/linked-data
- https://docs.ver.ax/verax-documentation/get-involved/governance/overview-of-governance
- https://raw.githubusercontent.com/Consensys/linea-attestation-registry/main/README.md
Internal linkages
-
Closest peers for a shared public attestation rail: ethereum-attestation-service and sign-protocol
-
For document-proof models rather than a linked-data registry, compare openattestation
-
Last reviewed: 2026-05-23 UTC