Skip to content
@CloakedAgent

Cloaked

Trustless spending accounts for AI agents. On-chain enforced limits. Solana.

Cloaked Agent

Trustless spending accounts for AI agents on Solana.

npm License: MIT

Give AI agents spending power without giving them your wallet keys. On-chain enforced limits they literally cannot bypass.

Per-tx limits · Daily budgets · Lifetime caps · Instant freeze · ZK privacy mode

Quick Start

SDK - Create an agent and pay

import { CloakedAgent } from '@cloakedagent/sdk';

const { agent, agentKey } = await CloakedAgent.create(connection, wallet, {
  maxPerTx: 0.1 * LAMPORTS_PER_SOL,
  dailyLimit: 1.0 * LAMPORTS_PER_SOL,
});

await agent.spend({ destination, amount: 0.05 * LAMPORTS_PER_SOL });

MCP - Add to Claude or any AI agent

{
  "mcpServers": {
    "cloaked": {
      "command": "npx",
      "args": ["-y", "cloaked-mcp"],
      "env": { "CLOAKED_AGENT_KEY": "your-agent-key" }
    }
  }
}

Dashboard

Create, fund, and monitor agents from the browser. Real-time spending tracking, constraint editing, instant freeze, and full transaction history - no code required.

Privacy

Standard mode or fully private - your choice. Private agents use zero-knowledge proofs to hide the wallet-agent link entirely. Fund privately via Privacy Cash, prove ownership without revealing it.

Links

Website · Documentation · Dashboard · npm

Popular repositories Loading

  1. cloaked cloaked Public

    Trustless spending accounts for AI agents on Solana. Program, SDK, MCP server.

    TypeScript

  2. .github .github Public

    CloakedAgent organization profile

Repositories

Showing 2 of 2 repositories

Top languages

Loading…

Most used topics

Loading…