[OP Stack Deployment] Questions about configuring the L2 chain for contributing to RPGF from sequencer revenues. #160
-
Hey, all. I was just wondering if the preferred communication for questions is now on GitHub officially or if Discord still too? Have some more questions for an OP Stack chain - specifically regarding the RPGF contribution from the specific L2 - where and what frequency should sequencer revenues be sent? Can this be set with an immutable contract using 0xSplits to automate the process? Best POC to get all the specifics on? (Contract addresses, currency accepted, converting native chain currency, etc.) Thx 🫡 Weston |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 8 replies
-
https://github.com/ethereum-optimism/optimism/blob/develop/specs/predeploys.md#sequencerfeevault |
Beta Was this translation helpful? Give feedback.
-
Hey @westonnelson, I prefer technical questions to be directed to this forum, but Discord is also available to ask technical + general optimism questions. I personally prefer GitHub because:
I still think Discord is a valuable additional channel for synchronous IM. In regard to your question, @opfocus is on the right track here. The sequencer fees go into that vault, but we don't have the process around it documented. I'll work on finding that info and relaying it. |
Beta Was this translation helpful? Give feedback.
-
Hey @westonnelson, We hope your recent question was resolved to your satisfaction. Your feedback is invaluable and helps us improve our support services. Could you spare a moment to fill out a short feedback survey. Thank you for helping us improve our developer community. |
Beta Was this translation helpful? Give feedback.
In regard to the
SequencerFeeVault
, this is where all the sequencer revenue goes and the smart contract has a simple withdrawal function that sends the ether to recipient address. Anyone can call this withdrawal function, as long as the amount is greater than the minimum withdrawal amount. The withdrawal can also be withdrawn to L1 or L2.Here's the SequencerFeeVault and FeeVault implementations.
My primary thoughts on the NFT rollup idea are around the rollups economics and long term sustainability. I don't have all the numbers handy for OP Mainnet, but might be available on our dune dashboards. The operating cost is definitely a consideration that should be made.
I'm going to be working…