
Passkey Native
Wallets created in seconds using hardware-secured keys. No mnemonic phrases, no backups, no user error.
Chain agnostic
Create secure, passkey-based wallets and authentication with a single light-weight SDK. Works across Bitcoin, EVM and more
Testnet live today · Mainnet Q4
Seamless onboarding that feels like magic. Your users deserve it.

Wallets created in seconds using hardware-secured keys. No mnemonic phrases, no backups, no user error.

Bitcoin, EVM & more. SDK works across Bitcoin, EVM, Solana, and more. Connect any ecosystem without rewriting your stack. No code changes.

Send notifications or in-app messages directly to wallets through decentralized identity protocols like Nostr.
Every Oviato wallet is tied to a passkey - a cryptographic credential stored safely inside your device. When a user signs in with Face ID, a new deterministic keypair is created instantly. No recovery phrases, no risk of loss.
Try it LiveOviato replaces outdated seed phrases with passkeys that live inside trusted device-level managers like iCloud Keychain, Google Password Manager, or hardware security modules. Recovery is automatic. Encryption is handled by the operating system itself. You never see the keys, and neither do we - making your wallet setup both simpler and more secure than ever.
From “npm install” to a working wallet faster than you can open a faucet.
View Docs1import { Connect } from "@oviato/connect/client";
2
3export default function AuthPage() {
4 return (
5 <Connect
6 callback={(data) => {
7 console.log('Connected:', data.address);
8 console.log('Public Key:', data.publicKey);
9 // Redirect or update UI
10 window.location.href = '/dashboard';
11 }}
12 />
13 );
14}Your user’s Ovi ID works everywhere. It’s a single, chain-agnostic identity that lets them sign into any app across Bitcoin, EVM, No bridging, no key duplication, no confusion. Users keep control of their identity and assets across every ecosystem - all with one simple passkey.
Learn moreOviato’s drop-in UI lets you add fully featured wallet onboarding without ever opening a modal or redirect.
Users can view balances, send assets, and sign transactions — all inside your app.
It’s lightweight, responsive, and built for developers who care about both UX and security.
Try our live demo and experience what passwordless, seed phrase-free onboarding feels like.
Customize it, integrate it, and deploy your own version in minutes.