Git Product home page Git Product logo

Comments (3)

platocrat avatar platocrat commented on July 28, 2024 1

@TransmissionsDev My consolidation of your replies in discord:


Answers

  1. Only authorized parties rn but eventually will be given permission via MEVA auction
  2. Long term yes but u will have to win an auction
  3. Anyone
  4. Yes!
  5. Sequencer gets ten fees, fraud provers get the bond of a lying proposer when they prove fraud.

Descriptions of roles

Sequencers

  • Sequencer is chosen via a MEVA auction.
  • Sequencer is a special user who gets the right to order transactions.
  • Users can send their transactions to the sequencer and get a signed confirmation for instant inclusion.
  • The sequencer submits a bundle of txs they have received every couple of minutes.
  • They get tx fees from the transactions they bundle
  • If a sequencer does not include a txn they signed and confirmed, a user can submit that signed confirmation to slash the sequencer's bond

Bonded Proposers

  • A bonded proposer is usually the sequencer
  • Anyone can become a Bonded Proposer by putting up some money as a bond, but the sequencer gets first priority.
  • Bonded proposer looks at those bundles of txs and computes the actual ethereum state trie from the bundle and publishes the merkle root onto L1

Verifiers

  • Anyone can be a verifier
  • Verifiers also compute the actual state but are not looking to propose, they are looking to catch a bonded proposer who has lied about the correct state.
  • If the verifier finds that a bonded proposer lied, they submit a tx to the L1 chain to have that transaction they believe is fraudulent computed and if the proposer was indeed lying, a portion of their bond (money they put up front) is taken away and given to the verifier. Some of the proposer's bond is burned in case the proposer is also the verifier.

Nodes

  • Anyone can be a node
  • Any node can recompute the state themselves (just like you would on L1)

from community-hub.

transmissions11 avatar transmissions11 commented on July 28, 2024 1

Ayy!

Couple of nitpicks:

  • "Anyone can be a node" is repeated twice in the Nodes section

their bond (money they put up front) is taken away and given to the verifier(edited)

  • Remove the (edited) heh
  • And only a portion of the bond is given to the verifier. Some of it is burned in case the proposer was himself also the verifier.

  • Maybe mention that if the sequencer does not include a tx they signed and confirmed, a user can submit that signed confirmation to slash the sequencer's bond

Otherwise this looks pretty good, make it a PR?

from community-hub.

platocrat avatar platocrat commented on July 28, 2024

this is quite stale and I believe that this documentation should get added with incremental smaller PRs.
I'll be closing this for now, but it will get solved as we expand the protocol and to;dr documentation.

from community-hub.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.