Skip to content

Commit ffc9cef

Browse files
committed
chore: clarity
1 parent 2796661 commit ffc9cef

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

docs/multichain/README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,8 @@ Destination chain contracts receive transported stake weights from an offchain s
113113
| [`OperatorTableUpdater.sol`](../../src/contracts/multichain/OperatorTableUpdater.sol) | Singleton | Transparent proxy |
114114

115115
The `operatorTableUpdater` carries out two basic functions:
116-
* Updates of the `globalTableRoot` via a signed certificate from the *off-chain* `generator`
117-
* Updating operator tables via merkle proofs against the `globalTableRoot`
116+
* Updating the `globalTableRoot` via a signed certificate from the *off-chain* `generator`. This is a permissionless function.
117+
* Updating operator tables via merkle proofs against the `globalTableRoot`. This is a permissionless function.
118118

119119
See full documentation in [`/destination/OperatorTableUpdater.md`](./destination/OperatorTableUpdater.md).
120120

@@ -125,6 +125,8 @@ See full documentation in [`/destination/OperatorTableUpdater.md`](./destination
125125
| [`BN254CertificateVerifier`](../../src/contracts/multichain/BN254CertificateVerifier.sol) | Singleton | Transparent proxy |
126126
| [`ECDSACertificateVerifier`](../../src/contracts/multichain/ECDSACertificateVerifier.sol) | Singleton | Transparent proxy |
127127

128+
A `Certificate` is a proof of a task being executed offchain by the operators of an operatorSet. Two types of key material are supported: ECDSA and BN254.
129+
128130
See full documentation in [`/destination/CertificateVerifier.md`](./destination/CertificateVerifier.md).
129131

130132
---
@@ -144,7 +146,7 @@ An AVS is an entity that uses delegated or slashable security from operators to
144146
The `Generator` is an EigenLabs-operated entity that calculates and signs off on the `GlobalTableRoot` for all operatorSets that have requested to be transported to a `DestinationChain`. For the pilot program, there is no stake backing the `Generator` and it is not slashable.
145147

146148
*Offchain Flows:*
147-
* The generator **calculates** and **signs** the `GlobalTableRoot`
149+
* The generator **calculates** and **signs** the `GlobalTableRoot`. Within the contracts, this is referred to as the `globalRootConfirmerSet`.
148150

149151
#### Transporter
150152

0 commit comments

Comments
 (0)