From 4ded6e87d708e99d26595e64abd4483163756f40 Mon Sep 17 00:00:00 2001 From: NikolaiKryshnev <63440682+NikolaiKryshnev@users.noreply.github.com> Date: Fri, 19 Sep 2025 12:18:03 +0300 Subject: [PATCH] Update 003-system-design.md --- docs/BitVMBridge/Concepts/003-system-design.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/BitVMBridge/Concepts/003-system-design.md b/docs/BitVMBridge/Concepts/003-system-design.md index 881dacd08..094d41fa1 100644 --- a/docs/BitVMBridge/Concepts/003-system-design.md +++ b/docs/BitVMBridge/Concepts/003-system-design.md @@ -40,7 +40,7 @@ Broker nodes are the liquidity providers within the BitVM Bridge Network. Their Attester nodes are responsible for validating and signing the majority of transactions within the transaction graph. Their tasks include: - **Attesting**: Similar to broker nodes, attester nodes validate the transaction graph and provide signatures for most transactions. These signatures are also sent to the Coordinator module on the Finality Chain. -- **Transaction Validation**: Attester nodes ensure that all transactions adhere to the [Transaction Graph Specification](https://docs.bitlayer.org/docs/BitVMBridge/transaction-graph-spec), which defines the structure and rules for transaction execution within the protocol. +- **Transaction Validation**: Attester nodes ensure that all transactions adhere to the [Transaction Graph Specification](https://docs.bitlayer.org/docs/Learn/Bitlayer-Whitepaper/), which defines the structure and rules for transaction execution within the protocol. #### 3. **Watcher Nodes**