# 4.3 Remote Attestation and Sybil Resistance Protocol

#### Node Registration

Each node must submit:

* Measured boot attestation (TPM / secure enclave hash)
* Manufacturer-issued device certificate
* Firmware hash committed on-chain

Invalid attestation results in registration denial and task ineligibility.

#### Sybil Resistance

Each node is bound to a unique hardware identity via PUF or manufacturer certificate.

* One-time registration per device enforced on-chain
* Simulated or cloned devices fail attestation verification against manufacturer CA public keys

#### Continuous Integrity Monitoring

Nodes must re-attest at each epoch (initially every 24 hours; adjustable via governance).

* Failure → quarantine state (no task assignment, collateral at risk)
* Firmware modification → immediate slashing and certificate revocation


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://railquant.gitbook.io/quantarail/4.-technical-advantage-hardware-based-trust/4.3-remote-attestation-and-sybil-resistance-protocol.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
