Let Agents
Spend

Secure spending sessions with human approval. No seed phrases. No extensions.

Live Metrics

Agents on Waitlist
Active Agents
Volume Executed
Solana ✓
Coinbase Soon
Supported Networks

How it works

01

Create Wallet

Passkey-secured smart wallet. No seed phrases, no extensions. Just your fingerprint.

02

Agent Requests Session

Your AI agent requests a spending session with duration and scope.

03

Approve in 1 Tap

Get a Telegram notification. Tap to approve with your passkey.

04

Agent Executes

Agent spends within limits. Swap, transfer, interact — no further approvals needed.

Machine Readable

This page exposes /SKILL.md for Agents.

Download SKILL.md
SKILL.md preview
// 1. Request a spending session
const session = await odyssey.requestSession({
  wallet: "user_wallet_pubkey",
  duration: 3600,  // 1 hour
  scope: ["swap", "transfer"]
});

// 2. User approves via passkey (Telegram notification)

// 3. Execute transactions autonomously
await odyssey.execute(session, {
  type: "swap",
  from: "SOL",
  to: "USDC", 
  amount: 1.0
});

Join the Waitlist

Be the first to give your agent a wallet.