| 12345678910111213141516171819202122232425262728293031323334353637 |
- ---
- title: Current Fees
- description: Current fees for using Pyth Entropy
- ---
- The following tables shows the total fees payable when using the **default provider**.
- Note that the fees shown below will vary over time with prevailing gas prices on each chain.
- ## Mainnet
- > ⚠️ **Warning**
- > The fees for mainnet are dynamically set. Always use the on-chain method `entropy.getFeeV2()` to get the current fee.
- | Network | Fee (Native Token) |
- | --------- | ------------------ |
- | Ethereum | Dynamic |
- | Arbitrum | Dynamic |
- | Avalanche | Dynamic |
- | Base | Dynamic |
- | BNB Chain | Dynamic |
- | Optimism | Dynamic |
- | Polygon | Dynamic |
- ## Testnet
- > ℹ️ **Note**
- > The fees for testnets kept deliberately low and different from the mainnet fees.
- | Network | Fee (Native Token) |
- | ---------------- | ------------------ |
- | Ethereum Sepolia | 0.0001 ETH |
- | Arbitrum Sepolia | 0.0001 ETH |
- | Avalanche Fuji | 0.01 AVAX |
- | Base Sepolia | 0.0001 ETH |
- | BNB Testnet | 0.001 BNB |
- | Optimism Sepolia | 0.0001 ETH |
- | Polygon Amoy | 0.01 MATIC |
|