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

# Embedded Wallets

## Background

Some developers want to "embed" a wallet into their application. Here are a few possible reasons
they might want to do this:

* to allow users to sign in with email or another social sign-in method
* to allow users to take actions within the app without signing a new transaction each time.

Generally speaking, embedded wallet services provide this by utilizing advanced cryptographic
techniques to shard keys. Some keys are stored user-side while others are stored on
the application developer's server or the embedded wallet provider's server.

This page attempts a toplogy of authentication and key management features over the set of
providers supporting Monad.

### Authentication Features

| Features        | Description                                                                                                       |
| --------------- | ----------------------------------------------------------------------------------------------------------------- |
| Passkey sign-in | Authentication with [WebAuthn](https://developer.mozilla.org/en-US/docs/Web/API/Web_Authentication_API) (passkey) |
| Social sign-in  | Authentication with social accounts (google, X, etc)                                                              |
| Email sign-in   | Authentication with OTP via email                                                                                 |
| SMS sign-in     | Authentication with OTP via SMS                                                                                   |

### Key Management Features

| Features                 | Description                                                                                     |
| ------------------------ | ----------------------------------------------------------------------------------------------- |
| MPC                      | Multi-party computation                                                                         |
| SSS                      | Shamir's Secret Sharing                                                                         |
| TEE                      | Storage of private keys in a cloud-based Trusted Execution Environment, like AWS Nitro Enclaves |
| TSS                      | Threshold Signature Scheme                                                                      |
| Embedded wallet          | A wallet interface local to a website or mobile app, utilizing browser session keys for signing |
| Server-delegated actions | Allow app to request permission to sign on the user's behalf                                    |
| Session keys             | Scoped keys that grant access only for specific apps, useful for bots/AI agents                 |

## Provider Summary

<Tabs>
  <Tab title="Mainnet">
    <div class="mintlify-table-wrapper">
      <table class="mintlify-table">
        <thead>
          <tr>
            <th>Provider</th>
            <th>Status</th>
            <th>Docs</th>
            <th>Supported services</th>
            <th>Security Method</th>
            <th>How to get started</th>
          </tr>
        </thead>

        <tbody>
          <tr>
            <td>[Alchemy](https://www.alchemy.com/smart-wallets)</td>
            <td>✅</td>
            <td>[Docs](https://accountkit.alchemy.com/)</td>
            <td>[Embedded wallets](https://accountkit.alchemy.com/react/quickstart)<br />
            Auth: [passkey](https://accountkit.alchemy.com/signer/authentication/passkey-signup), [social](https://accountkit.alchemy.com/signer/authentication/social-login), [email](https://accountkit.alchemy.com/signer/authentication/email-otp) sign-in</td>

            <td />

            <td>[Quickstart](https://accountkit.alchemy.com/react/quickstart)</td>
          </tr>

          <tr>
            <td>[Coinbase Developer Platform (CDP)](https://www.coinbase.com/developer-platform/products/embeddedwallets)</td>
            <td>✅</td>
            <td>[Docs](https://docs.cdp.coinbase.com/embedded-wallets/welcome)</td>
            <td>[Embedded wallets](https://docs.cdp.coinbase.com/embedded-wallets/welcome)<br />
            Auth: [email/social/SMS](https://docs.cdp.coinbase.com/embedded-wallets/authentication-methods)</td>
            <td>Device-based secure enclaves</td>
            <td>[Quickstart](https://docs.cdp.coinbase.com/embedded-wallets/quickstart)</td>
          </tr>

          <tr>
            <td>[Dynamic](https://dynamic.xyz/)</td>
            <td>✅</td>
            <td>[Docs](https://docs.dynamic.xyz/)</td>
            <td>[Embedded wallets](https://docs.dynamic.xyz/wallets/embedded-wallets/dynamic-embedded-wallets)<br />
            Auth: [passkey](https://docs.dynamic.xyz/wallets/v1-embedded/transactional-mfa/passkeys#passkeys), [email/social/SMS](https://docs.dynamic.xyz/authentication-methods/email-social-sms) sign-in</td>
            <td>TEE; TSS-MPC (just added)</td>
            <td>[Get started](https://www.dynamic.xyz/get-started)</td>
          </tr>

          <tr>
            <td>[Fordefi](https://fordefi.com/)</td>
            <td>✅</td>
            <td>[Docs](https://docs.fordefi.com/)</td>
            <td>[Products and Services](https://docs.fordefi.com/user-guide/welcome/products-and-services)</td>
            <td>MPC</td>
            <td>[Quickstart](https://docs.fordefi.com/user-guide/quickstart)</td>
          </tr>

          <tr>
            <td>[MetaMask Embedded Wallet](https://docs.metamask.io/embedded-wallets/)</td>
            <td>✅</td>
            <td>[Docs](https://docs.metamask.io/embedded-wallets/)</td>
            <td>Embedded wallet<br />
            Auth: [passkey](https://docs.metamask.io/embedded-wallets/authentication/), [social](https://docs.metamask.io/embedded-wallets/authentication/social-logins/google/), [email](https://docs.metamask.io/embedded-wallets/authentication/basic-logins/email-passwordless/), [SMS](https://docs.metamask.io/embedded-wallets/authentication/basic-logins/sms-otp/)</td>
            <td>MPC-SSS/TSS</td>
            <td>[Quickstart](https://docs.metamask.io/embedded-wallets/connect-blockchain/evm/monad)</td>
          </tr>

          <tr>
            <td>[Openfort](https://openfort.io/)</td>
            <td>✅</td>
            <td>[Docs](https://www.openfort.io/docs)</td>
            <td>[Embedded wallets](https://www.openfort.io/docs/guides/react/configuration), [Backend wallets](https://www.openfort.io/docs/guides/server/dev), [Ecosystem wallets](https://www.openfort.io/docs/guides/ecosystem)<br />
            Auth: [passkeys](https://www.openfort.io/docs/products/embedded-wallet/react/auth), [social](https://www.openfort.io/docs/products/embedded-wallet/react/auth), [email](https://www.openfort.io/docs/products/embedded-wallet/react/auth)</td>
            <td>SSS</td>
            <td>[Quickstart](https://www.openfort.io/docs/guides/react)</td>
          </tr>

          <tr>
            <td>[Para](https://www.getpara.com/)</td>
            <td>✅</td>
            <td>[Docs](https://docs.getpara.com/)</td>
            <td>[Embedded wallets](https://docs.getpara.com/getting-started/initial-setup/react-nextjs); robust policy engine for sessions<br />
            Auth: [email and phone](https://docs.getpara.com/v2/swift/guides/email-phone-login#email-and-phone-login), [social](https://docs.getpara.com/customize-para/oauth-social-logins), [SMS](https://docs.getpara.com/customize-para/phone-login) sign-in</td>
            <td>MPC + DKG</td>
            <td>[Quickstart](https://docs.getpara.com/v1/web/guides/evm/overview#evm-overview)</td>
          </tr>

          <tr>
            <td>[Portal](https://www.portalhq.io/)</td>
            <td>✅</td>
            <td>[Docs](https://docs.portalhq.io/)</td>
            <td>[Integration overview](https://docs.portalhq.io/integrations)</td>
            <td>TSS MPC</td>
            <td>[API Quickstart](https://docs.portalhq.io/apis/quickstart), [SDK Quickstart](https://docs.portalhq.io/sdks/quickstart)</td>
          </tr>

          <tr>
            <td>[Privy](https://privy.io/)</td>
            <td>✅</td>
            <td>[Docs](https://docs.privy.io/)</td>
            <td>[Embedded wallets](https://docs.privy.io/guide/embedded-wallets), [server wallets](https://docs.privy.io/guide/overview-server-wallets), server-delegated actions<br />
            Auth: [passkey](https://docs.privy.io/guide/authentication), [social](https://docs.privy.io/guide/authentication), [email](https://docs.privy.io/guide/authentication), [SMS](https://docs.privy.io/guide/authentication)</td>
            <td>TEE + SSS</td>
            <td>[Quickstart](https://docs.privy.io/guide/react/quickstart)</td>
          </tr>

          <tr>
            <td>[Reown](https://reown.com/) (formerly WalletConnect)</td>
            <td>✅</td>
            <td>[Docs](https://docs.reown.com/)</td>
            <td>Popular UI component for selecting a wallet<br />
            Embedded wallet with social/email sign-in</td>

            <td />

            <td>[Overview](https://docs.reown.com/appkit/overview)</td>
          </tr>

          <tr>
            <td>[Sequence](https://sequence.xyz/)</td>
            <td>✅</td>
            <td>[Docs](https://docs.sequence.xyz/solutions/wallets/overview)</td>
            <td>[Embedded wallets](https://docs.sequence.xyz/solutions/wallets/developers/embedded-wallet/overview),
            [ecosystem wallets](https://docs.sequence.xyz/solutions/wallets/developers/overview)<br />Auth: Passkey, Google, Apple, Twitter, email, Facebook, Twitch, Epic Games, Playfab, Stych, Standard OAuth</td>
            <td>TEE; Sandboxed Smart Sessions</td>
            <td>[Ecosystem quickstart](https://docs.sequence.xyz/solutions/wallets/developers/overview)<br /><br />
            [Embedded quickstart](https://docs.sequence.xyz/solutions/wallets/developers/embedded-wallet/quickstart)</td>
          </tr>

          <tr>
            <td>[thirdweb](https://thirdweb.com/)</td>
            <td>✅</td>
            <td>[Docs](https://portal.thirdweb.com/connect/wallet/overview)</td>
            <td>Embedded wallets<br />
            Auth: [passkey](https://portal.thirdweb.com/connect/wallet/sign-in-methods/configure), [social](https://portal.thirdweb.com/connect/wallet/sign-in-methods/configure), [email](https://portal.thirdweb.com/connect/wallet/sign-in-methods/configure), [SMS](https://portal.thirdweb.com/connect/wallet/sign-in-methods/configure), OIDC, or generic auth</td>

            <td />

            <td>[Quickstart](https://portal.thirdweb.com/connect/wallet/get-started)</td>
          </tr>

          <tr>
            <td>[Turnkey](https://www.turnkey.com/)</td>
            <td>✅</td>
            <td>[Docs](https://docs.turnkey.com/)</td>
            <td>[Embedded wallet](https://docs.turnkey.com/reference/embedded-wallet-kit), [policy engine](https://docs.turnkey.com/concepts/policies/overview), [delegated access](https://docs.turnkey.com/concepts/policies/delegated-access-frontend), [signing automation](https://docs.turnkey.com/signing-automation/overview), [sessions](https://docs.turnkey.com/authentication/sessions)<br />
            [Server-side SDKs](https://docs.turnkey.com/sdks/introduction) for auth, wallet management, and policies<br />
            Auth: [passkey](https://docs.turnkey.com/authentication/passkeys/introduction), [social](https://docs.turnkey.com/authentication/social-logins), [email](https://docs.turnkey.com/authentication/email), [SMS](https://docs.turnkey.com/authentication/sms) login</td>
            <td>TEE</td>
            <td>[Quickstart](https://docs.turnkey.com/getting-started/quickstart)</td>
          </tr>
        </tbody>
      </table>
    </div>

    *✅ = supported, ⌛️ = in progress, ❓ = unknown, ❌ = won't support*
  </Tab>

  <Tab title="Testnet">
    <div class="mintlify-table-wrapper">
      <table class="mintlify-table">
        <thead>
          <tr>
            <th>Provider</th>
            <th>Status</th>
            <th>Docs</th>
            <th>Supported services</th>
            <th>Security Method</th>
            <th>How to get started</th>
          </tr>
        </thead>

        <tbody>
          <tr>
            <td>[Alchemy](https://www.alchemy.com/smart-wallets)</td>
            <td>✅</td>
            <td>[Docs](https://accountkit.alchemy.com/)</td>
            <td>[Embedded wallets](https://accountkit.alchemy.com/react/quickstart)<br />
            Auth: [passkey](https://accountkit.alchemy.com/signer/authentication/passkey-signup), [social](https://accountkit.alchemy.com/signer/authentication/social-login), [email](https://accountkit.alchemy.com/signer/authentication/email-otp) sign-in</td>

            <td />

            <td>[Quickstart](https://accountkit.alchemy.com/react/quickstart)</td>
          </tr>

          <tr>
            <td>[Coinbase Developer Platform (CDP)](https://www.coinbase.com/developer-platform/products/embeddedwallets)</td>
            <td>✅</td>
            <td>[Docs](https://docs.cdp.coinbase.com/embedded-wallets/welcome)</td>
            <td>[Embedded wallets](https://docs.cdp.coinbase.com/embedded-wallets/welcome)<br />
            Auth: [email/social/SMS](https://docs.cdp.coinbase.com/embedded-wallets/authentication-methods)</td>
            <td>Device-based secure enclaves</td>
            <td>[Quickstart](https://docs.cdp.coinbase.com/embedded-wallets/quickstart)</td>
          </tr>

          <tr>
            <td>[Dynamic](https://dynamic.xyz/)</td>
            <td>✅</td>
            <td>[Docs](https://docs.dynamic.xyz/)</td>
            <td>[Embedded wallets](https://docs.dynamic.xyz/wallets/embedded-wallets/dynamic-embedded-wallets)<br />
            Auth: [passkey](https://docs.dynamic.xyz/wallets/v1-embedded/transactional-mfa/passkeys#passkeys), [email/social/SMS](https://docs.dynamic.xyz/authentication-methods/email-social-sms) sign-in</td>
            <td>TEE; TSS-MPC (just added)</td>
            <td>[Get started](https://www.dynamic.xyz/get-started)</td>
          </tr>

          <tr>
            <td>[Fordefi](https://fordefi.com/)</td>
            <td>✅</td>
            <td>[Docs](https://docs.fordefi.com/)</td>
            <td>[Products and Services](https://docs.fordefi.com/user-guide/welcome/products-and-services)</td>
            <td>MPC</td>
            <td>[Quickstart](https://docs.fordefi.com/user-guide/quickstart)</td>
          </tr>

          <tr>
            <td>[MetaMask Embedded Wallet](https://docs.metamask.io/embedded-wallets/)</td>
            <td>✅</td>
            <td>[Docs](https://docs.metamask.io/embedded-wallets/)</td>
            <td>Embedded wallet<br />
            Auth: [passkey](https://docs.metamask.io/embedded-wallets/authentication/), [social](https://docs.metamask.io/embedded-wallets/authentication/social-logins/google/), [email](https://docs.metamask.io/embedded-wallets/authentication/basic-logins/email-passwordless/), [SMS](https://docs.metamask.io/embedded-wallets/authentication/basic-logins/sms-otp/)</td>
            <td>MPC-SSS/TSS</td>
            <td>[Quickstart](https://docs.metamask.io/embedded-wallets/connect-blockchain/evm/monad)</td>
          </tr>

          <tr>
            <td>[Openfort](https://openfort.io/)</td>
            <td>✅</td>
            <td>[Docs](https://www.openfort.io/docs)</td>
            <td>[Embedded wallets](https://www.openfort.io/docs/guides/react/configuration), [Backend wallets](https://www.openfort.io/docs/guides/server/dev), [Ecosystem wallets](https://www.openfort.io/docs/guides/ecosystem)<br />
            Auth: [passkeys](https://www.openfort.io/docs/products/embedded-wallet/react/auth), [social](https://www.openfort.io/docs/products/embedded-wallet/react/auth), [email](https://www.openfort.io/docs/products/embedded-wallet/react/auth)</td>
            <td>SSS</td>
            <td>[Quickstart](https://www.openfort.io/docs/guides/react)</td>
          </tr>

          <tr>
            <td>[Para](https://www.getpara.com/)</td>
            <td>✅</td>
            <td>[Docs](https://docs.getpara.com/)</td>
            <td>[Embedded wallets](https://docs.getpara.com/getting-started/initial-setup/react-nextjs); robust policy engine for sessions<br />
            Auth: [email and phone](https://docs.getpara.com/v2/swift/guides/email-phone-login#email-and-phone-login), [social](https://docs.getpara.com/customize-para/oauth-social-logins), [SMS](https://docs.getpara.com/customize-para/phone-login) sign-in</td>
            <td>MPC + DKG</td>
            <td>[Quickstart](https://docs.getpara.com/v1/web/guides/evm/overview#evm-overview)</td>
          </tr>

          <tr>
            <td>[Phantom](https://phantom.com/learn/developers)</td>
            <td>✅</td>
            <td>[Docs](https://docs.phantom.com/)</td>
            <td>[Embedded wallets](https://github.com/phantom/wallet-sdk) (Web SDK & Native Mobile SDK)<br />
            Auth: [Google](https://phantom.com/learn/blog/deep-dive-log-in-to-phantom-with-email) sign-in</td>
            <td>SSS</td>
            <td>[Quickstart](https://docs.phantom.com/introduction)</td>
          </tr>

          <tr>
            <td>[Portal](https://www.portalhq.io/)</td>
            <td>✅</td>
            <td>[Docs](https://docs.portalhq.io/)</td>
            <td>[Integration overview](https://docs.portalhq.io/integrations)</td>
            <td>TSS MPC</td>
            <td>[API Quickstart](https://docs.portalhq.io/apis/quickstart), [SDK Quickstart](https://docs.portalhq.io/sdks/quickstart)</td>
          </tr>

          <tr>
            <td>[Privy](https://privy.io/)</td>
            <td>✅</td>
            <td>[Docs](https://docs.privy.io/)</td>
            <td>[Embedded wallets](https://docs.privy.io/guide/embedded-wallets), [server wallets](https://docs.privy.io/guide/overview-server-wallets), server-delegated actions<br />
            Auth: [passkey](https://docs.privy.io/guide/authentication), [social](https://docs.privy.io/guide/authentication), [email](https://docs.privy.io/guide/authentication), [SMS](https://docs.privy.io/guide/authentication)</td>
            <td>TEE + SSS</td>
            <td>[Quickstart](https://docs.privy.io/guide/react/quickstart)</td>
          </tr>

          <tr>
            <td>[Reown](https://reown.com/) (formerly WalletConnect)</td>
            <td>✅</td>
            <td>[Docs](https://docs.reown.com/)</td>
            <td>Popular UI component for selecting a wallet<br />
            Embedded wallet with social/email sign-in</td>

            <td />

            <td>[Overview](https://docs.reown.com/appkit/overview)</td>
          </tr>

          <tr>
            <td>[Sequence](https://sequence.xyz/)</td>
            <td>✅</td>
            <td>[Docs](https://docs.sequence.xyz/solutions/wallets/overview)</td>
            <td>[Embedded wallets](https://docs.sequence.xyz/solutions/wallets/developers/embedded-wallet/overview),
            [ecosystem wallets](https://docs.sequence.xyz/solutions/wallets/developers/overview)<br />Auth: Passkey, Google, Apple, Twitter, email, Facebook, Twitch, Epic Games, Playfab, Stych, Standard OAuth</td>
            <td>TEE; Sandboxed Smart Sessions</td>
            <td>[Ecosystem quickstart](https://docs.sequence.xyz/solutions/wallets/developers/overview)<br /><br />
            [Embedded quickstart](https://docs.sequence.xyz/solutions/wallets/developers/embedded-wallet/quickstart)</td>
          </tr>

          <tr>
            <td>[thirdweb](https://thirdweb.com/)</td>
            <td>✅</td>
            <td>[Docs](https://portal.thirdweb.com/connect/wallet/overview)</td>
            <td>Embedded wallets<br />
            Auth: [passkey](https://portal.thirdweb.com/connect/wallet/sign-in-methods/configure), [social](https://portal.thirdweb.com/connect/wallet/sign-in-methods/configure), [email](https://portal.thirdweb.com/connect/wallet/sign-in-methods/configure), [SMS](https://portal.thirdweb.com/connect/wallet/sign-in-methods/configure), OIDC, or generic auth</td>

            <td />

            <td>[Quickstart](https://portal.thirdweb.com/connect/wallet/get-started)</td>
          </tr>

          <tr>
            <td>[Turnkey](https://www.turnkey.com/)</td>
            <td>✅</td>
            <td>[Docs](https://docs.turnkey.com/)</td>
            <td>[Embedded wallet](https://docs.turnkey.com/reference/embedded-wallet-kit), [policy engine](https://docs.turnkey.com/concepts/policies/overview), [delegated access](https://docs.turnkey.com/concepts/policies/delegated-access-frontend), [signing automation](https://docs.turnkey.com/signing-automation/overview), [sessions](https://docs.turnkey.com/authentication/sessions)<br />
            [Server-side SDKs](https://docs.turnkey.com/sdks/introduction) for auth, wallet management, and policies<br />
            Auth: [passkey](https://docs.turnkey.com/authentication/passkeys/introduction), [social](https://docs.turnkey.com/authentication/social-logins), [email](https://docs.turnkey.com/authentication/email), [SMS](https://docs.turnkey.com/authentication/sms) login</td>
            <td>TEE</td>
            <td>[Quickstart](https://docs.turnkey.com/getting-started/quickstart)</td>
          </tr>
        </tbody>
      </table>
    </div>

    *✅ = supported, ⌛️ = in progress, ❓ = unknown, ❌ = won't support*
  </Tab>
</Tabs>

## Providers Offering Subsidized Usage

These WaaS providers are subsidizing usage on Monad Testnet:

| Provider                            | How to access                                                                                                     |
| ----------------------------------- | ----------------------------------------------------------------------------------------------------------------- |
| [Privy](https://privy.io/)          | Sign up, then email the Privy team at `monad@privy.io`                                                            |
| [Para](https://www.getpara.com/)    | Sign up via the [Developer Portal](https://developer.getpara.com/) and reach out to the team at `ops@getpara.com` |
| [Turnkey](https://www.turnkey.com/) | Turnkey is free for developers building on Monad Testnet. All you need to do is sign up!                          |

## Provider Details

### Alchemy

[Account Kit](https://accountkit.alchemy.com/) is a complete solution for account abstraction. Using Account Kit, you can create a smart contract wallet for every user that leverages account abstraction to simplify every step of your app's onboarding experience. It also offers Gas Manager and Bundler APIs for sponsoring gas and batching transactions.

To get started, sign up for an [Alchemy account](https://www.alchemy.com/), visit the [documentation](https://accountkit.alchemy.com/), follow the [quickstart](https://accountkit.alchemy.com/react/quickstart) guide or check out the demo [here](https://demo.alchemy.com/).

Alchemy helps you to replace 3rd-party pop-up wallets with native in-app auth. Drop in branded sign-in modals for email, passkeys, and social logins with plug-n-play components.

To get started, sign up for an [Alchemy account](https://dashboard.alchemy.com/accounts?utm_source=chain_partner\&utm_medium=referral\&utm_campaign=monad), visit the [documentation](https://accountkit.alchemy.com/), follow the [quickstart](https://accountkit.alchemy.com/react/quickstart) guide. To further streamline UX with no gas fees or signing for users, see Alchemy's [AA infra offering](/tooling-and-infra/wallet-infra/account-abstraction#alchemy) and a demo [here](https://demo.alchemy.com/).

### Coinbase Developer Platform

[Coinbase Developer Platform](https://www.coinbase.com/developer-platform/) allows developers to
build next-gen on-chain apps. CDP simplifies development by providing services for creating smart
wallets, processing payments, and integrating crypto into existing apps.

With CDP Embedded Wallets, your users can access the full power of blockchains through familiar
authentication methods like email and social logins (no seed phrases, browser extensions, or
pop-ups required).

To get started, visit the [documentation](https://docs.cdp.coinbase.com/embedded-wallets/welcome)
or follow the [quickstart](https://docs.cdp.coinbase.com/embedded-wallets/quickstart) guide.

### Dynamic

[Dynamic](https://dynamic.xyz/) offers smart and beautiful login flows for crypto-native users, simple onboarding flows for everyone else, and powerful developer tools that go beyond authentication.

To get started, visit the [documentation](https://docs.dynamic.xyz/) or follow the [quickstart](https://docs.dynamic.xyz/docs/quickstart) guide.

### Fordefi

[Fordefi](https://fordefi.com/) is the first institutional MPC wallet and security platform built for decentralized finance (DeFi), offering MPC key management, self-serve DeFi policy controls, time-of-transaction smart contract insights, transaction simulation, and real-time risk alerts, alongside a full-stack developer suite of native APIs and SDKs.

To get started, visit the [documentation](https://docs.fordefi.com/) or follow the [quickstart](https://docs.fordefi.com/user-guide/quickstart) guide.

### MetaMask Embedded Wallet

[MetaMask Embedded Wallets](https://docs.metamask.io/embedded-wallets/) brings one-click, OAuth-based onboarding to Monad.

Users can log in with Google or Apple and get a non-custodial wallet instantly connected to the network — with no setup or seed phrase required.

Setup is entirely handled in the MetaMask Dashboard — developers just enable Monad, and it works out of the box.

Learn more at [docs.metamask.io/embedded-wallets](https://docs.metamask.io/embedded-wallets/).

To get started, visit the [Monad integration guide](https://docs.metamask.io/embedded-wallets/connect-blockchain/evm/monad).

### Para

<Info>
  Para is free for developers building on Monad Testnet!

  Sign up via the [Developer Portal](https://developer.getpara.com/) and reach out to the team via the below email.

  `ops@getpara.com`
</Info>

[Para](https://www.getpara.com/) is the easiest and most secure way to onboard all your users and support them throughout their crypto journey. We support projects throughout their growth, ranging from personal projects to many of the most trusted teams in crypto and beyond.

Para's cross-app embedded wallets work universally across apps, chains, and ecosystem, so whether users start transacting on EVM, Solana, or Cosmos, they can onboard once and transact forever, all with the same wallet.

To get started, visit the [documentation](https://docs.getpara.com/v1/introduction/welcome#welcome) or follow the [quickstart](https://docs.getpara.com/v2/introduction/welcome) guide.

### Phantom

[Phantom](https://phantom.com/) is the world's leading crypto wallet for managing digital assets and accessing decentralized applications.

Phantom embedded wallets enable seamless, seedless onboarding with in-app, non-custodial access--no app switching or seed phrases required.

To get started, visit the [documentation](https://docs.phantom.com/) or follow the [Introduction](https://docs.phantom.com/introduction) guide.

### Portal

[Portal](https://www.portalhq.io/) is a fast, flexible, and secure stablecoin finance developer platform. Create wallets, move stablecoins, and scale on-chain operations — all with simple SDKs and APIs.

To get started, visit the [documentation](https://docs.portalhq.io/) or follow the [quickstart](https://docs.portalhq.io/apis/quickstart) guide.

### Privy

<Info>
  Privy is subsidizing all Monad Testnet usage!

  For more details reach out to the Privy team via the below email.

  `monad@privy.io`
</Info>

[Privy](https://privy.io/) helps you onboard any user to crypto no matter how familiar they are with the space. Power flexible, powerful wallets under the hood for any application, securely.

To get started, visit the [documentation](https://docs.privy.io/) or follow the [quickstart](https://docs.privy.io/guide/react/quickstart) guide.

### Reown

[Reown](https://reown.com/) gives developers the tools to build user experiences that make digital ownership effortless, intuitive, and secure.

#### AppKit

AppKit is a powerful, free, and fully open-source SDK for developers looking to integrate wallet connections and other Web3 functionalities into their apps on any EVM and non-EVM chain. In just a few simple steps, you can provide your users with seamless wallet access, one-click authentication, social logins, and notifications—streamlining their experience while enabling advanced features like on-ramp functionality, in-app token swaps and smart accounts.

To get started, visit the [documentation](https://docs.reown.com/) or follow the [quickstart](https://reown.com/blog/how-to-get-started-with-reown-appkit-on-monad-testnet) guide.

### Sequence

[Sequence](https://sequence.xyz) provides the industry gold standard in robust open-source,
non-custodial [Embedded](https://docs.sequence.xyz/solutions/wallets/developers/embedded-wallet/overview)
and [Ecosystem](https://docs.sequence.xyz/solutions/wallets/developers/overview)
Wallets.Sequence is the originator of non-custodial smart contract wallets, and authors of
ERC-1271 and ERC-6492.

Embedded and Ecosystem Wallets enable seamless onboarding with user-friendly
email, social, passkey, and guest account logins. Invisible onchain transactions; secure and
compliant non-custodial sovereignty; and cross-platform integrations with SDKs for Unity, Unreal,
Web, and mobile. Fully customizable for developers and ecosystems.

To get started, visit the [Ecosystem Wallet Quickstart](https://docs.sequence.xyz/solutions/wallets/developers/overview#ecosystem-wallet-quickstarts).

### thirdweb

[thirdweb](https://thirdweb.com/) provides client-side SDKs for user onboarding, identity and transactions.

* Onboard new users to your apps with every wallet & login method
* create a complete picture of all your users via user analytics & identity linking
* facilitate onchain transactions via onramps, swaps & bridging

To get started:

1. Sign up for a [free thirdweb account](https://thirdweb.com/team)
2. Visit [Connect Documentation](https://portal.thirdweb.com/connect/sign-in/ConnectButton) and [Connect Playground](https://playground.thirdweb.com/connect/sign-in/button)

### Turnkey

<Info>
  Turnkey is free for developers building on Monad Testnet!
</Info>

[Turnkey](https://www.turnkey.com/) is secure, flexible, and scalable wallet infrastructure. Create millions of embedded wallets, eliminate manual transaction flows, and automate onchain actions - all without compromising on security.

To get started, visit the [documentation](https://docs.turnkey.com/) or follow the [quickstart](https://docs.turnkey.com/getting-started/embedded-wallet-quickstart) guide.
