https://eth-clients.github.io/checkpoint-sync-endpoints/
A community maintained list of public Beacon Chain checkpoint sync endpoints
https://eth-clients.github.io/checkpoint-sync-endpoints/
Last synced: 8 months ago
JSON representation
A community maintained list of public Beacon Chain checkpoint sync endpoints
- Host: GitHub
- URL: https://eth-clients.github.io/checkpoint-sync-endpoints/
- Owner: eth-clients
- Created: 2022-09-01T03:04:59.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-07-14T04:05:49.000Z (11 months ago)
- Last Synced: 2025-07-14T08:35:50.640Z (11 months ago)
- Language: HTML
- Size: 78.1 KB
- Stars: 100
- Watchers: 16
- Forks: 39
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
- awesome-web3-data - Checkpoint Sync Endpoints - Collection of checkpoint sync endpoints for ETH clients. (Infrastructure / Market Intelligence & Analysis)
README
# Ethereum Beacon Chain checkpoint sync endpoints
This repository contains a community maintained list of Ethereum Beacon Chain checkpoint sync endpoints.
> :warning: This list should not be treated as a single source of truth for these endpoints, or the data they provide. It is a community maintained list, and as such, it is possible that some of the endpoints listed here are not up to date, or are not providing the data they claim to be providing.
Endpoints can provide 3 main functions:
- `state` providers - those who provide entire finalized states
- `verification` providers - those who provide an **easy** way for verifying the state downloaded from a `state` provider.
- `block` providers - those who provide block history up to the weak subjectivity point, allowing clients to start without backfilling over the P2P network
-----
-----
# Contributing
If you'd like to add your endpoint to the list please read the [documentation](./CONTRIBUTING.md).