> For the complete documentation index, see [llms.txt](https://apidex.gitbook.io/apidex-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://apidex.gitbook.io/apidex-docs/llm-output-the-next-digital-commodity.md).

# LLM Output: The Next Digital Commodity

Oil has NYMEX. Gold has COMEX. Equities have NASDAQ. Every commodity and asset class of significance eventually gives rise to an exchange that performs price discovery and risk management.

LLM inference output — intelligent text generation measured in tokens — is becoming the most important digital commodity of the 21st century. Harvard economist Mert Demirer, in an NBER working paper, defines it as "an emerging market for intelligence" and uses real transaction data from OpenRouter and Azure to demonstrate that this market already exhibits the fundamental characteristics of a commodity market: standardized units of measurement (tokens), comparable quality grades (model performance benchmarks), and active supply-demand dynamics.

A March 2026 research paper published on arXiv, AI Token Futures Market, further argues for the transition of AI tokens from "intelligent service outputs" to "compute infrastructure commodities," explicitly making the case for establishing futures and spot markets.

> "The cost of AI inference is falling faster than PC compute and internet bandwidth ever did. This is not incremental improvement — it is a price revolution."\
> — a16z,Welcome to LLMflation

<br>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://apidex.gitbook.io/apidex-docs/llm-output-the-next-digital-commodity.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
