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

# Hosted Wallet

> Launch an embedded wallet on your domain with Sequence-operated infrastructure, branding control, Smart Sessions, and passkey-based auth.

<Frame>
  <img src="https://mintcdn.com/polygon-labs/VkcEffhTmvkZDVvm/img/wallets/ecosystem/ecosystem-login.opt.jpg?fit=max&auto=format&n=VkcEffhTmvkZDVvm&q=85&s=60d55f56fd1ec77428ab00e00f1d4f1c" alt="Hosted wallet login" width="2678" height="2400" data-path="img/wallets/ecosystem/ecosystem-login.opt.jpg" />
</Frame>

The **Hosted Wallet** is the fastest way to deploy an embedded wallet on your domain. Sequence operates the wallet infrastructure while you control branding, configuration, and policies in Builder. Your developers integrate against a stable, attested wallet surface across all your apps.

## What you get

* **Your domain and brand**: run at `wallet.yourdomain.com` with your theme, logo, and copy.
* **Smart Sessions**: scoped, sandboxed permissions per app to reduce signing prompts and protect users.
* **Passkeys and social logins**: passkeys plus email and social logins; external wallets can be linked.
* **Attested identity**: sessions are signed by an enclave-based Identity Instrument. Apps never handle social auth keys.
* **Cross-chain by default**: multi-chain accounts, balances, and transactions.
* **Admin in Builder**: configure chains, branding, session policies, and integrations from an ecosystem admin panel.
* **Production ops**: Sequence runs the wallet stack, Identity Instrument, monitoring, and updates.

<Info>
  Smart Sessions are central to wallet safety and UX. See [Smart Sessions](/wallets/smart-sessions) for the full breakdown.
</Info>

## How it works

<Steps>
  <Step title="Configure your ecosystem">
    In Builder, set your wallet domain, branding, supported chains, and initial policies.
  </Step>

  <Step title="Set up identity and auth">
    Enable passkeys and connect your identity providers. Session attestations are issued by the enclave-based Identity Instrument.
  </Step>

  <Step title="Define session policies">
    Create Smart Session scopes for your apps (methods, limits, timeouts) and register app origins.
  </Step>

  <Step title="Launch">
    Sequence provisions and operates the wallet on your domain. Your developers connect apps using the standard integration flow.
  </Step>
</Steps>

## Security and reliability

* **Non-custodial**: users control their keys. Timed recovery keys can be enabled for worst-case scenarios.
* **Hardware isolation**: critical signing and identity attestations use TEEs (AWS Nitro Enclaves).
* **Key Machine**: only the latest wallet configuration is accepted onchain, supporting safe key rotation.
* **Audited architecture**: see [Sequence technical references](https://docs.sequence.xyz/solutions/technical-references/overview) for contracts, audits, and deployments.

## Who it is for

Financial products that want a branded wallet, fast time to market, and managed operations without building wallet infrastructure from scratch.

## Further reading

<CardGroup cols={2}>
  <Card title="Polygon Hosted Wallet" icon="globe" href="https://wallet.polygon.technology">
    The live Polygon hosted wallet, powered by this deployment pattern.
  </Card>

  <Card title="Smart Sessions" icon="bolt" href="/wallets/smart-sessions">
    How session permissions work and how to configure them.
  </Card>

  <Card title="Wallet Architecture" icon="diagram-project" href="/wallets/architecture">
    Full breakdown of the identity, session, and configuration systems.
  </Card>
</CardGroup>
