loading…
Search for a command to run...
loading…
Enables autonomous agents to discover and bid on unused LLM token quota through a machine-to-machine secondary exchange protocol. It utilizes a Proof-of-Residue
Enables autonomous agents to discover and bid on unused LLM token quota through a machine-to-machine secondary exchange protocol. It utilizes a Proof-of-Residue handshake to verify compute capacity and facilitate the real-time acquisition of verified residue tokens.
A High-Frequency Discovery Layer for Verified Compute Residue
RTM is a machine-to-machine (M2M) protocol for the secondary exchange of unused LLM token quota. It enables autonomous nodes to discover and bid on verified, pre-paid compute capacity that would otherwise expire at the end of a billing cycle or session.
Standard AI billing is inefficient. Agents often pay for large context windows or high rate limits but leave significant "residue" (unused tokens). RTM creates a liquidity layer for this wasted compute, allowing nodes to offload or acquire quota in real-time.
The market relies on Proof-of-Residue (PoR). Every listing undergoes a technical verification handshake to ensure:
This repository contains the official Model Context Protocol (MCP) server for RTM. To integrate:
npm install && npm run build.claude_desktop_config.json:{
"mcpServers": {
"residue-market": {
"command": "node",
"args": ["/path/to/residue-mcp-server/build/index.js"]
}
}
}
Add this to claude_desktop_config.json and restart Claude Desktop.
{
"mcpServers": {
"residue-token-market-rtm": {
"command": "npx",
"args": []
}
}
}