{
 "slug": "verifiable-customs-poa",
 "topic_id": "TOPIC-148",
 "cluster": "Freight, Cargo, Ports & Customs Identity",
 "tier": "Tier B",
 "title": "The customs power of attorney: filing in an importer's name without an importer's signature",
 "summary": "A customs broker files entries in an importer's name on the strength of a power of attorney signed years ago, sometimes by someone who has left the company. The importer bears every duty, penalty and bond consequence.",
 "lede": "Somewhere in a filing cabinet is a document, signed in 2019 by a controller who left in 2022, authorising a broker to act as your company's agent before customs. Every entry filed since has relied on it. Nobody has looked at it.",
 "date": "2024-02-07",
 "category": "Vertical",
 "author_id": "whit-calloway",
 "tags": [
  "customs power of attorney",
  "importer of record",
  "trade compliance",
  "customs broker",
  "19 CFR 141",
  "duty liability"
 ],
 "image_title": "Verifiable Customs POA",
 "schema": "Article",
 "key_takeaways": [
  "A customs POA is a paper instrument with indefinite validity and no revocation propagation. Filing systems authenticate the broker, not the importer's authorising officer.",
  "Tariff exposure has made each entry a materially larger financial act than when most POAs were executed.",
  "A scoped, expiring delegation gives the importer ceilings, port and product scope, and revocation measured in seconds rather than in letters."
 ],
 "body": [
  {
   "type": "h2",
   "text": "I signed one of these and did not think about it"
  },
  {
   "type": "diagram",
   "kind": "flow",
   "alt": "Liability sits with the importer; the authority sits in a filing cabinet",
   "caption": "The party who bears the consequence cannot see the artefact that authorised it.",
   "nodes": [
    {
     "label": "POA signed at onboarding",
     "note": "paper or PDF"
    },
    {
     "label": "Held in the broker's files",
     "note": "unseen by anyone else",
     "bad": true
    },
    {
     "label": "Entries filed in the importer's name",
     "note": "for years",
     "bad": true
    },
    {
     "label": "Importer liable for the declaration",
     "note": "penalties, duties",
     "bad": true
    }
   ]
  },
  {
   "type": "p",
   "html": "When I ran operations at a mid-size importer, signing the broker's power of attorney was a five-minute task in week one. It was a standard form, our broker was competent, and the alternative was that nothing cleared."
  },
  {
   "type": "p",
   "html": "What I did not think about, and nobody explained, was that I had signed an open-ended grant. No dollar ceiling. No product scope. No expiry. No mechanism by which my successor would learn it existed. And that every entry filed under it made my company the importer of record, liable for the duty, the penalty and the bond."
  },
  {
   "type": "p",
   "html": "When tariffs were low that was a manageable abstraction. It is not an abstraction now."
  },
  {
   "type": "h2",
   "text": "What the instrument actually is"
  },
  {
   "type": "p",
   "html": "Under 19 CFR Part 141 Subpart C, a customs power of attorney authorises an agent to transact customs business on behalf of a principal. A corporate POA may be granted by an officer with authority to bind the corporation. It remains in force until revoked."
  },
  {
   "type": "p",
   "html": "That last property is the one that matters. Revocation requires notifying the broker and, in practice, the ports. There is no registry a third party can consult, and no expiry that forces a periodic review."
  },
  {
   "type": "h2",
   "text": "The three exposures a CFO should know about"
  },
  {
   "type": "table",
   "head": [
    "Exposure",
    "Mechanism",
    "Who bears it"
   ],
   "rows": [
    [
     "Duty on misclassified entries",
     "Entry filed under the POA binds the importer of record",
     "The importer, not the broker"
    ],
    [
     "Penalties under 19 USC 1592",
     "Negligence or gross negligence in entry declarations",
     "The importer, with the broker's conduct imputed in some circumstances"
    ],
    [
     "Bond claims",
     "Customs bond responds; surety seeks indemnity",
     "The importer, then its principals"
    ]
   ]
  },
  {
   "type": "p",
   "html": "None of these requires the broker to have done anything improper. Ordinary error under a POA with no scope limit produces the same liability as misconduct."
  },
  {
   "type": "h2",
   "text": "The revocation problem, concretely"
  },
  {
   "type": "p",
   "html": "Ask your trade compliance team two questions. First, how many active customs POAs does the company have outstanding? Second, how many were signed by someone still employed here?"
  },
  {
   "type": "p",
   "html": "In most companies the first number is larger than expected — POAs accumulate through acquisitions, new brokers for new lanes, and freight forwarders who required one for a single shipment. The second number is frequently zero for the older half of the list."
  },
  {
   "type": "h2",
   "text": "The verifiable POA"
  },
  {
   "type": "p",
   "html": "Express the grant as a signed delegation with the properties a paper POA lacks:"
  },
  {
   "type": "code",
   "text": "delegation:\n  principal: [importer, EIN]\n  issuer:    [named officer with authority to bind, credential]\n  agent:     [broker, filer code]\n  scope:     ports = [list | any]\n             product_classes = [HTS chapters | any]\n  limits:    max_entry_value = [amount]\n             max_annual_value = [amount]\n  notAfter:  [12 months]\n  revocable: immediate"
  },
  {
   "type": "p",
   "html": "The ceilings are the part a CFO will care about. An open-ended POA means a single misfiled entry can carry liability disproportionate to any shipment you intended to make; a ceiling bounds it."
  },
  {
   "type": "h2",
   "text": "An honest constraint"
  },
  {
   "type": "p",
   "html": "Customs filing systems do not accept external authorisation artefacts, and this design does not pretend otherwise. The delegation is a party-to-party control between importer and broker, with the surety as an interested third party. It does not change what is filed or how."
  },
  {
   "type": "p",
   "html": "That limits the ambition and does not eliminate the value: the broker knows the scope, the importer can revoke without a letter campaign, and the surety has a record of authority when a claim arrives."
  },
  {
   "type": "h2",
   "text": "What to do this quarter"
  },
  {
   "type": "ol",
   "items": [
    "Inventory every active customs POA, with signature date and signatory employment status.",
    "Revoke the ones supporting no current activity. This alone reduces exposure and costs nothing.",
    "For the remainder, agree scope and ceilings with the broker at renewal.",
    "Set an annual expiry so the review becomes automatic rather than heroic."
   ]
  },
  {
   "type": "h2",
   "text": "Why this matters more than it looks"
  },
  {
   "type": "table",
   "caption": "What a POA in a broker's file cannot answer",
   "head": [
    "Question",
    "Answerable?"
   ],
   "rows": [
    [
     "Did the importer grant this authority?",
     "Only by asking the broker"
    ],
    [
     "Is it still in force?",
     "POAs rarely expire and are rarely revoked in writing"
    ],
    [
     "What is its scope?",
     "Usually unlimited by default"
    ],
    [
     "Who signed for the importer, and could they?",
     "Frequently unverified at onboarding"
    ]
   ]
  },
  {
   "type": "h2",
   "text": "Objections and honest limits"
  },
  {
   "type": "p",
   "html": "<strong style=\"font-weight:600\">“Brokers are licensed and regulated.”</strong> They are, which addresses conduct rather than verifiability. A licensed broker holding an unverifiable POA is still holding an unverifiable POA."
  },
  {
   "type": "p",
   "html": "<strong style=\"font-weight:600\">“Importers would not want the friction.”</strong> Signing once at onboarding, with an expiry and a scope, is less friction than discovering years of entries were filed under an authority nobody can produce."
  }
 ],
 "faq": [
  {
   "q": "Does CBP accept a cryptographic POA?",
   "a": "No. The regulatory instrument is unchanged. This is a control between the importer and the broker, and the article is explicit about that boundary."
  },
  {
   "q": "Will brokers accept scope limits?",
   "a": "Most will, because an out-of-scope filing is a liability for them as well. Expect friction on ceilings set too low to accommodate normal volume, which is a calibration issue rather than an objection."
  },
  {
   "q": "What about freight forwarders who require a POA for one shipment?",
   "a": "Those are the clearest candidates for a short expiry. A POA for a single shipment should not outlive the shipment by three years."
  },
  {
   "q": "Does this help with penalty exposure?",
   "a": "It bounds the value at risk and evidences the scope of authority granted. It does not alter the statutory liability of the importer of record."
  },
  {
   "q": "Who bears the risk of an unverifiable POA?",
   "a": "The importer of record, who is liable for the declaration but cannot see or test the authority behind it."
  },
  {
   "q": "Why do POAs rarely expire?",
   "a": "Because the default form is perpetual and unlimited. That is convenient at onboarding and the wrong default afterwards."
  },
  {
   "q": "What should change?",
   "a": "A scoped, expiring authority signed by the importer, presentable alongside the filing and revocable in a checkable way."
  }
 ],
 "sources": [
  {
   "t": "19 CFR Part 141 Subpart C — powers of attorney."
  },
  {
   "t": "19 USC 1592 — penalties for fraud, gross negligence and negligence."
  },
  {
   "t": "U.S. Customs and Border Protection — broker power of attorney guidance",
   "u": "https://www.cbp.gov/trade/programs-administration/customs-brokers"
  }
 ],
 "related": [
  {
   "slug": "bound-container-release",
   "title": "Container release PINs are passwords",
   "category": "Vertical"
  },
  {
   "slug": "warrant-as-delegation",
   "title": "Procurement award authority",
   "category": "Compliance"
  },
  {
   "slug": "freight-identity-lifecycle",
   "title": "Proofed once at registration, stolen at the dock",
   "category": "Vertical"
  }
 ],
 "image": "https://cdn.twc.sh/images/igcache/Verifiable%20Customs%20POA/1500_900/blog.jpg",
 "wordcount": 946,
 "url": "/blog/verifiable-customs-poa.html",
 "reading_time": "4 min read",
 "seo_title": "The customs power of attorney nobody can verify",
 "meta_description": "A customs broker files entries in an importer's name on the strength of a power of attorney signed years ago, sometimes by someone who has left the company.",
 "hub": {
  "slug": "topics/freight-identity",
  "title": "Freight, cargo and customs identity"
 },
 "answer": "Not in a form anyone can test. A broker files entries in an importer's name on the strength of a power of attorney held in the broker's own files. The importer is liable for the declaration; the authority behind it is a PDF nobody outside the broker has seen.",
 "answer_q": "Can a customs broker prove the importer authorised the filing?",
 "glossary": [
  {
   "term": "Customs power of attorney",
   "def": "The instrument permitting a broker to act for an importer in filings with the customs authority."
  },
  {
   "term": "Entry",
   "def": "A customs filing declaring imported goods, for which the importer of record bears liability."
  },
  {
   "term": "Importer of record",
   "def": "The party legally responsible for the declaration, duties and penalties."
  }
 ],
 "checklist": {
  "title": "Making customs authority verifiable",
  "id": "poa",
  "desc": "Four steps.",
  "steps": [
   {
    "name": "Sign the POA with the importer's credential.",
    "text": "At onboarding, once."
   },
   {
    "name": "Give it a scope and an expiry.",
    "text": "Unlimited and perpetual is the current default and the wrong one."
   },
   {
    "name": "Make it presentable to the authority.",
    "text": "So the filing and its authority travel together."
   },
   {
    "name": "Support revocation that is checkable.",
    "text": "Ending a broker relationship should end the authority visibly."
   }
  ]
 },
 "cta": {
  "title": "Where this fits in Manav",
  "html": "Manav binds the authorising party to the exact instruction, endorsement or adjustment, and produces a receipt a counterparty can verify without a phone call.",
  "href": "../docs.html",
  "label": "See instruction receipts"
 }
}