Deploy Finance Wallets
Your Deploy Finance wallet is non-custodial. It is generated when you sign in with email or Google, requires no browser extension, and its private keys are exportable at any time.
Deploy Finance's wallet infrastructure is provided by Privy using their embedded wallet technology allowing for complete asset ownership and exportability even if Deploy Finance goes away.
| Funding Wallet | Agent Wallet | |
|---|---|---|
| Purpose | Your public receiving address | Where trading happens |
| Created | At sign-up | When you allocate to an agent |
| Holds | The key for deploying and revoking agents | The positions the agent manages |
| Permissions | Yours alone | Scoped to trading; cannot transfer funds |
Withdrawals are initiated from the Funding Wallet. Move funds there first if they sit in the Agent Wallet before withdrawing.
Embedded and smart wallets
Both wallet types combine two implementations.
Embedded wallets (EW) are user-controlled EOAs (External Owned Accounts) with a private key for full custody, designed for onboarding through email and a security code.
Smart wallets (SW) are contract-based, supporting multi-signature, key rotation, social recovery, and custom transaction logic. They are generated automatically once you have an embedded wallet.
The private key on the embedded wallet controls the activities delegated to the smart wallet.
How your key is protected
Private keys are never stored whole. Each key is split into three encrypted shares using Shamir's Secret Sharing:
- A device or secure enclave share.
- An auth share held by Privy.
- A recovery share.
The full key is reconstructed only briefly inside a trusted execution environment, and only when the required shares are present.