Skip to content

Commit 707020f

Browse files
authored
Update glossary.md (#60)
removed AVS Signed-off-by: Can Kisagun <can@t1protocol.com>
1 parent d4edb51 commit 707020f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

docs/intro/glossary.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@ Optionally, TEEs can preserve privacy by keeping sensitive data and execution lo
1616

1717
A _zero-knowledge (ZK) proof_ is a cryptographic protocol that enables one entity (the prover) to convince another one (the verifier) that a particular claim is true without disclosing any details about the claim itself. ZKPs used in blockchains are mostly used due to their succinctness property—meaning that the work required by the verifier to check the proof is substantially smaller than the work of re-running the computation required to reach the claim independently.
1818

19-
## AVS
20-
21-
[_Autonomous Verifiable Services_](https://app.eigenlayer.xyz/avs) is a term coined by EigenLayer that refers to services or applications built on top of the Ethereum blockchain, reusing it for security and validation mechanisms. These services could include rollups, DA layers, interoperability protocols etc. AVS effectively allows Ethereum validators to use their staked assets to provide security to other applications than just Ethereum itself.
22-
2319
## Reth
2420

2521
[_Reth_](https://github.com/paradigmxyz/reth) (aka _Rust Ethereum_) is an Ethereum execution node implementation focused on being user-friendly, modular, and efficient. Reth is an execution client compatible with all Ethereum consensus client implementations that support the Engine API. As a full Ethereum node, Reth will allow users to sync the complete Ethereum blockchain from genesis and interact with it (and its historical state, if in archive mode) once synced.

0 commit comments

Comments
 (0)