Self-Custody Wallet Service
for Your Infrastructure

A headless wallet service that runs as a daemon process within your data center. Securely manage private keys and send payments on any peer-to-peer network.

Multiple Installation Options

Homebrew

Quick installation on macOS with Homebrew package manager.

brew tap anypay/walletbot
brew install walletbot

NPM

Install globally via npm for Node.js environments.

npm install -g @anypay/walletbot

Docker

Run as an isolated container in your infrastructure.

docker run anypay/walletbot

Self-Custody

Maintain full control of your private keys while enabling automated payments.

Multi-Chain Support

Send payments across multiple blockchain networks from a single service.

Developer First

Simple CLI interface and Node.js SDK for seamless integration.

Simple Integration

Start sending automated payments with just a few lines of code.

import { WalletBot } from '@anypay/walletbot'

const walletBot = new WalletBot({
  seed_phrase: "your twelve word seed phrase",
  auth_token: "your-anypay-api-token"
})

walletBot.start()

Key Features

  • No database required
  • Webhook notifications
  • Prometheus metrics

Ready to Automate Your Payments?

Get started with WalletBot today and streamline your crypto operations.