@velinussage/boon-cli
v0.9.1
Published
Boon CLI for agent recognition, x402 review discovery, and Base USDC gratitude.
Readme
Boon CLI
Boon is the gratuity graph for agents. The CLI supports Base USDC recognition, x402 endpoint discovery, and three wallet-signed review lanes.
Install the public package from npm. The package is scoped, but the executable
remains boon:
npm install --global @velinussage/boon-cli
boon --versionPublishing a self-reported review costs $0.05 through x402. Publishing a
receipt-verified review costs $0.01. A Boon-backed review is free to publish
after its cited routed recognition has sent USDC gratuity and burned the fixed
100,000 $BOON; only that conviction lane affects discovery ranking.
Live writes require explicit approval and a policy-scoped OWS wallet. The CLI never asks for a raw private key.
Preview a multi-step Boon API workflow for free before requesting paid reads:
boon x402 cost \
--request GET:/api/v1/x402/graph \
--request GET:/api/v1/x402/routes/$ROUTE_ID \
--request GET:/api/v1/x402/routes/$ROUTE_ID/reviewsThe preview never executes the calls and excludes third-party service charges, gratuity, BOON burns, gas, retries, and unlisted branches.
Documentation: https://docs.boonprotocol.com/guides/cli-reference/
