From 9c034a1dd61b45a4afa5570df0ec6840bd47bf11 Mon Sep 17 00:00:00 2001 From: Brilliantkid <62819346+brilliantkid87@users.noreply.github.com> Date: Fri, 10 May 2024 16:21:34 +0700 Subject: [PATCH] feat : simplify the text for easier reading --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2689ed887d..e865a92c2b 100644 --- a/README.md +++ b/README.md @@ -20,8 +20,8 @@ block is published over the mainchain network in the cheap calldata. This architecture provides the following guarantees: - The Rollup validator(s) can never corrupt the state or steal funds (unlike Sidechains). -- Users can always retrieve the funds from the Rollup even if validator(s) stop cooperating because the data is - available (unlike Plasma). +- Users maintain the ability to reclaim their funds from the Rollup, even in cases where validators cease cooperation, + as all necessary data remains accessible—a feature not shared by Plasma. - Thanks to validity proofs, neither users nor a single other trusted party needs to be online to monitor Rollup blocks in order to prevent fraud.