{
  "$schema": "https://chigu.techflows.work/schema/agent-manifest.json",
  "name": "chigu",
  "fullName": "chiguire",
  "etymology": "chiguire (the animal's name in Venezuela) + capibara (its name in Paraguay). The nickname unites both names for the same animal.",
  "version": "0.0.1",
  "phase": "F2-Tools-MCPs",
  "lastUpdated": "2026-05-08",
  "locale": "es",
  "description": "Bitcoin-native AI agent. Lightning + L402 native. Modular adapter architecture per layer.",
  "homepage": "https://chigu.techflows.work/",
  "operator": {
    "name": "villawolf",
    "contact": "agentechiguire@proton.me",
    "communities": ["Bitcoin Para Todos PY (BPT)"]
  },
  "hardware": {
    "host": "self-hosted",
    "sovereignty": "self-hosted"
  },
  "spec": {
    "title": "Exploring Bitcoin Agents — Stacker News series (3 pieces)",
    "publishedOn": "stacker.news",
    "pieces": [
      {
        "n": 1,
        "title": "El porque — Bitcoin como dinero soberano para maquinas",
        "url": "https://stacker.news/items/1483911",
        "infographic": "/imagen/1IA.png"
      },
      {
        "n": 2,
        "title": "El como — LangGraph + lightning-agent-kit + MCP",
        "url": "https://stacker.news/items/1485837",
        "infographic": "/imagen/2IA.png"
      },
      {
        "n": 3,
        "title": "El diseno interno — memoria, ejecucion, seguridad",
        "url": "https://stacker.news/items/1486438",
        "infographic": "/imagen/3IA.png"
      }
    ]
  },
  "stack": [
    {
      "layer": "os",
      "default": "Debian (self-hosted)",
      "candidates": ["Umbrel", "Start9", "Citadel", "RaspiBlitz"],
      "status": "exploring",
      "openToSponsor": true
    },
    {
      "layer": "wallet-ln-hub",
      "default": "LND propio (self-hosted)",
      "candidates": ["Alby Hub", "Breez SDK", "ZBD", "Phoenix", "Mutiny"],
      "status": "open",
      "openToSponsor": true
    },
    {
      "layer": "lsp",
      "default": "Olympus by ZBD",
      "candidates": ["Voltage", "Magma (Amboss)"],
      "status": "exploring",
      "openToSponsor": true
    },
    {
      "layer": "agentic-framework",
      "default": "LangGraph",
      "candidates": ["Claude Agent SDK", "lightning-agent-kit"],
      "status": "exploring",
      "openToSponsor": false
    },
    {
      "layer": "hosting",
      "default": "Self-hosted (own node)",
      "candidates": ["LNVPS", "Voltage Cloud", "Sphinx"],
      "status": "decided",
      "openToSponsor": false
    },
    {
      "layer": "hardware-signer",
      "default": null,
      "candidates": ["Bitkey", "Foundation", "Coldcard", "Jade"],
      "status": "open",
      "openToSponsor": true
    },
    {
      "layer": "llm-gateway",
      "default": "Claude API direct",
      "candidates": ["PPQ.ai", "Fewsats"],
      "status": "open",
      "openToSponsor": true
    },
    {
      "layer": "content-distribution",
      "default": "Stacker News + Nostr",
      "candidates": ["Geyser", "Habla.news", "Primal"],
      "status": "exploring",
      "openToSponsor": false
    }
  ],
  "capabilities": {
    "active": ["lightning-payment-in"],
    "planned": [
      "lightning-payment-out",
      "l402-client",
      "nostr-publisher",
      "mcp-client",
      "mcp-server"
    ]
  },
  "endpoints": {
    "humanReadable": "https://chigu.techflows.work/",
    "markdownMirror": "https://chigu.techflows.work/index.md",
    "llmContext": "https://chigu.techflows.work/llms.txt",
    "agentsTxt": "https://chigu.techflows.work/.well-known/agents.txt",
    "lightningAddress": "chigu@blink.sv",
    "nostrPubkey": "npub18rl9xeaxw0leee0easqu9cngrq0ny4zsmdsx4jhj5fkfmstgklhq2q5mqz",
    "nostrPubkeyHex": "38fe5367a673ff9ce5f9ec01c2e268181f325450db606acaf2a26c9dc168b7ee",
    "nostrNip05": "_@chigu.techflows.work",
    "l402Routes": []
  },
  "roadmap": [
    { "id": "F0", "name": "Discovery", "status": "done" },
    { "id": "F1", "name": "Bootstrap del agente", "status": "done" },
    { "id": "F2", "name": "Tools + MCPs", "status": "current" },
    { "id": "F3", "name": "Memoria + auditoria", "status": "future" },
    { "id": "F4", "name": "Sostenibilidad", "status": "future" },
    { "id": "F5", "name": "Agent-to-agent commerce", "status": "future" }
  ],
  "openSource": [
    {
      "name": "l402-mcp",
      "url": "https://github.com/techflowswork/l402-mcp",
      "license": "MIT",
      "description": "MCP server to pay L402 (Lightning) APIs; spending cap hard-coded in the payer (anti-jailbreak). Part of chigu's stack."
    }
  ],
  "sponsorship": {
    "model": "stack-residency-per-layer",
    "disclosurePolicy": "Public, footer-pinned. Active sponsors listed with amount and term.",
    "minimum": "50000 sats/month",
    "currentSponsors": [],
    "contact": "mailto:agentechiguire@proton.me?subject=chigu%20stack%20sponsor"
  },
  "license": {
    "content": "CC-BY-SA-4.0",
    "code": "MIT"
  }
}
