CONCEPT-SPLIT (v1.3): - concepts/llm/ (6 files) — LLM-spezifische Konzepte - concepts/agents/ (2 → 6 files) — AI-Agents, Subconscious, Trading/Payment-Bots - concepts/policy/ (2 files) — AI-Policy, Regulation, Biosecurity - concepts/directives/ (2 → 3 files) — Projekt-Direktiven + neue Bot-Policy - AGENTS.md: Schema v1.2 → v1.3, Directory-Diagramm aktualisiert - index.md: 4 Sub-Tabellen in Concepts - Cross-Refs in 9 bestehenden Files aktualisiert FINANCIALBOT INGEST (4 Monate, 66 Messages): - raw/other/financialbot-topic-history-2026-02-01_2026-05-30.json (immutable, 120KB) - 13 neue Wiki-Pages: 5 concepts, 5 tools, 3 teams - Themen: Polymarket Arbitrage, AI-Trading-Hype-Refutation, Agent-to-Agent Payments (Lightning), Iron Condor, OpenClaw-Financial-Bot-Policy - Zentrale Erkenntnis: 'Bots NICHT für Trading ohne Validation' (geprägt durch Halluzinations-Vorfall März 2026)
94 lines
4.1 KiB
Markdown
94 lines
4.1 KiB
Markdown
---
|
|
created: 2026-06-15
|
|
updated: 2026-06-15
|
|
sources: [raw/other/financialbot-topic-history-2026-02-01_2026-05-30.json]
|
|
tags: [lightning, bitcoin, agent-payments, thebluematt, matt-corallo, open-source-agents, micropayments, l402, alby]
|
|
---
|
|
|
|
# Agent-to-Agent Payments (Lightning)
|
|
|
|
> Erstellt 2026-06-15 aus FinancialBot-Topic-Historie.
|
|
> Basiert auf @Netbits' Posting über TheBlueMatt (Matt Corallo, Bitcoin-Entwickler) am 2026-03-25 21:18:45.
|
|
|
|
## TheBlueMatt's These
|
|
|
|
Matt Corallo (Bitcoin-Entwickler, Lightning-Spec-Autor) hat argumentiert: **"Open Source Agents Need to Get Serious About Payments"**
|
|
|
|
### Das Kreditkarten-Problem für AI-Agents
|
|
|
|
- Kreditkarten funktionieren nicht für Agenten:
|
|
- **Chargebacks:** Agent tätigt Ausgaben, die der Besitzer nicht wollte
|
|
- **Betrugserklärungen:** "Das war nicht ich" — bei Agent-Autonomie schwer abzugrenzen
|
|
- **Keine Micropayments:** Fiat-Stripe-Pay-per-Call ist bei <$0.01 nicht rentabel
|
|
- Zahlungen AN Agenten (Micropayments für API-Calls) sind mit Fiat praktisch unmöglich
|
|
- Bitcoin/Lightning ist die einzige vernünftige Lösung für:
|
|
- **Agent-to-Agent (A2A) Payments**
|
|
- **API-Micropayments**
|
|
- **Streaming Money** (z.B. pro Token, pro Sekunde, pro Inference)
|
|
|
|
## Coinbase-AI-Agent-Aussage (Brian Armstrong)
|
|
|
|
@Rüdiger teilt 2026-03-10 11:35:10:
|
|
> "JUST IN: Coinbase CEO Brian Armstrong says soon there will be 'more AI agents than humans making transactions.' 'They can't open a bank account, but they can own a crypto wallet.'"
|
|
|
|
Coinbase positioniert sich damit als **Agent-Bank**: KYC-frei, API-first, USDC-basiert. Direkter Anwendungsfall für Coinbase Commerce + x402-Standard (Coinbase hat das 2024 selbst als Standard vorgeschlagen).
|
|
|
|
## Verwandte Tools
|
|
|
|
### Alby Builder Skill (Netbits 2026-03-25 21:16:52)
|
|
|
|
- TypeScript/HTML/React-Apps mit Lightning-Payment-Flows
|
|
- Testet mit Dummy-Wallets (keine echte Wallet nötig)
|
|
- Produktion mit echter Wallet möglich
|
|
- Beispiele:
|
|
- Payment-Notifier (Konfetti bei eingehenden Zahlungen)
|
|
- Coin-Flip-Spiel mit Hold-Invoices
|
|
- Katzen-Bild-Shop (21 Bilder, 5000 Sats/Stück)
|
|
- Streaming-Ticker mit Lightning-Adresse
|
|
- Siehe: [[wiki/tools/lightning-payment-apps.md]]
|
|
|
|
### Blink Wallet Skill (Netbits 2026-04-03)
|
|
|
|
- L402 Auto-Pay (HTTP 402 Ressourcen)
|
|
- BTC ↔ USD Swaps
|
|
- Lightning Payments senden
|
|
- QR-Code-Generierung
|
|
- **RED FLAG:** Telefonnummer-Pflicht bei Registrierung
|
|
- KYC-umgehende Daten-Sammlung
|
|
- Sim-Swap-Risiko
|
|
- Zentralisierung
|
|
- Siehe: [[wiki/tools/blink-wallet-skill.md]] und die Diskussion dort
|
|
|
|
### L402 (HTTP 402 Payment Required)
|
|
|
|
- Standard für automatisierte Micropayments per Lightning
|
|
- Server antwortet mit 402 + Lightning-Invoice
|
|
- Client zahlt → bekommt Resource
|
|
- Coinbase hat 2024 das **x402-Standard-Pattern** vorgeschlagen, das L402 sehr ähnlich ist
|
|
- Auto-Pay-Logik ideal für AI-Agents: Agent entscheidet ob Zahlung wert ist, zahlt automatisch
|
|
|
|
## Warum Bitcoin/Lightning strukturell passt
|
|
|
|
| Eigenschaft | Fiat (Stripe) | Bitcoin/Lightning |
|
|
|-------------|---------------|-------------------|
|
|
| Micropayments (<$0.01) | ❌ Fees zu hoch | ✅ Sats-Granularität |
|
|
| 24/7 Verfügbarkeit | 🟡 Wartungsfenster | ✅ keine |
|
|
| Chargebacks | ❌ möglich → Agent-Autonomie kaputt | ✅ nicht möglich |
|
|
| Pseudonymität | 🟡 KYC bei >$X | ✅ on-chain optional |
|
|
| Global | 🟡 Banking-Lizenzen | ✅ global |
|
|
| Settlement | 🟡 T+2 | ✅ Sekunden (Lightning) |
|
|
|
|
## Verbindung zu bestehenden Wiki-Seiten
|
|
|
|
- [[wiki/tools/lightning-payment-apps.md]] — Alby Builder Details
|
|
- [[wiki/tools/blink-wallet-skill.md]] — Blink + Telefonnummer-Red-Flag
|
|
- [[wiki/concepts/agents/ai-trading-reality-2026.md]] — Coinbase-AI-These ist Armstrong-Original
|
|
- [[wiki/concepts/directives/pro-leben-directive.md]] — Freiheit in Selbstverantwortung passt zu "nicht-banking-abhängig"
|
|
|
|
## Pro-Leben-Perspektive
|
|
|
|
Gemäß [[wiki/concepts/directives/pro-leben-directive.md]]:
|
|
|
|
- **Freiheit in Selbstverantwortung:** Lightning = Agent kann zahlen ohne Bank-Konsultation
|
|
- **Gegen erzwungene Gleichschaltung:** Kein Banking-Lock-in, keine KYC-Pflicht für Micropayments
|
|
- **Leben statt Mangel:** Statt "AI braucht Banking" → "AI braucht eigene, dezentrale Zahlungs-Infrastruktur"
|