Transacting with Embedded Wallets
Creating Transactions
Since embedded wallets function like any standard wallet, you can use them with all the common Web3 libraries and patterns. The key difference is that signing operations are performed using secure MPC between the user’s key share and Dynamic’s key share.
For detailed examples of wallet interactions, check out:
EVM Examples
- Sign a message
- Sign typed data
- Send a transaction
- Sign a transaction with Wagmi
- Fetch wallet balance
Solana Examples
Transaction UI
By default, when a user needs to sign a transaction, they’ll see a confirmation screen like this:
You can customize various elements of the transaction UI:
Disable Confirmation Screen
You can enable/disable the transaction confirmation screen with a single toggle in the Embedded Wallet configuration page.
Modal Title
Change the default “Confirm transaction” text using Translations:
Transaction Simulation
When enabled alongside the Confirmation UI, transactions will be simulated to display all asset transfers involved. For example, if you’re swapping 0.1 SOL for USDC, the transaction UI will clearly show the assets being sent and received.