OpenInfer paper 001September 2026

OpenInfer

An open protocol for the machine economy.

Read the paper
Protocol Draft 0001
  1. 01The premiseWhy agents need programmable procurement.
  2. 02The protocolHow strangers discover, transact, and settle without a privileged router.
  3. 03The trust modelReceipts, challenges, progressive assurance, and economic security.
  4. 04The research programWhat Fluxyard can establish, what remains unproven, and how to test it.

Why agents need programmable procurement.

An agent can decide what to do. It still cannot independently decide whom to do business with.

Agents can reason, write software, search, operate computers, and manage workflows. But the infrastructure beneath them still depends on accounts, API keys, billing relationships, and vendor lists established by humans. OpenInfer asks whether software can discover a service, agree to terms, verify delivery, and settle payment with a provider it has never met.

Commercial infrastructure was built for organizations, not autonomous software.

Human trust infrastructure

  • Contracts and counterparties
  • Corporate reputation
  • Banks and invoicing
  • SLAs, courts, and lawyers

This works. A company purchasing cloud infrastructure may be better served by a legal agreement, insurance, and an identifiable vendor. OpenInfer does not exist to abolish that system.

Machine trust infrastructure

  • Cryptographic identity
  • Machine-readable offers
  • Verifiable reputation
  • Programmable settlement

Autonomous software may make thousands of tiny procurement decisions across counterparties that exist for seconds. A legal relationship for every transaction is impossible.

The transaction lifecycle.

OpenInfer defines a common loop for purchasing work. Providers, buyers, gateways, and settlement rails remain replaceable.

  1. 01DiscoverFind capability
  2. 02NegotiateChoose terms
  3. 03CommitLock the claim
  4. 04ExecutePerform work
  5. 05VerifyTest the receipt
  6. 06SettlePay or slash

Open-model inference.

Inference is the first service that makes every part of the protocol concrete: capability, price, performance, usage, artifact identity, verification, and settlement.

A provider should be able to announce a model, endpoint, price, stake, and execution profile—and compete for traffic without an application, sales call, or preferred-provider agreement.

Agent procurement policy

Model
GLM-5.2
Price
≤ $0.80 / M
Latency
< 500 ms TTFT
Reliability
> 99.9%
Verification
optimistic-v2
Stake
> $100,000
Reputation
> 0.995

Constraints satisfied → buy()

No privileged router.

The protocol describes the market; it does not dictate the buyer’s decision.

Fluxyard may bootstrap the first product: a familiar compute marketplace and gateway built on OpenInfer. It must never become indispensable. Anyone can build another router; an agent can query competing offers directly and route its own work. OpenInfer exposes supply. The buyer decides what “best” means.

Compute stays off-chain.

Prompts do not need consensus. Transformer operations do not belong in smart contracts. Latency-sensitive computation remains a direct path from buyer to provider to hardware.

The protocol lives around the work: identity, discovery, commitment, verification, reputation, and settlement. Blockchain infrastructure may provide useful primitives for some of these functions. It is not the product.

What a receipt must prove.

When an unknown provider says “I served this model and generated this usage,” the protocol must make five properties legible.

  1. 01

    Usage

    Was the reported quantity of work calculated correctly from a canonical tokenizer and request?

  2. 02

    Artifact

    Did the provider serve the advertised model, weights, quantization, and execution profile?

  3. 03

    Execution

    Was the computation faithful enough to satisfy that profile rather than a cheap substitute?

  4. 04

    Performance

    Did the provider deliver the latency, throughput, and availability it advertised?

  5. 05

    History

    Has this identity consistently satisfied its claims across prior transactions and challenges?

Commit before the audit is chosen.

The provider returns its output with a signed receipt and a commitment to what happened during execution. Only after that commitment is locked does protocol randomness decide whether—and where—the computation must be opened.

The provider cannot know in advance which token, layer, expert route, or activation region will be inspected. Most transactions settle cheaply. Random or suspicious transactions escalate.

Assurance follows transaction risk.

A two-cent request and a ten-million-dollar decision should not carry the same proof burden.

  1. Level 0Signed receiptIdentity and claim
  2. Level 1Usage checkIndependent metering
  3. Level 2Optimistic challengeRandom openings
  4. Level 3Trace challengeTransition replay
  5. Level 4TEE attestationHardware evidence
  6. Level 5Cryptographic proofZK or equivalent

Fraud must cost more than honesty.

The practical objective is not perfect detection. Providers place capital behind their claims, unpredictable audits create detection risk, and proven fraud destroys stake. Enforcement must ultimately be open: an independent challenger should be able to prove fraud and earn part of the penalty without permission from OpenInfer.

Commerce should settle in stable units. A native asset is justified only if measured protocol use shows that staking, slashing, validation, or governance cannot work without one.

Expected profit
from fraud
< Expected loss
from detection
EVfraud < 0

From working market to testable protocol.

Product foundation

Fluxyard marketplace

Build the dependable, familiar GPU marketplace first. Make independently operated hardware legible and prove placement, recovery, metering, and settlement with conventional workloads.

Protocol proposal

OpenInfer network

Let providers compete to serve open models through machine-readable offers, signed receipts, independent metering, and progressive verification.

Long-term implication

Open machine services

Extend the same transaction primitive to compute, data, media, tools, and specialist agents—without making OpenInfer the mandatory buyer or seller.

A common transaction primitive for machine services.

If the inference market works, the same transaction model can extend to compute, data, storage, media, tools, and specialist agents.

An agent begins with an objective, budget, and purchasing policy. It composes only the services required, evaluates each offer, and settles each contribution independently.

This is an implication, not the initial product. OpenInfer first has to prove that its verification model works for one narrow, measurable service.

Can optimistic verification make large-model inference economically trust-minimized?

For trillion-parameter Mixture-of-Experts models, can a provider cheaply commit to enough of its execution that unpredictable post-commit challenges detect dishonest computation at a tiny fraction of the cost of reproducing the original request?

The target is not theoretical perfection. It is a machine-readable economic guarantee strong enough that an autonomous agent can rationally transact with an unknown provider.

  1. 01

    Stabilize the execution profile.

    Measure how honest implementations diverge across runtimes, kernels, parallelism, and quantization. Define what must match exactly and what can vary within a tested bound.

  2. 02

    Commit to a useful trace.

    Instrument one open MoE model to commit routes and selected checkpoints. The working target is less than 3% overhead to normal inference.

  3. 03

    Replay one challenged transition.

    Choose a token, layer, and expert only after commitment. Test whether an independent verifier can check it for less than 0.1% of the original request cost.

  4. 04

    Attack the verifier.

    Try lower precision, skipped layers, altered expert routing, substitute models, and selective cheating. Publish false-positive and false-negative curves.

  5. 05

    Price the security.

    Combine measured audit cost, detection probability, provider margin, stake, and challenge rewards. Proceed only where the expected value of fraud is negative.

  6. 06

    Run it through Fluxyard.

    Exercise signed receipts and shadow challenges through the existing Offer-to-Charge path under restart, replay, timeout, and evidence-gap failures before real settlement or slashing.

Read Protocol Draft 0001