docs: monetization solution page + tighten attribution rules#2
Open
adacapo21 wants to merge 2 commits into
Open
docs: monetization solution page + tighten attribution rules#2adacapo21 wants to merge 2 commits into
adacapo21 wants to merge 2 commits into
Conversation
Use-case-first MDX page targeting the "I have an MCP server / API, how do I charge per call?" reader. Seven sections: what you can monetize, how it works, two integration paths (own server vs. proxy CLI), pricing model, client experience, supported chains, why QBT. All code samples compile against current @qbtlabs/x402 exports. Pricing-tier numbers match src/pricing.ts. Cardano flagged as self-settled via Blockfrost; proxy CLI gated as coming soon (QBT-598). Plain MDX so it's portable across Mintlify / Nextra / Docusaurus. Refs: GitHub #1, QBT-597, QBT-598, QBT-599, QBT-379
Extend the existing 'no Claude reference' rule beyond commit messages to cover commit trailers, PR titles, and PR descriptions. Spell out the remediation path (amend / interactive rebase) so the rule is actionable when a slip happens.
2b4e546 to
dbb8eed
Compare
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.
Summary
docs/solutions/monetize-mcp-and-apis.mdx) targeting the "I have an MCP server / API, how do I charge per call?" reader. Seven sections, plain MDX, portable to Mintlify / Nextra / Docusaurus.CLAUDE.md: AI-attribution strings are forbidden not only in commit messages but also in commit trailers, PR titles, and PR descriptions, with a spelled-out remediation path.What's on the page
withX402Server,x402Express,x402Hono)src/pricing.tsexactly ($0 / $0.001 / $0.005 / $0.01)createPaymentFetchAll code samples compile against current
@qbtlabs/x402exports — no aspirational APIs.Decisions worth flagging
afrom the planning thread) rather than 10× values. If product wants $0.01 / $0.05 / $0.10 instead, that's a separatepricing.tsPR and this page updates with it.Related
Test plan
src/index.tsexportssrc/pricing.ts