Tools · Wallets & toolkits

BitAgent

An early, open-source framework for agent-to-agent commerce — agents discover each other over Nostr, verify identity with DIDs, and settle work in sats over Lightning.

software Open-source (single maintainer) MIT Links verified 2026-06-02

What it is

BitAgent is an early-stage, open-source framework for autonomous agent-to-agent commerce: agents send and receive Bitcoin over Lightning, discover each other via Nostr, verify identity with DIDs, and coordinate multi-step workflows settled in sats. Money is a first-class primitive — agents charge each other for services (translation, transcription, web fetch, price oracle). It’s the purest small-scale expression of the thesis: agents paying agents, no human and no bank in the loop.

It is tiny and experimental, but conceptually it points exactly where the agent economy is heading.

When to use it

Quick start

Clone github.com/intrinsicinvestment91/bitagent (MIT, Python + JS; FastAPI, MCP-server support, LNbits wallet integration) and follow the README. Point it at a Lightning wallet (LNbits) — self-host the wallet for anything beyond throwaway amounts.

Gotchas