Skip to main content

Certificate Lifecycle

Production

Topos does not enforce any rules as to how often and when subnets should submit their certificates, and as such leaves the definition of the triggers responsible for certificate production at the discretion of subnet developers.

Producing a certificate comes down to creating and submitting a data structure that complies with the UCI, i.e., is authenticated and proves the validity of the included state transition.

Propagation to the TCE

When a subnet wants to submit a new certificate, it needs to propagate it to the rest of the Topos ecosystem. To that end, certain subnet participants, e.g., subnet validators, are also participating in the TCE network, allowing them to collectively create, authenticate, and broadcast certificate messages that encapsulate certificates.

The role of these specific subnet participants is to create, threshold sign, and broadcast certificate messages to the TCE network.

Validation and Broadcast

Certificates are verified to be both intrinsically and extrinsically valid:

  • They are intrinsically valid if they are well formed, if their included zkSTARK proof is valid.
  • They are extrinsically valid if their dependencies are valid, i.e., are part of the history of their respective subnets (read more here).

This validation is performed by an honest TCE node before it broadcasts the certificate message, and by all honest TCE nodes before they deliver it.

The broadcast is performed via the Weak Causally Probabilistic Reliable Broadcast primitive implemented by all TCE nodes.