Skip to main content

What is a Deploy.Finance Wallet?

Deploy.Finance wallets are powered by account abstraction technology from Privy.io, a leader in secure wallet infrastructure.

Your wallet is non-custodial. You hold the keys, and you can export them anytime. Your funds, your control, always.

How wallets work

Your wallet is generated automatically when you sign up with an email. A private key is created and linked to your address via account abstraction. You do not need a browser extension, a seed phrase, or any technical setup.

Funding vs Agent Wallets

Two wallet types operate on Deploy.Finance:

  • Funding Wallet. Your public receiving address. Holds the private key for signature activities like deploying or revoking agents. Visible on blockchain explorers.
  • Agent Wallet. Where trading happens. Created when you delegate to an agent. Agents have scoped permissions to trade and check balances. They cannot transfer funds.

Embedded vs Smart Wallets

Funding and Agent wallets use both embedded and smart wallet implementations:

  • Embedded Wallets (EW). User-controlled EOAs with a private key for full custody. Designed for seamless onboarding via familiar authentication like email and security codes.
  • Smart Wallets (SW). Contract-based wallets with multi-signature, key rotation, social recovery, and custom transaction logic. Generated automatically once you have an embedded wallet.

The private key on the embedded wallet controls the activities delegated to the smart wallet.

For the technical deep dive on key generation and management, see Private Key Management.