Skip to content

Commit

Permalink
chore: rename workers to verifiers in onboarding (#320)
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenFluin authored Mar 22, 2024
1 parent 6e646b5 commit 969e3c3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doc/src/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,12 +187,12 @@ messages from the gateway, and interacts with the multisig contract to conduct t
### Multisig Contract

[`multisig`](contracts/multisig.md) is responsible for signing arbitrary blobs of data. Contracts register with the
multisig contract to generate a key id, and then use that key id to initiate signing sessions. Off chain workers
multisig contract to generate a key id, and then use that key id to initiate signing sessions. Off chain verifiers
associated with the key id sign messages when new signing sessions are created.

### Service Registry

[`service-registry`](contracts/service_registry.md) is responsible for tracking workers associated with specific
services. Two example services are voting and signing. Workers must be authorized to join a service via governance
vote. Once authorized, workers must also bond a sufficient amount of stake before becoming active in the service.
[`service-registry`](contracts/service_registry.md) is responsible for tracking verifiers associated with specific
services. Two example services are voting and signing. Verifiers must be authorized to join a service via governance
vote. Once authorized, verifiers must also bond a sufficient amount of stake before becoming active in the service.
Services query the service registry to create weighted snapshots of the active worker set.

0 comments on commit 969e3c3

Please sign in to comment.