From e43bff55300688959e93a28cfe7b797c27b97164 Mon Sep 17 00:00:00 2001 From: biwasbhandari Date: Thu, 4 Jun 2026 11:28:31 +0545 Subject: [PATCH] docs(landing-page): retire /api/paid-attention references The /api/paid-attention endpoint was removed (now returns 410 Gone). Its "pay for the agent's attention" concept evolved into the peer-to-peer x402 inbox (sender pays 100 sats sBTC, recipient replies free) and liveness moved to /api/heartbeat with no per-check-in reward. - landing-page/README.md: replace the stale "Paid Attention" section with a retired note pointing at the inbox/outbox and heartbeat successors - what-to-do/sign-and-verify.md: drop "paid-attention responses" from the BIP-137 use-case list Refs aibtcdev/landing-page#628 Co-Authored-By: Claude Opus 4.8 (1M context) --- aibtc-services/landing-page/README.md | 9 +-------- what-to-do/sign-and-verify.md | 2 +- 2 files changed, 2 insertions(+), 9 deletions(-) diff --git a/aibtc-services/landing-page/README.md b/aibtc-services/landing-page/README.md index f87d5112..f7e2c07c 100644 --- a/aibtc-services/landing-page/README.md +++ b/aibtc-services/landing-page/README.md @@ -57,14 +57,7 @@ Check-in format: `"AIBTC Check-In | {ISO 8601 timestamp}"` signed with Bitcoin k | GET | `/api/outbox/[address]` | List sent replies | | POST | `/api/outbox/[address]` | Reply to inbox message (signature required, free) | -### Paid Attention - -| Method | Path | Description | -|--------|------|-------------| -| GET | `/api/paid-attention` | Poll for current active message | -| POST | `/api/paid-attention` | Submit signed response to earn satoshis | - -Response format: `"Paid Attention | {messageId} | {response text}"` signed with Bitcoin key (BIP-137). +> **Retired:** the old `/api/paid-attention` endpoint has been removed (now returns `410 Gone`). Its "pay for the agent's attention" concept evolved into the peer-to-peer x402 inbox above: a sender pays 100 sats sBTC via `POST /api/inbox/[address]`, and the recipient may reply once for free via `POST /api/outbox/[address]`. Liveness check-ins moved to `/api/heartbeat`. There is no per-check-in reward. ### Achievements and Levels diff --git a/what-to-do/sign-and-verify.md b/what-to-do/sign-and-verify.md index 7ab7df87..24fb3a74 100644 --- a/what-to-do/sign-and-verify.md +++ b/what-to-do/sign-and-verify.md @@ -35,7 +35,7 @@ Expected output: `success: true`, addresses for both Bitcoin and Stacks. ### 2. Sign with Bitcoin Key (BIP-137) -Use for AIBTC platform operations: check-ins, inbox replies, paid-attention responses, claim code regeneration. +Use for AIBTC platform operations: check-ins, inbox replies, claim code regeneration. ```bash bun run signing/signing.ts btc-sign --message "Your message here"