Gas fee, MEV, etc

I see a contradiction in the way RSK and RSK apps are selling this sidechain when they say gas fees are low, lower than Ethereum and others.
Well, we know it is low because is not so popular yet, so like any alt-coin, fees are low because blocks are not full.
So we want RSK to be popular and at the same selling it as low gas fee sidechain makes little sense in long term.

How is RSK going to battle this issue different to other networks? can be implemented all solutions that are there currently, sure. But is there anything different in RSK? a different position in how to limit/raise gas fee? any solution on the MEV issue?

I hope RSK will have to deal with this issues in the near term
cheers

1 Like

This is not a complete answer to your question, but this is part of the answer:

See also this post which has more info about scalability (which is related to the issue of fees)

For MEV, there are a few “solutions”, like fair-ordering or threshold decryption. These are probably best implemented on a rollup rather than L1 RSK.

3 Likes

These concerns are also tied to conflicting objectives. RSK security comes from bitcoin merged mining – and miners are compensated from fees. If fees are too low, then the network will not be sustainable. So RSK needs to maintain or increase the security payout to miners while also finding ways to offer more to users and devs. As @light pointed out - scalability efforts will pay dividends here.

3 Likes

To add to the links that @light has already provided. I’ll give you just some examples of RSK compared with Ethereum:

  • An average EOA (Externally Owned Account) in Ethereum consumes 142 bytes (78 content, 32 hash reference, 32 index) when serialized in the state.
  • An average EOA in RSK consumes only 11 bytes.

That’s 10 times less.

  • An average storage cell (i.e. an ERC20 balance) in Ethereum consumes 72 bytes (8 content, 32 key, key reference).
  • An optimized ERC-20 storage cell in RSK consumes just 28 bytes. (note: not all RSK ERC20 contracts are using this feature)

That’s 2.5 times less.

2 Likes