Embed Money, Not Middlemen

Embed stablecoins
in your product.

Give every user a self-custodial stablecoin account with passkey onboarding and gas abstraction built in. No seed phrases, gas tokens, MAU fees, or wallet vendor lock-in.

Developers: Read the quickstart →

How it works

From signup to usable stablecoins

One embedded experience instead of separate wallet, gas, and payment infrastructure.

  1. Step 1

    Create

    Create a passkey-native wallet without a seed phrase.

  2. Step 2

    Fund

    Bring stablecoins into the account through your product's funding flow.

  3. Step 3

    Transact

    Let users send, spend, or interact onchain without managing native gas.

  4. Step 4

    Withdraw

    Move stablecoins to the user's next destination without leaving your product experience.

Coming soon

USDC on-ramping: A funding path that brings USDC into the embedded account without sending users to a separate wallet or exchange.

Circle
USDC
Arc

Full-stack Features

Built for stablecoin payments

Built for stablecoin payments

Let users hold, send, and spend stablecoins without leaving your product.

No seed phrases

Passkey-native onboarding feels like a normal application account.

Self-custodial by design

Users own their keys instead of depending on a centralized account provider.

Gas abstraction built in

Sponsor transactions or let users pay network fees in stablecoins they already hold.

No wallet tax

No MAU tiers or signature fees as your user base grows.

White-label experience

Match the wallet to your product's name, colors, and customer experience.

Proven in production

Production infrastructure,
proven at wallet scale

OKX Wallet Gas Station powered by 1Shot API

From EIP to 3M Users — How OKX Wallet Launched the Gas Station

OKX Wallet partnered with 1Shot API on their new EIP-7702 wallet standard to enable multi-chain gas abstraction, letting users pay for transactions in the most popular stablecoins.

Powered by our permissionless gas abstraction relayer. Read the full case study →

users in OKX Wallet's audience
networks supported for OKX Wallet's Gas Station
gas payment
MAU fees for 1Shot Wallet

Open infrastructure

Open embedded wallet infrastructure,
built for you.

Passkey-derived accounts, open wallet standards, and production transaction infrastructure give your team control without forcing users to think about keys, gas, or blockchain plumbing.

01

Keys stay on the user's device

Passkey-derived signing runs in the isolated OWS Signing layer. Raw key material never reaches your Host app.

02

1Shot cannot access user keys

Your branding and host layers receive addresses and signatures only — never private keys or seed material.

03

Gas abstraction at production scale

Stablecoin gas payment and delegated execution through the permissionless relayer — proven in OKX Wallet's Gas Station.

Google CloudRelayer keys protected by Google Cloud KMS
04

No wallet tax or vendor lock-in

No MAU tiers or per-signature metering on the wallet layer. Embed permissionlessly with open wallet standards.

import { OWSProxy } from "@1shotapi/ows-provider";
 
// No dev accounts or API key, just use the wallet iframe
const WALLET_URL = "https://wallet.1shotapi.com/";
 
const container = document.getElementById(
"wallet-container"
)!;
const proxy = await OWSProxy.create(
container,
WALLET_URL,
);
 
// Optional theming
await proxy.rpc("configure", {
copy: { productName: "Acme Wallet" },
theme: { primary: "#239aaa" },
});
 
proxy.showWallet();
 
const accounts = await proxy.ethereum.request({
method: "eth_requestAccounts",
});

Put a stablecoin wallet
inside your product.

See the experience or talk to us about your integration.