Quick Reference
How Fees Work
EVM transactions use the standard gas fields expected by Ethereum tooling:maxFeePerGas: Maximum total gas price willing to paymaxPriorityFeePerGas: Maximum priority tipgasLimit: Upper bound on gas consumption
Key Differences from Ethereum
c8ntinuum uses EIP-1559-style fee-market parameters. EIP-1559 defines a protocol base fee that adjusts with block fullness, a priority fee, and a maximum fee cap; c8ntinuum uses the same developer-facing fee fields.
The base fee is burned. Gas parameter changes are governed through the governance module.
Cosmos SDK Transactions
Non-EVM (Cosmos SDK) transactions specify:GasLimit: Upper bound on execution gasFeeAmount: Maximum fee willing to pay
GasLimit is insufficient, the transaction fails and fees are not refunded.