From 9ebf5235844772c4e089a19f446fab63c50e7f7d Mon Sep 17 00:00:00 2001 From: Skylar Ray <137945430+sky-coderay@users.noreply.github.com> Date: Mon, 16 Jun 2025 21:18:32 +0300 Subject: [PATCH] Update broken rollup link in FAQ document --- developers/frequently-asked-questions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/developers/frequently-asked-questions.md b/developers/frequently-asked-questions.md index 165affa..2a4c453 100644 --- a/developers/frequently-asked-questions.md +++ b/developers/frequently-asked-questions.md @@ -62,7 +62,7 @@ A virtual machine is a piece of software that can run programs. Specifically, th What is a rollup? Is Eclipse an optimistic or zero-knowledge rollup? -For comparison, a Layer 1 blockchain is a blockchain that does not depend on any other chain for security. Layer 1 blockchains require that the majority of voting power is honest. A [_rollup_](https://www.eclipse.builders/blog/what-is-a-rollup) is a type of scaling solution that executes transactions outside of any Layer 1 and later posts the data to a Layer 1 retroactively.\ +For comparison, a Layer 1 blockchain is a blockchain that does not depend on any other chain for security. Layer 1 blockchains require that the majority of voting power is honest. A [_rollup_](https://www.blockchain-gt.io/newsletters/rollups-eclipse) is a type of scaling solution that executes transactions outside of any Layer 1 and later posts the data to a Layer 1 retroactively.\ \ For an _optimistic rollup_, a "sequencer" orders transactions and the resulting state root is posted to a Layer 1 along with a bounty. A "verifier" can re-execute the transactions, and if it disagrees on the result, the verifier can challenge the state root via "settlement." If the verifier is correct, the bounty is awarded to the verifier.\ \