New section — Verifiable RPC (vRPC)
Docs now cover Verifiable RPC (vRPC): cryptographically signed JSON-RPC and REST responses that prove they came from an approved, unmodified node running inside an Intel TDX hardware enclave. Your client verifies every response fail-closed, so you no longer have to take the operator's word that a reply is genuine.
The new section covers what vRPC is and how the attestation flow works, the one-line drop-in integration for ethers and viem, and an honest breakdown of the trust boundary:
- Overview — what vRPC is, the problem it solves, and how attestation works.
- Quickstart — install the SDK and swap your ethers or viem client in one line.
- What is verified — exactly what a verified response proves today, and what is not yet verified.
The SDK and sidecar are open source: verifiable-rpc-sdk and verifiable-rpc-sidecar.