Don't Trust Your RPC. Verify It
Every response from a Verifiable RPC endpoint is signed inside an Intel TDX enclave by an attested node. Swap one line — your ethers or viem client for the vRPC drop-in — and every response is verified fail-closed before your code uses it. Tampered data is rejected. Any chain, no hard fork.
Verification Built Into Your RPC
Verifiable RPC (vRPC) is JSON-RPC with a cryptographic signature and hardware attestation on every response, verifiable offline by the client.
Proof on Every Response
Zero Integration Lift
Evidence Your Auditors Accept
Every Chain You Build On
How Does Verifiable RPC Work?
Attested Execution
Every Response Signed
You Verify Automatically
// was: new ethers.JsonRpcProvider(url)
import { VrpcProvider } from "@w3tech.io/vrpc-ethers";
const provider = new VrpcProvider("https://rpc.ankr.com/eth", 1);
const balance = await provider.getBalance(address);
// every response is verified fail-closed;
// a tampered reply throws before you see itimport { vrpcHttp } from "@w3tech.io/vrpc-viem";
const client = createPublicClient({ chain: mainnet, transport: vrpcHttp("https://rpc.ankr.com/eth") });Built for Systems That Act on Chain Data
Bridges & Interop
RWA Platforms
Custodians & Exchanges
Trading & Risk Systems
Which Chains Does vRPC Support?
Any Chain Ankr Runs — Prepared for Your Stack
Turn Cryptography Into Compliance Evidence
Complete Audit Trail
“machine-readable retention”
Model Risk Validation
“validation layers that check outputs against verified data sources”
Processing Integrity
“deterministic input authentication”
Artifact Integrity
“signed artifacts, tamper detection”
Why Verification Is Now Critical
eth_call results. The backend had no way to tell — a forged response looks exactly like a real one. Withdrawals were authorized against state that never existed. It cost millions."Transaction screening can't see this attack. There is no malicious transaction to screen — until the money is already moving."
The gap nothing else coversHow vRPC Fits Your Security Stack
Wallet & Tx Screening
Light Clients
Verifiable RPC
A Standard, Not a Silo
Bring Your Chains. We'll Bring the Proof
Bring your chains and your read paths. We'll bring a scoped plan and a pilot you can verify yourself.
- 30-minute technical scoping call
- Integration plan for your stack, no code changes
- Reply within one business day



