In the Filecoin network, Gas fee = (base fee + tip) * Gas Limit
- Base Fee * Gas Limit: This part will be directly destroyed, benefiting Filecoin token holders of the entire network
- Tip * Gas Limit: This part will be paid to miners, the higher the tip, the higher the transaction priority, and the faster it will be packaged
In order to facilitate the setting of gas fees, we define the "gas fee rate" as "base fee + tip" and provide two gears
- Fast: As the name suggests, the tip of this gear is slightly higher, and the transaction will be packed faster
- General: The tip of this gear will be set to the minimum value, the specific value is determined by the network
1 NanoFIL = 10*(-9) FIL,or we can say 1 FIL = 1000000000 NanoFIL
Note: If you have higher requirements for transaction packaging speed, you can adjust the "gas fee rate" in the customization. Please note that in order to avoid waste, the amount entered here should not be too large. For details, please refer to the "Fast" gear value or query the block explorer.