# Overview

* Proving the full node of Ethereum PoS is essential for building zkBridge and any interoperability protocols on Ethereum. Sync committee is insufficient for these purposes because the crypto-economic security of the sync committee is also far from ideal. Any cross-chain infrastructures, oracles, and data processing services relying on the sync committee on Ethereum would be insecure.&#x20;
* Polyhedra Network has designed and implemented the [zkBridge](https://zkbridge.com/) system to prove the full nodes for Ethereum PoS. zkBridge uses its novel and efficient proof system, deVirgo, to prove the full nodes of Ethereum PoS. The prover time is as fast as 10 seconds for each Ethereum block, which may contain more than 32768 BLS signatures, on two AMD EPYC™ 7763 CPUs. GPU acceleration is planned in the near future, which can lower the up-front cost for better decentralization. The proof system is efficient enough to catch up with the block time of Ethereum.
* The implementation of proving Ethereum full nodes in ZK will enable fully trustless, efficient, and secure interoperability using zkBridge, to connect Ethereum ecosystems (both Ethereum L1 and L2s) with other networks. zkBridge also allows transmission of all the current and historical Ethereum data to be accessible by any other blockchain networks and any on-chain or off-chain applications. This will enable any smart contract on any blockchain to trustlessly access Ethereum data to make any kind of computing logic on top of it, and the security is all guaranteed by Ethereum PoS full nodes.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.zkbridge.com/proving-ethereum-full-pos-consensus-in-zk/overview.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
