diff --git a/docs/site/docs/protocol/overview.md b/docs/site/docs/protocol/overview.md index 064c4377b..7d0ca9c06 100644 --- a/docs/site/docs/protocol/overview.md +++ b/docs/site/docs/protocol/overview.md @@ -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.