Skip to content

Commit a36694a

Browse files
Micah ZoltuPaulRBerg
andauthored
Moves non-gas Q&A to new section. (#290)
* Moves non-gas Q&A to new section. The first 3 questions in the Gas Fees section are not about gas fees, which can cause confusion to readers. I moved them to a new FAQ section, but there may be a better way to handle this. One question is about how Interface and Contract fees interact, so it doesn't seem quite right for either section. One is a Q&A about Interface fees specifically so it could be moved into that section, but currently that section is not in Q&A form. It is also worth noting that the Gas Fees section is in Q&A format while the other two sections are in a more prose-like format, it may be worth making the Gas Fees section format match the Interface and Contract fees sections in writing style. * refactor: prose format for Gas Fees --------- Co-authored-by: Paul Razvan Berg <[email protected]>
1 parent 188dd51 commit a36694a

File tree

1 file changed

+10
-13
lines changed

1 file changed

+10
-13
lines changed

docs/concepts/12-fees.mdx

Lines changed: 10 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,16 @@ The fee is ~**$1** (in the gas token) per claim, regardless of the airdrop amoun
117117

118118
## Gas Fees
119119

120+
[Gas fees](https://investopedia.com/terms/g/gas-ethereum.asp) are transaction fees paid to the blockchain validators in
121+
the native token of the network, e.g., ETH for Ethereum Mainnet.
122+
123+
Gas is paid only when streams are created, canceled, transferred, or withdrawn from. Gas does not accrue in real-time.
124+
125+
Importantly, Sablier Labs does not take any cut from the gas fee. 100% of the gas fee goes to the blockchain network
126+
validators, which are not affiliated with Sablier Labs.
127+
128+
## FAQ
129+
120130
### Q: How are the Interface Fees charged?
121131

122132
A: They are added to the gas fee. For example, if the gas fee is \$10 and the Interface Fee is \$1, you would pay \$11
@@ -132,19 +142,6 @@ higher of the two fees.
132142
A: Yes. The fee is charged each time you withdraw from a stream. For example, if you withdraw from a stream 10 times,
133143
you will pay $10 in fees.
134144

135-
### Q: What are gas fees?
136-
137-
A: [Gas fees](https://investopedia.com/terms/g/gas-ethereum.asp) are transaction fees paid to the blockchain validators
138-
in the gas token of the network, e.g., ETH. Sablier Labs does not take any cut from this.
139-
140-
### Q: When are gas fees paid?
141-
142-
A: Gas is paid only when streams are created, canceled, transferred, or withdrawn from. Gas is not accrued in real-time.
143-
144-
### Q: Does Sablier receive any portion of the gas fee?
145-
146-
A: No. 100% of the gas fee goes to the blockchain network validators, which are not affiliated with Sablier Labs.
147-
148145
:::tip
149146

150147
We provide gas benchmarks for the [Lockup](/guides/lockup/gas-benchmarks) and [Flow](/guides/flow/gas-benchmarks)

0 commit comments

Comments
 (0)