Skip to content

Commit

Permalink
Minor fix of operator sla (#185)
Browse files Browse the repository at this point in the history
  • Loading branch information
jianoaix authored Apr 8, 2024
1 parent a43dbf9 commit 0129fb3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/eigenda/operator-guides/protocol-SLA/protocol-SLA.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,10 @@ lifecycle will be restarted.
| Responsibility | SLI (measure) | SLA (policy) | Accountability (action) |
| --- | --- | --- | --- |
| Attesting | Signing rate: num-batches-signed / num-batches-responsible-to-sign | >=90% signing rate over rolling 48 hours (general) or >90% over rolling 24h (if operator has >4% stake) | Soft measure: Social pressure (if SLA is not violated) - Publish operator's attesting availability/performance and rank. Hard measure: Ejection (if SLA is violated) |
| Serving | Serving availability: num-requests-success / num-total-requests | >=95% serving availability | Soft measure: Social pressure - Publish operator's serving availability/performance and rank. Data availability sampling |
| Serving | Serving availability: num-requests-success / num-total-requests | >=95% serving availability | Soft measure: Social pressure - Publish operator's serving availability/performance and rank. |

### Safety

| Responsibility | SLI (measure) | SLA (policy) | Accountability (action) |
| Responsibility | SLI (measure) | SLA (policy) | Accountability (action) |
| --- | --- | --- | --- |
| Attesting + Storing | Lazy signing rate: `num-batches-lazily-signed / num-batches-signed` | Lazy signing rate = `0` | Hard measure: slashing via Proof of Custody (if SLA is violated). Data availability sampling |
| Attesting + Storing | Lazy signing rate: `num-batches-lazily-signed / num-batches-signed` | Lazy signing rate = `0` | Hard measure: slashing via Proof of Custody if SLA is violated (this is to be built). |

0 comments on commit 0129fb3

Please sign in to comment.