> ## Documentation Index
> Fetch the complete documentation index at: https://docs.dynamic.xyz/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Embedded Wallet Signing Configuration

Embedded wallets sign transactions and messages via secure MPC (the user share + Dynamic share). This page focuses on configuring the **end-user signing / confirmation experience** for embedded wallets.

If you’re looking for “how to sign / send transactions” examples, use the chain-specific wallet guides under `Wallets → Interacting with Wallets`.

## Confirmation UI

By default, when a user needs to sign a transaction, they'll see a confirmation screen like this:

<Frame>
  <img className="h-80" src="https://mintcdn.com/dynamic-docs/S0I4gBjjMnJYbuz8/images/widget/widget-embedded-wallet-transaction-ui.png?fit=max&auto=format&n=S0I4gBjjMnJYbuz8&q=85&s=92c2acf627ac34f47bb6f349ce22efe7" width="784" height="946" data-path="images/widget/widget-embedded-wallet-transaction-ui.png" />
</Frame>

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](https://app.dynamic.xyz/dashboard/embedded-wallets/dynamic).

### Modal title

Change the default "Confirm transaction" text using `Translations`:

### Transaction simulation

<Frame>
  <img src="https://mintcdn.com/dynamic-docs/DXbjtpFZjzIwv2VQ/images/dashboard/dashboard-enable-transaction-simulation.png?fit=max&auto=format&n=DXbjtpFZjzIwv2VQ&q=85&s=b3919194f8c01f7a527fde98806cdcb3" alt="" width="1892" height="668" data-path="images/dashboard/dashboard-enable-transaction-simulation.png" />
</Frame>

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.

<Frame>
  <img className="h-80" src="https://mintcdn.com/dynamic-docs/S0I4gBjjMnJYbuz8/images/widget/widget-sol-swap.png?fit=max&auto=format&n=S0I4gBjjMnJYbuz8&q=85&s=f203742648d4abb69cbfa2b9b6718d10" width="846" height="1184" data-path="images/widget/widget-sol-swap.png" />
</Frame>
