registry.axiomordo.com/certified

ARDS Certified Directory

The public register of all systems, products, and implementations currently holding valid ARDS certification. Published and maintained by AxiomOrdo. Updated in real time as certifications are issued, renewed, and revoked.

Certified Products Founding Cohort Open
Directory Status Live
Last Updated May 2026
Verification registry.axiomordo.com/verify

About This Directory

The ARDS Certified Directory is the authoritative public record of ARDS certification. Regulators, enterprise procurement teams, and system integrators use this directory to verify claims made by software vendors.

What It Shows

Each entry lists the certified product, the holding organisation, certification level, applicable domain packs, certification date, and expiry date. Each entry links to the machine-readable Certification Token.

Real-Time Verification

Every entry has a permanent verification URL. Any party can call the verification endpoint to confirm a certificate's current status — valid, expired, or revoked — without contacting AxiomOrdo.

How to Get Listed

Listing in the directory is automatic upon successful certification at L3 or above. L1–L2 are self-declared and do not appear in the directory. Apply for certification →

Certified Products

L3 Extended Conformant L4 Certified Generator L5 Certified Consumer L6 Certified Platform
🏆

Founding Cohort — Applications Open

The ARDS Certified Directory is open and accepting its first entries. Be among the first certified products — founding partners receive premier placement, co-marketing support, and the lowest certification fees we will ever offer.

Apply for Certification View Fees
For vendors: Once your Certification Token is issued, your product appears here automatically within one business day. Your entry includes a permanent link to your verification page at registry.axiomordo.com/verify/{certificateId}.

Directory Entry Structure

Each certified product listing contains the following fields.

FieldDescriptionExample
Certificate IDUnique identifier for the certificationards-cert-2026-000001
OrganisationLegal name of the certified entityAcme Compliance Ltd
ProductProduct or system name as assessedCompliancePro
VersionProduct version covered by this certificate4.0.0
LevelARDS conformance level achievedL4 Certified Generator
Domain PacksDomain packs covered by the assessmentFuelEU, CBAM
ARDS VersionARDS standard version assessed against1.0.0
IssuedDate of certification2026-06-01
ExpiresExpiry date (annual renewal required)2027-06-01
StatusCurrent validity statusVALID
VerifyLink to machine-readable token and verification endpointregistry.axiomordo.com/verify/...

Verification API

The ARDS registry provides a simple JSON verification endpoint. Any system can check certificate validity without contacting AxiomOrdo.

# Check a certificate by ID
GET https://registry.axiomordo.com/verify/{certificateId}

# Response
{
  "certificateId": "ards-cert-2026-000001",
  "status": "VALID",
  "holder": {
    "organisation": "Acme Compliance Ltd",
    "product": "CompliancePro",
    "productVersion": "4.0.0"
  },
  "certification": {
    "level": "ARDS_CERTIFIED_GENERATOR",
    "levelCode": "ARDS-CG-001",
    "ardsVersion": "1.0.0",
    "domainPacks": ["FuelEU", "CBAM"]
  },
  "validity": {
    "issuedAt": "2026-06-01T00:00:00Z",
    "expiresAt": "2027-06-01T00:00:00Z"
  },
  "tokenUrl": "https://registry.axiomordo.com/tokens/ards-cert-2026-000001.json"
}
Status values: VALID · EXPIRED · REVOKED · SUSPENDED. A 404 response means the certificate ID does not exist in the registry.

Revocation & Appeals

AxiomOrdo may revoke a certification in the following circumstances:

  • Failure to renew within the renewal window
  • Evidence that the certified product no longer meets the assessed conformance level
  • Breach of the ARDS Mark Usage Guidelines
  • Material misrepresentation during the certification assessment
  • Withdrawal of the product or cessation of the certified organisation

Revocations take effect immediately upon decision. The holder is notified by email and the directory entry is updated to REVOKED status.

To appeal a revocation decision: submit a written appeal within 30 days to appeals@axiomordo.com. Appeals are reviewed by the Certification Committee within 15 business days. The Committee's decision is final.