@@ -4,8 +4,6 @@ sidebar_position: 14
44title : " Fees"
55---
66
7- import { Links } from " @site/src/constants" ;
8-
97During the course of using Sablier, you may encounter up to three different types of fees:
108[ Interface Fees] ( #interface-fees ) , [ Onchain Minimum Fees] ( #onchain-minimum-fees ) , and [ Gas Fees] ( #gas-fees ) . Below you
119can see a breakdown of how each fee is calculated and who receives it.
@@ -22,9 +20,6 @@ The fee amount is calculated based on market prices. For example, when ETH is \$
2220Interface Fees can be subsidized - the person creating the stream or airdrop can choose to cover the fees that would
2321normally be charged to recipients.
2422
25- If you're interested in subsidizing fees for your users, please <Link href = { Links .Forms .CALL } >contact us</Link > to
26- discuss your specific requirements.
27-
2823:::
2924
3025### Stream Withdrawals
@@ -103,9 +98,6 @@ equal to the fee amount returned by `calculateMinFeeWei` function which is avail
10398Onchain Minimum Fees can be subsidized - the person creating the stream or airdrop can choose to cover the fees that
10499would normally be charged to recipients.
105100
106- If you're interested in subsidizing fees for your users, please <Link href = { Links .Forms .CALL } >contact us</Link > to
107- discuss your specific requirements.
108-
109101:::
110102
111103The [ Comptroller] ( /concepts/governance/#comptroller ) can update the Onchain Minimum Fees.
@@ -246,9 +238,8 @@ that the person creating the stream or airdrop can choose to cover the fees that
246238recipient. Note that the gas fees cannot be subsidized as they are paid to the blockchain network validators on every
247239transaction.
248240
249- If you're interested in subsidizing fees for your users, please
250- [ contact us] ( https://docs.google.com/forms/d/e/1FAIpQLSdqkcRjXl3urdE_yiT55itkcEX5LC4CM4HsNhjJbXB_CNMMjg/viewform ) to
251- discuss your specific requirements.
241+ See the [ Interface Fees] ( #interface-fees ) and [ Onchain Minimum Fees] ( #onchain-minimum-fees ) sections above for details
242+ on how subsidization works.
252243
253244## FAQ
254245
@@ -269,9 +260,8 @@ example, if you withdraw from a stream 10 times, you will pay $10 in fees.
269260
270261### Q: Can the Interface Fees and the Onchain Minimum Fees be subsidized?
271262
272- ** A:** Yes, they can be subsidized by the stream sender or the airdrop creator. Please
273- [ contact us] ( https://docs.google.com/forms/d/e/1FAIpQLSdqkcRjXl3urdE_yiT55itkcEX5LC4CM4HsNhjJbXB_CNMMjg/viewform ) to
274- discuss your specific requirements.
263+ ** A:** Yes, they can be subsidized by the stream sender or the airdrop creator. See the
264+ [ Fee Subsidization] ( #fee-subsidization ) section for details.
275265
276266:::tip
277267
0 commit comments