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

# Embedded Private Wallet

> Integrate the embedded Helius Privacy wallet directly into your product. Create private wallets, deposit, receive, send, and view private balances and history without managing keys.

An embedded privacy wallet is an in-app, non-custodial Solana wallet with a public and private balance – you control the user experience.
Users interact with your product; the wallet is infrastructure handled under the hood.
Every user of your application gets their own wallet, provisioned automatically at signup.

<Info>
  The embedded privacy wallet is not live yet. It will be integrated into [Helius Wallet-as-a-Service](/docs/waas/overview). [Contact us](https://www.helius.dev/contact) to learn more.
</Info>

<Card title="Demo" icon="play" href="https://helius-privacy-demo.fly.dev/">
  Try private transfers on devnet.
</Card>

## Example: Neobank-Style Embedded Privacy Wallet

Typical requirements and how the embedded privacy wallet addresses them:

| Requirement           | Capability                                                                                                                                          |
| --------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------- |
| Seamless onboarding   | Passkey, email, or existing-wallet sign-in, and automated wallet provisioning at signup.                                                            |
| Self-Custody          | Private wallets are self-custodial. Private key material remains in secure infrastructure. Helius does not receive or export private spending keys. |
| Private balances      | Users send transfers and swaps privately on Solana. The Private Wallet receives transfers at the user's public Solana address.                      |
| Private on/off-ramp   | Users can onramp fiat directly to their private balance.                                                                                            |
| Compliance and policy | Custom Rings support policy-defined Ring visibility for auditors and compliance controls.                                                           |
| Fast integration      | Use the [Helius wallet-kit](/docs/waas/quickstart) for built-in auth and wallet UI.                                                                      |

## Didn't find what you were looking for?

<Callout type="info">
  Reach out! [Telegram](https://t.me/tilo_light) | [E-Mail](mailto:sales@helius.xyz) | [Contact](https://www.helius.dev/contact)
</Callout>
