@Zahnentferner Currently, our gas limit is strictly bound to the transaction fee provided by the user (1 fee = 1 gas limit). For a more robust economy, we should decouple these. We need to discuss:
- Setting a base price per gas unit (e.g., gasPrice).
- Separating the gasLimit from the tx.amount.
- Adding a base fee burn mechanism (EIP-1559 style) to manage chain congestion.
@Zahnentferner Currently, our gas limit is strictly bound to the transaction fee provided by the user (1 fee = 1 gas limit). For a more robust economy, we should decouple these. We need to discuss: