Family 05 · 2017 — 2018 · 1 filing · Priority January 14, 2017
Closed-Loop Currency
Closed Loop Currency Exchange
Rule sets associating two-or-more unique identifiers with a transaction, governing multi-party value exchange without a unified ledger.
Representative filings
- WO/2018/140261
- PCT/US2018/013919
The problem
Stored value in 2017 was badly fragmented — gift cards, loyalty points, credit-card rewards, store credit, prepaid balances — and none of it composed. A customer with $40 of airline miles, $15 of Starbucks balance, $200 of a merchant gift card they didn't want, and a credit line could not combine those into a single purchase, nor could they trade unused balance with a second customer who actually wanted it. The merchant, the customer, and any lender financing the transaction were stuck in pairwise silos.
The mechanism
A closed-loop value exchange defined by one or more rule sets, where each rule set associates two or more unique identifiers with a transaction — customer, merchant, lender, co-customer, stored-value source — and the rules dictate, limit, or control how the transaction executes. Multiple stored-value sources combine within a single transaction ("use Customer A's unused gift card + Customer B's credit line + merchant loyalty points"), and when rule sets overlap or conflict, the system applies a hierarchy to resolve which rule governs. The architectural primitive is the rule set itself — programmable, composable, and enforceable across any number of parties.
What it proved
Value exchange is fundamentally a rule-based multi-party graph, not a bilateral ledger entry. If you can describe the constraints declaratively and resolve conflicts hierarchically, you can express any merchant/customer/lender/guarantor configuration as a single transaction. This is the conceptual ancestor of every "programmable money" pitch of the 2020s.
If it were built today
This family's 2026 reinterpretation is the strongest of the five, because the infrastructure finally exists. The 2017 rule-set primitive maps directly to smart contracts on stablecoin rails — USDC, PYUSD, RLUSD, EURC, and emerging state-issued CBDCs give you dollar-denominated programmable value with sub-second finality and deterministic execution. The $308B stablecoin market (Jan 2026) and $26T in 2025 on-chain volume is the substrate the patent was implicitly describing. A modern build: rule sets become smart-contract templates (ERC-4337 account abstraction, or Solana program accounts) that gate a transaction on multiple signatures from multiple stored-value sources; the hierarchy resolver becomes a policy engine (OPA-style) evaluated inside the contract; identifiers become verifiable credentials (W3C VC + DIDs) or zero-knowledge attestations of KYC status, creditworthiness, loyalty-tier, or merchant class. Critically, 2026 layers in agentic payments — the OpenAI/Stripe Agentic Commerce Protocol, x402 payment-required HTTP, Coinbase agentkit — so the "customers, merchants, lenders" of the original patent can all be AI agents composing a multi-party transaction autonomously. The hierarchy-conflict-resolution primitive is especially valuable here: when three agents each have policies that overlap on a transaction, you need a deterministic arbiter. The cleverness of the 2017 filing was seeing that the rules were the product; in 2026 that's the bet the entire stablecoin industry is making.
Three marketplace applications
Outside the context it was born in.
- 01
Split-payer healthcare checkout
ProblemA $4,200 procedure requires patient copay, HSA, insurance pre-auth, and provider discount — and currently takes weeks of reconciliation.
ApproachA single rule set binds patient wallet + HSA account + insurer token + provider discount code with a hierarchy (insurer-approved amount first, HSA before credit, patient copay last), all settling in a single atomic stablecoin transaction.
- 02
Agentic B2B procurement with split financing
ProblemAn AI procurement agent negotiating a $40K equipment order needs to combine corporate card, supplier financing, trade-in credit, and a government rebate — across four counterparty agents.
ApproachRule sets define which agent can commit what, hierarchy resolves conflicts (rebate requires supplier certification, financing requires corporate approval), and the multi-party transaction settles atomically on-chain.
- 03
Disaster-relief disbursement
ProblemAfter a hurricane, aid comes from FEMA, state agencies, insurers, employers, and NGOs — each with its own eligibility rules, and duplicate-payment risk is enormous.
ApproachA rule set per funding source, a hierarchy to de-duplicate, and a single closed-loop exchange that disburses the composite benefit to each household wallet with auditable provenance and no double-counting.
Architecture sketch
The components the system needs to exist.
- 01Unique-identifier registry (parties: customer, merchant, lender, agent, guarantor)
- 02Stored-value adapter layer (gift card, points, credit line, bank account, stablecoin wallet in 2026)
- 03Rule-set definition engine (DSL or smart-contract template)
- 04Hierarchy / conflict resolver (which rule wins when two overlap)
- 05Transaction orchestrator (binds N identifiers + M value sources into one atomic operation)
- 06Settlement layer (original: ledger write; 2026: stablecoin smart contract with sub-second finality)
- 07Audit / provenance log (who authorized what, which rule applied, reversible under what conditions)
- 08Agent-callable API (2026 addition) — MCP / ACP tool surface so AI agents can be parties to the rule set