> ## 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.

# Interactive Demo

> An interactive walkthrough of a neobank built on Polygon embedded wallets, using mock data.

This demo walks through the key flows of a neobank built on a Polygon embedded wallet. It uses mock data. No real funds are involved.

Onboarding and wallet creation, real-time wallet balance, fund your wallet, send money globally, earn on your balance, and programmable policies.

<div className="dark:hidden" style={{ marginTop: "3rem" }}>
  <iframe src="https://0xsequence-demos.github.io/embedded-wallet-interactive-demo/?hideSettings=true&hideCode=true&hideSimulation=true&mode=light" width="100%" height="700px" style={{ border: "1px solid rgba(128, 128, 128, 0.2)", borderRadius: "12px" }} allow="camera; microphone; clipboard-write" loading="lazy" />
</div>

<div className="hidden dark:block" style={{ marginTop: "3rem" }}>
  <iframe src="https://0xsequence-demos.github.io/embedded-wallet-interactive-demo/?hideSettings=true&hideCode=true&hideSimulation=true&mode=dark" width="100%" height="700px" style={{ border: "1px solid rgba(128, 128, 128, 0.2)", borderRadius: "12px" }} allow="camera; microphone; clipboard-write" loading="lazy" />
</div>

The demo runs on Polygon using the Hosted Wallet deployment pattern. You can also [open it directly](https://0xsequence-demos.github.io/embedded-wallet-interactive-demo/) in a separate browser tab.
