Skip to content

v0.3.1

Choose a tag to compare

@andycreed0x andycreed0x released this 30 Apr 18:15
· 36 commits to main since this release

Agentic AQUA is an MCP server and CLI that lets AI assistants like OpenClaw or Hermes manage self-custody Bitcoin and Liquid wallets from a single 12-word seed. Bitcoin and Liquid run under one wallet and Lightning send and receive are unified under one interface. Same wallet whether you're driving it from an AI agent or the terminal.

New Features:

  • Send and receive Bitcoin on-chain, with address generation, fee estimation, and transaction history.
  • Send and receive Liquid assets including L-BTC, USDt, and DePix.
  • Send and receive Lightning payments using L-BTC, with unified status tracking for both directions.
  • A full agentic-aqua CLI with wallet, liquid, btc, lightning, and serve subcommand groups, mirroring the MCP tool surface.
  • Wallets are encrypted at rest with a user-supplied password. The password is used only for on-disk encryption, so the same seed always produces the same addresses on both networks.
  • Delete a wallet and all its cached data with a single command.

Integrations:

  • Added Boltz support for paying BOLT11 Lightning invoices from L-BTC, with swap data persisted locally so failed payments can be refunded.

Full Changelog: https://github.com/jan3dev/agentic-aqua/commits/v0.3.1