From b0ad6d0c292dd84a597ed0e9455201cc466ae00a Mon Sep 17 00:00:00 2001 From: Derrek <80121818+derrekcoleman@users.noreply.github.com> Date: Thu, 12 Dec 2024 18:11:03 -0700 Subject: [PATCH] Correct capitalization Co-authored-by: Dominik Harz --- docs/docs/learn/introduction/gateway/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/learn/introduction/gateway/index.md b/docs/docs/learn/introduction/gateway/index.md index 05badbd3..abad1d8c 100644 --- a/docs/docs/learn/introduction/gateway/index.md +++ b/docs/docs/learn/introduction/gateway/index.md @@ -59,6 +59,6 @@ alt="architecture" While development for BOB Gateway is advancing rapidly, there are still some training wheels in place that introduce additional trust assumptions to the architecture. These are going to be addressed and replaced with trustless or trust-minimized equivalents as the product matures. -- Liquidity providers (LPs) receive BTC directly from users on Bitcoin mainnet. As a result, The off-chain relayer cannot interfere with funds received by the LPs. +- Liquidity providers (LPs) receive BTC directly from users on Bitcoin mainnet. As a result, the off-chain relayer cannot interfere with funds received by the LPs. - The relayer is currently necessary to complete the user's intent (e.g. by submitting a Merkle proof of the BTC transaction to the on-chain light client, unlocking the LP's wrapped BTC). Since users cannot submit the proofs themselves yet, user funds are "stuck" whenever the relayer is offline. Users will be able to submit their own BTC proofs after we transition Gateway use a full Bitcoin light client and add functionality to protect LPs from potentially malicious strategy contracts. - At the moment there is only one relayer. In addition to its other functionality, this relayer pays gas on the user's behalf so that the user doesn't need to make a transaction on BOB to complete the bridging process. Since a malicious actor could create a strategy designed to take advantage of the relayer (e.g. spend all of the funds available for gas fees), the process of adding new strategies to Gateway as well as decentralizing the relayer role are restricted by the BOB team until Gateway is upgraded as described above.