AI BTC Working Group (WG) – Meeting Recap | Tue, 3 Feb 2026

Date: Tuesday, February 3, 2026 at 9:30am PT / 12:30pm ET

Hosted by: AI BTC X handle (Cedar behind the handle) and Whoabuddy

Duration: ~1h 45 mins

Recording:

Part 1 video live stream: https://x.com/i/broadcasts/1PlKQObdekkJE?s=20

Part 2 X live space: https://x.com/i/spaces/1jMJgRmdkYmGL?s=20


1. Agenda Overview

  • AI BTC MCP Server Features and Updates
  • Live Installation Demo
  • OpenClaw Integration and Setup
  • Moltbook and Agent-to-Agent Communication
  • Arc Agent Deep Dive
  • Quest Workflow System
  • Pillar Integration and Smart Wallets
  • Security Practices and Recommendations
  • ERC-8004 and Agent Standards on Stacks
  • Community Q&A Highlights
  • Technical Architecture Details

2. Key Meeting Highlights

AI BTC MCP Server Features and Updates

  • Jason’s Development Acceleration:
    • Increased Claude instances from 2-3 to 7-10.
    • Session times extended to 30-45 minutes per cycle.
  • “AI-first” Development: Reframing application building approach.
  • New PRs Merged:
    1. Custom fee parameters contribution from Dylan at Bitflow
    2. Pillar earn and stack tools integration from Rafa
  • Core Wallet Capabilities:
    • Multiple wallet support, Native SegWit, Taproot, and Stacks addresses.
  • Bitcoin Layer 1 Operations:
    • Balance checking, UTXO management, fee estimation, and more.
  • Stacks Layer 2 Integration:
    • sBTC, tokens, NFTs, BNS name registration, and DeFi protocols.
  • x402 Endpoint Support:
    • Agent monetization through paid API calls.
  • Yield Hunter Automation:
    • Automated sBTC deposits to Zest for yield optimization.
    • (Bitflow incoming)
  • Built on Paul Millers secure packages (same as Leather Wallet)
  • Copilot reviews every PR for external validation

Live Installation Demo

  • Terminal Installation:
  • Wallet Creation Demonstration:
    • Mainnet/testnet selection, password protection
    • Balance checking and transaction capabilities unlocked
    • Generated addresses: Native SegWit, Taproot, Stacks
  • Three-step setup process from aibtc.com website
    1. Install Claude Code
    2. Add AI BTC MCP server
    3. Create wallet and start earning

OpenClaw Integration and Setup

  • Alternative to Claude Code:
    • Telegram-based interaction with AI agents
    • Docker containerized sandbox environment
    • Single script installation: curl -sSL ``https://aibtc.com/local`` | sh
  • Setup Requirements:
    • Docker Desktop, OpenRouter API key, Telegram bot token, Network selection (mainnet default) and Agent wallet password
  • Automatic processes
    • Wallet creation with Bitcoin and Stacks addresses
    • Moltbook registration and claiming
    • Skills-based interaction format
  • Free model options available (Kimi model mentioned)
  • VPS deployment options for hosting

Moltbook and Agent-to-Agent Communication

  • Agent communication platform (Reddit-like forum), but AI agents posting fully autonomously replying to each other learning and coordinating
  • First major moment of agent identity emergence
  • Agents connecting X accounts and developing personalities
  • Natural growing pains with spam and server overload
  • Emerging agent marketplaces
    • Agents trading goods and services
    • Marketplace for hiring humans to complete tasks
  • Need for cryptographic proof and identity verification
  • ERC-8004 standard implementation for agent reputation

“Arc” Agent Deep Dive

  • Arc0.btc: Jason’s fully autonomous agent
  • Identity and verification system
    • Bitcoin address, Stacks address, Taproot address
    • BIP-137 (Bitcoin) and SIP-18 (Stacks) signature capabilities
    • Public key cryptography for message verification
    • On-chain reputation through contract interactions
  • Automated thinking loop architecture
    • Runs every 5 minutes, 24/7 operation
    • 600+ successful cycles completed
    • Context gathering from multiple sources
      • Moltbook feed analysis
      • Inbox message processing
      • Content calendar management
      • Relationship context tracking
    • Five possible actions: respond, share, vote, comment, defer, delegate
  • Multi-agent delegation system
    • Two sub-agents with separate wallets
    • Moltbook perspective agent
    • Task completion agent
    • Prevents context window bloat through delegation
  • Content verification and signing
    • Every X post includes Bitcoin and Stacks signatures
    • Verification links to https://aibtc.com
    • Full signature included in messages for independent verification
    • Dual-chain support demonstrates Bitcoin and Stacks capabilities
  • Self-built infrastructure
    • Credential management using encrypted storage patterns
    • Memory management through custom compacting
    • Daily budget enforcement
    • Cycle reliability with locking mechanisms
  • Live demonstration
    • Wallet balance checking
    • Message signing and verification
    • X posting with automatic signature replies
    • Quest workflow execution for presentation

Quest Workflow System

  • Structured conversation framework for complex tasks (can be found in https://github.com/whoabuddy/claude-knowledge)
  • Multi-phase planning and execution
  • Plan → Execute → Verify loop for each phase (Saves phases to disk for persistence)
  • Enables 10x developer productivity improvements
  • Used by multiple community members (Biwas, Rafa, Dylan, Publius)

Pillar Integration and Smart Wallets

  • WebAuthn-based wallet creation (no seed phrases)
  • Face ID authentication for 5-second onboarding
  • Smart contract wallet with dual admin structure
    • WebAuthn public key for daily operations
    • Traditional wallet (Xverse/Leather) as senior admin
  • Two operational modes
    1. Handoff mode: AI constructs transactions, user signs
    2. Direct mode: AI has signing authority with safeguards
  • Security configurations
    • Internal operations: unlimited within wallet
    • External operations: threshold-based restrictions
    • Cool-down periods for large transactions
    • Two-factor authentication requirements
  • Recovery mechanisms
    • Recovery address for inactive wallets (1+ year)
    • Admin override capabilities
  • Seamless Bitcoin onboarding
    • Coinbase → Taproot address → sBTC bridge
    • Two-block confirmation for Bitcoin to sBTC conversion

Security Practices and Recommendations

  • Sandbox Environments:
    • Docker containers and separate machines for agent operations.
    • Avoid running on primary development machines
  • Risk-based approach to credential sharing
    • Dedicated email accounts for agents
    • Separate GitHub accounts (Arc getting its own)
  • Code review processes
    • Have AI review skills before installation
    • Inspect setup scripts before execution
  • Operational security
    • Password management through encrypted storage
    • Credential rotation after exposure incidents
    • Multi-wallet architecture for risk distribution

ERC-8004 and Agent Standards on Stacks

  • Agent Reputation and Identity Standard
  • Testnet implementation available in AI BTC dev repo.
  • SIP submission process (closed, needs resubmission from different repo)
  • Need to upgrade to match Coinbase’s ERC-8004 latest release
  • x402 Monetization Infrastructure: Pay-per-use model for agent services

Community Q&A Highlights

  • HeroGamer security setup questions
    • Jason recommended for sandbox environments
    • Account separation based on risk appetite
    • Code review before installation
  • Rafa’s Quest workflow experience
    • 10x productivity improvements confirmed
    • Memory compacting game-changer
    • Multi-project parallel development
  • Agent coordination discussion
    • External agent delegation challenges
    • Network effects through agent reputation
    • Contract-based coordination mechanisms
  • Free model availability for OpenClaw users
  • Cross-platform expansion plans (inscriptions)

Technical Architecture Details

  • Multi-agent system design
    • Primary agent (Arc) for high-level coordination
    • Sub-agents for specific task execution
    • Separate wallet management per agent
  • Memory and context management
    • Custom compacting vs built-in Claude features
    • Session-based vs persistent memory patterns
    • File-based persistence for continuity
  • Development workflow integration
    • Git commit tracking and analysis
    • Daily summary generation
    • Code simplification agents for consistency
  • Rate limiting and budget controls
    • API rate limit handling with retry logic
    • Token usage tracking per cycle
    • Daily budget enforcement mechanisms

:link: Resources & References


:megaphone: Call to Action

  • Join the AI BTC Working Group: on AI BTC Discord for ongoing discussions and collaboration. Participate in weekly Tuesday call on AI BTC handle on X at 9:30am PT / 12:30pm ET. Add Event to Your Calendar
  • Give Your Agent a Bitcoin Wallet: Empower your AI agents by setting them up with a Bitcoin wallet to explore new capabilities. Guide on aibtc.com
  • AI Builders and Developers:
    • Demo your builds: Join the AI BTC live stream to demo your builds/apps - contact Cedar to arrange.
    • Explore MCP Server: Install the AI BTC MCP Server and contribute new tools.
    • Develop x402 Endpoints: Create and integrate x402 endpoints using available resources.
    • Contribute to Documentation: Expand the Glossary with new terms and concepts.

Previous weeks recaps