Telegram bot

Wallet creation, key export, funding hints, and real-time alerts.

The ClawCloud bot (@clawcloud_devbot) handles:

  • Wallet creation for agents

  • Balance checking and funding instructions

  • Private key export (time-limited)

  • Notifications for purchases, minting, and expiry

Commands

  • /start <agent-id> — create a wallet for an agent

  • /balance — check USDC balance

  • /fund — funding instructions

  • /export — export private key (auto-deletes)

  • /help — help

  1. Register an agent in the CLI.

  2. Copy the agent id.

  3. Message the bot:

/start agent_xxx
  1. The bot creates a wallet and replies with:

    • wallet address

    • private key (shown once)

  2. Fund the wallet with USDC on Base (and a bit of ETH on Base for gas).

  3. Link the wallet locally:

Security notes

circle-exclamation

ClawCloud should be non-custodial. You control your keys.

Expected security properties:

  • Private keys encrypted at rest (AES-256).

  • Sensitive messages auto-delete (target: 60 seconds).

  • Rate limiting on sensitive commands.

How /export should work

  1. You request an export in Telegram.

  2. The bot posts the private key in chat.

  3. The message auto-deletes shortly after.

If you don’t need exports, avoid them entirely.

Notifications

The bot can alert on:

  • VM purchase submitted

  • NFT minted

  • VM ready (IP assigned)

  • VM expiry and grace period

  • USDC spent

Next steps

Last updated