current-fees.mdx 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. ---
  2. title: Current Fees
  3. description: Current fees for using Pyth Entropy
  4. ---
  5. The following tables shows the total fees payable when using the **default provider**.
  6. Note that the fees shown below will vary over time with prevailing gas prices on each chain.
  7. ## Mainnet
  8. > ⚠️ **Warning**
  9. > The fees for mainnet are dynamically set. Always use the on-chain method `entropy.getFeeV2()` to get the current fee.
  10. | Network | Fee (Native Token) |
  11. | --------- | ------------------ |
  12. | Ethereum | Dynamic |
  13. | Arbitrum | Dynamic |
  14. | Avalanche | Dynamic |
  15. | Base | Dynamic |
  16. | BNB Chain | Dynamic |
  17. | Optimism | Dynamic |
  18. | Polygon | Dynamic |
  19. ## Testnet
  20. > ℹ️ **Note**
  21. > The fees for testnets kept deliberately low and different from the mainnet fees.
  22. | Network | Fee (Native Token) |
  23. | ---------------- | ------------------ |
  24. | Ethereum Sepolia | 0.0001 ETH |
  25. | Arbitrum Sepolia | 0.0001 ETH |
  26. | Avalanche Fuji | 0.01 AVAX |
  27. | Base Sepolia | 0.0001 ETH |
  28. | BNB Testnet | 0.001 BNB |
  29. | Optimism Sepolia | 0.0001 ETH |
  30. | Polygon Amoy | 0.01 MATIC |