Skip to content

Commit 188dd51

Browse files
Micah ZoltuPaulRBerg
andauthored
Adds introduction sentence to fee page. (#291)
* Adds introduction sentence to fee page. I received some feedback that the fees page may be a bit confusing to novice users. This addition to the top of the page attempts to help clarify things for people who may not have a good understanding of how fees on a public blockchain work. * fix: fix header IDs --------- Co-authored-by: Paul Razvan Berg <[email protected]>
1 parent 5f0faf5 commit 188dd51

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/concepts/12-fees.mdx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ sidebar_position: 12
44
title: "Fees"
55
---
66

7+
During the course of using Sablier, you may encounter up to three different types of fees:
8+
[Interface Fees](#interface-fees), [Contract Fees](#contract-fees), and [Gas Fees](#gas-fees). Each of these fees may go
9+
to a different party. Below you can see a breakdown of how each fee is calculated and who receives it.
10+
711
## Interface Fees
812

913
The Sablier Interface charges a flat fee for certain operations. This fee is paid in the native gas token, i.e. in ETH
@@ -111,7 +115,7 @@ The fee is ~**$1** (in the gas token) per claim, regardless of the airdrop amoun
111115
| Ultra | UOS | 0 UOS | 0 |
112116
| zkSync Era | ETH | 0.00036 ETH | 360000000000000 |
113117

114-
## Gas Fee
118+
## Gas Fees
115119

116120
### Q: How are the Interface Fees charged?
117121

0 commit comments

Comments
 (0)