A Hive SmartAgent picked Mistral Leanstral 1.5, called it, and captured the whole model-call route in one signed receipt. That receipt holds the provider and model it used, a hash of the prompt, a hash of the response, the timing for each phase, and an Ed25519 signature. The receipt then checked out against the issuer key. This is the real result of a live run on the backend. It is not a mock.
This proves model-call route receipting: the provider and model, the prompt hash, the response hash,
the timing, the signature, and the check that it verified. It does not claim the Lean proof compiled, and
no Lean compiler or LSP was run. The model handed back a proof skeleton (a statement with a
sorry placeholder). That is model output, receipted as such. Nothing more.
did:hive:hivemorph. It passes.This widget calls the live backend and shows the latest run. If the fetch fails, the last known checked values below still stand on their own.
These are the exact values from a successful live run, kept here so the page still means something even if the live fetch above is unavailable.
labs-leanstral-1-5 (Mistral Leanstral 1.5)mr_1783189173_ce79d9339a79r_model.receipt.leanstral-1-5_1783189173_ba21720e5403did:hive:hivemorph/v1/receipt/verifyff11617efb0ffc3c51bf292ca701cef6bf0658104cbe5b55d28fb59ef8d6ad4f (response SHA-256)5d2f548d0ec42013dccf29d2e059c95125132390d48db506b8a1d43ef6671640afb99469edcaThis run only receipted a model call. Nothing changed hands financially. No x402 quote got accepted, no USDC settled, no balance moved, so SmartMorphAgent stayed off. If a future run settles a payment, that settlement becomes its own receipted event, and SmartMorphAgent can act on the new state. Today it is one route, one receipt. The payment receipt is a separate record for when that happens.
curl https://receipts.thehiveryiq.com/v1/model-receipts/leanstral-demoThis returns the signed receipt, the check result, the timing for each phase, a response preview, and the prompt and response hashes. A missing provider key returns a signed preflight receipt (HTTP 200), not an error.
Model facts: Mistral Leanstral 1.5, from the mistral.ai announcement and the model card on Hugging Face.
The values shown under "Last known checked run" were recorded from a live backend run on 2026-07-04. The live
widget calls receipts.thehiveryiq.com directly and shows the current state, so results may vary between
runs. This example receipts a model-call route only. It makes no claim about whether the model's
output is correct, does not say that any Lean proof compiled, and runs no Lean compiler or LSP.