EVM compatible L2 under works by sumamu

Any network participant will be able to convert ZNN to xZNN and use it inside the extension chain through a bridge-like system.

The feeless property is maintained at the base layer and if you want to use the extension chain, you must obey its rules.

We can use the decentralized bridge @sumamu built and tweak it to support this type of wrapping. It would be a little bit different from wrapping ZNN to wZNN and unwrapping it later because xZNN will actually be consumed/burnt in the extension chain, so it won’t be a 1:1 backing.

Fusing QSR and/or generating PoW enables the feeless property (via Plasma), not ZNN. ZNN is staked to produce QSR and adding another utility to it (converting it to xZNN that can be used as gas in an extension chain), will only increase its value.

On the contrary, xZNN will be associated with the gas concept for the extension chain.

Since there won’t be any inflation, the extension chain will only have a fee distribution mechanism:

  • 33% distributed to builders (contract deployers)
  • 33% distributed to extension chain validators
  • 34% burned (similar to ETH)
2 Likes

Will this be inherently compatible with metamask?

1 Like

Yes. In fact with all the Ethereum/EVM ecosystem.

2 Likes

wow. So devs can simply take their solidity code and run it on the L2 with no modifications?

1 Like

Yep. No modifications whatsoever.

1 Like

Just change chain id etc