# Embedded Wallet (UI Component)

### What is the Tomo Embedded Wallet

Tomo Embedded Wallet offers seamless and visually engaging login experiences tailored for crypto-native users and easy onboarding for everyone else. Key features include:

* **Unified Account System**: Tomo provides a unified wallet for your social account. That is, if you log in to dApp A with your Gmail and buy X tokens, when you log in to dApp B, you can directly use the previously purchased token. This feature is the core of the Tomo wallet, allowing users to smoothly use their assets in one wallet with one social account.
* **Multi-Blockchain Support**: Tomo wallet supports most mainstream blockchains, including Bitcoin, Ethereum, Solana, etc. We support built-in swap functionalities between different on-chain assets, so users can easily invest in new assets within our embedded wallet.
* **Secure and Reliable**: We take security as our highest priority in wallet design. The embedded wallet stores your private key into a secure hardware wallet and dApp. The dApps will have no access to the user's private key, and only the user can authorize the transaction signing or private key exports through Multi-Factor Authorization (MFA)

<figure><img src="https://159454010-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FKx6QtlW3V2up9KOIn1lx%2Fuploads%2FLXuZx4XyFSfmDpAMeFn5%2Fwhiteboard_exported_image.png?alt=media&#x26;token=bfbe9f71-7c45-40c1-a96c-5dcda1c40acb" alt=""><figcaption><p>Social Login</p></figcaption></figure>

With simplified developer tools and cryptographic security measures, Tomo embedded wallet is designed to provide user-friendly wallets while maintaining the highest security for web3 developers and users.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.tomo.inc/tomo-sdk/tomo-web-sdk/embedded-wallet-ui-component.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
