Are you an LLM? Read llms.txt for a summary of the docs, or llms-full.txt for the full context.
Build — Buyers · Boson Protocol
Skip to content

Build — Buyers

A buyer commits to offers, redeems vouchers, and (rarely) disputes. There's no explicit "create a buyer" step — your first commitToOffer registers you.

For each task, expand the CodeGroup to see the equivalent code in SDK and MCP.

Tasks

  1. Discover offers — query offers from the subgraph.
  2. Commit to an offer — the core action.
  3. Atomic commit-and-redeem — single-tx purchase + redemption.
  4. Buyer-initiated offers — propose to a seller.
  5. Sequential commit — buy a voucher on a secondary market with full protocol protection.
  6. Redeem a voucher — claim the goods.
  7. Cancel / revoke — back out of a commit.
  8. Raise a dispute — when things go wrong.

Non-code path

  1. Buy via the Boson dApp — UI walkthrough.

Prerequisites