NethermindEth / NethermindEth/Catalyst

[Contracts] [Document] Liveness bond lockups

Open
#63 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Rust
Stars
44
Forks
18
PR merge metrics
No merged PRs in 30d

Description

At the moment only the proposer can deposit liveness bond when proposing the blocks in Taiko. Since for the AVS the task manager is the sole proposer, we need to implement a separate accounting system for liveness bonds so that the operator may deposit and withdraw it from the task manager. This is non-trivial and deviates from the primary goal of devising a preconfirmations system. Therefore, this has been skipped in the POC. The liveness bond stays locked up in the TaikoL1 contract.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reading the TaikoL1 contract and the task manager flow described in the issue, focusing on how the proposer currently deposits and how the liveness bond remains locked. Trace the operator's required deposit and withdrawal lifecycle and identify the accounting boundaries. Done means the required behavior and its scope are defined clearly enough to implement and test.

Written by the indexing model from the issue text.

Assessment

Domain
blockchain
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.