{
 "slug": "retender-authority-chain",
 "topic_id": "TOPIC-145",
 "cluster": "Freight, Cargo, Ports & Customs Identity",
 "tier": "Tier A",
 "title": "Double brokering: making the re-tender a signed, traceable act",
 "summary": "A load tendered to carrier A moves on carrier B's truck. Sometimes that is legitimate co-brokerage; sometimes it leaves the shipper uninsured and the actual hauler unpaid. Nothing in the transaction distinguishes the two.",
 "lede": "Freight tracks the cargo to the metre and the authority to move it not at all. A load changes hands, and whether that was a legitimate co-brokerage arrangement or a fraud that will surface as an unpaid carrier claim in six weeks is determined by a contract clause nobody can enforce in real time.",
 "date": "2025-11-27",
 "category": "Vertical",
 "author_id": "constance-ibe-whitmore",
 "tags": [
  "double brokering",
  "freight fraud",
  "co-brokerage",
  "carrier identity",
  "FMCSA",
  "broker liability"
 ],
 "image_title": "Retender Authority Chain",
 "schema": "Article",
 "key_takeaways": [
  "Authority to re-tender is a contract clause. Nothing technical enforces it, so violation is discovered at claim time rather than detected at the dock.",
  "Delegation depth is the exact primitive: permitted co-brokerage is depth one; unauthorised re-tender is depth two or beyond, and becomes cryptographically detectable.",
  "Congressional attention in 2026 and raised FMCSA broker penalties have made this a live commercial risk rather than a background nuisance."
 ],
 "body": [
  {
   "type": "h2",
   "text": "Distinguishing the two things that look identical"
  },
  {
   "type": "diagram",
   "kind": "chain",
   "alt": "The same movement, two very different legal positions",
   "caption": "Only the authority distinguishes them, and authority is the thing not recorded.",
   "nodes": [
    {
     "label": "Shipper tenders to A",
     "sub": "contract",
     "note": "recorded"
    },
    {
     "label": "A re-tenders to B",
     "sub": "with or without authority",
     "note": "unrecorded",
     "bad": true
    },
    {
     "label": "B hauls the load",
     "sub": "believes it is contracted",
     "note": ""
    },
    {
     "label": "Claim or non-payment",
     "sub": "who was authorised?",
     "note": "litigation",
     "bad": true
    }
   ]
  },
  {
   "type": "p",
   "html": "Co-brokerage is legitimate and common. A broker without capacity in a lane tenders to another broker who has it, with the shipper's knowledge and within contractual terms. Freight moves, everyone is paid, insurance applies as intended."
  },
  {
   "type": "p",
   "html": "Double brokering, in its fraudulent form, is the same physical sequence with the consent removed. A party accepts a load, re-tenders it to a carrier at a lower rate, collects from the shipper and does not pay the carrier — or accepts a load with no intention of moving it at all. The shipper's cargo insurance may not respond because the carrier of record is not the carrier that moved it."
  },
  {
   "type": "p",
   "html": "From the shipper's systems, both look like a load that was picked up and delivered."
  },
  {
   "type": "h2",
   "text": "Why 2026 raised the stakes"
  },
  {
   "type": "p",
   "html": "Legislative activity in 2026 addressed double brokering and carrier identity theft directly, and FMCSA moved on broker financial responsibility and penalties. The regulatory direction is clear: more scrutiny, higher penalties, more reporting."
  },
  {
   "type": "p",
   "html": "The practical consequence for a brokerage is that the cost of an unauthorised re-tender inside your book is rising — through bond claims, unpaid-carrier litigation, shipper contract terms and insurance posture — while the ability to detect one has not changed."
  },
  {
   "type": "h2",
   "text": "What the current controls do and do not achieve"
  },
  {
   "type": "table",
   "head": [
    "Control",
    "Detects unauthorised re-tender?",
    "When"
   ],
   "rows": [
    [
     "No-double-brokering contract clause",
     "No",
     "It creates the claim, it does not detect the act"
    ],
    [
     "GPS tracking requirement",
     "Sometimes",
     "If the tracked unit differs from the carrier of record"
    ],
    [
     "Carrier-of-record verification call",
     "Rarely",
     "Depends on reaching someone honest"
    ],
    [
     "Post-delivery paperwork audit",
     "Sometimes",
     "Weeks later, after payment"
    ],
    [
     "Load board monitoring for re-posting",
     "Sometimes",
     "If the re-post is public"
    ]
   ]
  },
  {
   "type": "p",
   "html": "Every row that detects anything detects it late. The dock is the only moment where detection prevents loss rather than documenting it."
  },
  {
   "type": "h2",
   "text": "Delegation depth as the primitive"
  },
  {
   "type": "p",
   "html": "The concept that fits this exactly already exists in capability security: an authority that can be passed on, a bounded number of times, with narrowing scope."
  },
  {
   "type": "p",
   "html": "Applied to a tender:"
  },
  {
   "type": "code",
   "text": "tender:\n  from:   [shipper or originating broker]\n  to:     [carrier or broker]\n  load:   [load id, commodity, origin, destination, rate]\n  depth:  1        # may be re-tendered once, under these terms\n  terms:  co_broker_allowed = true\n          carrier_of_record_must_match_delivering = false\n  notAfter: [delivery window end]"
  },
  {
   "type": "p",
   "html": "A tender with <code>depth: 0</code> cannot be re-tendered at all — the second tender produces no valid authority, and the dock verification at pickup fails. A tender with <code>depth: 1</code> permits exactly the co-brokerage the contract allows, and a third hop fails."
  },
  {
   "type": "p",
   "html": "The contract clause becomes an enforceable constraint rather than a basis for a later claim."
  },
  {
   "type": "h2",
   "text": "What the shipper sees"
  },
  {
   "type": "p",
   "html": "At the dock, the driver's assertion verifies back through the chain: this driver, under this carrier's delegation, under this broker's tender, originating from this shipper. The chain is visible and each link is signed."
  },
  {
   "type": "p",
   "html": "If the load was re-tendered within permitted depth, the chain shows it, which is exactly what a shipper wants to know and currently does not. Legitimate co-brokerage becomes visible rather than invisible, and that transparency is worth as much as the fraud prevention."
  },
  {
   "type": "h2",
   "text": "Model contract language"
  },
  {
   "type": "p",
   "html": "The technical control needs a contractual counterpart. Something close to this, adapted by counsel:"
  },
  {
   "type": "blockquote",
   "text": "Carrier shall not tender the Shipment to any third party except as expressly permitted by the delegation depth specified in the electronic tender. Any movement of the Shipment under an authority chain exceeding the specified depth shall constitute a material breach, and Carrier shall remain liable as if it had performed the transportation itself."
  },
  {
   "type": "p",
   "html": "The clause references the technical constraint rather than restating a prohibition in prose, which is what makes it enforceable against a record rather than against a recollection."
  },
  {
   "type": "h2",
   "text": "Honest limits"
  },
  {
   "type": "p",
   "html": "There is no authoritative public figure for double-brokering prevalence; industry estimates vary widely and none of them is a measurement. This article does not use one."
  },
  {
   "type": "p",
   "html": "The chain also does not prevent a carrier with a valid depth-one delegation from behaving badly with it — accepting the load, moving it, and not paying a subcontracted driver. It addresses authority, not solvency."
  },
  {
   "type": "h2",
   "text": "Who is exposed when it goes wrong"
  },
  {
   "type": "table",
   "caption": "Three parties, three exposures",
   "head": [
    "Party",
    "Exposure"
   ],
   "rows": [
    [
     "Shipper",
     "Cargo insurance may not respond; the vetted carrier did not haul"
    ],
    [
     "Contracted carrier",
     "Liability for a carrier they may not have authorised"
    ],
    [
     "<strong style=\"font-weight:600\">Actual hauler</strong>",
     "<strong style=\"font-weight:600\">Unpaid, and sometimes unaware of the chain</strong>"
    ]
   ]
  },
  {
   "type": "h2",
   "text": "Objections and honest limits"
  },
  {
   "type": "p",
   "html": "<strong style=\"font-weight:600\">“Co-brokerage is legitimate and common.”</strong> It is, which is exactly why a blanket prohibition does not work. The answer is to make the authority explicit rather than to ban the practice."
  },
  {
   "type": "p",
   "html": "<strong style=\"font-weight:600\">“Load boards could police this.”</strong> They can surface signals and they do not hold the authority. The shipper's consent to a re-tender is the fact, and only the shipper can sign it."
  }
 ],
 "faq": [
  {
   "q": "Does this ban co-brokerage?",
   "a": "No. It makes permitted co-brokerage explicit and visible, and makes unauthorised re-tender fail at the dock instead of surfacing as a claim."
  },
  {
   "q": "What if a broker needs to re-tender urgently outside the permitted depth?",
   "a": "They request a fresh tender at the required depth, which takes seconds. The point is that it becomes a decision someone makes rather than something that happens silently."
  },
  {
   "q": "Does the shipper need to run anything?",
   "a": "Verification at the dock, which is a signature check against a published key. No integration with the broker's systems."
  },
  {
   "q": "How does this interact with broker bonds?",
   "a": "A verified chain gives a surety a factual record of who held authority, which shortens claim investigations considerably. That is a secondary benefit worth raising with your bond provider."
  },
  {
   "q": "Should re-tendering be banned?",
   "a": "No. Co-brokerage is legitimate and common. The problem is that authority is unrecorded, not that the practice exists."
  },
  {
   "q": "Who is hurt most?",
   "a": "Frequently the actual hauler, who is unpaid and may not know they are at the end of an unauthorised chain."
  },
  {
   "q": "Can load boards solve it?",
   "a": "They can surface signals. Only the shipper holds the authority to consent, so only the shipper can sign it."
  }
 ],
 "sources": [
  {
   "t": "FMCSA registration and rulemaking",
   "u": "https://www.fmcsa.dot.gov/registration"
  },
  {
   "t": "CargoNet / FMCSA freight fraud resources",
   "u": "https://www.fmcsa.dot.gov/protect-your-move/fraud"
  },
  {
   "t": "FBI IC3 2025 Internet Crime Report",
   "u": "https://www.ic3.gov/AnnualReport/Reports/2025_IC3Report.pdf"
  },
  {
   "t": "FCC — protecting consumers from SIM swap and port-out fraud",
   "u": "https://www.fcc.gov/sim-swap-port-out-fraud"
  }
 ],
 "related": [
  {
   "slug": "freight-identity-lifecycle",
   "title": "Proofed once at registration, stolen at the dock",
   "category": "Vertical"
  },
  {
   "slug": "dock-release-gate",
   "title": "Fictitious pickup: designing a dock release gate",
   "category": "Vertical"
  },
  {
   "slug": "delegation-depth-policy",
   "title": "Agent-to-agent delegation depth",
   "category": "Developer"
  }
 ],
 "image": "https://cdn.twc.sh/images/igcache/Retender%20Authority%20Chain/1200_630/blog.jpg",
 "wordcount": 1015,
 "url": "/blog/retender-authority-chain.html",
 "reading_time": "5 min read",
 "meta_description": "A load tendered to carrier A moves on carrier B's truck. Sometimes that is co-brokerage; sometimes it leaves the shipper uninsured.",
 "hub": {
  "slug": "topics/freight-identity",
  "title": "Freight, cargo and customs identity"
 },
 "answer": "By signing it. A load tendered to carrier A moving on carrier B's truck is sometimes legitimate co-brokerage and sometimes double brokering that leaves the shipper uninsured and the hauler unpaid. The difference is authority, and nothing in the current flow records it.",
 "answer_q": "How do you make a re-tender traceable?",
 "glossary": [
  {
   "term": "Double brokering",
   "def": "Re-tendering a load without authority, breaking the insurance and payment chain."
  },
  {
   "term": "Co-brokerage",
   "def": "Authorised re-tendering between brokers or carriers — legitimate, and indistinguishable from the above without a record."
  },
  {
   "term": "Chain of custody",
   "def": "The recorded sequence of parties responsible for the freight."
  }
 ],
 "checklist": {
  "title": "Making re-tender explicit",
  "id": "retender",
  "desc": "Four steps.",
  "steps": [
   {
    "name": "Record the shipper's position at tender.",
    "text": "Re-tender permitted, prohibited, or permitted with consent."
   },
   {
    "name": "Require a signed consent when it happens.",
    "text": "From the shipper, naming the downstream carrier."
   },
   {
    "name": "Carry the chain to the dock.",
    "text": "So the gate can verify who is authorised to collect."
   },
   {
    "name": "Make an unsigned re-tender visible, not silent.",
    "text": "Detection is the minimum; refusal is better."
   }
  ]
 },
 "cta": {
  "title": "Where this fits in Manav",
  "html": "Manav binds the authorising person to the exact release, tender or instruction, and produces a receipt a shipper, a terminal or a broker can verify at the gate without a phone call.",
  "href": "../docs.html",
  "label": "See release receipts"
 }
}