Skip to content

Commit

Permalink
fault-proof: Document other bond incentives (#83)
Browse files Browse the repository at this point in the history
Clarify off-protocol costs considered
  • Loading branch information
Inphi authored Mar 6, 2024
1 parent 8d837fd commit 4862d63
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions specs/experimental/fault-proof/stage-one/bond-incentives.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
- [Base Fee Assumption](#base-fee-assumption)
- [Bond Scaling](#bond-scaling)
- [Required Bond Formula](#required-bond-formula)
- [Other Incentives](#other-incentives)
- [DelayedWETH](#delayedweth)
- [Sub-Account Model](#sub-account-model)
- [Delay Period](#delay-period)
Expand Down Expand Up @@ -117,6 +118,13 @@ def get_required_bond(position):
return gas_charged * assumed_gas_price
```

### Other Incentives

There are other costs associated with participating in the game, including operating a challenger agent and the
opportunity cost of locking up capital in the dispute game. While we do not explicitly create incentives to cover
these costs, we assume that the current bond rewards, based on this specification, are enough as a whole to cover
all other costs of participation.

### DelayedWETH

FPM introduces a contract `DelayedWETH` designed to hold the bonded ETH for each
Expand Down

0 comments on commit 4862d63

Please sign in to comment.