Skip to main content
The Prepaid Consumption Layer for AI

AI WalletTurn AI Apps Into Businesses

Stop subsidizing free tiers. Let your users pay per prompt with a shared wallet that works across every AI app.

One identityOne walletInfinite apps

Universal Auth

Portable User Identity

Unified Wallet

Shared Credit System

Consent Layer

User Data Control

Powered by Vercel
The Adoption Gap

Don't let token costs cap your growth

Building on Vercel is instant. Monetizing shouldn't take months.

Subscriptions Kill Discovery

Subscriptions create friction for new users. Nobody wants to commit $20/month to try a tool for the first time.

Free Tiers Bleed Money

Free tiers create risk for developers. Every viral moment becomes a liability instead of a celebration.

Billing Takes Months

Stripe metering, webhook logic, credit systems — months of work before you can charge your first cent.

AI Wallet bridges the gap with User-Funded Inference — letting users pay cents for the compute they consume, without complex billing infrastructure.

One SDK. Zero Billing Logic.

Drop in the AI Wallet SDK and monetize your AI app from day one — no Stripe metering, no webhook nightmares, no billing code.

Vercel AI SDK Native

Seamlessly wraps useChat and useCompletion. Maintain streaming UI while we handle the metering in the background.

Prepaid Infrastructure

Users top up once — like Apple ID. No credit card friction for every new app. No complex webhook logic for you.

Edge-Ready

Built for the Edge. Latency-free deduction and policy enforcement for real-time AI interactions.

Two lines of code. Instant monetization.

Wrap your existing Vercel AI SDK calls with AI Wallet. Your users fund their own inference — you keep building.

Works with OpenRouter, GPT-4o, Claude, and more
Real-time balance deduction per request
No changes to your streaming UI
Built on top of your existing LLM providers
before-after.ts
// Before: Developer pays for everything
const response = await generateText({
  model: 'gpt-4o',
  prompt
});

// After: User pays instantly via AI Wallet
const response = await wallet.generateText({
  model: 'gpt-4o',
  prompt
});

Full SDK Integration

Attach a wallet to your AI calls in minutes

Simple SDK: attach a wallet to your AI calls

Install via npm / pnpm / yarn
Add the <AIWalletProvider> around your app
Use a hook to log users in and attach their wallet
Call a single helper to check budget and pay per request
Designed for OpenRouter, Vercel AI SDK, or your stack
app.tsx
import { AIWalletProvider, useAIWallet } from "@aiwallet/sdk";

function App() {
  return (
    <AIWalletProvider appId="your-app-id">
      <MyPage />
    </AIWalletProvider>
  );
}

function MyPage() {
  const wallet = useAIWallet();

  async function handleGenerate() {
    await wallet.ensureLoggedIn();
    const result = await wallet.payForRequest({
      provider: "openrouter",
      model: "gpt-4.1-mini",
      tokens: 200,
      prompt: "Explain how AI Wallet works"
    });
  }

  return <button onClick={handleGenerate}>Generate</button>;
}
The Physical Layer

From Browser to Real World

AI Wallet isn't just for web apps. We are pioneering “Kiosk-Grade AI” — our QR-code integration allows users to tap and pay for AI services at events, festivals, and airports. Hosted on Vercel Edge, delivering real-time utility where it matters most.

QR code scan-to-pay
Mobile-first experience
Real-time Edge inference
Events, kiosks & airports
9:41

Smart Event

AI-Powered Kiosk

Scan to interact
Wallet Balance$4.82
Proof of Concept

See User-Funded Inference in Action

Experience the core loop: Login, view your prepaid balance, and chat. Watch your balance decrement in real-time as you consume AI tokens. This is the primitive that powers the ecosystem.

01

Login

Authenticate with your AI Wallet identity — one account across every app.

02

View Balance

See your prepaid credits. Fund once, spend across any integrated AI tool.

03

Chat & Pay

Every prompt deducts in real-time. No surprises. No invoices. Just usage.

Join waitlist

Secure your spot for early access

Tell us who you are and we'll make sure you get early access to the unified wallet + consent layer the ecosystem is asking for.

Design partner program

Shape the standard for AI app monetization

We're looking for visionary teams to help us build the shared infrastructure for the AI ecosystem. As a design partner, you'll have direct influence on our roadmap and technical architecture.