Decentralized RPC
Trustless by Design
CoreRelay is the first verifiable, censorship-resistant RPC infrastructure optimized for Core Chain's Bitcoin-aligned ecosystem. Native Bitcoin integration. Multi-client consensus. Zero trust required.
Built for Core Chain
Purpose-designed features for BTCfi applications requiring trustless infrastructure
Bitcoin L1 Integration
Native Bitcoin light client for verifying BTC transaction finality. Critical for non-custodial Bitcoin staking protocols on Core Chain.
Multi-Client Consensus
Query 3+ independent light clients (Helios, Nimbus, Lodestar) for Byzantine fault tolerance. Protected against single-implementation bugs.
Cryptographic Verification
Every response includes BLS signatures + Merkle proofs. Independently verify data integrity without trusting the RPC provider.
Core Chain Native
Optimized for chainId 1116 with specialized methods: core_getStakingInfo, core_getDelegations, core_verifyBtcTransaction.
Censorship Resistant
Permissionless P2P mesh with 50+ globally distributed nodes. No single point of control or failure.
Privacy Preserving
Requests distributed across anonymous mesh peers. No single entity can track your full transaction history.
Drop-in Replacement for Centralized RPC
Works with ethers.js, web3.js, viem, and all Ethereum-compatible tools
How CoreRelay Works
Multi-layer verification architecture combining light clients, consensus, and Bitcoin integration
Request Flow
dApp Sends Request
Your application sends standard JSON-RPC request (e.g., core_getStakingInfo)
Gateway Queries Mesh
CoreRelay gateway queries 3+ diverse mesh nodes running different light clients
Nodes Respond + Sign
Each node returns response with BLS signature and Merkle proof
Consensus Verification
Gateway verifies signatures and requires 2/3 agreement before accepting
Bitcoin Finality Check
For BTC queries, Bitcoin light client verifies L1 finality (6+ confirmations)
Verified Response
Response returned with proof bundle—cryptographically guaranteed correct
Security Guarantees
Performance & Comparison
Modest latency overhead for trustlessness and censorship resistance
Latency Benchmarks (Core Chain Mainnet)
| Method | Centralized RPC | CoreRelay (uncached) | CoreRelay (cached) |
|---|---|---|---|
| eth_blockNumber | 42ms | 165ms | 6ms |
| eth_getBalance | 78ms | 298ms | 11ms |
| core_getStakingInfo | 95ms | 340ms | 14ms |
| core_verifyBtcTransaction | N/A | 450ms | 18ms |
Feature Comparison
🏢Centralized RPC(Infura, Alchemy)
🔒CoreRelayRecommended
The Trade-Off: Trustlessness for 180ms
When handling billions in non-custodial Bitcoin, can you afford to trust a centralized RPC provider? CoreRelay gives you cryptographic certainty for a modest latency increase.
Ready to Build on
Trustless Infrastructure?
Get started with CoreRelay in under 5 minutes. Run locally with Docker or use our public gateway.
Quick Start
bashResources
Supporting Decentralized Infrastructure
CoreRelay is actively seeking support from the Core DAO ecosystem grants program to scale to 50+ nodes and build the trustless RPC layer Core Chain deserves.
🎯 Grant Focus
- • Core Chain-specific feature development
- • Bitcoin light client integration
- • Security audit (Trail of Bits)
- • 50+ node infrastructure deployment
🚀 Mainnet Goals
- • 50+ dApps using CoreRelay
- • 100M+ verified requests/month
- • 99.9% uptime SLA
- • Open-source SDK & integrations
Or reach out via Core DAO Forum