Skip to content

Commit

Permalink
feat: add information about gas fees (#118)
Browse files Browse the repository at this point in the history
* feat: add information aboout gas fees

* docs: expand explanations about gas fees

---------

Co-authored-by: Paul Razvan Berg <[email protected]>
  • Loading branch information
smol-ninja and PaulRBerg authored Jan 1, 2024
1 parent 90e3244 commit c4903c0
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/concepts/06-glossary.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,13 @@ The technical architecture of Ethereum, which many other blockchains have approp

[Foundry][foundry] is the application development toolkit that has been used to develop the Sablier Protocol.

## Gas Fee

[Gas fees](https://www.investopedia.com/terms/g/gas-ethereum.asp) are transaction fees paid to the blockchain validators
in native tokens such as ETH. Sablier Labs does not take any cut from this.

Gas is paid only when streams are created, canceled, transferred, or withdrawn from. It does not accrue in real-time.

## Lockup

A term coined by us to refer to the requirement of locking up assets in order to create a stream.
Expand Down
15 changes: 15 additions & 0 deletions docs/concepts/protocol/07-fees.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,18 @@ hard-coded limit of 10%.
The protocol fee is currently set to 0% for all ERC-20 assets.

:::

## Gas Fees

### Q: What are gas fees?

A: [Gas fees](https://www.investopedia.com/terms/g/gas-ethereum.asp) are transaction fees paid to the blockchain
validators in native tokens such as ETH. Sablier Labs does not take any cut from this.

### Q: When are gas fees paid?

A: Gas is paid only when streams are created, canceled, transferred, or withdrawn from. It does not accrue in real-time.

### Q: Does Sablier receive any portion of the gas fee?

A: No. 100% of the gas fee goes to the blockchain validators, which are not affiliated with Sablier Labs.

0 comments on commit c4903c0

Please sign in to comment.