Search papers, labs, and topics across Lattice.
This study introduces a decision-centered reference architecture for agentic commerce, focusing on the need for a standardized authoritative representation of commercial eligibility and transaction integrity. By employing a protocol-agnostic approach with advanced security measures such as protected dependency hashes and authentication methods, the architecture ensures that actions remain valid and secure even as states change. Evaluation through a JavaScript implementation across multiple e-commerce scenarios demonstrated robust protection against unauthorized access and consistent action status, achieving a perfect test pass rate while highlighting areas for future research on rule completeness and production security.
A robust architecture for agentic commerce that ensures transaction integrity and security, even in the face of state changes and unauthorized access.
Agentic commerce extends agentic shopping into software agents that interpret policy, prepare checkout, generate transaction-facing language, and act under delegated payment authority. Protocols standardize external exchanges, but merchants still need one authoritative representation of commercial eligibility, actor authority, checkout validity, payment dispatch, generated claims, and evidence. This design-science study presents a protocol-agnostic architecture built around a canonical envelope, protected dependency and result hashes, Ed25519 or HMAC authentication, live-request rebinding, a seven-axis generated-claim gate, execution-time dependency revalidation, and eleven semantic invariants. Evaluation used an open-source JavaScript implementation, eight deterministic ecommerce scenarios, and five controlled ablations. Seven initially valid actions were permitted. After protected state changed, none could proceed without a fresh decision; a hostile-accessor case also remained blocked. Action status was consistent across configured surface-bound envelopes, and each scenario contained the three protected hashes and its targeted dependency reference. Each ablation produced the predicted unsafe regression when one safeguard was bypassed, while the protected path contained the same failure. The hostile accessor was read once, and the suite passed 66/66 tests, schema validation, and committed examples. Results support protected-dependency change detection, bounded outcome derivation, stale-decision prevention, surface-bound status consistency, refusal propagation, and verified-state identity under synthetic fixtures, but do not establish rule completeness, production security, performance, legal compliance, live interoperability, population error rates, or independent replication.