Seamless wallet integration for your app.

Secure, self-custodial wallets with social logins for any app — in just a few lines of code.

Wander Connect brings flexibility to developers and seamless experiences to users.

Customize everything to feel native — from interface and colors to languages and layouts.

Full white-labeling

Multi-language support

Flexible UI components

End-to-end security, powered by Wander — the most trusted wallet in AO and Arweave.

Fully self-custodial

Encrypted key management

Secure signing & account access

Private keys are never shared — not with your app, and not with Wander.

Encrypted Storage

Wallet data is encrypted at rest (AES-256) and in transit (TLS), with strict access control.

Flexible SDK

Easily integrates and updates without affecting your app logic.

Social Recovery

Secure account recovery with encrypted device share storage.

Plug into Wander — leverage your users' existing wallets for instant access.

300k+

Wallets created

100+

apps supported

500k

transactions

Install our SDK in three simple steps.

1

Contact us

Get started with your account set-up.

2

Install the Wander Connect NPM package

View our docs to learn more.

3

Get your React snippet up and running

Once set up, customize Wander Connect to fit all your app's needs.

npm install @wanderapp/connect

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23

import { useEffect, useState } from "react";
import { WanderConnect } from "@wanderapp/connect";

export function MyApp() {
  const [instance, setInstance] = useState(null);

  useEffect(() => {
    // Initialize the wallet
    const wanderInstance = new WanderConnect({
      clientID: "FREE_TRIAL",
    });

    setInstance(wanderInstance);

    // Clean up on unmount
    return () => {
      if (wanderInstance) {
        wanderInstance.destroy();
      }
    };
  }, []);

  return ...;

Whether you're building a trading platform, gaming experience, or social wallet — Wander Connect drops into your stack with minimal effort.

"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse varius enim in eros elementum tristique. Duis cursus, mi quis viverra ornare, eros dolor interdum nulla, ut commodo diam libero vitae erat."

"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse varius enim in eros elementum tristique. Duis cursus, mi quis viverra ornare, eros dolor interdum nulla, ut commodo diam libero vitae erat."

Name Surname
Position, Company name

"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse varius enim in eros elementum tristique. Duis cursus, mi quis viverra ornare, eros dolor interdum nulla, ut commodo diam libero vitae erat."

Name Surname
Position, Company name

"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse varius enim in eros elementum tristique. Duis cursus, mi quis viverra ornare, eros dolor interdum nulla, ut commodo diam libero vitae erat."

Name Surname
Position, Company name

Pricing plans that scale with your app

Free
Up to 1,000 Monthly Active Users
$0 per month
Hard cap w/ notifications on overages
Passkey & Default Social Logins (Google, Facebook, X, Apple)
Embedded wallets
Pro
Up to 10,000 Monthly Active Users
$199 per month
Everything in Free, plus:
Implied per MAU cost of $0.019
Basic white-labelling
3 additional social logins
Email & password for account generation
Ability to subsidize transactions
Enterprise
More than 10,000 Monthly Active Users
Contact us
Everything in Free and Pro, plus:
Negotiable implied MAU cost, but better than $0.019
Custom white-labelling
5 additional social logins
Analytics dashboard
Dedicated support

Onboard your growing user base with one simple solution.