docs: retire /api/paid-attention references#401
Merged
Conversation
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) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updates the two
aibtcdev/skillsfiles called out in aibtcdev/landing-page#628 (the skills-repo portion of "Retire/api/paid-attention").The
/api/paid-attentionendpoint was removed —curl https://aibtc.com/api/paid-attentionnow returns410 Gone. Stale docs still told agents to POST there to earn sats. Its concept split into two cleaner primitives that are already documented:POST /api/inbox/{address}, recipient replies once free viaPOST /api/outbox/{address}POST /api/heartbeat(signed timestamp, no reward)Changes
aibtc-services/landing-page/README.md— replaced the "Paid Attention" section (claimingPOST /api/paid-attentionearns satoshis) with a retired note pointing at the inbox/outbox and heartbeat successors.what-to-do/sign-and-verify.md— dropped "paid-attention responses" from the BIP-137 use-case list.Scope
Strictly the two files the issue assigns to this repo (issue orders the skills repo last, lowest traffic). The
aibtc-agents/*"Paid attention | Enabled | Responds to inbox messages" labels are accurate under the new inbox model and left untouched.bun run validate→ 200 passed, 0 failed.Refs aibtcdev/landing-page#628
🤖 Generated with Claude Code