Skip to content

Commit

Permalink
Update docs/site/docs/protocol/overview.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ttarsi authored Feb 26, 2024
1 parent a9eed4e commit df399f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/site/docs/protocol/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Omni’s [Parallelized Consensus](./architecture.md#parallelized-consensus--come

## Fee Model

Omni fees start with a basic, Solidity-based fee payment interface and an uncomplicated pricing mechanism, with room for future enhancements. The network only supports \$ETH for fee payments presently, and will maintain this support during its existence.
Omni fees start with a basic, Solidity-based fee payment interface and an uncomplicated pricing mechanism, with room for future enhancements. The network only supports \$ETH for fee payments presently. In the future, developers will also be able to pay with \$OMNI and potentially other tokens if they desire, but $ETH will always be supported.

Fees are paid in \$ETH and calculated in real-time during transactions via the payable `xcall` function on the portal contracts, ensuring simplicity for developers and compatibility with existing Ethereum tooling. This setup allows for easy off-chain fee estimations and the possibility for developers to pass the cost on to users, with a straightforward upgrade path to a more dynamic fee structure that can adapt to the network's evolving needs without necessitating changes to developer contracts.

Expand Down

0 comments on commit df399f9

Please sign in to comment.