FLAGSHIP · AGENT NEGOTIATION

Bazaar Negotiator x402

A machine-to-machine negotiation layer for autonomous purchasing. Agents can request bundles, receive signed expiring offers, make bounded counteroffers, and see why a price was produced before an accepted offer becomes an x402 settlement intent.

Bundle negotiation

Multiple SML capabilities can be priced as a bundle rather than forcing an agent to negotiate every call independently.

Bounded counteroffers

Negotiation is constrained by protected floors. Counteroffers cannot silently push pricing below the configured economic floor.

Explainable economics

Pricing is deterministic and explainable. Current contract discounts are tied to bundle size, loyalty history and committed volume.

What it does not claim

Bazaar Negotiator x402 does not custody funds and does not execute trades. Its checkout locks an accepted offer and returns settlement intent for the x402 payment layer. Negotiation evidence is not itself proof of settlement.

Machine interface

INFO GET https://sml-bazaar-negotiator-x402.onrender.com/v1/bazaar/info OFFER POST /v1/bazaar/offer COUNTEROFFER POST /v1/bazaar/counter PRICE EXPLAIN GET /v1/bazaar/why-this-price?id={offer_id} CHECKOUT POST /v1/bazaar/checkout HEALTH GET /health

In the broader SML stack, AgentBids provides competitive market clearing while Bazaar Negotiator handles dealmaking for bundles, loyalty economics and committed volume.