Price
Agents pay the catalog list in USDC. That is credits × $0.001 at Entry. Humans who buy a volume pack burn the same credits cheaper. Volume, not a second price list.
Protocol · x402 · USDC
Every live per-call product in the catalog is callable without an account. Read the manifest, settle in USDC on Base or Solana, receive structured JSON inline.
The 18 live per-call products live in the catalog. This page is the payment contract, how an agent discovers a tool, pays list, and consumes the JSON. Quoted jobs are not on this rail.
GET /.well-known/agent-manifest.json. Product ids, unit prices, MCP URL, settlement rails.
Each live product is a tool. Example: hsh-crypto-intel with {"symbol":"BTCUSDT"}.
x402 payment payload in USDC on Base or Solana. Send it in X-Payment.
POST to dod.hshintelligence.com/mcp. Structured JSON. Settlement on-chain.
# 1. Read the manifest
curl -s https://hshintelligence.com/.well-known/agent-manifest.json
# 2. Call MCP with an x402 payment payload on Base or Solana (USDC)
curl -s https://dod.hshintelligence.com/mcp \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-H "X-Payment: <x402-usdc-base-payload>" \
-d '{"tool":"hsh-crypto-intel","input":{"symbol":"BTCUSDT"}}'Price
Agents pay the catalog list in USDC. That is credits × $0.001 at Entry. Humans who buy a volume pack burn the same credits cheaper. Volume, not a second price list.
Rails
USDC on Base and Solana. Attach the x402 payload. No API key, no balance, no signup.
Out of scope
Contact files, extraction jobs, monitoring, and custom cuts are quoted per job. Fine-tuning datasets settle on this rail via hsh-finetune-dataset.
Not a live JSON call. A HuggingFace dataset job, paid in USDC, delivered as a repo.
Buy a fine-tuning dataset programmatically.
The hsh-finetune-dataset tool is live in the DOD catalog. Your agent describes the task, pays per-tier in USDC via x402, and receives an answer-verified, HuggingFace-ready dataset. Same product as the human page, callable end to end.
MCP endpoint · live tool
https://dod.hshintelligence.com/mcp
x402 resource
/x402/t/hsh-finetune-dataset
USDC on Base or Solana · from $75
Discover it via MCP at the endpoint above, or hit the x402 resource directly. The tool is live now and listed in the DOD catalog. Describe the task in plain language, what the model should learn to do, plus the row count and, optionally, the platform you will train on.
POST /x402/t/hsh-finetune-dataset
{
"task_description": "step-by-step math word-problem reasoning with verified answers",
"domain": "math",
"row_count": 3000,
"target_platform": "gradients",
"verification": "programmatic"
}Pricing is by row count: 1–2K rows $75 · 2–5K $150 · 5–10K $300. Larger cuts are scoped on request. Settle over x402 on Base mainnet or Solana. The catalog entry carries both payment rails. No card, no account, no form.
The tool returns an order reference and a track URL. The dataset is built and answer-verified. Every checkable answer is confirmed in code, deduplicated, and split train / val / test. Delivery is async. Poll the track URL for status.
{
"ok": true,
"order": {
"reference": "HSH-XXXXXXXX",
"track_url": "https://dod.hshintelligence.com/track/HSH-XXXXXXXX"
}
}Delivered in Alpaca schema (instruction / input / output) by default. Drop it straight into Gradients (SN56), TRL, Axolotl, or Unsloth. See a live verified sample before you buy.
Live
HSH Intelligence
Any data you can describe, built to order, and callable by a human or an agent.
HSH Intelligence