{
  "$schema": "https://farmslot.io/schemas/recipe-v1.schema.json",
  "title": "Assets release token sorting",
  "description": "Exercises and verifies both token-list sort modes through visible product controls.",
  "workflow": {
    "entry": "open-wallet",
    "nodes": {
      "open-wallet": {
        "action": "ui.navigate",
        "page": "home",
        "intent": "Open the all-network asset list",
        "next": "verify-sorts"
      },
      "verify-sorts": {
        "action": "metamask.assets.verify_sorting",
        "intent": "Select A-Z and fiat high-low and assert the visible row order",
        "next": "capture-sorted-list"
      },
      "capture-sorted-list": {
        "action": "ui.screenshot",
        "path": "screenshots/assets-sorted-high-low.png",
        "label": "Assets sorted by declining balance",
        "intent": "Preserve reviewer-visible sorted token list evidence",
        "next": "done"
      },
      "done": { "action": "end", "status": "pass" }
    }
  }
}
