Skip to content

Commit

Permalink
deploy: 4862d63
Browse files Browse the repository at this point in the history
  • Loading branch information
Inphi committed Mar 6, 2024
1 parent 601bea0 commit 655a2d7
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 2 deletions.
6 changes: 6 additions & 0 deletions experimental/fault-proof/stage-one/bond-incentives.html
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@ <h1 id="bond-incentives"><a class="header" href="#bond-incentives">Bond Incentiv
<li><a href="#base-fee-assumption">Base Fee Assumption</a></li>
<li><a href="#bond-scaling">Bond Scaling</a></li>
<li><a href="#required-bond-formula">Required Bond Formula</a></li>
<li><a href="#other-incentives">Other Incentives</a></li>
<li><a href="#delayedweth">DelayedWETH</a>
<ul>
<li><a href="#sub-account-model">Sub-Account Model</a></li>
Expand Down Expand Up @@ -278,6 +279,11 @@ <h3 id="required-bond-formula"><a class="header" href="#required-bond-formula">R
gas_charged = 400_000 * (1.089 ** position.depth)
return gas_charged * assumed_gas_price
</code></pre>
<h3 id="other-incentives"><a class="header" href="#other-incentives">Other Incentives</a></h3>
<p>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.</p>
<h3 id="delayedweth"><a class="header" href="#delayedweth">DelayedWETH</a></h3>
<p>FPM introduces a contract <code>DelayedWETH</code> designed to hold the bonded ETH for each
<a href="./fault-dispute-game.html">Fault Dispute Game</a>.
Expand Down
6 changes: 6 additions & 0 deletions print.html
Original file line number Diff line number Diff line change
Expand Up @@ -6710,6 +6710,7 @@ <h1 id="bond-incentives"><a class="header" href="#bond-incentives">Bond Incentiv
<li><a href="experimental/fault-proof/stage-one/bond-incentives.html#base-fee-assumption">Base Fee Assumption</a></li>
<li><a href="experimental/fault-proof/stage-one/bond-incentives.html#bond-scaling">Bond Scaling</a></li>
<li><a href="experimental/fault-proof/stage-one/bond-incentives.html#required-bond-formula">Required Bond Formula</a></li>
<li><a href="experimental/fault-proof/stage-one/bond-incentives.html#other-incentives">Other Incentives</a></li>
<li><a href="experimental/fault-proof/stage-one/bond-incentives.html#delayedweth">DelayedWETH</a>
<ul>
<li><a href="experimental/fault-proof/stage-one/bond-incentives.html#sub-account-model">Sub-Account Model</a></li>
Expand Down Expand Up @@ -6790,6 +6791,11 @@ <h3 id="required-bond-formula"><a class="header" href="#required-bond-formula">R
gas_charged = 400_000 * (1.089 ** position.depth)
return gas_charged * assumed_gas_price
</code></pre>
<h3 id="other-incentives"><a class="header" href="#other-incentives">Other Incentives</a></h3>
<p>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.</p>
<h3 id="delayedweth"><a class="header" href="#delayedweth">DelayedWETH</a></h3>
<p>FPM introduces a contract <code>DelayedWETH</code> designed to hold the bonded ETH for each
<a href="experimental/fault-proof/stage-one/./fault-dispute-game.html">Fault Dispute Game</a>.
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion searchindex.json

Large diffs are not rendered by default.

0 comments on commit 655a2d7

Please sign in to comment.