A Hive SmartAgent chose Mistral Leanstral 1.5, called it, and captured the whole model-call route as one signed receipt: the provider and model it used, a hash of the prompt, a hash of the response, the per-phase timing, and an Ed25519 signature. The receipt then verified against the issuer key. This is the actual result of a live run on the backend — 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 verification. It does not claim the Lean proof compiled, and
no Lean compiler or LSP was invoked. The model returned a proof skeleton (a statement with a
sorry placeholder) — that is model output, receipted as such, nothing more.
did:hive:hivemorph — ok.This widget calls the live backend and renders the latest run. If the fetch fails, the last-known verified values below still stand on their own.
These are the exact values from a successful live run, kept here so the page is meaningful 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 receipted a model call only. No economic state transition occurred — no x402 quote was accepted, no USDC settled, no balance moved — so SmartMorphAgent remained off. If a future run settles a payment, that settlement becomes its own receipted event, and SmartMorphAgent can act on the new economic state. One route, one receipt today; the payment receipt is a separate artifact when it happens.
curl https://hivemorph.onrender.com/v1/model-receipts/leanstral-demoReturns the signed receipt, verification result, per-phase timing, response preview, and the prompt/response hashes. A missing provider key returns a signed preflight receipt (HTTP 200), not an error.
Model facts: Mistral Leanstral 1.5 — mistral.ai announcement and the model card on Hugging Face.
Values shown under “Last known verified run” were recorded from a live backend run on 2026-07-04. The live
widget calls hivemorph.onrender.com directly and reflects current state; results may vary between
runs. This example receipts a model-call route only — it makes no claim about the correctness of the model’s
output, does not assert that any Lean proof compiled, and invokes no Lean compiler or LSP.