← All Recipes
Bazantic // Recipe

Verify Before Trust — Graph + Lute

By mebostellamaris@gmail.com

verify-before-trust-graph-lute

Query a live Graph Studio subgraph, independently reconcile its events against raw Base RPC logs with Lute, and return a conservative trust decision with evidence.

Recipe inputs
Complete fields before a run.
Inclusive end block
ERC-4626 vault address on Base
Inclusive start block
Output example
Representative published output.
{
  "decision": "VERIFIED",
  "explanation": "Graph Studio returned the indexed candidate and Lute found no disagreement with raw Base RPC logs.",
  "checksPassed": 9,
  "eventsQueried": 75,
  "graphProvider": "The Graph Subgraph Studio",
  "evidenceBacked": true,
  "rawEventsChecked": 75
}