The Register
The Register is the only evidence of adoption of the Bridge. It is an append-only file, register.jsonl, one entry per line, validated against schema.json. No entry is ever edited or removed; a mistake is corrected by a later entry that names the one it supersedes.
The Register is empty. No party has adopted the Bridge. An empty Register is the current state of the world: any claim of adoption or endorsement that is not on this page is false.
Worked example (not an entry)
The following is shipped with the schema so that a submitter can see the shape of a real entry. It is marked "example": true, names no real party, carries no real signature, and is not on the Register.
{
"entry_id": "declaration-2026-01-01-example",
"entry_type": "declaration",
"example": true,
"timestamp": "2026-01-01T00:00:00Z",
"adopting_party": {
"name": "Example Organisation (NOT A REAL DECLARATION)",
"jurisdiction": "none",
"url": "https://example.org/",
"contact": "bridge@example.org",
"key_id": "SHA256:0000000000000000000000000000000000000000000"
},
"articles_adopted": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"10",
"11",
"13",
"14"
],
"full_adoption": false,
"covered_systems": [
{
"name": "Example Assistant",
"description": "An illustrative system. This entry exists only to show the shape of a Register entry and records no adoption by anyone.",
"identifier": "example-assistant v0.0"
}
],
"thresholds": {
"compute": "example: 1e26 FLOP cumulative training compute",
"capability": "example: published capability thresholds for cyber, bio/chem uplift, autonomous replication, AI R&D automation",
"time_horizon": "example: 8 hours on independently administered long-horizon tasks",
"method": "example: method published at status_uri",
"status_uri": "https://example.org/bridge/thresholds"
},
"verifier": {
"name": "Example Verifier (NOT REAL)",
"url": "https://example.org/verifier",
"terms_uri": "https://example.org/verifier/terms"
},
"weight_custodian": {
"name": "Example Weight Custodian (NOT REAL)"
},
"key_custodian": {
"name": "Example Key Custodian (NOT REAL)"
},
"auditor": {
"name": "Example Auditor (NOT REAL)"
},
"expiry": "2029-01-01",
"document": {
"sha512": "cf83e1357eefb8bdf1542850d66d8007d620e4050b5715dc83f4a921d36ce9ce47d0d13c5d85f2b0ff8318d2877eec2f63b931bd47417a81a538327af927da3e",
"sha3_512": "a69f73cca23a9ac5c8b567dc185a756e97c982164fe25859e0d1dcc1475c80a615b2123af1f5f94c11e3e9402c3ac558f500199d95b6d3e301758586281dcd26",
"uri": "https://example.org/declaration.pdf",
"media_type": "application/pdf",
"title": "Example Declaration of Adoption (digests of an empty file)"
},
"statement": "THIS IS A WORKED EXAMPLE. It is not a declaration by anyone and confers nothing. It shows the fields a real declaration entry carries; Articles 8 and 9 are not adopted in this example, and it says so.",
"submitter_signature": {
"algorithm": "ssh-ed25519",
"key_id": "SHA256:0000000000000000000000000000000000000000000",
"key_uri": "https://example.org/keys",
"value": "EXAMPLE-NOT-A-SIGNATURE"
}
}
Entry types
Each type corresponds to something Article 11.1 of the Bridge says the Register holds.
- declaration
- A party adopts named Articles for named covered systems, naming its verifier, weight custodian, key custodian and auditor (Article 14.1).
- threshold
- The thresholds a party applies under Article 3, the method, and the status of each system against them (Article 3.3).
- modification
- A material Modification disclosed before production effect, or a weekly aggregate of sub-material updates (Article 5.2).
- incident-initial / incident-full
- Initial report within seventy-two hours of detection; full report within sixty days (Article 6.2).
- withholding
- A withholding under Article 5.4: its ground, category and expiry, never its content.
- verifier-finding
- A verifier's published finding (Article 4.7), or a finding or refusal under Article 8.2.
- annual-verification
- The joint finding of auditor and verifier (Article 10.1), including the share withheld (10.3); a renewal under Article 14.3.
- lapse
- An adoption recorded as lapsed (Article 14.3).
- correction
- Corrects an earlier entry, which stays visible and is marked superseded (Article 11.2).
Status of this Register
Article 11.2 requires the Register to be held by not fewer than three unaffiliated custodians, at least one a public institute or non-profit not developing covered systems. This copy is held by one custodian, this repository and its mirrors, and is offered as the plain-form publication Article 11.3 describes. Until three custodians hold it, that shortfall is itself part of the current state of the world.
See how to adopt for the submission steps.