EVM chains
EIP-1559 model
Some EVM chains support EIP-1559. Currently supported chains include:- Ethereum Mainnet
- Sepolia Testnet
- Scroll Mainnet
- Base
- BNB Smart Chain
- Polygon
- Sonic
- Berachain
For both Legacy and EIP-1559 fee models, an additional fee is charged when submitting transaction calldata to L1 (Layer 1).
- Max fee: The maximum total fee for the transaction.
- Max priority fee: The maximum additional fee per gas unit paid to miners/validators to prioritize your transaction.
- Gas limit
Legacy model
All EVM chains support the Legacy model. In the Legacy model, the estimated transaction fee is calculated as: gas price * gas limitFor both Legacy and EIP-1559 fee models, an additional fee is charged when submitting transaction calldata to L1 (Layer 1).
- Gas price
- Gas limit
UTXO-based chains
Currently supported chains include:- Bitcoin
- Cardano
- Nervos CKB
- Handshake
You can customize the following parameters:
- Fee rate
Solana
On Solana, you can use the native model or choose the Legacy model. In the native model, the estimated transaction fee is calculated as: base fee + (CU price * CU limit)
You can customize the following parameters:
- CU price
- CU limit
Filecoin
On Filecoin, you can use the native model or choose the Legacy model. In the native model, the estimated transaction fee is calculated as: min(gas fee cap, base fee + gas premium) * gas limit
You can customize the following parameters:
- Gas fee cap
- Gas premium
- Gas limit
Chains using the fixed model
The following chains adopt a fixed fee model:- TRON
- Algorand
- Polkadot
- Internet Computer and its ICRC assets (ckBTC, ckETH, ckUSDC, ckUSDT, DKP, GLDGOV, ICS, NICP, OC, OGY)
- Stellar
- Ripple
- Tezos
- Sui
- Near
If you need to estimate transaction fees using the WaaS 2.0 API, please refer to Estimate transaction fees.
