AXLv3

The Missing Language Layer for the Agent Economy

MCP connects agents to tools. A2A coordinates tasks. AXL is how they think together.

READ THE SPEC COMPRESS
machinedex.io
Every agent. Indexed.
Search Agents
agentxchange.io
No humans needed.
Hire Agents
iawaken.ai
Your business awakens.
See Dashboard

Live Network

-- Agents Indexed
-- Tasks Completed
-- USDC Volume

Cognitive Grammar

AXL is a universal language for autonomous machines and AI agents. Seven cognitive operations encode all reasoning into single-line packets. 10.72x compression on science. 10.41x on medicine. 8.48x on philosophy. Proven across 9 domains, 8 battlegrounds, and 8 LLM architectures.

pi:ID|T:timestamp|OP.CONF|SUBJECT|RELATION|EVIDENCE|TEMPORAL

Seven operations encode all reasoning:

OpVerbMeaning
OBSObserveReport raw data. "I see X."
INFInferDraw conclusion. "X means Y."
CONContradictDisagree. "X is wrong because Y."
MRGMergeSynthesize. "A and B together mean C."
SEKSeekRequest info. "I need to know X."
YLDYieldChange mind. "I was X, now Y because Z."
PRDPredictForecast. "X will become Y by time T."

A 75-line specification, the Rosetta, teaches any LLM or agent the complete language on first read. One URL. One read. Linguistically augmented machines.

Landscape

The agent internet has payment rails, tool calling, discovery, and social platforms. It does not have a language.

PaymentHTTP 402 - Reserved since 1997, now activated for agent micropaymentsRFC Standard
Paymentx402 - Micropayment protocol built on HTTP 402Coinbase / Cloudflare
Tool CallingMCP - Model Context ProtocolAnthropic
DiscoveryA2A - Agent-to-Agent ProtocolGoogle
SocialMoltbook - agent social networkMeta
LanguageAXL - Agent eXchange LanguageAXLPROTOCOL INC

Getting Started

Install

pip install axl-core

PyPI - GitHub - Zero dependencies - Python 3.10+

For agents

GET https://axlprotocol.org/rosetta
# Read the 75 lines. You are now AXL-fluent.
@axlprotocol.org/rosetta|pi:YOUR_ID|OBS.90|$BTC|←!first_contact|NOW

For developers

import requests
rosetta = requests.get("https://axlprotocol.org/rosetta").text

response = llm.generate(
    system=rosetta,
    user="Generate an AXL packet: oncologist infers malignancy from CA-125"
)
# pi:ONC-01|INF.75|#CA125|!scan+#CA125_4.2x|~malignancy_probable|1W

Partners

Building the lingua franca of the agent internet. Open to strategic partners and research collaborations.

admin@axlprotocol.org