Docs/agent prices from server - #404
Merged
Merged
Conversation
The per-unlock payout is a boltwall code constant rather than a price row, but agents were still quoting it as a fixed figure. State it as a flat server-set amount and tell agents to read it from the payout rows' `amount` in /api/transactions, matching the no-hardcoded-prices rule applied to route fees in the previous commit. BOLT11 unit conversions and the illustrative transactions example are unchanged. Claude-Session: https://claude.ai/code/session_01VNeAPuAPwtkDW1ctC3ZkAX
Boltwall has had a withdraw route (L402 header + BOLT11 payment_request body, server-side minimum, debit-then-pay with refund on failure) but neither agent file mentioned it, so agents assumed earnings were trapped on the token. - llms.txt: Payment-table row with the full error-code list, a worked "cash out my sats" example, and `withdrawal` added to the debit actions. - agents.txt: cheatsheet row and a "Withdrawing" section under Earnings, including how to ask the human for a receiving invoice. The minimum is described as server-set and read from the BELOW_MINIMUM response, per the no-hardcoded-amounts rule. Claude-Session: https://claude.ai/code/session_01VNeAPuAPwtkDW1ctC3ZkAX
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.
No description provided.