/ README.md
README.md
1 # Ethereum Beacon Chain checkpoint sync endpoints 2 3 This repository contains a community maintained list of Ethereum Beacon Chain checkpoint sync endpoints. 4 5 > :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. 6 7 Endpoints can provide 2 main functions: 8 - `state` providers - those who provide entire finalized states 9 - `verification` providers - those who provide an **easy** way for verifying the state downloaded from a `state` provider. 10 11 ----- 12 <p align="center" style="display: inline-block"> 13 <a target=”_blank” href="https://eth-clients.github.io/checkpoint-sync-endpoints">View the list here </a> 14 </p> 15 16 ----- 17 18 # Contributing 19 20 If you'd like to add your endpoint to the list please read the [documentation](./CONTRIBUTING.md).