diff --git a/specs/experimental/fault-proof/bond-incentives.md b/specs/experimental/fault-proof/bond-incentives.md index 6a4a3c9f4..4f373d2b4 100644 --- a/specs/experimental/fault-proof/bond-incentives.md +++ b/specs/experimental/fault-proof/bond-incentives.md @@ -1,5 +1,18 @@ # Bond Incentives + + +**Table of Contents** + +- [Overview](#overview) +- [Moves](#moves) +- [Subgame Resolution](#subgame-resolution) + - [Leftmost Claim Incentives](#leftmost-claim-incentives) + + + +## Overview + Bonds is an add-on to the core [Fault Dispute Game](./fault-dispute-game.md). The core game mechanics are designed to ensure honesty as the best response to winning subgames. By introducing financial incentives, Bonds makes it worthwhile for honest challengers to participate. diff --git a/specs/experimental/fault-proof/fault-dispute-game.md b/specs/experimental/fault-proof/fault-dispute-game.md index 3867997da..882e81468 100644 --- a/specs/experimental/fault-proof/fault-dispute-game.md +++ b/specs/experimental/fault-proof/fault-dispute-game.md @@ -15,7 +15,7 @@ - [Game Tree](#game-tree) - [Position](#position) - [GAME_DURATION](#game_duration) -- [Game Mechanics](#game-mechanics) +- [Core Game Mechanics](#core-game-mechanics) - [Actors](#actors) - [Moves](#moves) - [Attack](#attack) diff --git a/specs/experimental/fault-proof/honest-challenger-fdg.md b/specs/experimental/fault-proof/honest-challenger-fdg.md index f94c77ebc..bfe5d8ea7 100644 --- a/specs/experimental/fault-proof/honest-challenger-fdg.md +++ b/specs/experimental/fault-proof/honest-challenger-fdg.md @@ -7,7 +7,8 @@ - [Overview](#overview) - [FDG Responses](#fdg-responses) - [Root Claims](#root-claims) - - [Counter Claims](#counter-claims) + - [Countering Invalid Claims](#countering-invalid-claims) + - [Countering Freeloaders](#countering-freeloaders) - [Steps](#steps) - [Resolution](#resolution)