Sending Transactions
A unique advantage of Facet is that users post Facet transactions directly on Ethereum, so you do not need to "bridge in" value before using Facet, and you do not have to change your wallet's connection away from Ethereum.

Basic Transactions
Applications (Apps) on Facet abstract the complexity involved with operating on the rollup by constructing regular Ethereum "envelope" transactions for users to sign. Here's the process:
User Signs the Transaction
The transaction is approved/signed by the user via the wallet interface, the same user experience as an Ethereum App. Since this transaction is sent on Ethereum, the user pays gas using L1 ether. Gas fees will be minimal, because these are wallet-to-wallet transactions (to Facet Inbox Address) that do not involve gas-intensive L1 smart contracts.
Last updated