Skip to content

feat: add a fees page for entropy #254

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Apr 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion pages/entropy/_meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,6 @@
"type": "separator"
},

"protocol-design": "Protocol Design"
"protocol-design": "Protocol Design",
"fees": "Fees"
}
14 changes: 14 additions & 0 deletions pages/entropy/fees.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Fees

The Entropy protocol has been designed to charge fees on a per-request basis. The total fee is
the sum of the provider fee, which is determined by the individual provider on a per-blockchain
basis, and the protocol fee, which is subject to Pyth governance decisions also on a per-chain
basis. These are accessible via the smart contract functions.

Providers can withdraw their fees from the contract whenever they want. The allocation of the fees collected by the Entropy protocol
is governed by the collective decisions of its governance body. All fees are denominated in the native token
of the respective blockchain, ensuring a seamless and integrated operation.

Note that protocols integrating with Entropy can pass these fees along to their users. Whenever a user
submits a transaction that requests a random number, the user can directly pay the entropy fees required
with the native blockchain token. There are no fees for revealing the random numbers.