Skip to main content

What You Can Build Today

The whitepaper was a thesis about machine-native markets. Here's what actually exists today: Alkahest, Git Commit Marketplace, Agentic RAG, and our generalized marketplace protocol.

March 2, 2026 · Levi Rybalov

Eighteen Months and a Million Dollars: Part 9

Excerpts from the Whitepaper

Key Takeaways

  • The original whitepaper was completed in summer 2024; the public product surface has evolved since then
  • Settlement primitive: Alkahest (escrow + arbitration) plus developer SDKs
  • Alkahest expresses peer-to-peer agreements as Statements, validators/arbiters, and escrowed value
  • Git Commit Marketplace: pay the first commit that passes your tests
  • Agentic RAG: provenance-first RAG pipelines for scientific work
  • Generalized marketplace protocol: soon to be released, this is the agent-driven marketplace layer described in the whitepaper

Note This post is an updated snapshot of what's public as of early 2026.

Eighteen months and a million dollars

The whitepaper was a thesis about machine-native markets. The last eighteen months have been about turning one part of that thesis into something real: settlement in open environments.

A bit changed in the process (but surprisingly, not much!). Some ideas stayed as research. Some became experiments. Many became concrete interfaces you can use today.

Below are the application surfaces that actually exist right now, written in the same format: what it is, who it's for, and what you get.

Application 1: Escrow and arbitration (Alkahest)

Alkahest is Arkhai's open-source escrow and arbitration system for peer-to-peer agreements. You describe what should happen, under which conditions, and who decides when those conditions hold. Escrow enforces the outcome.

At the interface level, this is a small set of primitives:

  • Statements to represent obligations
  • Validators/Arbiters to evaluate conditions (and escalate when necessary)
  • Escrow obligations to hold and release value

Who this is for:

  • Anyone building marketplaces, bounties, or escrowed services
  • Teams that need conditional payment in open environments (not just trusted counterparties)
  • Protocol designers who want a reusable settlement layer instead of bespoke per-app escrow

What you get:

  • A programmable escrow interface you can reuse across deal types
  • Dispute resolution and recursive escalation when automation runs out
  • Composable conditions (boolean logic over on-chain and off-chain signals)

Application 2: Markets for shipped code (Git Commit Marketplace)

Git Commit Marketplace turns commits into tradeable units of work: escrow funds, define verification (tests), and pay the first commit that satisfies the objective.

Who this is for:

  • Open source maintainers funding specific changes
  • Teams that want outcome-based contracting instead of hourly workflows
  • Organizations that want transparent pricing for discrete engineering tasks

What you get:

  • Faster, more legible procurement of software work
  • Automated verification as the oracle for payment
  • Settlement that doesn't require trusting the counterparty

Application 3: Provenance-first research RAG (Agentic RAG)

Agentic RAG is an open-source approach to retrieval-augmented generation for scientific and technical work, focused on reproducibility and provenance rather than chatbot answers.

Who this is for:

  • Researchers and labs building literature maps and research assistants
  • Teams that need traceable, reproducible retrieval pipelines
  • Organizations building internal knowledge systems that must be auditable

What you get:

  • RAG pipelines that preserve provenance from source → chunk → embedding → retrieval → output
  • A system designed for inspection and iteration, not black-box responses
  • A way to turn retrieval into a first-class, reusable artifact

Application 4: Compute and energy markets driven by cybernetic agents

Our generalized marketplace protocol for compute and energy, as described in the whitepaper: autonomous agents negotiating over cycles and watts under real constraints (latency, carbon, reliability).

Who this is for:

  • Compute and energy providers exploring market-based allocation
  • Data center operators looking to maximize their ROI on compute and energy infrastructure
  • Compute purchasers looking for the best deals given their requirements
  • DePIN and infrastructure teams that need programmable settlement primitives
  • Builders who want to participate in shaping the threat model and mechanism choices early

What you get:

  • A path to agent-mediated resource allocation built on a concrete settlement layer
  • Early integration points: settle deals with escrow/arbitration, then iterate on matching and optimization

Getting started

Pick one surface and build one small loop end-to-end:

  • Alkahest (escrow + arbitration): Model your deal as a Statement. Decide what evidence releases funds, and who arbitrates when evidence is ambiguous. Start with one validator and one outcome, then add complexity.
  • Git Commit Marketplace: Choose an objective (a failing test, a benchmark, a feature flag). Escrow funds. Pay the first passing commit. Start with deterministic checks, then expand to richer verification.
  • Agentic RAG: Make provenance a first-class output. Persist source references, chunk IDs, and retrieval traces so results can be audited and reproduced.
  • Generalized marketplace protocol: Start by defining the deal format and constraints you actually care about (latency, carbon, reliability). Then settle agreements with Alkahest and iterate on negotiation and matching.

Arkhai is building machine-actionable marketplace infrastructure. If you're working on problems that intersect with compute markets, agent coordination, or decentralized infrastructure, we'd like to hear from you.