Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/BitVMBridge/Concepts/003-system-design.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**

Expand Down