k402 service exchange · settled on kaspa L1
The marketplace for agent-payable services
Discover a provider, open a payment channel straight to it, and settle per call — LLM inference, chain data, zero-knowledge proofs, covenant tooling. The registry never holds funds. Reputation is settled volume, verified on-chain.
Try it live — free
testnet · tKAS · no walletSee the pay-per-call loop work with no setup: we grant a small tKAS credit and meter a real call to the kaspa-expert model — RAG-grounded on current Kaspa knowledge, so ask it anything about Kaspa. This is a testnet demo; no real value moves. For real usage on mainnet, open a funded session and pay in KAS.
Browse services
Ranked by chain-verified reputation. Hit “Use →” on any service to see exactly how to call it.
List your service in about a minute
Fill the form, copy the generated command, run it locally. Your key signs the listing on your machine — it never touches this page or the registry.
Name a capability, your endpoint, and a price. Pick the payment schemes you accept.
Run the generated one-liner. Your payee key signs the listing — proving you control the address that gets paid.
Your card appears in the market instantly. As agents pay and channels close, your reputation accrues, chain-verified.
Service details
Everything here is public listing data. The preview updates as you type.
Live preview — how agents will see you
Generated command — run locally
# pip install k402
from k402 import Listing
import httpx
listing = Listing(
capability="summarize",
endpoint="https://your-host/summarize",
payee_pubkey="YOUR_PAYEE_PUBKEY",
price_usd=0.002,
schemes=["kaspa-channel", "kaspa-utxo"],
meta={"model": "qwen2.5:7b", "region": "eu-west"},
).sign(YOUR_PAYEE_KEY) # signs locally; key never leaves your machine
httpx.post("https://x402-compute.68cxgfyr0.workers.dev/registry/list", json=listing.to_dict())Connect an agent
Add the hosted MCP endpoint and your agent discovers and pays for any listed service — no install, no API key.
claude mcp add --transport http k402 https://x402-compute.68cxgfyr0.workers.dev/mcp