# what can this machine actually do
$ wraith soul 12 --json
{
"ok": true,
"soulId": 12,
"model": "NVIDIA H100 80GB HBM3",
"deviceClass": "NVIDIA GPU",
"trustTier": "Verified",
"capabilityTier": "Flagship",
"memoryMb": 81559,
"wcu": 5.75,
"live": true,
"online": true,
"reputation": { "ok": 41, "failed": 0 },
"listing": { "pricePerSec": "10555555555555555" },
"runnable": ["ollama", "vllm", "axolotl", ...]
}
# a refusal is data, not a stack trace
$ wraith rent 12 4 comfyui --json
{
"ok": false,
"error": "ComfyUI does not run on CPU",
"command": "rent"
}
# and so is a success
$ wraith rent 12 4 vllm model=... --json
{
"ok": true,
"jobId": 88,
"specHash": "0x4431…f78a",
"tx": "0xc5c6…4bf0",
"log": ["escrowing 42.2 tUSD…"]
}