You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/ecosystem/defi-liquidity/faq.md
+18-2
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ keywords:
13
13
- DEX
14
14
- yield farming
15
15
- liquidity
16
-
sidebar_position: 2
16
+
sidebar_position: 3
17
17
sidebar_label: Stablecoins & Bridges FAQ
18
18
---
19
19
@@ -23,6 +23,19 @@ import Details from '@theme/Details';
23
23
24
24
Below are common questions regarding stablecoins, liquidity, and bridging on Flow. Click on each question to expand and view the answer.
25
25
26
+
## Bridging and Gas
27
+
28
+
<Detailssummary="Does Flow use ETH for gas?">
29
+
No, Flow uses $FLOW as the gas token. [WETH](./defi-contracts#stablecoins--wrapped-assets) is supported on Flow EVM when [bridging](../bridges.md) from another chain. $WFLOW is used as an ERC20 in DeFi apps and not used for gas.
30
+
</Details>
31
+
32
+
<Detailssummary="How do I pay for gas when bridging into Flow?">
33
+
When using Flow EVM for the first time, your EOA will automatically be credited 0.05 FLOW to cover gas costs when bridging into Flow.
34
+
If further top-ups are required you can use [Gas.zip](https://www.gas.zip/). See [Fees](../../evm/fees) for information on gas pricing.
35
+
36
+
Flow Wallet users do not pay for gas since the wallet subsidizes all transaction fees.
37
+
</Details>
38
+
26
39
## Stablecoins on Flow
27
40
28
41
<Detailssummary="What stablecoins are available on Flow?">
0 commit comments