From bb615a400bed0891317b750ef3f1a37a0545a134 Mon Sep 17 00:00:00 2001 From: cby3149 Date: Fri, 26 Jul 2024 11:18:36 -0700 Subject: [PATCH 1/2] Add notice docs --- .gitbook/SUMMARY.md | 2 ++ .gitbook/contents/notices/README.md | 2 ++ .gitbook/contents/notices/fraud-proofs.md | 27 +++++++++++++++++++++++ 3 files changed, 31 insertions(+) create mode 100644 .gitbook/contents/notices/README.md create mode 100644 .gitbook/contents/notices/fraud-proofs.md diff --git a/.gitbook/SUMMARY.md b/.gitbook/SUMMARY.md index 4e8f29fd393c..78dee02fd659 100644 --- a/.gitbook/SUMMARY.md +++ b/.gitbook/SUMMARY.md @@ -1,6 +1,8 @@ # Table of contents * [Welcome to Boba](README.md) +* [Notices](contents/notices/README.md) + * [Prepare for Fraud Proofs on Boba Sepolia and Boba BNB Testnet](contents/notices/fraud-proofs.md) * [FAQ](FAQ.md) * [User Docs](contents/user/README.md) * [How To use Boba's services](contents/user/001\_how-to-bridge.md) diff --git a/.gitbook/contents/notices/README.md b/.gitbook/contents/notices/README.md new file mode 100644 index 000000000000..ea2a12507193 --- /dev/null +++ b/.gitbook/contents/notices/README.md @@ -0,0 +1,2 @@ +# Notices + diff --git a/.gitbook/contents/notices/fraud-proofs.md b/.gitbook/contents/notices/fraud-proofs.md new file mode 100644 index 000000000000..f2c997bea229 --- /dev/null +++ b/.gitbook/contents/notices/fraud-proofs.md @@ -0,0 +1,27 @@ +# Prepare for Fraud Proofs on Boba Sepolia and Boba BNB Testnet + +Fraud proofs are important for making L2 more decentrailized, allowing more community involvement in validating the L2 state. These changes allow anyone to withdraw funds from Boba Layer 2 to L1without relying on any centralized actors. + +## Prepare for Fault Proofs + +Fault proofs are expected to go live for Boba Testnets (Boba Sepolia and Boba BNB Testnet) in mid-August. + +### Changes for Testnet Withdrawals + +* Withdrawal will require proving and finalizing based on the fault proof system. + +* Withdrawal will require 7 days to finalize depending on the outcome of the dispute game. + + > Boba Testnets withdrawals are no longer instant. + +* The `DisputeGameFactory` will replace the `L2OutputOracle` contract for prosing output root statements, enhancing platform security and reliability. + +* The valid proofs challenged by maliciously players can be delayed up to an anditional a few hours at a very high cost to the malicious actor. + +### Changes for Users + +If you submit your proof prior to the fraud proof upgrades, you must submit it again and wait an additional seven days before you can claim your withdrawal. You may consider waiting until after the upgrade is complete to submit your proof. + +### Changes for Bridge Operators + +Upgrade your bridge to support new L1 smart contracts. From d415a1ad8e17c53422fd4ccbd3cea16ca8cf0fe1 Mon Sep 17 00:00:00 2001 From: cby3149 Date: Fri, 26 Jul 2024 14:03:28 -0700 Subject: [PATCH 2/2] Fix typo --- .gitbook/contents/notices/fraud-proofs.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitbook/contents/notices/fraud-proofs.md b/.gitbook/contents/notices/fraud-proofs.md index f2c997bea229..f27b1b498b0a 100644 --- a/.gitbook/contents/notices/fraud-proofs.md +++ b/.gitbook/contents/notices/fraud-proofs.md @@ -1,10 +1,10 @@ # Prepare for Fraud Proofs on Boba Sepolia and Boba BNB Testnet -Fraud proofs are important for making L2 more decentrailized, allowing more community involvement in validating the L2 state. These changes allow anyone to withdraw funds from Boba Layer 2 to L1without relying on any centralized actors. +Fraud proofs are important for making L2 more decentrailized, allowing more community involvement in validating the L2 state. These changes allow anyone to submit or challenge a state root, an essential part of the process used for withdrawing funds from L2 to L1. ## Prepare for Fault Proofs -Fault proofs are expected to go live for Boba Testnets (Boba Sepolia and Boba BNB Testnet) in mid-August. +Fault proofs are expected to go live for Boba Testnets (Boba Sepolia and Boba BNB Testnet) in mid-August 2024. ### Changes for Testnet Withdrawals @@ -14,13 +14,13 @@ Fault proofs are expected to go live for Boba Testnets (Boba Sepolia and Boba BN > Boba Testnets withdrawals are no longer instant. -* The `DisputeGameFactory` will replace the `L2OutputOracle` contract for prosing output root statements, enhancing platform security and reliability. +* The `DisputeGameFactory` will replace the `L2OutputOracle` contract for proposing output root statements, enhancing platform security and reliability. -* The valid proofs challenged by maliciously players can be delayed up to an anditional a few hours at a very high cost to the malicious actor. +* Valid proofs challenged by malicious players can be delayed for up to a few additional hours, incurring a very high cost to the malicious actor. ### Changes for Users -If you submit your proof prior to the fraud proof upgrades, you must submit it again and wait an additional seven days before you can claim your withdrawal. You may consider waiting until after the upgrade is complete to submit your proof. +If you submit your proof prior to the fraud proof upgrades, you must submit it again and wait an additional seven days before you can claim your withdrawal. You may want to consider waiting until after the upgrade is complete to submit your proof. ### Changes for Bridge Operators