<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Jett Fu</title>
    <description>The latest articles on DEV Community by Jett Fu (@jettfu).</description>
    <link>https://dev.to/jettfu</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3850812%2Fd10e66de-00d6-49b3-9d83-bf456cf409b6.png</url>
      <title>DEV Community: Jett Fu</title>
      <link>https://dev.to/jettfu</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/jettfu"/>
    <language>en</language>
    <item>
      <title>How to Form a US LLC as a Non-Resident (2026 Complete Guide)</title>
      <dc:creator>Jett Fu</dc:creator>
      <pubDate>Fri, 10 Apr 2026 01:30:32 +0000</pubDate>
      <link>https://dev.to/jettfu/how-to-form-a-us-llc-as-a-non-resident-2026-complete-guide-1ka2</link>
      <guid>https://dev.to/jettfu/how-to-form-a-us-llc-as-a-non-resident-2026-complete-guide-1ka2</guid>
      <description>&lt;p&gt;Every year, thousands of founders outside the US form an LLC. Pass-through taxation, limited liability, Stripe and PayPal compatibility, a real US bank account. If you're running a business from Lisbon or Bangkok, a US LLC unlocks infrastructure that most other entity types can't touch.&lt;/p&gt;

&lt;p&gt;And the formation part is genuinely easy now. Pick a state, file articles of organization, get an EIN, open a bank account. &lt;a href="https://stripe.com/atlas" rel="noopener noreferrer"&gt;Stripe Atlas&lt;/a&gt;, Firstbase, and Doola have turned the whole thing into a guided checkout flow.&lt;/p&gt;

&lt;p&gt;&lt;em&gt;I formed my first US entity from China in 2007, before any of these services existed. I faxed Form SS-4 to the IRS, waited weeks for an EIN, and found a registered agent through a lawyer referral. Today the mechanics are dramatically easier. But the gap between creating an entity and understanding what that entity requires of you hasn't changed at all.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Here's the problem: formation is maybe 20% of the work. The entity itself is real. The structure around it — tax position, compliance obligations, documentation across jurisdictions — often doesn't exist. That gap is where structural risk starts piling up.&lt;/p&gt;

&lt;p&gt;This guide walks through each step, what each step actually establishes, and the 80% that formation doesn't address.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why a US LLC: the structural case
&lt;/h2&gt;

&lt;p&gt;A single-member LLC is a &lt;a href="https://www.irs.gov/businesses/small-businesses-self-employed/single-member-limited-liability-companies" rel="noopener noreferrer"&gt;disregarded entity&lt;/a&gt; for US federal tax purposes. The entity doesn't pay income tax. Income passes through to the owner and gets taxed at the owner's personal rate, wherever they're &lt;a href="https://dev.to/blog/tax-residency-is-not-where-you-think"&gt;tax resident&lt;/a&gt;. For non-resident aliens with no US-source income, this can mean zero US federal income tax on the LLC's earnings.&lt;/p&gt;

&lt;p&gt;That's the headline. But three other things matter just as much:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Limited liability.&lt;/strong&gt; The LLC draws a legal line between your personal assets and the entity's obligations. How strong that line is depends on how you operate the entity after formation, not on the filing itself.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Banking and payment processor access.&lt;/strong&gt; &lt;a href="https://stripe.com" rel="noopener noreferrer"&gt;Stripe&lt;/a&gt;, PayPal, and most US processors require a US entity. An LLC with an EIN gets you into &lt;a href="https://mercury.com" rel="noopener noreferrer"&gt;Mercury&lt;/a&gt;, &lt;a href="https://relayfi.com" rel="noopener noreferrer"&gt;Relay&lt;/a&gt;, &lt;a href="https://wise.com/business/" rel="noopener noreferrer"&gt;Wise Business&lt;/a&gt;, and other neobanks that accept non-resident founders. See &lt;a href="https://dev.to/blog/mercury-vs-wise-vs-relay-best-bank-2026"&gt;Mercury vs Wise vs Relay&lt;/a&gt; for a full comparison. For many founders, banking access is the real reason they form the LLC.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Comparison with alternatives:&lt;/strong&gt;&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Entity Type&lt;/th&gt;
&lt;th&gt;Tax Treatment&lt;/th&gt;
&lt;th&gt;Liability Protection&lt;/th&gt;
&lt;th&gt;US Banking Access&lt;/th&gt;
&lt;th&gt;Formation Complexity&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;US LLC (single-member)&lt;/td&gt;
&lt;td&gt;Pass-through to owner&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;td&gt;Full access&lt;/td&gt;
&lt;td&gt;Low&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;US C-Corp&lt;/td&gt;
&lt;td&gt;Corporate tax + dividend tax&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;td&gt;Full access&lt;/td&gt;
&lt;td&gt;Moderate&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Home country entity&lt;/td&gt;
&lt;td&gt;Varies by jurisdiction&lt;/td&gt;
&lt;td&gt;Varies&lt;/td&gt;
&lt;td&gt;Limited for US services&lt;/td&gt;
&lt;td&gt;Varies&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Estonian OU&lt;/td&gt;
&lt;td&gt;Corporate tax on distribution&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;td&gt;EU banking, limited US&lt;/td&gt;
&lt;td&gt;Low-moderate&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;A C-Corp pays its own income tax, then you pay again when profits are distributed. Unless you're raising venture capital, that double taxation usually makes no sense for a solo founder.&lt;/p&gt;

&lt;p&gt;A home country entity works fine if you operate primarily in your own jurisdiction. But if you need US banking, US payment processors, or serve US-based clients, a foreign entity often can't get you there.&lt;/p&gt;

&lt;p&gt;One thing worth being direct about: the US LLC is not inherently better. It fits a specific situation — cross-border operations that depend on US financial infrastructure. If that's not your situation, you may not need one.&lt;/p&gt;

&lt;h2&gt;
  
  
  Step by step: state selection
&lt;/h2&gt;

&lt;p&gt;US LLCs are formed at the state level. For non-residents, three states dominate: Delaware, Wyoming, and New Mexico.&lt;/p&gt;

&lt;h3&gt;
  
  
  State comparison
&lt;/h3&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Factor&lt;/th&gt;
&lt;th&gt;&lt;a href="https://corp.delaware.gov" rel="noopener noreferrer"&gt;Delaware&lt;/a&gt;&lt;/th&gt;
&lt;th&gt;&lt;a href="https://sos.wyo.gov" rel="noopener noreferrer"&gt;Wyoming&lt;/a&gt;&lt;/th&gt;
&lt;th&gt;New Mexico&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Formation fee&lt;/td&gt;
&lt;td&gt;$90&lt;/td&gt;
&lt;td&gt;$100&lt;/td&gt;
&lt;td&gt;$50&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Annual fee / franchise tax&lt;/td&gt;
&lt;td&gt;$300/year&lt;/td&gt;
&lt;td&gt;$60/year&lt;/td&gt;
&lt;td&gt;$0&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Privacy (member names public?)&lt;/td&gt;
&lt;td&gt;No&lt;/td&gt;
&lt;td&gt;No&lt;/td&gt;
&lt;td&gt;No&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;State income tax on LLC&lt;/td&gt;
&lt;td&gt;None for non-residents&lt;/td&gt;
&lt;td&gt;None&lt;/td&gt;
&lt;td&gt;None for non-residents&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Court system&lt;/td&gt;
&lt;td&gt;Chancery Court (specialized)&lt;/td&gt;
&lt;td&gt;Standard&lt;/td&gt;
&lt;td&gt;Standard&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Registered agent required&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Typical use case&lt;/td&gt;
&lt;td&gt;Venture-backed, investor-expected&lt;/td&gt;
&lt;td&gt;Solo founders, cost-conscious&lt;/td&gt;
&lt;td&gt;Lowest cost formation&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;&lt;strong&gt;Delaware&lt;/strong&gt; is the default everyone talks about. Its Chancery Court specializes in business disputes, and its corporate law is the most developed in the US. For C-Corps raising venture capital, Delaware is the standard. For single-member LLCs operated by non-residents, the main advantage is familiarity: formation services default to it, banks never blink. The downside is cost — $300/year in franchise tax, the highest of the three.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Wyoming&lt;/strong&gt; is the sweet spot for most solo founders. No state income tax, $60/year annual report, strong asset protection. If you don't anticipate investor scrutiny, Wyoming gives you the same legal protection as Delaware at a fraction of the ongoing cost.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;New Mexico&lt;/strong&gt; is the cheapest option — zero annual fees, zero franchise tax. The trade-off: some neobanks process New Mexico LLCs more slowly or request extra documentation. The legal protection is identical. The practical friction during banking setup may not be.&lt;/p&gt;

&lt;p&gt;For a solo non-resident LLC, the state of formation barely affects legal protection or tax treatment. The real differences are cost and how smoothly the next steps (especially banking) go. None of these states tax LLC income earned by non-residents from out-of-state sources.&lt;/p&gt;

&lt;h2&gt;
  
  
  Registered agent: what it is and why you need one
&lt;/h2&gt;

&lt;p&gt;Every US LLC needs a &lt;a href="https://dev.to/blog/do-you-need-registered-agent-non-resident-llc"&gt;registered agent&lt;/a&gt; in its state of formation — a person or entity with a physical address in that state, authorized to receive legal documents on behalf of the LLC.&lt;/p&gt;

&lt;p&gt;If you let the registered agent lapse, the state can dissolve your entity. For non-residents with no US presence, a commercial registered agent is the only practical option.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What a registered agent does:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Receives service of process (lawsuits, legal notices)&lt;/li&gt;
&lt;li&gt;Receives official state correspondence (annual report notices, tax notices)&lt;/li&gt;
&lt;li&gt;Forwards everything to your mailing address&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;What a registered agent does not do:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;File taxes or annual reports&lt;/li&gt;
&lt;li&gt;Keep your LLC in compliance&lt;/li&gt;
&lt;li&gt;Give legal or tax advice&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;You'll likely also need a US mailing address for banking and IRS correspondence. That's a separate service. See the &lt;a href="https://dev.to/blog/anytime-mailbox-vs-ipostal1-vs-traveling-mailbox-virtual-mailbox-comparison-2026"&gt;virtual mailbox comparison&lt;/a&gt; for options.&lt;/p&gt;

&lt;p&gt;Commercial registered agents run $50-$300/year. Northwest, Incfile, and ZenBusiness offer standalone service. Stripe Atlas, Firstbase, and Doola bundle a registered agent into their formation packages, though sometimes only for the first year.&lt;/p&gt;

&lt;p&gt;Watch the renewal. A lapsed registered agent can cascade fast: loss of good standing, banking problems, payment processor shutdowns, inability to file required documents. This is a recurring obligation, not a one-time checkbox.&lt;/p&gt;

&lt;h2&gt;
  
  
  EIN application: the process for non-residents
&lt;/h2&gt;

&lt;p&gt;An &lt;a href="https://www.irs.gov/businesses/small-businesses-self-employed/apply-for-an-employer-identification-number-ein-online" rel="noopener noreferrer"&gt;EIN&lt;/a&gt; (Employer Identification Number) is the entity's tax ID, issued by the &lt;a href="https://www.irs.gov" rel="noopener noreferrer"&gt;IRS&lt;/a&gt;. You need it for bank accounts, tax returns, and payment processors. US residents can get one online in minutes. Non-residents cannot.&lt;/p&gt;

&lt;p&gt;If you don't have an SSN or ITIN, the IRS online application won't work. Your options:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Fax&lt;/strong&gt;: Complete &lt;a href="https://www.irs.gov/forms-pubs/about-form-ss-4" rel="noopener noreferrer"&gt;Form SS-4&lt;/a&gt;, fax it to the IRS. Expect 4-6 weeks, sometimes longer.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Phone&lt;/strong&gt;: Call the IRS Business &amp;amp; Specialty Tax Line with Form SS-4 information ready. You get the EIN on the call. Fastest method, but you're dealing with IRS hold times during Eastern Time business hours.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Third-party services&lt;/strong&gt;: Formation services and registered agents often handle this as part of their package. Some use the phone method and deliver within days. Others fax and take weeks.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;strong&gt;Common problems:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Responsible party identification.&lt;/strong&gt; Form SS-4 requires a "responsible party" — the person who controls the entity. For a single-member LLC, that's you. The IRS wants a foreign address if the responsible party isn't in the US.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;ITIN confusion.&lt;/strong&gt; You do not need an ITIN to get an EIN. The EIN is for the entity; the ITIN is for you personally. Some formation services mix these up, creating delays that don't need to exist.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Fax failures.&lt;/strong&gt; The IRS fax system loses faxes. There's no confirmation of receipt. Following up means calling the IRS, which means more hold times.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Name matching.&lt;/strong&gt; The name on Form SS-4 must exactly match the entity name on the state filing. Even minor punctuation differences can cause rejection.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Without an EIN, the LLC can't open a bank account, accept payments through US processors, or file taxes. For most non-residents, this is the biggest bottleneck in the entire formation process.&lt;/p&gt;

&lt;h2&gt;
  
  
  Banking as a non-resident: opening the account
&lt;/h2&gt;

&lt;p&gt;LLC formed, EIN in hand. Now you need a bank account. For non-residents, that means neobanks with remote account opening.&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Factor&lt;/th&gt;
&lt;th&gt;Mercury&lt;/th&gt;
&lt;th&gt;Relay&lt;/th&gt;
&lt;th&gt;Wise Business&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Entity requirement&lt;/td&gt;
&lt;td&gt;US LLC or Corp&lt;/td&gt;
&lt;td&gt;US LLC or Corp&lt;/td&gt;
&lt;td&gt;Varies (multi-entity)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;In-person required&lt;/td&gt;
&lt;td&gt;No&lt;/td&gt;
&lt;td&gt;No&lt;/td&gt;
&lt;td&gt;No&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Currencies&lt;/td&gt;
&lt;td&gt;USD&lt;/td&gt;
&lt;td&gt;USD&lt;/td&gt;
&lt;td&gt;Multi-currency (50+)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;FDIC insured&lt;/td&gt;
&lt;td&gt;Yes (via partner banks)&lt;/td&gt;
&lt;td&gt;Yes (via partner banks)&lt;/td&gt;
&lt;td&gt;Not FDIC; safeguarded funds&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;International transfers&lt;/td&gt;
&lt;td&gt;Via wire transfer&lt;/td&gt;
&lt;td&gt;Via wire transfer&lt;/td&gt;
&lt;td&gt;Native multi-currency&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Integrations&lt;/td&gt;
&lt;td&gt;Extensive (QuickBooks, etc.)&lt;/td&gt;
&lt;td&gt;Good (QuickBooks, Xero)&lt;/td&gt;
&lt;td&gt;Limited&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Interest on deposits&lt;/td&gt;
&lt;td&gt;Yes (Treasury)&lt;/td&gt;
&lt;td&gt;No&lt;/td&gt;
&lt;td&gt;Yes (some currencies)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Typical approval time&lt;/td&gt;
&lt;td&gt;1-5 business days&lt;/td&gt;
&lt;td&gt;1-5 business days&lt;/td&gt;
&lt;td&gt;1-3 business days&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;&lt;strong&gt;Mercury&lt;/strong&gt; is where most non-resident LLC founders end up. Application is online: Articles of Organization, EIN confirmation letter, government ID, business description. Be aware that Mercury has been tightening its review process. Non-resident applications for newly formed entities with no revenue history increasingly get flagged for additional documentation.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Relay&lt;/strong&gt; has a comparable process but fewer non-resident founders use it. Its profit-first banking categories and team management features are more relevant if you have employees or contractors.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Wise Business&lt;/strong&gt; is different entirely. Wise isn't a bank — it's an electronic money institution. No FDIC insurance, but native multi-currency support across 50+ currencies. You get local bank details in multiple countries, which makes receiving international payments simpler. For founders who move money across borders constantly, Wise often makes more sense than a USD-only account.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What triggers extra banking scrutiny:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Brand-new entity with no operating history&lt;/li&gt;
&lt;li&gt;Beneficial owner in certain jurisdictions&lt;/li&gt;
&lt;li&gt;Transaction patterns that don't match the declared business purpose&lt;/li&gt;
&lt;li&gt;Heavy international transfers relative to domestic activity&lt;/li&gt;
&lt;li&gt;Mismatches between the application and publicly available information&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Approval is not guaranteed. KYC and AML checks evaluate the entity, the beneficial owner, and the business purpose. Rejection happens. Having clear documentation of what the business does and how it generates revenue helps, but doesn't eliminate the risk.&lt;/p&gt;

&lt;p&gt;See &lt;a href="https://dev.to/blog/business-account-frozen-structural-diagnostic"&gt;Business Account Freeze Diagnostic&lt;/a&gt; for what happens when banking goes wrong.&lt;/p&gt;

&lt;h2&gt;
  
  
  What formation services cover vs what they don't
&lt;/h2&gt;

&lt;p&gt;Formation services have turned LLC creation into a product. Here's what each one actually includes:&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Feature&lt;/th&gt;
&lt;th&gt;Stripe Atlas&lt;/th&gt;
&lt;th&gt;Firstbase&lt;/th&gt;
&lt;th&gt;Doola&lt;/th&gt;
&lt;th&gt;DIY&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Entity type&lt;/td&gt;
&lt;td&gt;C-Corp (default)&lt;/td&gt;
&lt;td&gt;LLC or C-Corp&lt;/td&gt;
&lt;td&gt;LLC or C-Corp&lt;/td&gt;
&lt;td&gt;Any&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;State&lt;/td&gt;
&lt;td&gt;Delaware&lt;/td&gt;
&lt;td&gt;Delaware or Wyoming&lt;/td&gt;
&lt;td&gt;Wyoming or Delaware&lt;/td&gt;
&lt;td&gt;Any&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Articles of Organization/Incorporation&lt;/td&gt;
&lt;td&gt;Included&lt;/td&gt;
&lt;td&gt;Included&lt;/td&gt;
&lt;td&gt;Included&lt;/td&gt;
&lt;td&gt;You file&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;EIN&lt;/td&gt;
&lt;td&gt;Included&lt;/td&gt;
&lt;td&gt;Included&lt;/td&gt;
&lt;td&gt;Included&lt;/td&gt;
&lt;td&gt;You apply&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Registered agent&lt;/td&gt;
&lt;td&gt;Included (1 year)&lt;/td&gt;
&lt;td&gt;Included&lt;/td&gt;
&lt;td&gt;Included&lt;/td&gt;
&lt;td&gt;You arrange&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Operating agreement&lt;/td&gt;
&lt;td&gt;Template&lt;/td&gt;
&lt;td&gt;Template&lt;/td&gt;
&lt;td&gt;Template&lt;/td&gt;
&lt;td&gt;You draft&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Bank account&lt;/td&gt;
&lt;td&gt;Mercury/SVB&lt;/td&gt;
&lt;td&gt;Partner banks&lt;/td&gt;
&lt;td&gt;Partner banks&lt;/td&gt;
&lt;td&gt;You apply&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;83(b) election (C-Corp)&lt;/td&gt;
&lt;td&gt;Template&lt;/td&gt;
&lt;td&gt;N/A&lt;/td&gt;
&lt;td&gt;N/A&lt;/td&gt;
&lt;td&gt;N/A&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Bookkeeping&lt;/td&gt;
&lt;td&gt;No&lt;/td&gt;
&lt;td&gt;No&lt;/td&gt;
&lt;td&gt;Add-on&lt;/td&gt;
&lt;td&gt;No&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Tax filing&lt;/td&gt;
&lt;td&gt;No&lt;/td&gt;
&lt;td&gt;No&lt;/td&gt;
&lt;td&gt;Add-on&lt;/td&gt;
&lt;td&gt;No&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Compliance calendar&lt;/td&gt;
&lt;td&gt;No&lt;/td&gt;
&lt;td&gt;No&lt;/td&gt;
&lt;td&gt;Partial&lt;/td&gt;
&lt;td&gt;No&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Cost&lt;/td&gt;
&lt;td&gt;$500&lt;/td&gt;
&lt;td&gt;$399-599&lt;/td&gt;
&lt;td&gt;$297-597&lt;/td&gt;
&lt;td&gt;$50-200&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;&lt;strong&gt;Stripe Atlas&lt;/strong&gt; defaults to a Delaware C-Corp, not an LLC. If you're a solo founder with no plans to raise venture capital, a C-Corp saddles you with corporate income tax the LLC avoids. Atlas now supports LLCs, but the default path and most documentation still assume C-Corp.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Firstbase&lt;/strong&gt; is more flexible on entity type and state, and the product is built specifically for non-US founders.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Doola&lt;/strong&gt; goes further than the others on ongoing compliance. Bookkeeping and tax filing add-ons are available, which matters if you don't have access to a US-based accountant.&lt;/p&gt;

&lt;p&gt;See &lt;a href="https://dev.to/blog/stripe-atlas-vs-firstbase-vs-diy-what-they-structure"&gt;Stripe Atlas vs Firstbase vs DIY&lt;/a&gt; for a deeper comparison.&lt;/p&gt;

&lt;p&gt;The common thread: all of these services create an entity. None of them create a structure. You get a name, a state registration, a tax ID, and a registered agent. How that entity interacts with your tax residency, what reporting obligations it triggers, what documentation you need to maintain the arrangement — none of that is in scope.&lt;/p&gt;

&lt;h2&gt;
  
  
  The 80% formation doesn't cover
&lt;/h2&gt;

&lt;p&gt;Formation handles roughly 20% of a cross-border founder's structural position. The rest exists independently of how the entity was created, and none of it shows up in any formation service's workflow.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Tax residency interaction.&lt;/strong&gt; LLC income passes through to you. Where you're tax resident determines where that income is taxed. If you're tax resident in Germany with a Wyoming LLC, Germany taxes that income. Formation does nothing to assess or document this relationship. See &lt;a href="https://dev.to/blog/digital-nomad-tax-residency-guide-2026"&gt;Digital Nomad Tax Residency Guide 2026&lt;/a&gt; for how tax residency actually works across jurisdictions.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;a href="https://dev.to/blog/fbar-for-digital-nomads-the-10k-threshold-trap"&gt;FBAR&lt;/a&gt; and FATCA reporting.&lt;/strong&gt; US persons (citizens, permanent residents) who own or control foreign accounts exceeding $10,000 aggregate balance at any point during the year must file an &lt;a href="https://www.irs.gov/businesses/small-businesses-self-employed/report-of-foreign-bank-and-financial-accounts-fbar" rel="noopener noreferrer"&gt;FBAR&lt;/a&gt; (&lt;a href="https://www.fincen.gov" rel="noopener noreferrer"&gt;FinCEN&lt;/a&gt; Form 114). Non-US persons who own a US LLC may have FATCA obligations depending on their country's agreement with the US. These obligations attach to the person, not the entity.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Permanent establishment risk.&lt;/strong&gt; If you operate a US LLC while living and working in another country, you may create a &lt;a href="https://www.oecd.org/tax/treaties/" rel="noopener noreferrer"&gt;permanent establishment&lt;/a&gt; for the LLC in that country. That can trigger corporate tax obligations on top of your personal income tax. The &lt;a href="https://dev.to/blog/permanent-establishment-risk-the-line-your-cpa-might-not-see"&gt;PE risk analysis&lt;/a&gt; explains how this works in practice. Whether PE applies depends on your activities, the US tax treaty with your country of residence, and local law.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Transfer pricing.&lt;/strong&gt; If you run multiple entities — say, a US LLC and a home country company — you need documentation supporting the pricing of transactions between them under &lt;a href="https://www.oecd.org/tax/transfer-pricing/" rel="noopener noreferrer"&gt;OECD guidelines&lt;/a&gt;. Without it, tax authorities on either side can reclassify income, and you end up double-taxed. See &lt;a href="https://dev.to/blog/transfer-pricing-one-person-company"&gt;Transfer Pricing for One-Person Companies&lt;/a&gt;. Formation services create individual entities. They don't document the relationship between them.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Compliance calendar.&lt;/strong&gt; Annual report filings, franchise tax payments (Delaware), registered agent renewals, &lt;a href="https://www.fincen.gov/boi" rel="noopener noreferrer"&gt;BOI reporting&lt;/a&gt;. The &lt;a href="https://dev.to/blog/cross-border-compliance-checklist-2026"&gt;cross-border compliance checklist&lt;/a&gt; maps every recurring obligation with deadlines. Miss them and you're looking at penalties, loss of good standing, banking freezes. Formation services may send reminders. They don't manage any of it.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Operating agreement adequacy.&lt;/strong&gt; Every formation service gives you a template operating agreement. For a single-member LLC, it's usually generic boilerplate that doesn't reflect how the business actually runs. After a year of operations, the template almost never matches reality. That mismatch weakens the legal foundation of the entity's separate identity.&lt;/p&gt;

&lt;h2&gt;
  
  
  What this means for your structure
&lt;/h2&gt;

&lt;p&gt;Forming a US LLC as a non-resident is mechanically straightforward. The services are mature, the timeline is days or weeks, and the entity you get is real — banking access, payment processor compatibility, liability protection.&lt;/p&gt;

&lt;p&gt;The gap is between what formation creates and what your cross-border situation actually requires. Formation gives you an entity. Your structural position includes that entity plus your personal tax residency, the jurisdictions you operate in, the reporting obligations triggered by the combination, and the documentation tying it all together.&lt;/p&gt;

&lt;p&gt;No formation service fills this gap. Not because they're failing at their job, but because the gap sits at a different level — where entity structure meets personal circumstance meets multi-jurisdictional obligations.&lt;/p&gt;

&lt;p&gt;&lt;em&gt;I've watched this play out dozens of times: a founder forms the LLC in a weekend, gets the bank account, starts processing payments, and then 14 months later discovers the compliance obligations they've been ignoring since day one. Formation is the first step in a position that extends well beyond it. The real structural questions start the day after you file.&lt;/em&gt;&lt;/p&gt;






&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;doola
firstbase
northwest
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h2&gt;
  
  
  Visual: LLC Formation Process and Structural Gap
&lt;/h2&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Stage&lt;/th&gt;
&lt;th&gt;Detail&lt;/th&gt;
&lt;th&gt;Risk&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;State Selection&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;DE / WY / NM&lt;/td&gt;
&lt;td&gt;Low&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Registered Agent&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Commercial Service&lt;/td&gt;
&lt;td&gt;Low&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Articles Filed&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Entity Created&lt;/td&gt;
&lt;td&gt;Low&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;EIN Application&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Form SS-4&lt;/td&gt;
&lt;td&gt;Low&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Banking Setup&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Mercury / Wise / Relay&lt;/td&gt;
&lt;td&gt;Low&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;── Formation Ends Here ──&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;—&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Tax Position&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Residency + Pass-Through, Interaction&lt;/td&gt;
&lt;td&gt;High&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Compliance&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;FBAR / FATCA / PE Risk, BOI Reporting&lt;/td&gt;
&lt;td&gt;High&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Documentation&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Operating Agreement, Transfer Pricing, Compliance Calendar&lt;/td&gt;
&lt;td&gt;High&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;h2&gt;
  
  
  FAQ
&lt;/h2&gt;

&lt;h3&gt;
  
  
  Can a non-US resident form an LLC without visiting the United States?
&lt;/h3&gt;

&lt;p&gt;Yes. State filing, EIN application, registered agent setup, bank account opening — all of it can be done remotely. Stripe Atlas, Firstbase, and Doola handle the process online. DIY means filing directly with the state and faxing Form SS-4 to the IRS.&lt;/p&gt;

&lt;h3&gt;
  
  
  Do I need an SSN or ITIN to form a US LLC?
&lt;/h3&gt;

&lt;p&gt;No. The EIN application (Form SS-4) for foreign-owned single-member LLCs is filed by fax or phone. The EIN goes to the entity, not to you. An ITIN may come up later for certain tax filings, but it's not needed for formation or banking.&lt;/p&gt;

&lt;h3&gt;
  
  
  Which state is best for a non-resident LLC — Delaware or Wyoming?
&lt;/h3&gt;

&lt;p&gt;For solo non-resident LLCs, the state barely affects legal protection or tax treatment. Wyoming: $100 to form, $60/year. Delaware: $90 to form, $300/year. Unless you're raising venture capital (where Delaware's Chancery Court matters), Wyoming is cheaper with equivalent protection.&lt;/p&gt;

&lt;h3&gt;
  
  
  What does LLC formation not cover for cross-border founders?
&lt;/h3&gt;

&lt;p&gt;Formation creates a legal entity — roughly 20% of the picture. The other 80%: &lt;a href="https://dev.to/blog/tax-residency-determination-practical-guide-2026"&gt;tax residency determination&lt;/a&gt;, FBAR and FATCA reporting, permanent establishment risk, transfer pricing documentation, the ongoing compliance calendar (annual reports, franchise taxes, registered agent renewals), and operating agreement adequacy.&lt;/p&gt;

&lt;h3&gt;
  
  
  How long does it take to get an EIN as a non-resident?
&lt;/h3&gt;

&lt;p&gt;By phone: immediate (on the call). By fax: 4-6 weeks, sometimes longer. Formation services using the phone method deliver within days. The online application is not available without an SSN or ITIN.&lt;/p&gt;

&lt;h2&gt;
  
  
  Key Takeaways
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;The US LLC works well for cross-border solo founders who need US financial infrastructure. It's not universally optimal — it fits a specific situation.&lt;/li&gt;
&lt;li&gt;State selection (Delaware, Wyoming, New Mexico) barely matters for legal protection or tax treatment. The real differences are cost and banking friction.&lt;/li&gt;
&lt;li&gt;The EIN is the biggest bottleneck for non-residents. No SSN or ITIN means no online application — you're stuck with fax or phone.&lt;/li&gt;
&lt;li&gt;Formation services create an entity. They don't create a structure. Tax position, compliance, PE risk, and documentation are all on you.&lt;/li&gt;
&lt;li&gt;The 80% that formation doesn't cover — tax residency, FBAR/FATCA, permanent establishment, transfer pricing, compliance calendar — starts accumulating the day the entity is formed.&lt;/li&gt;
&lt;/ul&gt;




&lt;p&gt;&lt;em&gt;Originally published at &lt;a href="https://www.globalsolo.global/blog/how-to-form-us-llc-non-resident-2026" rel="noopener noreferrer"&gt;Global Solo&lt;/a&gt;. We build diagnostic tools for cross-border solo founders navigating entity, tax, and compliance risk.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>entitystructure</category>
      <category>llc</category>
      <category>nonresident</category>
      <category>formation</category>
    </item>
    <item>
      <title>Tax Residency Guide for Digital Nomads (2026)</title>
      <dc:creator>Jett Fu</dc:creator>
      <pubDate>Thu, 09 Apr 2026 00:52:37 +0000</pubDate>
      <link>https://dev.to/jettfu/tax-residency-guide-for-digital-nomads-2026-1mmh</link>
      <guid>https://dev.to/jettfu/tax-residency-guide-for-digital-nomads-2026-1mmh</guid>
      <description>&lt;p&gt;&lt;em&gt;This is part of our &lt;a href="https://dev.to/blog/digital-nomad-tax-residency-guide-2026"&gt;Digital Nomad Tax Residency Guide 2026&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Tax residency is the structural anchor that everything else hangs from. Which country taxes your worldwide income. Which treaties you can access. Which reporting obligations apply. Which penalties show up if something is missed. Entity formation, banking, payment processing, compliance filings -- all of it traces back to a residency determination.&lt;/p&gt;

&lt;p&gt;Most digital nomads have never formally determined theirs. They assume residency is a choice: leave one country, arrive in another, and the tax relationship transfers automatically. It does not. Each country applies its own criteria, independently, to the same set of facts. A nomad who believes they are tax resident nowhere may be claimed by a country they barely think about. Someone who believes they are resident in one country may be claimed by two.&lt;/p&gt;

&lt;p&gt;I have lived this problem. Splitting time between the US and China for over two decades, I had strong ties in both countries: bank accounts, business operations, property. No single jurisdiction had an obvious claim. This was not theoretical. It affected which country's rules applied to my income, which treaty provisions were available, and what documentation I needed in both directions.&lt;/p&gt;

&lt;p&gt;The gap between where you &lt;em&gt;believe&lt;/em&gt; you are taxed and where countries' rules &lt;em&gt;say&lt;/em&gt; you are taxed is one of the most dangerous blind spots in cross-border operations. As the &lt;a href="https://dev.to/blog/tax-residency-is-not-where-you-think"&gt;tax residency misconceptions analysis&lt;/a&gt; explains, residency is not where you think it is. This guide covers the framework countries use, the specific rules of popular nomad destinations, and the structural problems that emerge when residency is assumed rather than determined.&lt;/p&gt;

&lt;h3&gt;
  
  
  Quick reference: Day-count thresholds by country
&lt;/h3&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Country&lt;/th&gt;
&lt;th&gt;Threshold&lt;/th&gt;
&lt;th&gt;Counting Method&lt;/th&gt;
&lt;th&gt;Key Trap&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;US&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;183 weighted days over 3 years&lt;/td&gt;
&lt;td&gt;Substantial Presence Test formula&lt;/td&gt;
&lt;td&gt;120 days/yr for 3 years triggers it&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;UK&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;183 days OR sufficient ties&lt;/td&gt;
&lt;td&gt;UK tax year (Apr 6–Apr 5)&lt;/td&gt;
&lt;td&gt;Multi-factor test can override day count&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Portugal&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;183 days&lt;/td&gt;
&lt;td&gt;Rolling 12-month window&lt;/td&gt;
&lt;td&gt;Not calendar year — straddle trips count&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Spain&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;183 days&lt;/td&gt;
&lt;td&gt;Calendar year&lt;/td&gt;
&lt;td&gt;Spouse/children in Spain creates presumption&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Thailand&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;180 days&lt;/td&gt;
&lt;td&gt;Calendar year&lt;/td&gt;
&lt;td&gt;2024 change: now taxes remitted foreign income&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;UAE&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;No threshold&lt;/td&gt;
&lt;td&gt;N/A&lt;/td&gt;
&lt;td&gt;Does not resolve residency elsewhere&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Germany&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;183 days&lt;/td&gt;
&lt;td&gt;Calendar year&lt;/td&gt;
&lt;td&gt;Furnished apartment alone can trigger&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Canada&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;No fixed count&lt;/td&gt;
&lt;td&gt;Fact-based assessment&lt;/td&gt;
&lt;td&gt;Bank accounts, driver's license, social ties weighed&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Estonia&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;183 days&lt;/td&gt;
&lt;td&gt;Rolling 12-month window&lt;/td&gt;
&lt;td&gt;e-Residency does NOT create tax residency&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;h2&gt;
  
  
  How do countries determine tax residency?
&lt;/h2&gt;

&lt;p&gt;No global standard exists. No international body assigns tax residency. No universal threshold triggers it. Each country defines it under its own domestic law, with its own criteria, counting methodology, and evidence requirements.&lt;/p&gt;

&lt;p&gt;Most countries draw from a common set of factors. The weighting differs, sometimes dramatically, but the same categories recur.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Physical presence.&lt;/strong&gt; The most recognizable factor. A threshold number of days spent physically in the country during a defined period. 183 days is common but not universal. The counting method varies (calendar year, rolling 12-month period, tax year). What constitutes a "day" varies (any physical presence, overnight stay, midnight presence). Physical presence is rarely the only factor, but it is the most mechanically straightforward one.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Center of vital interests&lt;/strong&gt; -- where your primary home, family, and economic activity are based. Where are the strongest personal and economic ties? Family location, property ownership, bank accounts, social connections, the location of primary economic activity. This factor is qualitative. It requires weighing multiple ties against each other rather than applying a numerical threshold. Some countries weight this more heavily than physical presence.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Habitual abode&lt;/strong&gt; -- where you normally live, based on pattern of life rather than raw day count. A person who spends 120 days in a country spread evenly across the year has a different habitual abode pattern than someone who spends 120 days in two concentrated blocks.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Nationality or citizenship.&lt;/strong&gt; Most countries treat nationality as a residual tiebreaker. The United States is the major exception: US citizenship triggers &lt;a href="https://www.irs.gov/individuals/international-taxpayers" rel="noopener noreferrer"&gt;US tax obligations&lt;/a&gt; regardless of where the citizen lives, works, or spends time. Departure from the US does not end this. Only formal expatriation does.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Domicile.&lt;/strong&gt; Some jurisdictions distinguish between residency and domicile. The UK applies both concepts: a person can be UK resident without being UK domiciled, and the tax treatment differs significantly. Domicile is the jurisdiction a person considers their permanent home, which may differ from where they currently live.&lt;/p&gt;

&lt;p&gt;The critical point: countries do not coordinate with each other before claiming a person as resident. Two countries can simultaneously conclude that the same person is their tax resident. This is how the system is designed.&lt;/p&gt;

&lt;h2&gt;
  
  
  What are the tax residency rules in popular nomad destinations?
&lt;/h2&gt;

&lt;p&gt;The rules vary more than the "183-day rule" shorthand suggests. Here is how popular nomad destinations actually determine residency.&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Country&lt;/th&gt;
&lt;th&gt;Primary Test&lt;/th&gt;
&lt;th&gt;Day Count Threshold&lt;/th&gt;
&lt;th&gt;Counting Method&lt;/th&gt;
&lt;th&gt;Secondary Criteria&lt;/th&gt;
&lt;th&gt;Notable Features&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;United States&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Citizenship + &lt;a href="https://www.irs.gov/individuals/international-taxpayers/substantial-presence-test" rel="noopener noreferrer"&gt;Substantial Presence Test&lt;/a&gt;
&lt;/td&gt;
&lt;td&gt;183 weighted days over 3 years&lt;/td&gt;
&lt;td&gt;Current year days + 1/3 prior year + 1/6 year before&lt;/td&gt;
&lt;td&gt;Green card holders always resident&lt;/td&gt;
&lt;td&gt;Citizenship-based taxation; departure does not end obligations without formal expatriation&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;United Kingdom&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href="https://www.gov.uk/government/publications/rdr3-statutory-residence-test-srt" rel="noopener noreferrer"&gt;Statutory Residence Test (SRT)&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;183 days in tax year OR automatic UK tests&lt;/td&gt;
&lt;td&gt;UK tax year (April 6 - April 5)&lt;/td&gt;
&lt;td&gt;Sufficient ties test (family, accommodation, work, 90-day presence, country tie)&lt;/td&gt;
&lt;td&gt;Complex multi-factor test; possible to be non-resident despite significant UK presence&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Portugal&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Physical presence OR habitual abode&lt;/td&gt;
&lt;td&gt;183 days in any 12-month period&lt;/td&gt;
&lt;td&gt;Rolling 12-month window&lt;/td&gt;
&lt;td&gt;Habitual abode available on Dec 31 suggesting intent to use as habitual residence&lt;/td&gt;
&lt;td&gt;NHR regime (Non-Habitual Resident) offers preferential rates for new residents; 2024 changes to program&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Spain&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Physical presence OR center of vital interests&lt;/td&gt;
&lt;td&gt;183 days in calendar year&lt;/td&gt;
&lt;td&gt;Calendar year (Jan 1 - Dec 31)&lt;/td&gt;
&lt;td&gt;Center of economic interests; spouse and minor children reside in Spain (rebuttable presumption)&lt;/td&gt;
&lt;td&gt;Beckham Law for qualifying new residents; Modelo 720 foreign asset reporting&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Thailand&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Physical presence + income remittance&lt;/td&gt;
&lt;td&gt;180 days in calendar year&lt;/td&gt;
&lt;td&gt;Calendar year&lt;/td&gt;
&lt;td&gt;Changed from 2024: now taxes foreign income remitted in the same tax year&lt;/td&gt;
&lt;td&gt;Pre-2024 exemption for prior-year foreign income no longer applies&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;UAE&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;No personal income tax&lt;/td&gt;
&lt;td&gt;No day-count threshold for personal tax&lt;/td&gt;
&lt;td&gt;N/A&lt;/td&gt;
&lt;td&gt;Economic Substance Regulations apply to entities; new corporate tax (9%) from 2023&lt;/td&gt;
&lt;td&gt;Residency visa available; useful for treaty access but does not automatically resolve residency elsewhere&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Germany&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Physical presence OR habitual abode&lt;/td&gt;
&lt;td&gt;183 days&lt;/td&gt;
&lt;td&gt;Calendar year&lt;/td&gt;
&lt;td&gt;Habitual abode (just 6 months continuous presence sufficient)&lt;/td&gt;
&lt;td&gt;Extremely broad habitual abode test; maintaining a furnished apartment can trigger residency&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Canada&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Significant residential ties&lt;/td&gt;
&lt;td&gt;No fixed day count&lt;/td&gt;
&lt;td&gt;N/A — fact-based assessment&lt;/td&gt;
&lt;td&gt;Home available, spouse/common-law partner, dependents in Canada&lt;/td&gt;
&lt;td&gt;No bright-line day test; secondary ties (bank accounts, driver's license, social ties) also weighed&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Estonia&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Physical presence&lt;/td&gt;
&lt;td&gt;183 days in any 12-month period&lt;/td&gt;
&lt;td&gt;Rolling 12-month window&lt;/td&gt;
&lt;td&gt;Habitual abode&lt;/td&gt;
&lt;td&gt;e-Residency does not create tax residency; common misconception among nomads&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Singapore&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Physical presence&lt;/td&gt;
&lt;td&gt;183 days in calendar year&lt;/td&gt;
&lt;td&gt;Calendar year&lt;/td&gt;
&lt;td&gt;Employment exercised in Singapore for 183+ days&lt;/td&gt;
&lt;td&gt;Not-Ordinarily-Resident scheme for qualifying individuals; no capital gains tax&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;There is no safe universal threshold. The differences in counting method alone -- calendar year versus rolling 12-month period -- can produce dramatically different outcomes for the same travel pattern.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why is the 183-day rule unreliable?
&lt;/h2&gt;

&lt;p&gt;"Stay under 183 days and you're fine." This is the most repeated piece of tax advice in the nomad community, and it is wrong in several ways.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Calendar year versus rolling period.&lt;/strong&gt; A nomad who spends 100 days in Portugal from September through December and another 100 days from January through April has spent 200 days there within a 12-month period, but only 100 in each calendar year. Portugal uses a rolling 12-month window. Spain uses a calendar year. Same travel pattern, different outcomes.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Partial days.&lt;/strong&gt; Some countries count any day of physical presence, including arrival and departure days. Others count only overnight stays. Still others use a midnight-presence rule. Arrive Monday morning, depart Friday afternoon: five days of presence, four nights. The classification depends on jurisdiction.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The US Substantial Presence Test.&lt;/strong&gt; The US does not use a simple 183-day-per-year count. It applies a weighted formula under the &lt;a href="https://www.irs.gov/individuals/international-taxpayers/substantial-presence-test" rel="noopener noreferrer"&gt;Substantial Presence Test&lt;/a&gt;: all days in the current year, plus one-third of days in the prior year, plus one-sixth of days the year before that. Spend 120 days per year in the US for three consecutive years and you trigger the threshold (120 + 40 + 20 = 180... one more day pushes past 183) without ever exceeding 183 days in a single year. This same day-counting problem applies to &lt;a href="https://dev.to/blog/permanent-establishment-risk-the-line-your-cpa-might-not-see"&gt;permanent establishment risk&lt;/a&gt;, where physical presence can trigger corporate tax obligations in countries where the founder has no entity. The closer connection exception may apply, but it requires filing &lt;a href="https://www.irs.gov/forms-pubs/about-form-8840" rel="noopener noreferrer"&gt;Form 8840&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Below 183 does not mean non-resident.&lt;/strong&gt; Canada has no fixed day threshold. It uses a fact-based assessment of residential ties. Germany's habitual abode test can trigger at six months of continuous presence, but the test examines the nature of the abode, not just the count. Spain can establish residency through its family presumption regardless of physical presence. Going the other direction, &lt;a href="https://dev.to/blog/cyprus-60-day-tax-residency-rule-cross-border-entrepreneurs-2026"&gt;Cyprus's 60-day rule&lt;/a&gt; grants full tax residency with just 60 days of annual presence under specific conditions.&lt;/p&gt;

&lt;p&gt;The 183-day rule is a useful starting point but a dangerous stopping point. The &lt;a href="https://dev.to/blog/digital-nomad-tax-residency-guide-2026"&gt;digital nomad tax residency guide&lt;/a&gt; covers the full decision cascade.&lt;/p&gt;

&lt;h2&gt;
  
  
  What counts as "center of vital interests" for tax residency?
&lt;/h2&gt;

&lt;p&gt;When physical presence is inconclusive, or when it points to one country while other factors point to another, center of vital interests becomes the determining factor. This is the criterion nomads find hardest to assess because it is qualitative.&lt;/p&gt;

&lt;p&gt;The factors fall into two categories.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Economic ties.&lt;/strong&gt; Where is income generated? Where are bank accounts held? Where is property owned? Where are investments managed? Where are business operations conducted? A nomad whose clients, bank accounts, and business entity are all in one jurisdiction has strong economic ties there, regardless of physical presence.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Personal and social ties.&lt;/strong&gt; Where does your spouse or partner live? Where do your children attend school? Where do you maintain close family relationships? Where do you participate in social or professional organizations? Where are your personal possessions -- furniture, books, personal effects -- kept?&lt;/p&gt;

&lt;p&gt;The &lt;a href="https://www.oecd.org/tax/treaties/model-tax-convention-on-income-and-on-capital-condensed-version-20745419.htm" rel="noopener noreferrer"&gt;OECD Model Convention&lt;/a&gt; establishes a cascade: permanent home, then center of vital interests, then habitual abode, then nationality. But within the center-of-vital-interests step, there is no fixed formula for weighing economic ties against personal ties. Different examiners can reach different conclusions from the same facts.&lt;/p&gt;

&lt;p&gt;Here is the structural gap most nomads face: they have deliberately distributed their ties across multiple countries. Bank accounts in one jurisdiction. Clients in several. No permanent home anywhere. No spouse or children creating a fixed family tie. This distribution feels like freedom. It creates ambiguity. When no single country has a clear concentration of vital interests, the determination becomes less predictable and less within your control.&lt;/p&gt;

&lt;p&gt;The &lt;a href="https://dev.to/blog/tax-treaty-tie-breaker-rules"&gt;tie-breaker rules analysis&lt;/a&gt; details what happens when two countries both claim residency.&lt;/p&gt;

&lt;h2&gt;
  
  
  What happens if you are tax resident nowhere?
&lt;/h2&gt;

&lt;p&gt;A persistent belief in the nomad community: if no country claims you, you owe tax to no one. If the rules require 183 days and you are nowhere for 183 days, you are resident nowhere and not taxable anywhere.&lt;/p&gt;

&lt;p&gt;This position is fragile.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Somewhere usually does claim you.&lt;/strong&gt; Countries use multiple criteria, not just day counts. A nomad below the physical presence threshold everywhere may still be claimed based on center of vital interests, habitual abode, or citizenship. The US claims all citizens regardless of location. Canada evaluates residential ties with no minimum day count. Several countries use habitual abode tests that capture patterns of regular return even below 183 days.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The tax-free nomad position is hard to document.&lt;/strong&gt; If you claim to be tax resident nowhere, the question becomes: where is the evidence? Which country's tax authority has been notified? Which tax forms have been filed to affirmatively claim non-residency? In most jurisdictions, non-residency is not a default. It requires affirmative evidence. A nomad who files no tax returns anywhere has not established non-residency. They have created a vacuum.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The vacuum does not protect.&lt;/strong&gt; Each country retains the ability to apply its own rules whenever it becomes aware of your presence or income. A bank reporting under &lt;a href="https://dev.to/blog/crs-reporting-china-sta-us-accounts-2026"&gt;CRS&lt;/a&gt; (&lt;a href="https://www.oecd.org/tax/automatic-exchange/common-reporting-standard/" rel="noopener noreferrer"&gt;Common Reporting Standard&lt;/a&gt;) may trigger information exchange. A platform issuing a 1099 creates a US reporting event. A visa application generates immigration records that a tax authority can access.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Accumulated exposure.&lt;/strong&gt; When a nomad operates for years without establishing tax residency anywhere, the potential exposure is not zero. It is unknown. Each year of unreported income, in every jurisdiction that could claim residency, adds to the total. Most jurisdictions have extended statute of limitations for unfiled returns. Some have no limitation period at all for non-filers.&lt;/p&gt;

&lt;p&gt;The nowhere position is not a tax strategy. It substitutes uncertainty for clarity. The obligations do not disappear. They accumulate in a documentation vacuum, invisible to the nomad but potentially visible to every jurisdiction that has a basis to claim them.&lt;/p&gt;

&lt;h2&gt;
  
  
  How do you document your tax residency position?
&lt;/h2&gt;

&lt;p&gt;Tax residency is a factual determination. The claim -- "I am tax resident in Portugal" or "I am not tax resident in the UK" -- requires evidence. The gap between what is needed and what most nomads actually have is wide.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Travel records.&lt;/strong&gt; Entry and exit stamps, flight itineraries, boarding passes, immigration records. In practice, most nomads have partial records: some flight confirmations, inconsistent passport stamps (especially in Schengen countries where stamps are rare for intra-zone travel), and no systematic logs.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Lease agreements and property records.&lt;/strong&gt; A signed lease demonstrates habitual abode. Ownership records demonstrate a permanent home. The absence of both supports a non-residency claim but creates the nowhere problem described above. Airbnb confirmations and hotel bookings document presence but do not establish habitual abode the way a 12-month lease does.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Utility bills and local registrations.&lt;/strong&gt; Electricity bills, internet contracts, local government registrations, health insurance enrollment. These establish a life being lived in a particular place. For nomads who use co-living spaces and work from cafes, these records often do not exist.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Bank account statements.&lt;/strong&gt; Where accounts are held, where transactions occur, where income lands. Statement activity -- regular local transactions versus occasional international transfers -- tells a story about where economic life is centered.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Social ties documentation.&lt;/strong&gt; Club memberships, professional associations, children's school enrollment, voter registration. This evidence is strongest when it exists and weakest when it is needed retroactively. A nomad who needs to prove social ties to a country they lived in three years ago faces the challenge of reconstructing evidence that was never created.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Tax filings.&lt;/strong&gt; Filing a return in a jurisdiction is itself evidence of residency. The return, along with any residency certificates from the local tax authority, creates a formal record. The &lt;a href="https://dev.to/blog/documentation-gap-what-authorities-see"&gt;documentation gap analysis&lt;/a&gt; describes this as the difference between the founder's view and the examiner's view.&lt;/p&gt;

&lt;p&gt;The pattern across nomads is consistent: strong evidence of departure (cancelled lease, closed accounts, one-way flight) but weak evidence of establishment anywhere new. They have left, but in documentary terms they have not arrived.&lt;/p&gt;

&lt;h2&gt;
  
  
  How is tax residency evidence ranked by weight?
&lt;/h2&gt;

&lt;p&gt;Not all evidence carries equal weight. A rough hierarchy recurs across jurisdictions and in treaty tie-breaker proceedings.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Strongest evidence.&lt;/strong&gt; Tax residency certificate from the claiming jurisdiction. Signed long-term lease (12+ months). Property ownership. Spouse and dependent children physically in the jurisdiction. Local tax filings.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Moderate evidence.&lt;/strong&gt; Local bank accounts with regular domestic activity. Health insurance enrollment. Vehicle registration. Professional licenses. Utility bills in your name.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Weak evidence.&lt;/strong&gt; Short-term rental receipts. Co-working memberships. Flight itineraries. Geotagged social media posts. Visa stamps.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Negative evidence (undermines your claimed position).&lt;/strong&gt; Maintaining a permanent home in a jurisdiction where you claim non-residency. Spouse and children remaining in the prior country. Active bank accounts with regular domestic transactions there. Continued professional memberships or voter registration.&lt;/p&gt;

&lt;p&gt;Most nomads have plenty of weak evidence and almost none of the strong kind. The documentation that is easiest to accumulate -- flight records, Airbnb receipts, Instagram posts -- carries the least weight. The documentation that matters -- tax filings, residency certificates, long-term leases -- requires deliberate action to create.&lt;/p&gt;

&lt;h2&gt;
  
  
  What does tax residency determination mean for your business structure?
&lt;/h2&gt;

&lt;p&gt;Tax residency is not a choice you make. It is a conclusion each country reaches independently, applying its own rules to your facts. Same travel pattern, same income, same lifestyle -- different residency determinations in different jurisdictions.&lt;/p&gt;

&lt;p&gt;For founders who have already formed entities, the &lt;a href="https://dev.to/blog/entity-decision-framework-cross-border-founders"&gt;entity decision framework&lt;/a&gt; covers how entity choice interacts with residency. The &lt;a href="https://dev.to/blog/fbar-for-digital-nomads-the-10k-threshold-trap"&gt;FBAR threshold trap&lt;/a&gt; is a common consequence of holding bank accounts across jurisdictions. The &lt;a href="https://dev.to/blog/cross-border-compliance-checklist-2026"&gt;cross-border compliance checklist&lt;/a&gt; inventories every filing obligation that residency triggers.&lt;/p&gt;

&lt;p&gt;US persons filing from abroad can compare how expat tax services handle residency-dependent filings in the &lt;a href="https://dev.to/blog/greenback-vs-1040-abroad-vs-myexpattaxes-expat-tax-non-resident-llc-2026"&gt;Greenback vs 1040 Abroad vs MyExpatTaxes comparison&lt;/a&gt;. Residency determination is a structural exercise, not an administrative one. It means mapping physical presence across jurisdictions, assessing which countries have a basis to claim you, understanding how each weighs its criteria, and building documentation that supports your position.&lt;/p&gt;

&lt;p&gt;For a broader view of how residency interacts with entity, banking, and income decisions, see the &lt;a href="https://dev.to/blog/first-year-decision-map-cross-border-founders"&gt;first-year decision map&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;The nomads who face the most exposure are not those who make wrong decisions. They are those who make no deliberate decision at all. The residency question gets answered whether or not you address it. The only variable is whether the answer is one you have examined and documented, or one that emerges from a vacuum when whichever jurisdiction examines your facts first.&lt;/p&gt;




&lt;h2&gt;
  
  
  Visual: Residency Determination Cascade
&lt;/h2&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Stage&lt;/th&gt;
&lt;th&gt;Detail&lt;/th&gt;
&lt;th&gt;Risk&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Person Present in&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Multiple Countries&lt;/td&gt;
&lt;td&gt;—&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Physical Presence Test&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;183+ Days in Any, Jurisdiction?&lt;/td&gt;
&lt;td&gt;Medium&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Likely Resident&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;of That Jurisdiction&lt;/td&gt;
&lt;td&gt;Low&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Center of Vital Interests&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Economic Ties? Family?, Property?&lt;/td&gt;
&lt;td&gt;Medium&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Strongest Ties&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Identifiable →, Likely Resident&lt;/td&gt;
&lt;td&gt;Low&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Habitual Abode&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Where Is Life, Regularly Lived?&lt;/td&gt;
&lt;td&gt;Medium&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Habitual Abode&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Determined →, Resident There&lt;/td&gt;
&lt;td&gt;Low&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Treaty Tie-Breaker&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;OECD Art. 4 Cascade&lt;/td&gt;
&lt;td&gt;—&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Residency&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Determined&lt;/td&gt;
&lt;td&gt;Low&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Dual Residency&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;No Treaty or, Tie-Breaker Fails&lt;/td&gt;
&lt;td&gt;High&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;No Country Claims&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Residency → Documentation, Vacuum (Danger)&lt;/td&gt;
&lt;td&gt;High&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;wise-business
doola
firstbase
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h2&gt;
  
  
  FAQ
&lt;/h2&gt;

&lt;h3&gt;
  
  
  How do I know which country I am tax resident in?
&lt;/h3&gt;

&lt;p&gt;Each country applies its own domestic rules independently: physical presence thresholds, center of vital interests, habitual abode, nationality, and domicile. No global authority assigns tax residency. You may be resident based on any of these criteria, not only the 183-day rule. The determination requires mapping your physical presence, economic ties, personal ties, and documentation against each relevant jurisdiction's specific criteria.&lt;/p&gt;

&lt;h3&gt;
  
  
  Can I be tax resident in two countries at the same time?
&lt;/h3&gt;

&lt;p&gt;Yes. Two countries can simultaneously conclude that you are their tax resident under their respective domestic laws. When a bilateral tax treaty exists, the treaty's tie-breaker provisions (OECD Model Convention Article 4 cascade: permanent home, center of vital interests, habitual abode, nationality) determine which country has primary taxing rights. Without a treaty, both countries may tax the same income.&lt;/p&gt;

&lt;h3&gt;
  
  
  Does the 183-day rule mean I am safe if I stay under 183 days?
&lt;/h3&gt;

&lt;p&gt;No. The threshold varies by country: some use calendar-year counting, others use rolling 12-month periods, and the US applies a weighted three-year formula (Substantial Presence Test). Falling below the physical presence threshold does not establish non-residency in countries that use other criteria. Canada has no fixed day count. Germany's habitual abode test can trigger at six months. Spain can establish residency through its family presumption regardless of days present.&lt;/p&gt;

&lt;h3&gt;
  
  
  What happens if I am not tax resident anywhere?
&lt;/h3&gt;

&lt;p&gt;The "nowhere" position is fragile. Tax obligations do not disappear when no country claims residency. They accumulate in a documentation vacuum. Each jurisdiction retains the ability to apply its own rules whenever it becomes aware of your presence or income through bank reporting (CRS), platform reporting (1099s), or immigration records. Filing no returns anywhere does not establish non-residency. It creates accumulated exposure with extended or indefinite statutes of limitation.&lt;/p&gt;

&lt;h3&gt;
  
  
  What documentation do I need to prove tax residency?
&lt;/h3&gt;

&lt;p&gt;Strongest: tax residency certificates from the claiming jurisdiction, signed long-term leases (12+ months), property ownership, spouse and dependent children in the jurisdiction, and local tax filings. Moderate: local bank accounts with regular domestic activity, health insurance enrollment, and vehicle registration. Weak: short-term rental receipts, flight itineraries, and social media posts.&lt;/p&gt;

&lt;h2&gt;
  
  
  Key Takeaways
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Each country determines tax residency independently. Physical presence, center of vital interests, habitual abode, nationality, and domicile are weighted differently across jurisdictions. There is no universal threshold.&lt;/li&gt;
&lt;li&gt;The 183-day rule varies by country in counting method (calendar year vs. rolling period), partial-day treatment, and aggregation formulas. Falling below 183 days does not establish non-residency. Canada, Germany, and Spain can all establish residency through other criteria.&lt;/li&gt;
&lt;li&gt;Claiming tax residency in no country is fragile. Tax obligations do not disappear in a documentation vacuum. They accumulate invisibly, and each jurisdiction retains the ability to claim you whenever it becomes aware of presence or income.&lt;/li&gt;
&lt;li&gt;The documentation that carries the most weight (tax filings, residency certificates, long-term leases) requires deliberate action to create. The evidence nomads most commonly have (flight records, short-term bookings) carries the least.&lt;/li&gt;
&lt;li&gt;The greatest exposure belongs to those who make no deliberate residency decision at all, allowing the determination to be made by whichever jurisdiction examines the facts first.&lt;/li&gt;
&lt;/ul&gt;




&lt;p&gt;&lt;em&gt;Originally published at &lt;a href="https://www.globalsolo.global/blog/tax-residency-determination-practical-guide-2026" rel="noopener noreferrer"&gt;Global Solo&lt;/a&gt;. We build diagnostic tools for cross-border solo founders navigating entity, tax, and compliance risk.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>taxresidency</category>
      <category>digitalnomad</category>
      <category>183dayrule</category>
      <category>residencydetermination</category>
    </item>
    <item>
      <title>Entity Decision Framework for Cross-Border Founders</title>
      <dc:creator>Jett Fu</dc:creator>
      <pubDate>Thu, 09 Apr 2026 00:52:35 +0000</pubDate>
      <link>https://dev.to/jettfu/entity-decision-framework-for-cross-border-founders-4jj</link>
      <guid>https://dev.to/jettfu/entity-decision-framework-for-cross-border-founders-4jj</guid>
      <description>&lt;p&gt;I've watched founders agonize over where to incorporate for weeks, then spend years dealing with the consequences of getting it wrong. The entity you pick in month one locks you into tax filings, banking relationships, and compliance obligations that compound. Unwinding a bad choice -- redomiciling, restructuring ownership, migrating banks -- costs multiples of the original formation fee. Sometimes it triggers taxable events that wouldn't have existed under a different structure.&lt;/p&gt;

&lt;p&gt;Most founders pick entities based on what formation services sell them. Formation agents optimize for volume, not fit. What they &lt;a href="https://dev.to/blog/stripe-atlas-vs-firstbase-vs-diy-what-they-structure"&gt;actually structure versus what they leave unaddressed&lt;/a&gt; covers roughly 80% of the real picture. The result: a global population of US LLCs owned by people who have no US clients, no US banking needs, and no idea they now owe the IRS a tax return.&lt;/p&gt;

&lt;p&gt;This guide won't tell you which entity is right. It maps the decision space -- the variables that constrain your options and how each entity type interacts with those variables across four inputs and six common structures.&lt;/p&gt;

&lt;h3&gt;
  
  
  Key Takeaways
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;The entity you pick at formation locks in tax, banking, and compliance consequences that compound for years. Unwinding costs far more than the original formation.&lt;/li&gt;
&lt;li&gt;US citizenship means worldwide taxation -- doesn't matter where you live or where the entity sits.&lt;/li&gt;
&lt;li&gt;A US LLC owned by a non-US founder gets classified differently by each jurisdiction. That mismatch leads to double taxation or gaps nobody catches.&lt;/li&gt;
&lt;li&gt;Multi-entity structures below roughly $300K-$500K revenue usually cost more in compliance than they save.&lt;/li&gt;
&lt;li&gt;The right entity is rarely the cheapest to form. It's the one that creates the least friction across all four variables over multiple years.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  The Four Variables That Shape Entity Selection
&lt;/h2&gt;

&lt;h3&gt;
  
  
  Citizenship and Passport Jurisdiction
&lt;/h3&gt;

&lt;p&gt;The single biggest dividing line in cross-border entity selection: are you a US citizen (or green card holder), or not?&lt;/p&gt;

&lt;p&gt;US citizenship imposes worldwide taxation on all income regardless of where you live. A US citizen in Portugal running an Estonian OÜ with Japanese clients still files US tax returns on everything. &lt;a href="https://www.irs.gov/individuals/international-taxpayers/foreign-earned-income-exclusion" rel="noopener noreferrer"&gt;FEIE&lt;/a&gt; and &lt;a href="https://www.irs.gov/individuals/international-taxpayers/foreign-tax-credit" rel="noopener noreferrer"&gt;Foreign Tax Credits&lt;/a&gt; can reduce the effective burden, but the filing obligation never goes away. Certain foreign entity types -- notably CFCs -- trigger additional reporting (&lt;a href="https://www.irs.gov/forms-pubs/about-form-5471" rel="noopener noreferrer"&gt;Form 5471&lt;/a&gt;) and potential &lt;a href="https://www.irs.gov/individuals/international-taxpayers/certain-taxpayers-related-to-foreign-corporations-must-file-form-5471" rel="noopener noreferrer"&gt;Subpart F&lt;/a&gt; income inclusions.&lt;/p&gt;

&lt;p&gt;For non-US citizens, citizenship operates differently. A few countries (Eritrea, Myanmar, historically Hungary) impose citizenship-based taxation. Most don't. For most non-US founders, citizenship determines passport access -- which bank accounts you can open, which jurisdictions you can incorporate in -- but doesn't independently create tax obligations.&lt;/p&gt;

&lt;h3&gt;
  
  
  Tax Residency (Current and Planned)
&lt;/h3&gt;

&lt;p&gt;Tax residency decides how entity income reaches you personally and at what rate. The &lt;a href="https://dev.to/blog/tax-residency-determination-practical-guide-2026"&gt;tax residency determination guide&lt;/a&gt; covers how different countries make this call. A disregarded US LLC passes all income to the owner's personal return, filed wherever you're tax-resident. That same LLC produces a 0% personal tax outcome in the UAE and up to 48% in Portugal without NHR.&lt;/p&gt;

&lt;p&gt;Where it gets tricky: planned relocations. A founder tax-resident in Germany today who plans to move to Dubai in eighteen months faces a completely different calculation than one staying put. Some jurisdictions hit you with exit taxes on unrealized gains when you leave. Others have lookback periods that attribute income back to the departure country for months or years after you've physically left. The entity that works for a static residency can create real problems during a move.&lt;/p&gt;

&lt;h3&gt;
  
  
  Revenue Source Geography
&lt;/h3&gt;

&lt;p&gt;Where your clients sit determines where income gets sourced, and source-country taxation applies regardless of where your entity is incorporated. A UK Ltd serving US clients may trigger &lt;a href="https://www.irs.gov/individuals/international-taxpayers/effectively-connected-income-eci" rel="noopener noreferrer"&gt;Effectively Connected Income&lt;/a&gt; obligations if services are performed in the US or the entity has sufficient nexus. The &lt;a href="https://dev.to/blog/permanent-establishment-risk-the-line-your-cpa-might-not-see"&gt;permanent establishment risk analysis&lt;/a&gt; covers how this works in practice. A US LLC serving EU clients may trigger VAT registration in customer jurisdictions.&lt;/p&gt;

&lt;p&gt;Revenue geography also affects banking. US-source income flows naturally through US banking rails. EU income in euros routed through US accounts hits currency conversion costs, SWIFT delays, and correspondent banking fees on every transaction. And Stripe supports US, UK, and EU entities well but has limited coverage elsewhere.&lt;/p&gt;

&lt;h3&gt;
  
  
  Growth Trajectory
&lt;/h3&gt;

&lt;p&gt;Where you're headed matters as much as where you are now.&lt;/p&gt;

&lt;p&gt;Solo operators should optimize for simplicity: minimal compliance, pass-through taxation, straightforward banking. A single-member LLC or local sole proprietorship usually works fine.&lt;/p&gt;

&lt;p&gt;Hiring across borders changes everything. You're suddenly dealing with employer-of-record requirements, payroll tax registration, and permanent establishment risk. A US LLC hiring a contractor in Germany can inadvertently create a deemed employment relationship under German labor law.&lt;/p&gt;

&lt;p&gt;VC fundraising narrows the options dramatically. Most US-based VCs invest exclusively in &lt;a href="https://corp.delaware.gov" rel="noopener noreferrer"&gt;Delaware&lt;/a&gt; C-Corps. YC, a16z, and similar accelerators have standardized on the Delaware C-Corp with post-money SAFEs. If you're running a UK Ltd or Estonian OÜ and later want US VC money, you're looking at a restructuring event that often triggers a taxable asset or share exchange.&lt;/p&gt;

&lt;h2&gt;
  
  
  Entity Types: Structural Characteristics
&lt;/h2&gt;

&lt;h3&gt;
  
  
  US LLC (Single-Member, Disregarded)
&lt;/h3&gt;

&lt;p&gt;The single-member LLC is a &lt;a href="https://www.irs.gov/businesses/small-businesses-self-employed/single-member-limited-liability-companies" rel="noopener noreferrer"&gt;disregarded entity&lt;/a&gt; for US federal tax purposes. (If you need a walkthrough, see &lt;a href="https://dev.to/blog/how-to-form-us-llc-non-resident-2026"&gt;How to Form a US LLC as a Non-Resident&lt;/a&gt;.) All income passes through to the owner's personal return. The LLC itself pays no federal income tax. State treatment varies -- California charges an $800 minimum franchise tax plus gross receipts fees, while &lt;a href="https://sos.wyo.gov" rel="noopener noreferrer"&gt;Wyoming&lt;/a&gt; and &lt;a href="https://corp.delaware.gov" rel="noopener noreferrer"&gt;Delaware&lt;/a&gt; impose no state income tax on out-of-state income.&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Characteristic&lt;/th&gt;
&lt;th&gt;Detail&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Tax treatment&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Pass-through to owner's personal return&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Liability protection&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Yes (if properly maintained)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;US banking access&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Yes — full access to US banking rails, Stripe, payment processors&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Formation cost&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;$50–500 depending on state&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Annual compliance&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;State annual report + personal tax return (+ &lt;a href="https://dev.to/blog/what-happens-if-you-miss-form-5472-non-resident-llc"&gt;Form 5472&lt;/a&gt; for foreign-owned LLCs)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;VC compatibility&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Low — not standard for equity investment&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Non-US owner complexity&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;High — &lt;a href="https://www.irs.gov/forms-pubs/about-form-5472" rel="noopener noreferrer"&gt;Form 5472&lt;/a&gt;, potential ECI withholding, ITIN required&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;Here's the tension for non-US owners: the US disregards the LLC for tax purposes, but your home country may treat it as a foreign corporation. That mismatch can mean double taxation, or worse -- income that falls between jurisdictions, taxed by neither, which becomes a real problem when someone eventually notices.&lt;/p&gt;

&lt;h3&gt;
  
  
  US C-Corp (Delaware)
&lt;/h3&gt;

&lt;p&gt;The C-Corp is its own tax entity. It pays 21% federal corporate tax on profits. Distributions to shareholders get taxed again as dividends (0-20% qualified rate plus 3.8% NIIT for US persons). Double taxation is the main cost.&lt;/p&gt;

&lt;p&gt;What offsets it: &lt;a href="https://www.irs.gov/pub/irs-pdf/p550.pdf" rel="noopener noreferrer"&gt;QSBS&lt;/a&gt; eligibility (up to $10M in capital gains excluded if you hold qualified stock 5+ years), the standard VC investment structure, ability to retain earnings at the corporate level, and clean equity comp (ISOs, RSUs).&lt;/p&gt;

&lt;p&gt;If you have no investment plans and no reason to retain earnings in the company, the C-Corp layer is pure friction. But founders planning a high-value exit should look hard at &lt;a href="https://dev.to/blog/qsbs-eligibility-checklist-cross-border"&gt;QSBS eligibility&lt;/a&gt; -- a $10M capital gains exclusion can more than offset years of double taxation.&lt;/p&gt;

&lt;h3&gt;
  
  
  Estonian OÜ
&lt;/h3&gt;

&lt;p&gt;Estonia's &lt;a href="https://www.e-resident.gov.ee" rel="noopener noreferrer"&gt;e-Residency&lt;/a&gt; program lets non-residents form and run an Estonian private limited company (OÜ) remotely. The pitch: 0% corporate tax on retained earnings. You only pay tax on distributions (20% on gross, effectively 20/80 on net).&lt;/p&gt;

&lt;p&gt;Sounds great on paper. The problem is how it interacts with your tax residency. A German-resident founder owning an Estonian OÜ faces German CFC rules (Hinzurechnungsbesteuerung) if the OÜ qualifies as a low-tax entity and the founder holds more than 50%. Under those rules, Germany attributes the OÜ's undistributed profits to the owner and taxes them. The Estonian deferral benefit evaporates.&lt;/p&gt;

&lt;p&gt;The OÜ works when your tax residency doesn't impose CFC rules on Estonian entities, or when the OÜ's effective tax rate (including distributions) clears the CFC threshold where you live.&lt;/p&gt;

&lt;h3&gt;
  
  
  UK Ltd
&lt;/h3&gt;

&lt;p&gt;The UK Ltd is cheap to form, has 130+ double-taxation treaties, and clients worldwide recognize it. Corporation tax runs 25% on profits over £250,000, dropping to 19% on profits under £50,000.&lt;/p&gt;

&lt;p&gt;The gotcha for service-based founders is IR35. If you run a UK Ltd but provide services to a single client in a way that looks like employment, HMRC can reclassify the engagement. The hit: employer's and employee's National Insurance on the full contract value. It's not small.&lt;/p&gt;

&lt;h3&gt;
  
  
  Home Country Entity
&lt;/h3&gt;

&lt;p&gt;Sometimes the right answer is the boring one. An entity in your country of tax residency eliminates CFC headaches, simplifies banking, and reduces compliance to a single jurisdiction.&lt;/p&gt;

&lt;p&gt;The trade-off is obvious: if your home country has high tax rates, all income gets taxed at those rates with no deferral. But simplicity compounds. Every hour you don't spend on multi-jurisdiction compliance is an hour you can spend earning revenue.&lt;/p&gt;

&lt;h3&gt;
  
  
  Multi-Entity Structures
&lt;/h3&gt;

&lt;p&gt;Two or more entities serving distinct purposes -- say, a Delaware C-Corp parent for VC investment with a UK Ltd subsidiary for EU operations -- can make sense at scale.&lt;/p&gt;

&lt;p&gt;But founders consistently underestimate the complexity cost. Each entity needs its own accounting, tax filings, and compliance. &lt;a href="https://dev.to/blog/transfer-pricing-one-person-company"&gt;Transfer pricing&lt;/a&gt; between related entities adds documentation requirements and audit risk. Intercompany transactions create currency exposure. Below roughly $300,000-500,000 in annual revenue, compliance costs frequently exceed whatever structural benefit the multi-entity setup provides. See the &lt;a href="https://dev.to/blog/when-multi-entity-complexity-becomes-structural-liability"&gt;detailed analysis of when this threshold kicks in&lt;/a&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Decision Tree
&lt;/h2&gt;

&lt;p&gt;Work through these six questions in order. Each one narrows your options.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;1. Are you a US citizen or green card holder?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;If yes: US tax obligations follow you everywhere. A US entity (LLC or C-Corp) simplifies reporting. A foreign entity doesn't eliminate US obligations and may add Form 5471 (CFC) or Form 8865 (foreign partnership) on top.&lt;/p&gt;

&lt;p&gt;If no: move to question 2.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;2. Where is your current tax residency?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;High-tax jurisdiction (Germany, France, Japan, California): pass-through entities expose income to personal marginal rates. Corporate entities may offer deferral but face CFC rules. This interaction is the primary variable.&lt;/p&gt;

&lt;p&gt;Low/zero-tax jurisdiction (UAE, Singapore under certain conditions, Paraguay): pass-through entities produce low or zero personal tax. Entity jurisdiction matters less for tax -- banking and client-facing factors dominate.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;3. Where are your primary revenue sources?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;US clients (&amp;gt;50% revenue): a US entity gives you banking compatibility, payment processor access, and avoids withholding headaches. US clients paying a foreign entity may need to withhold 30% under &lt;a href="https://www.irs.gov/businesses/corporations/foreign-account-tax-compliance-act-fatca" rel="noopener noreferrer"&gt;FATCA&lt;/a&gt; unless you provide a valid &lt;a href="https://www.irs.gov/forms-pubs/about-form-w-8-ben-e" rel="noopener noreferrer"&gt;W-8BEN-E&lt;/a&gt; with treaty benefits.&lt;/p&gt;

&lt;p&gt;EU clients: an EU entity simplifies VAT, SEPA payments, and onboarding. European corporate clients often prefer contracting with EU entities.&lt;/p&gt;

&lt;p&gt;Globally distributed: entity jurisdiction matters less. Banking infrastructure and payment processor coverage become the deciding factors.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;4. Are you seeking VC investment within 24 months?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;If yes: Delaware C-Corp. Full stop. Anything else means restructuring costs, potential tax events, and investor friction when you're trying to close a round.&lt;/p&gt;

&lt;p&gt;If no: pass-through structures (LLC, Ltd, OÜ) avoid double taxation.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;5. Do you need US banking or payment infrastructure?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;If yes: a US entity (LLC or C-Corp) is the most direct path to US bank accounts, &lt;a href="https://stripe.com/atlas" rel="noopener noreferrer"&gt;Stripe Atlas&lt;/a&gt; integration, and domestic ACH.&lt;/p&gt;

&lt;p&gt;If no: local or regional entities give you equivalent banking with less compliance.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;6. What is your 3-year trajectory?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Remaining solo: optimize for simplicity. Single-jurisdiction entity, pass-through taxation, minimal filings.&lt;/p&gt;

&lt;p&gt;Hiring 1-5 people: entity jurisdiction determines which labor laws apply. In-country hiring is simpler. Cross-border hiring may require an employer of record regardless of entity type.&lt;/p&gt;

&lt;p&gt;Raising capital: plan the entity for your fundraising jurisdiction from day one. Restructuring later is always possible but never free.&lt;/p&gt;

&lt;h2&gt;
  
  
  Common Structural Mismatches
&lt;/h2&gt;

&lt;p&gt;I see these patterns constantly. They're worth calling out because each one seemed reasonable to the founder at the time.&lt;/p&gt;

&lt;h3&gt;
  
  
  The US LLC for a Founder Without US Infrastructure Needs
&lt;/h3&gt;

&lt;p&gt;A German founder serving EU clients through a &lt;a href="https://sos.wyo.gov" rel="noopener noreferrer"&gt;Wyoming&lt;/a&gt; LLC now deals with: US tax filings (&lt;a href="https://www.irs.gov/forms-pubs/about-form-1040-nr" rel="noopener noreferrer"&gt;Form 1040-NR&lt;/a&gt; or Form 5472), German CFC reporting, potential German trade tax on LLC income attributed to the German-resident owner, US state compliance, and currency conversion costs on every euro invoice routed through a US bank. The LLC gives you US banking access and liability protection. If you don't need either, you've bought yourself compliance obligations for nothing.&lt;/p&gt;

&lt;h3&gt;
  
  
  The C-Corp Without an Investment Thesis
&lt;/h3&gt;

&lt;p&gt;A solo consultant who incorporates as a Delaware C-Corp pays 21% federal corporate tax on profits, then 23.8% on distributions (qualified dividend rate plus NIIT). Combined effective rate: over 40%. A pass-through structure would have produced a single layer of tax at the personal rate. Without QSBS, VC fundraising plans, or a reason to retain earnings at the corporate level, that corporate layer is just a tax hit. The &lt;a href="https://dev.to/blog/s-corp-election-timing-when-to-convert-llc"&gt;S-Corp election timing analysis&lt;/a&gt; covers when converting may help.&lt;/p&gt;

&lt;h3&gt;
  
  
  The Multi-Entity Structure at Low Revenue
&lt;/h3&gt;

&lt;p&gt;A founder earning $80,000 annually through a Delaware holding company with a UK operating subsidiary is paying for: two sets of tax filings, transfer pricing documentation, intercompany invoicing, two bank accounts with currency exposure, two annual reports, and two accounting engagements. That's $8,000 to $15,000 a year in compliance -- 10-19% of gross revenue. The benefits that would justify this (tax deferral, liability segregation, jurisdictional arbitrage) almost never materialize below $300,000 in revenue.&lt;/p&gt;

&lt;h3&gt;
  
  
  No Entity at All
&lt;/h3&gt;

&lt;p&gt;Then there's the opposite mistake. A sole proprietor pulling $200,000 in consulting revenue with client contracts that include indemnification clauses has zero liability separation. One client dispute and personal bank accounts, property, investments are all exposed. Entity formation ($500-2,000) and annual maintenance ($500-1,500) are a rounding error compared to what's at risk.&lt;/p&gt;

&lt;h2&gt;
  
  
  What This Framework Does Not Cover
&lt;/h2&gt;

&lt;p&gt;This maps structural options. It stops short of:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Tax optimization.&lt;/strong&gt; Entity type, tax residency, and treaty networks interact in jurisdiction-specific ways that require your actual numbers, dates, and treaty provisions.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Legal advice.&lt;/strong&gt; Liability protection standards, governance requirements, and IP ownership vary by jurisdiction and sit outside a structural framework.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Country-specific compliance.&lt;/strong&gt; Each jurisdiction has its own formation requirements, deadlines, and penalties. This framework tells you which jurisdictions matter; the specifics require local analysis.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Banking feasibility.&lt;/strong&gt; KYC requirements change constantly. A structurally sound entity choice can still hit practical barriers -- rejected applications, minimum deposits, in-person verification -- that no framework can predict.&lt;/p&gt;

&lt;h2&gt;
  
  
  Key Structural Observations
&lt;/h2&gt;

&lt;p&gt;Entity selection touches everything in a cross-border operation. Tax residency determines how income is taxed personally. Revenue geography determines where compliance obligations pop up. Growth trajectory determines whether the structure can handle what comes next without forcing a restructuring.&lt;/p&gt;

&lt;p&gt;The framework above isn't a recommendation. It's a visibility map. If you can locate your position on it, you can see which entity types fit your situation and which ones will create friction.&lt;/p&gt;

&lt;p&gt;One pattern shows up consistently: the right entity is almost never the cheapest to form or the most aggressive on tax. It's the one where entity type, tax residency, revenue sources, and growth plans create the least friction over multiple years. Seeing those interactions clearly is step one. Getting jurisdiction-specific analysis is step two.&lt;/p&gt;






&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;firstbase
stripe-atlas
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h2&gt;
  
  
  FAQ
&lt;/h2&gt;

&lt;h3&gt;
  
  
  Which entity type is best for a cross-border solo founder?
&lt;/h3&gt;

&lt;p&gt;There's no universal answer. It depends on your citizenship (US vs. non-US), tax residency (high-tax vs. low-tax), where your revenue comes from, and where you're headed (staying solo vs. hiring vs. fundraising). A US LLC works for founders who need US banking. A home-country entity works when you want single-jurisdiction simplicity. The best entity is whichever one creates the least friction across all four variables over multiple years.&lt;/p&gt;

&lt;h3&gt;
  
  
  Should a non-US founder form a US LLC?
&lt;/h3&gt;

&lt;p&gt;It depends on whether you actually need US infrastructure. If you need US banking, Stripe, or serve mostly US clients, a US LLC makes sense. If you have no US clients, no US banking needs, and don't realize the LLC triggers Form 5472 and other filing obligations, you're buying compliance headaches for no benefit. Your home country may also classify the LLC as a foreign corporation, triggering CFC rules that negate the pass-through tax advantage.&lt;/p&gt;

&lt;h3&gt;
  
  
  When does a multi-entity structure become worth the complexity?
&lt;/h3&gt;

&lt;p&gt;Rarely below $300,000-500,000 in annual revenue. A typical multi-entity setup (say, Delaware holding company plus UK operating subsidiary) costs $8,000-15,000 per year in compliance alone -- two sets of tax filings, transfer pricing docs, intercompany invoicing, two accountants. Below that revenue threshold, the compliance costs usually eat whatever structural benefit you'd get. The exact number depends on which jurisdictions you're combining and what the multi-entity structure is actually solving.&lt;/p&gt;

&lt;h3&gt;
  
  
  Do I need a Delaware C-Corp to raise venture capital?
&lt;/h3&gt;

&lt;p&gt;For US-based VC? Effectively yes. YC, a16z, and similar accelerators have standardized on Delaware C-Corps with post-money SAFEs. Showing up with a different structure means restructuring costs, potential tax events, and investors wondering why you're making their lawyers' lives harder. If you're not raising VC within 24 months, pass-through structures (LLC, Ltd, OÜ) avoid the double-taxation cost.&lt;/p&gt;

&lt;h3&gt;
  
  
  How does tax residency affect entity choice?
&lt;/h3&gt;

&lt;p&gt;It determines how income reaches you and at what rate. A disregarded US LLC passes all income to your personal return, filed wherever you're tax-resident. Same LLC, radically different outcomes: 0% if you're in the UAE, up to 48% in Germany. High-tax jurisdictions may also impose CFC rules on foreign entities, attributing undistributed profits to you personally -- which is exactly how the Estonian OÜ's deferral benefit gets negated for German residents.&lt;/p&gt;

&lt;h2&gt;
  
  
  Related Reading
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://dev.to/blog/stripe-atlas-vs-firstbase-vs-diy-what-they-structure"&gt;Stripe Atlas vs Firstbase vs DIY: What They Structure&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://dev.to/blog/how-to-form-us-llc-non-resident-2026"&gt;How to Form a US LLC as a Non-Resident (2026)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://dev.to/blog/tax-residency-determination-practical-guide-2026"&gt;Tax Residency Determination: Practical Guide 2026&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://dev.to/blog/qsbs-eligibility-checklist-cross-border"&gt;QSBS Eligibility Checklist for Cross-Border Founders&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://dev.to/blog/transfer-pricing-one-person-company"&gt;Transfer Pricing for One-Person Companies&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://dev.to/blog/when-multi-entity-complexity-becomes-structural-liability"&gt;When Multi-Entity Complexity Becomes Structural Liability&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://dev.to/blog/s-corp-election-timing-when-to-convert-llc"&gt;S-Corp Election Timing: When to Convert Your LLC&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://dev.to/blog/permanent-establishment-risk-the-line-your-cpa-might-not-see"&gt;Permanent Establishment Risk&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;




&lt;p&gt;&lt;em&gt;Originally published at &lt;a href="https://www.globalsolo.global/blog/entity-decision-framework-cross-border-founders" rel="noopener noreferrer"&gt;Global Solo&lt;/a&gt;. We build diagnostic tools for cross-border solo founders navigating entity, tax, and compliance risk.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>entitystructure</category>
      <category>decisionframework</category>
      <category>crossborder</category>
      <category>premium</category>
    </item>
    <item>
      <title>Stripe vs Paddle vs Lemon Squeezy: Fee Comparison (2026)</title>
      <dc:creator>Jett Fu</dc:creator>
      <pubDate>Wed, 08 Apr 2026 11:59:05 +0000</pubDate>
      <link>https://dev.to/jettfu/stripe-vs-paddle-vs-lemon-squeezy-fee-comparison-2026-2c77</link>
      <guid>https://dev.to/jettfu/stripe-vs-paddle-vs-lemon-squeezy-fee-comparison-2026-2c77</guid>
      <description>&lt;p&gt;&lt;strong&gt;Stripe charges 2.9% + 30¢ per transaction but you handle sales tax yourself. Paddle charges 5% + 50¢ but collects and remits sales tax in 200+ jurisdictions as your Merchant of Record. Lemon Squeezy matches Paddle's pricing and MoR model. At $50K annual revenue, Stripe costs ~$1,480 in processing but potentially thousands more in tax compliance — Paddle costs ~$2,530 all-in.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;I've processed payments through Stripe across multiple entities in the US, Hong Kong, and Australia. The fee comparison looks straightforward on paper. It's not.&lt;/p&gt;

&lt;p&gt;The real question isn't which platform charges less. It's who bears the burden of being the seller — and the &lt;a href="https://dev.to/blog/permanent-establishment-risk-the-line-your-cpa-might-not-see"&gt;jurisdictional exposure&lt;/a&gt; that comes with it. &lt;a href="https://stripe.com" rel="noopener noreferrer"&gt;Stripe&lt;/a&gt; is a payment processor: you are the merchant of record, you handle taxes. &lt;a href="https://www.paddle.com" rel="noopener noreferrer"&gt;Paddle&lt;/a&gt; and &lt;a href="https://www.lemonsqueezy.com" rel="noopener noreferrer"&gt;Lemon Squeezy&lt;/a&gt; are Merchants of Record (MoR): they are the seller, and they handle sales tax and VAT for you.&lt;/p&gt;

&lt;p&gt;That one difference ripples into how your revenue gets classified, where tax obligations arise, and how authorities in multiple jurisdictions see your business.&lt;/p&gt;

&lt;h2&gt;
  
  
  What is the difference between direct processing and Merchant of Record?
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;You're either the seller or you're not. Everything else flows from that.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Founders use "payment processor" and "Merchant of Record" interchangeably. They shouldn't.&lt;/p&gt;

&lt;h3&gt;
  
  
  Direct processing (Stripe model)
&lt;/h3&gt;

&lt;p&gt;When a customer buys your product through Stripe, the transaction flows like this:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Customer pays $100 for your product.&lt;/li&gt;
&lt;li&gt;Stripe processes the payment. You are the merchant of record.&lt;/li&gt;
&lt;li&gt;Stripe deposits $97.10 (after &lt;a href="https://stripe.com/pricing" rel="noopener noreferrer"&gt;2.9% + $0.30 fee&lt;/a&gt;) to your bank account.&lt;/li&gt;
&lt;li&gt;The customer's credit card statement shows your business name.&lt;/li&gt;
&lt;li&gt;You are responsible for determining whether sales tax or VAT applies to this transaction.&lt;/li&gt;
&lt;li&gt;If it applies, you are responsible for collecting the correct amount, filing returns in the applicable jurisdiction, and remitting the tax.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;What this means in practice: you are the seller. The sale runs from &lt;a href="https://dev.to/blog/entity-decision-framework-cross-border-founders"&gt;your entity&lt;/a&gt; to the customer. Every transaction is a potential nexus event -- a connection between your entity and the customer's tax jurisdiction that could trigger a collection obligation.&lt;/p&gt;

&lt;p&gt;Sell a SaaS product to customers in 30 countries on Stripe, and you've got 30 potential jurisdictional obligations. Whether they actually apply depends on thresholds, treaties, and local digital services rules. But the exposure is there from day one.&lt;/p&gt;

&lt;p&gt;I learned this the hard way. At AirPop we processed Stripe payments across multiple countries simultaneously, and I underestimated how fast the tax burden scales. Once you have customers in the EU, UK, and Australia, each jurisdiction triggers its own VAT or GST registration. The 2% fee difference between Stripe and an MoR platform evaporates quickly when you factor in the accountant hours.&lt;/p&gt;

&lt;h3&gt;
  
  
  Merchant of Record (Paddle / Lemon Squeezy model)
&lt;/h3&gt;

&lt;p&gt;When a customer buys your product through Paddle or Lemon Squeezy acting as Merchant of Record:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Customer pays $100 for your product.&lt;/li&gt;
&lt;li&gt;Paddle (or Lemon Squeezy) is the merchant of record. The customer buys from Paddle, not from you.&lt;/li&gt;
&lt;li&gt;Paddle collects the $100, determines applicable sales tax or VAT, adds or includes it in the price, and handles collection.&lt;/li&gt;
&lt;li&gt;Paddle remits the tax to the applicable jurisdiction.&lt;/li&gt;
&lt;li&gt;Paddle pays you your share after deducting their fee and the tax amount.&lt;/li&gt;
&lt;li&gt;The customer's credit card statement shows Paddle's name, not yours.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;The key difference: Paddle is the seller, not you. Your entity is a vendor to Paddle. The jurisdictional nexus runs between Paddle and the customer -- you're not in the chain.&lt;/p&gt;

&lt;p&gt;That means no VAT registration in the EU, no sales tax collection in US states, no tracking which jurisdictions you've triggered. The MoR handles all of it. For more on how this affects your &lt;a href="https://dev.to/blog/the-invoice-trail-how-cross-border-income-gets-classified"&gt;income classification&lt;/a&gt;, that's worth a separate read.&lt;/p&gt;

&lt;p&gt;The trade-off: higher fees, less control over the customer relationship, and dependency on the MoR platform's continued operation. Your customers think they're buying from Paddle, not from you.&lt;/p&gt;

&lt;h2&gt;
  
  
  How much do Stripe, Paddle, and Lemon Squeezy charge?
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Stripe's 2.9% headline rate is misleading for cross-border founders. Add international fees and tax compliance, and you're at 4.9-5.2% -- less than 1% below Paddle.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Everyone starts with the fee comparison table. Fair enough. But look at the full cost, not just the headline rate.&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Fee Component&lt;/th&gt;
&lt;th&gt;Stripe&lt;/th&gt;
&lt;th&gt;Paddle&lt;/th&gt;
&lt;th&gt;Lemon Squeezy&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Standard transaction fee&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href="https://stripe.com/pricing" rel="noopener noreferrer"&gt;2.9% + $0.30&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href="https://www.paddle.com/pricing" rel="noopener noreferrer"&gt;5% + $0.50&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href="https://www.lemonsqueezy.com/pricing" rel="noopener noreferrer"&gt;5% + $0.50&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;International card fee&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;+1.5%&lt;/td&gt;
&lt;td&gt;Included in 5%&lt;/td&gt;
&lt;td&gt;Included in 5%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Currency conversion fee&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;1%&lt;/td&gt;
&lt;td&gt;Included&lt;/td&gt;
&lt;td&gt;Included&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Effective rate (US card)&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;~3.2%&lt;/td&gt;
&lt;td&gt;~5.5%&lt;/td&gt;
&lt;td&gt;~5.5%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Effective rate (international card)&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;~4.7%&lt;/td&gt;
&lt;td&gt;~5.5%&lt;/td&gt;
&lt;td&gt;~5.5%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Payout frequency&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;2-day rolling (standard)&lt;/td&gt;
&lt;td&gt;Monthly (NET 15-30)&lt;/td&gt;
&lt;td&gt;Bi-weekly or monthly&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Payout currencies&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Multiple (to linked bank)&lt;/td&gt;
&lt;td&gt;USD, EUR, GBP, others&lt;/td&gt;
&lt;td&gt;USD, EUR, GBP&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Refund fee&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Fee not returned&lt;/td&gt;
&lt;td&gt;Fee not returned&lt;/td&gt;
&lt;td&gt;Fee not returned&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Chargeback fee&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;$15&lt;/td&gt;
&lt;td&gt;Handled by Paddle&lt;/td&gt;
&lt;td&gt;Handled by Lemon Squeezy&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Sales tax/VAT handling&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;
&lt;a href="https://stripe.com/tax" rel="noopener noreferrer"&gt;Stripe Tax&lt;/a&gt; (additional 0.5%)&lt;/td&gt;
&lt;td&gt;Included&lt;/td&gt;
&lt;td&gt;Included&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Monthly minimum / base fee&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;$0&lt;/td&gt;
&lt;td&gt;$0&lt;/td&gt;
&lt;td&gt;$0&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;At the headline level, Stripe looks significantly cheaper: 2.9% + $0.30 vs 5% + $0.50. But most cross-border founders have majority international transactions. Add the +1.5% international card surcharge and 1% currency conversion, and Stripe's effective rate hits 4.4-4.7%. Tack on Stripe Tax at 0.5% for sales tax compliance and you're at 4.9-5.2%.&lt;/p&gt;

&lt;p&gt;Less than 1% separates you from Paddle's all-in rate -- and Paddle includes the tax compliance that Stripe charges extra for.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Watch the payout timing.&lt;/strong&gt; Stripe pays out on a 2-day rolling basis. Money hits your &lt;a href="https://dev.to/blog/mercury-vs-wise-vs-relay-best-bank-2026"&gt;bank account&lt;/a&gt; fast. Paddle holds your revenue for 15-30 days. If you're a solo founder watching cash flow carefully, that's not a convenience difference -- it's real money sitting in someone else's account. Revenue earned in January might not reach you until February.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Chargebacks are a different story.&lt;/strong&gt; On Stripe, you deal with disputes yourself -- gathering evidence, writing responses, eating the $15 fee win or lose. Paddle and Lemon Squeezy handle chargebacks for you because they're the merchant of record. If you're in a category with higher dispute rates, that alone can justify the fee premium.&lt;/p&gt;

&lt;h2&gt;
  
  
  Who handles sales tax — you or the platform?
&lt;/h2&gt;

&lt;p&gt;This is where the real cost difference lives. Most founders skip straight to the fee table and never think about who files the tax returns.&lt;/p&gt;

&lt;h3&gt;
  
  
  Stripe: you handle tax compliance
&lt;/h3&gt;

&lt;p&gt;With Stripe, you are the merchant of record. Tax compliance is your responsibility:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;US sales tax.&lt;/strong&gt; If your customers are in the US, you may have sales tax collection obligations in states where you have nexus. Nexus can be established through physical presence or, in most states following &lt;a href="https://www.supremecourt.gov/opinions/17pdf/17-494_j4el.pdf" rel="noopener noreferrer"&gt;South Dakota v. Wayfair (2018)&lt;/a&gt;, through economic nexus — exceeding revenue or transaction thresholds in a state. Each &lt;a href="https://www.irs.gov/businesses/small-businesses-self-employed/state-government-websites" rel="noopener noreferrer"&gt;state sets its own thresholds, rates, and rules&lt;/a&gt; for digital products. A SaaS product sold to customers in 30 US states may create filing obligations in each state that has been triggered.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;EU VAT.&lt;/strong&gt; If your customers are in the EU, the EU's &lt;a href="https://vat-one-stop-shop.ec.europa.eu/index_en" rel="noopener noreferrer"&gt;One-Stop Shop (OSS)&lt;/a&gt; system allows you to register in a single EU member state and file a single VAT return for all EU sales of digital services. The threshold for non-EU businesses selling to EU consumers is zero — the first sale triggers the obligation. The VAT rate varies by member state (17% to 27%).&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Other jurisdictions.&lt;/strong&gt; Australia (GST), Canada (GST/HST by province), the UK (VAT), Japan (consumption tax), India (GST) — each has its own rules for digital services sold by foreign entities. The number of jurisdictions with digital services tax requirements has been increasing.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;a href="https://stripe.com/tax" rel="noopener noreferrer"&gt;Stripe Tax&lt;/a&gt;&lt;/strong&gt; is Stripe's add-on product for automated tax calculation and collection. At &lt;a href="https://stripe.com/pricing" rel="noopener noreferrer"&gt;0.5% per transaction&lt;/a&gt;, it calculates the correct tax amount based on the customer's location and your product classification. It collects the tax at checkout and provides reporting for filing. It does not file returns or remit the tax — that remains the founder's responsibility. For a solo founder, this means Stripe Tax handles calculation and collection, but filing and remittance still require either manual effort or a third-party tax filing service.&lt;/p&gt;

&lt;h3&gt;
  
  
  Paddle and Lemon Squeezy: they handle tax compliance
&lt;/h3&gt;

&lt;p&gt;As the Merchant of Record, Paddle and Lemon Squeezy assume the tax compliance obligation:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;They determine whether sales tax or VAT applies to each transaction.&lt;/li&gt;
&lt;li&gt;They calculate the correct amount based on the customer's jurisdiction.&lt;/li&gt;
&lt;li&gt;They collect the tax from the customer.&lt;/li&gt;
&lt;li&gt;They file the returns in the applicable jurisdictions.&lt;/li&gt;
&lt;li&gt;They remit the tax to the tax authorities.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Your entity is not the seller. You receive a payment from Paddle or Lemon Squeezy for products sold -- not revenue from customers directly. That distinction matters for &lt;a href="https://dev.to/blog/the-invoice-trail-how-cross-border-income-gets-classified"&gt;how your income gets classified&lt;/a&gt; and reported on your &lt;a href="https://dev.to/blog/tax-residency-determination-practical-guide-2026"&gt;tax returns&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;For a solo founder without a finance team, this is the primary value of the MoR model. You don't need to register for VAT in five countries, track thresholds across dozens of jurisdictions, or hire a multi-jurisdiction filing service. The platform does it.&lt;/p&gt;

&lt;p&gt;The trade-off is real though: you lose control over pricing display, customer communication (Paddle's name shows on receipts, not yours), and refund policies.&lt;/p&gt;

&lt;h2&gt;
  
  
  When should you use Stripe vs Paddle vs Lemon Squeezy?
&lt;/h2&gt;

&lt;p&gt;This depends on where you are in your business, where your customers are, and how much tax complexity you're willing to absorb.&lt;/p&gt;

&lt;h3&gt;
  
  
  Revenue level
&lt;/h3&gt;

&lt;p&gt;Under $10K/year? Don't overthink it. Few tax thresholds have been triggered, and the difference between 3% and 5% on small volume is a rounding error.&lt;/p&gt;

&lt;p&gt;As revenue grows, two forces pull in opposite directions: the dollar savings from Stripe's lower fees get bigger, but so does the tax compliance headache. Somewhere between $30K and $100K in annual revenue -- depending on how global your customer base is -- the compliance costs catch up to the fee savings. That's the crossover point, and it's where most founders wish they'd gone MoR from the start.&lt;/p&gt;

&lt;h3&gt;
  
  
  Customer geography
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;Primarily US customers.&lt;/strong&gt; Stripe plus a filing service like TaxJar can handle 50 states. It's complex but manageable, and you keep the lower fees. Paying 5% to an MoR when 80% of your revenue is domestic is hard to justify.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Primarily EU customers.&lt;/strong&gt; The EU's OSS system helps -- one registration, one quarterly filing. But you're still managing 27 different VAT rates. An MoR eliminates this entirely, and for EU-heavy revenue the fee premium pays for itself fast.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Global distribution.&lt;/strong&gt; This is where the MoR model wins outright. Every new jurisdiction you sell into adds another compliance obligation on Stripe. With Paddle or Lemon Squeezy, you can sell into 50 countries and the tax burden stays flat.&lt;/p&gt;

&lt;h3&gt;
  
  
  Product type
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;One-time purchases.&lt;/strong&gt; Either works fine. Stripe saves you money on fees, and the tax burden is proportional to how many countries you sell into.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Subscriptions.&lt;/strong&gt; This is where MoR platforms earn their fee premium. Paddle and Lemon Squeezy handle billing, dunning, subscription management, and tax compliance on recurring charges across jurisdictions that change over time. &lt;a href="https://stripe.com/billing" rel="noopener noreferrer"&gt;Stripe Billing&lt;/a&gt; handles the billing mechanics well, but the tax compliance is still on you.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Digital products with variable pricing.&lt;/strong&gt; Displaying the right price with the right tax in the right currency across 30 countries? Paddle handles that out of the box. On Stripe, you're building that logic yourself.&lt;/p&gt;

&lt;h3&gt;
  
  
  Tax complexity tolerance
&lt;/h3&gt;

&lt;p&gt;Most founders think about this last. It should be first.&lt;/p&gt;

&lt;p&gt;The question isn't whether you &lt;em&gt;can&lt;/em&gt; handle tax compliance. It's whether you &lt;em&gt;will&lt;/em&gt; -- consistently, across every jurisdiction, every quarter, indefinitely. Be honest with yourself here. Tax compliance isn't a one-time setup. It's a recurring obligation that grows with your business. If you're a solo founder and your time is the bottleneck, spending 10 hours a month on multi-jurisdiction tax filings is 10 hours you're not building product. A &lt;a href="https://dev.to/blog/cross-border-compliance-checklist-2026"&gt;compliance checklist&lt;/a&gt; can help you map out what you're signing up for.&lt;/p&gt;

&lt;h2&gt;
  
  
  What are the risks of depending on one payment platform?
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Both models lock you in. The question is what breaks when something goes wrong.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Every payment platform creates dependency. The nature of that dependency is different, and it matters.&lt;/p&gt;

&lt;h3&gt;
  
  
  Stripe dependency
&lt;/h3&gt;

&lt;p&gt;Your entity is the merchant. Your Stripe account processes every transaction and feeds into your bank account. If Stripe restricts, freezes, or closes your account:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Payments stop processing.&lt;/li&gt;
&lt;li&gt;Payouts get held.&lt;/li&gt;
&lt;li&gt;Subscriptions fail.&lt;/li&gt;
&lt;li&gt;You still own the customer relationship, but you have no payment rail.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Switching away from Stripe means migrating payment methods, updating integrations, and potentially re-entering customer billing data. That takes weeks, not days. &lt;a href="https://dev.to/blog/banking-redundancy-setup-guide"&gt;Banking redundancy&lt;/a&gt; matters here -- you don't want a single point of failure on your revenue pipeline.&lt;/p&gt;

&lt;h3&gt;
  
  
  MoR dependency
&lt;/h3&gt;

&lt;p&gt;With Paddle or Lemon Squeezy, the platform is the merchant. The dependency cuts deeper:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;If the platform goes down, you lose both payment processing and the merchant relationship. There's no fallback.&lt;/li&gt;
&lt;li&gt;Customer payment methods live with the MoR, not with you.&lt;/li&gt;
&lt;li&gt;The MoR controls pricing display, tax handling, and customer-facing communication.&lt;/li&gt;
&lt;li&gt;Switching to Stripe (or another MoR) means rebuilding every customer billing relationship from scratch. Payment methods don't transfer.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Here's how I think about it: Stripe dependency is shallow but wide -- you keep the customer relationship, you just need a new payment rail. MoR dependency is deep -- the customers' payment methods, their receipts, their refund expectations are all tied to the platform. If Paddle goes down, you're rebuilding from scratch.&lt;/p&gt;

&lt;p&gt;Neither is inherently safer. But you should know which kind of dependency you're taking on. See also: &lt;a href="https://dev.to/blog/structural-risks-platform-dependent-founders"&gt;what platform-dependent founders miss&lt;/a&gt; and &lt;a href="https://dev.to/blog/indie-hackers-your-stripe-dashboard-is-not-a-structure"&gt;why your Stripe dashboard isn't a financial structure&lt;/a&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  Can you use Stripe and Paddle together?
&lt;/h2&gt;

&lt;p&gt;It doesn't have to be either/or. Plenty of founders use both.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Stripe for domestic, MoR for international.&lt;/strong&gt; This is probably the smartest hybrid setup. Use Stripe for US transactions where you only have one sales tax jurisdiction to manage, and route international transactions through Paddle or Lemon Squeezy where the compliance burden is heaviest. You get Stripe's lower fees on domestic volume and delegate the international tax mess to the MoR.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Start with MoR, migrate to Stripe later.&lt;/strong&gt; When you're small and have zero tax compliance infrastructure, the MoR model makes life simple. As revenue grows and you &lt;a href="https://dev.to/blog/how-to-form-us-llc-non-resident-2026"&gt;form a US entity&lt;/a&gt;, you can bring payment processing in-house. Just know that migrating means rebuilding your customer billing relationships from zero.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Start with Stripe, add MoR later.&lt;/strong&gt; This is the easier migration path. Your existing Stripe customers stay on Stripe while you route new international customers through the MoR. No disruption to existing relationships.&lt;/p&gt;

&lt;p&gt;Your payment architecture can evolve. Just remember: customer payment methods don't transfer between platforms. Every migration creates churn risk. Plan accordingly.&lt;/p&gt;

&lt;h2&gt;
  
  
  How does your payment processor affect your business structure?
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;What works at $1K/month can break at $10K/month. Choose for where you're going, not where you are.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;This isn't a commodity decision. The choice persists as long as you use the platform, and switching costs are real.&lt;/p&gt;

&lt;p&gt;Stripe gives you lower fees, faster payouts, and full control. You pay for that control with tax compliance -- which is real work, recurring work, and grows with every new jurisdiction you sell into.&lt;/p&gt;

&lt;p&gt;Paddle and Lemon Squeezy take the tax burden off your plate, handle chargebacks, and simplify international selling. You pay for that with higher fees, slower payouts, and deeper lock-in.&lt;/p&gt;

&lt;p&gt;I've seen this pattern repeatedly: founders pick Stripe because 2.9% beats 5% when they're doing $1K/month. At $10K/month with customers in 15 countries, they're spending more on accountants than they saved on fees. The processor didn't change -- their business did.&lt;/p&gt;

&lt;p&gt;Pick the architecture that matches where your business is heading, not just where it is today.&lt;/p&gt;






&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;stripe-atlas
wise-business
mercury
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h2&gt;
  
  
  Visual: Payment Processing Model Comparison
&lt;/h2&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Stage&lt;/th&gt;
&lt;th&gt;Detail&lt;/th&gt;
&lt;th&gt;Risk&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Your Product&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;—&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Direct Processing&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;(Stripe)&lt;/td&gt;
&lt;td&gt;—&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Merchant of Record&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;(Paddle / Lemon Squeezy)&lt;/td&gt;
&lt;td&gt;—&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;You = Merchant&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;of Record&lt;/td&gt;
&lt;td&gt;Medium&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;You Handle&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Tax Compliance&lt;/td&gt;
&lt;td&gt;High&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;~3-5% Effective Rate&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;2-Day Payouts&lt;/td&gt;
&lt;td&gt;Low&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;They = Merchant&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;of Record&lt;/td&gt;
&lt;td&gt;Low&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;They Handle&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Tax Compliance&lt;/td&gt;
&lt;td&gt;Low&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;~5.5% Effective Rate&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Monthly Payouts&lt;/td&gt;
&lt;td&gt;Medium&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;h2&gt;
  
  
  FAQ
&lt;/h2&gt;

&lt;h3&gt;
  
  
  What is the difference between a payment processor and a Merchant of Record?
&lt;/h3&gt;

&lt;p&gt;A payment processor (Stripe) handles the mechanics of charging the customer's card and depositing funds to your bank account. You are the seller, your name appears on the receipt, and you are responsible for sales tax and VAT compliance. A Merchant of Record (Paddle, Lemon Squeezy) is the legal seller — the customer buys from them, their name appears on the receipt, and they handle all tax calculation, collection, filing, and remittance globally.&lt;/p&gt;

&lt;h3&gt;
  
  
  Is Stripe or Paddle cheaper for international SaaS sales?
&lt;/h3&gt;

&lt;p&gt;At the headline level, Stripe (2.9% + $0.30) appears significantly cheaper than Paddle (5% + $0.50). For international transactions, Stripe's effective rate increases to approximately 4.9-5.2% when international card surcharges (+1.5%), currency conversion (+1%), and Stripe Tax (+0.5%) are included. The effective difference narrows to less than 1%, and the MoR model includes global tax compliance that Stripe's base product does not.&lt;/p&gt;

&lt;h3&gt;
  
  
  Does Lemon Squeezy still operate independently after Stripe acquired it?
&lt;/h3&gt;

&lt;p&gt;As of early 2026, Lemon Squeezy continues to operate as an independent product with its own pricing, dashboard, and Merchant of Record infrastructure. The long-term strategic direction under Stripe ownership has not been publicly clarified. Founders building on Lemon Squeezy accept the uncertainty that the platform's features, pricing, or independence may change.&lt;/p&gt;

&lt;h3&gt;
  
  
  Can I use Stripe and Paddle together?
&lt;/h3&gt;

&lt;p&gt;Yes. Some founders use Stripe for US domestic transactions (where sales tax management is simpler and Stripe's lower fees provide a cost advantage) and Paddle or Lemon Squeezy for international transactions (where the MoR model eliminates multi-jurisdiction tax compliance). This hybrid approach captures Stripe's lower domestic fees while delegating international tax compliance to the MoR platform.&lt;/p&gt;

&lt;h3&gt;
  
  
  What happens to my customers if I switch from Paddle to Stripe?
&lt;/h3&gt;

&lt;p&gt;Switching from Paddle to Stripe requires every active subscriber to re-enter payment details through a new checkout flow. Under the MoR model, existing subscriptions are legally contracts between the customer and Paddle, not between the customer and your company. Customer payment methods are not portable between platforms. For a SaaS with active subscribers, this migration creates churn risk.&lt;/p&gt;

&lt;h2&gt;
  
  
  Key Takeaways
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Stripe vs MoR isn't a fee decision -- it's a question of who is the legal seller and who handles tax compliance in every jurisdiction you sell into.&lt;/li&gt;
&lt;li&gt;For international transactions, Stripe's effective rate (4.9-5.2% with all add-ons) is less than 1% below Paddle's 5.5% all-in rate.&lt;/li&gt;
&lt;li&gt;Tax compliance is the real differentiator. On Stripe, you file returns in every triggered jurisdiction. On Paddle or Lemon Squeezy, they do it for you.&lt;/li&gt;
&lt;li&gt;Both models lock you in, but differently. Stripe lock-in is the payment rail. MoR lock-in includes the customer relationship -- payment methods don't transfer.&lt;/li&gt;
&lt;li&gt;What works at launch can break at scale. The tax compliance burden grows with every new country; the MoR fee stays flat.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Related Reading
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://dev.to/blog/stripe-atlas-vs-firstbase-vs-doola-pricing-comparison-2026"&gt;Stripe Atlas vs Firstbase vs Doola: Pricing Comparison 2026&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://dev.to/blog/mercury-vs-wise-vs-relay-best-bank-2026"&gt;Mercury vs Wise vs Relay: Best Banking for Non-Resident Founders 2026&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://dev.to/blog/wise-vs-payoneer-vs-mercury-multi-currency-comparison-2026"&gt;Wise vs Payoneer vs Mercury: Multi-Currency Comparison 2026&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://dev.to/blog/deel-vs-oyster-vs-remote-eor-comparison-2026"&gt;Deel vs Oyster vs Remote: EOR Comparison 2026&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://dev.to/blog/delaware-vs-wyoming-llc-non-resident-comparison-2026"&gt;Delaware vs Wyoming LLC: Non-Resident Comparison 2026&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;




&lt;p&gt;&lt;em&gt;Originally published at &lt;a href="https://www.globalsolo.global/blog/stripe-vs-paddle-vs-lemon-squeezy-2026" rel="noopener noreferrer"&gt;Global Solo&lt;/a&gt;. We build diagnostic tools for cross-border solo founders navigating entity, tax, and compliance risk.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>bankingpayments</category>
      <category>stripe</category>
      <category>paddle</category>
      <category>lemonsqueezy</category>
    </item>
    <item>
      <title>Cross-Border Solo Founder Compliance Checklist 2026</title>
      <dc:creator>Jett Fu</dc:creator>
      <pubDate>Wed, 08 Apr 2026 11:57:57 +0000</pubDate>
      <link>https://dev.to/jettfu/cross-border-solo-founder-compliance-checklist-2026-3d9n</link>
      <guid>https://dev.to/jettfu/cross-border-solo-founder-compliance-checklist-2026-3d9n</guid>
      <description>&lt;p&gt;I've run businesses across the US, China, Hong Kong, Singapore, and Australia. At no point did a single advisor hand me a complete list of everything I owed, everywhere. Each jurisdiction assumes it's the only one that matters. Each accountant knows their own filings. Nobody maps the full surface.&lt;/p&gt;

&lt;p&gt;That's the real gap for cross-border founders. You're not deliberately non-compliant. You just haven't seen the complete inventory. You file US taxes on time, keep your LLC registration current, deposit income into a US bank account, and assume you're covered. Meanwhile you have unfiled &lt;a href="https://dev.to/blog/fbar-for-digital-nomads-the-10k-threshold-trap"&gt;FBAR&lt;/a&gt; obligations, unreported foreign entity interests, missed state franchise tax deadlines, and documentation gaps that compound every year they sit.&lt;/p&gt;

&lt;p&gt;This article is a structural inventory of what exists. Not advice on what to do about any of it.&lt;/p&gt;

&lt;h2&gt;
  
  
  Annual compliance calendar
&lt;/h2&gt;

&lt;p&gt;There is no "filing season" when you operate across borders. Deadlines are staggered throughout the year. The timeline below covers US-centric deadlines with international reporting layered in.&lt;/p&gt;

&lt;h3&gt;
  
  
  Q1: January through March
&lt;/h3&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Deadline&lt;/th&gt;
&lt;th&gt;Obligation&lt;/th&gt;
&lt;th&gt;Form/Filing&lt;/th&gt;
&lt;th&gt;Who It Applies To&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;January 31&lt;/td&gt;
&lt;td&gt;Issue &lt;a href="https://www.irs.gov/forms-pubs/about-form-1099-nec" rel="noopener noreferrer"&gt;1099-NEC&lt;/a&gt; to US contractors&lt;/td&gt;
&lt;td&gt;1099-NEC&lt;/td&gt;
&lt;td&gt;Any business that paid $600+ to a US non-employee&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;January 31&lt;/td&gt;
&lt;td&gt;Issue 1099-MISC for rents, royalties, other income&lt;/td&gt;
&lt;td&gt;1099-MISC&lt;/td&gt;
&lt;td&gt;Businesses making qualifying payments&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;January 31&lt;/td&gt;
&lt;td&gt;W-2 to employees&lt;/td&gt;
&lt;td&gt;W-2&lt;/td&gt;
&lt;td&gt;S-Corp owner-employees, any employees on payroll&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;January 31&lt;/td&gt;
&lt;td&gt;File 1099s and W-2s with IRS/SSA&lt;/td&gt;
&lt;td&gt;Transmittal forms&lt;/td&gt;
&lt;td&gt;Same as above&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;March 15&lt;/td&gt;
&lt;td&gt;S-Corp return due&lt;/td&gt;
&lt;td&gt;Form 1120-S&lt;/td&gt;
&lt;td&gt;S-Corp entities (or LLCs with S-Corp election)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;March 15&lt;/td&gt;
&lt;td&gt;Partnership return due&lt;/td&gt;
&lt;td&gt;Form 1065&lt;/td&gt;
&lt;td&gt;Multi-member LLCs, partnerships&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;March 15&lt;/td&gt;
&lt;td&gt;S-Corp election filing deadline&lt;/td&gt;
&lt;td&gt;&lt;a href="https://www.irs.gov/forms-pubs/about-form-2553" rel="noopener noreferrer"&gt;Form 2553&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;LLCs electing S-Corp treatment for current year&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;If you have income from multiple platforms and brand deals, the &lt;a href="https://dev.to/blog/product-gifts-multiple-1099s-creator-tax-reality"&gt;creator tax reality guide&lt;/a&gt; covers how multiple 1099 sources and international payments create a reconciliation mess at filing time.&lt;/p&gt;

&lt;p&gt;Q1 is the densest period. Miss the January 31 deadlines and penalties stack fast: $60 per form if corrected within 30 days, $120 per form if corrected by August 1, $310 per form after that. No cap for intentional disregard.&lt;/p&gt;

&lt;h3&gt;
  
  
  Q2: April through June
&lt;/h3&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Deadline&lt;/th&gt;
&lt;th&gt;Obligation&lt;/th&gt;
&lt;th&gt;Form/Filing&lt;/th&gt;
&lt;th&gt;Who It Applies To&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;April 15&lt;/td&gt;
&lt;td&gt;Personal income tax return&lt;/td&gt;
&lt;td&gt;Form 1040&lt;/td&gt;
&lt;td&gt;US citizens and resident aliens&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;April 15&lt;/td&gt;
&lt;td&gt;C-Corp return due&lt;/td&gt;
&lt;td&gt;Form 1120&lt;/td&gt;
&lt;td&gt;C-Corporations&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;April 15&lt;/td&gt;
&lt;td&gt;FBAR due (auto-extended to Oct 15)&lt;/td&gt;
&lt;td&gt;FinCEN 114&lt;/td&gt;
&lt;td&gt;US persons with foreign accounts &amp;gt; $10K aggregate&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;April 15&lt;/td&gt;
&lt;td&gt;First quarter estimated tax payment&lt;/td&gt;
&lt;td&gt;Form 1040-ES&lt;/td&gt;
&lt;td&gt;Self-employed individuals and pass-through owners&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;April 15&lt;/td&gt;
&lt;td&gt;FATCA reporting (with tax return)&lt;/td&gt;
&lt;td&gt;Form 8938&lt;/td&gt;
&lt;td&gt;US persons with specified foreign financial assets above threshold&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;June 15&lt;/td&gt;
&lt;td&gt;Expat filing deadline (auto extension)&lt;/td&gt;
&lt;td&gt;Form 1040&lt;/td&gt;
&lt;td&gt;US citizens and residents living abroad&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;June 15&lt;/td&gt;
&lt;td&gt;Second quarter estimated tax payment&lt;/td&gt;
&lt;td&gt;Form 1040-ES&lt;/td&gt;
&lt;td&gt;Self-employed individuals and pass-through owners&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;April 15 is the most concentrated deadline on the calendar. One thing that trips people up: &lt;a href="https://www.irs.gov/businesses/small-businesses-self-employed/report-of-foreign-bank-and-financial-accounts-fbar" rel="noopener noreferrer"&gt;FBAR&lt;/a&gt; and &lt;a href="https://www.irs.gov/businesses/corporations/foreign-account-tax-compliance-act-fatca" rel="noopener noreferrer"&gt;FATCA&lt;/a&gt; both involve foreign financial reporting, but they go to different agencies (&lt;a href="https://www.fincen.gov" rel="noopener noreferrer"&gt;FinCEN&lt;/a&gt; vs. &lt;a href="https://www.irs.gov" rel="noopener noreferrer"&gt;IRS&lt;/a&gt;), have different thresholds, and carry different penalties. You may owe both on the same accounts. More on FBAR: &lt;a href="https://dev.to/blog/fbar-for-digital-nomads-the-10k-threshold-trap"&gt;The $10K Threshold Trap&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;The June 15 expat extension is a filing extension only. Interest accrues on unpaid taxes from April 15 no matter where you live.&lt;/p&gt;

&lt;h3&gt;
  
  
  Q3: July through September
&lt;/h3&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Deadline&lt;/th&gt;
&lt;th&gt;Obligation&lt;/th&gt;
&lt;th&gt;Form/Filing&lt;/th&gt;
&lt;th&gt;Who It Applies To&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;September 15&lt;/td&gt;
&lt;td&gt;Third quarter estimated tax payment&lt;/td&gt;
&lt;td&gt;Form 1040-ES&lt;/td&gt;
&lt;td&gt;Self-employed individuals and pass-through owners&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;September 15&lt;/td&gt;
&lt;td&gt;Extended S-Corp/Partnership return due&lt;/td&gt;
&lt;td&gt;Forms 1120-S, 1065&lt;/td&gt;
&lt;td&gt;Entities that filed extensions&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;Q3 looks lighter, but it's where extended returns come due. If you filed an extension in March, September 15 is your wall. Filing close to that deadline leaves almost no margin for error correction before October hits.&lt;/p&gt;

&lt;h3&gt;
  
  
  Q4: October through December
&lt;/h3&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Deadline&lt;/th&gt;
&lt;th&gt;Obligation&lt;/th&gt;
&lt;th&gt;Form/Filing&lt;/th&gt;
&lt;th&gt;Who It Applies To&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;October 15&lt;/td&gt;
&lt;td&gt;Extended personal return due&lt;/td&gt;
&lt;td&gt;Form 1040&lt;/td&gt;
&lt;td&gt;Individuals who filed extensions&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;October 15&lt;/td&gt;
&lt;td&gt;FBAR final deadline&lt;/td&gt;
&lt;td&gt;FinCEN 114&lt;/td&gt;
&lt;td&gt;US persons with foreign accounts (auto-extended from April 15)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;October 15&lt;/td&gt;
&lt;td&gt;Extended C-Corp return due&lt;/td&gt;
&lt;td&gt;Form 1120&lt;/td&gt;
&lt;td&gt;C-Corps that filed extensions&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;December 31&lt;/td&gt;
&lt;td&gt;Estimated tax safe harbor assessment&lt;/td&gt;
&lt;td&gt;—&lt;/td&gt;
&lt;td&gt;Planning for next-year estimated payments&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;January 15 (next year)&lt;/td&gt;
&lt;td&gt;Fourth quarter estimated tax payment&lt;/td&gt;
&lt;td&gt;Form 1040-ES&lt;/td&gt;
&lt;td&gt;Self-employed individuals and pass-through owners&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;October 15 is the final deadline for most individual filings. After that, late filing penalties accumulate at 5% of unpaid taxes per month, up to 25%. The FBAR deadline here is the automatic extension. There is no further extension.&lt;/p&gt;

&lt;h3&gt;
  
  
  International deadlines (common examples)
&lt;/h3&gt;

&lt;p&gt;If you have tax connections outside the US, here's what the additional calendar layer looks like.&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Country&lt;/th&gt;
&lt;th&gt;Filing Deadline&lt;/th&gt;
&lt;th&gt;Key Obligations&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;United Kingdom&lt;/td&gt;
&lt;td&gt;January 31 (following tax year)&lt;/td&gt;
&lt;td&gt;Self Assessment return, payment of tax due&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Portugal&lt;/td&gt;
&lt;td&gt;June 30&lt;/td&gt;
&lt;td&gt;IRS (Imposto sobre o Rendimento) annual filing&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Canada&lt;/td&gt;
&lt;td&gt;April 30 (June 15 for self-employed)&lt;/td&gt;
&lt;td&gt;T1 personal return, with payment still due April 30&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Australia&lt;/td&gt;
&lt;td&gt;October 31 (or later with tax agent)&lt;/td&gt;
&lt;td&gt;Individual tax return&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Germany&lt;/td&gt;
&lt;td&gt;July 31 (with advisor: end of February following year)&lt;/td&gt;
&lt;td&gt;Einkommensteuererklarung&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Netherlands&lt;/td&gt;
&lt;td&gt;May 1&lt;/td&gt;
&lt;td&gt;Inkomstenbelasting annual filing&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;In practice: if you're US-based with tax residency connections to another country, you're running two compliance calendars in parallel. The deadlines don't align. The forms don't reference each other. Each jurisdiction operates as though it's the only one that matters.&lt;/p&gt;

&lt;h2&gt;
  
  
  Entity maintenance checklist
&lt;/h2&gt;

&lt;p&gt;Entities have their own maintenance obligations completely separate from income tax compliance. Miss these and you risk dissolution, loss of good standing, or administrative penalties that cascade into your banking and payment processing.&lt;/p&gt;

&lt;h3&gt;
  
  
  Annual report and franchise tax by state
&lt;/h3&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;State&lt;/th&gt;
&lt;th&gt;Annual Report&lt;/th&gt;
&lt;th&gt;Franchise Tax&lt;/th&gt;
&lt;th&gt;Due Date&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href="https://sos.wyo.gov" rel="noopener noreferrer"&gt;Wyoming&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;Annual Report ($60, or $0 if assets &amp;lt; $300K)&lt;/td&gt;
&lt;td&gt;No franchise tax&lt;/td&gt;
&lt;td&gt;Anniversary of formation&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href="https://corp.delaware.gov" rel="noopener noreferrer"&gt;Delaware&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;Annual Report ($300 for LLC)&lt;/td&gt;
&lt;td&gt;$300 annual LLC tax&lt;/td&gt;
&lt;td&gt;June 1&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;California&lt;/td&gt;
&lt;td&gt;Statement of Information ($20)&lt;/td&gt;
&lt;td&gt;$800 annual franchise tax (LLC and S-Corp)&lt;/td&gt;
&lt;td&gt;15th day of 4th month after fiscal year end&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Florida&lt;/td&gt;
&lt;td&gt;Annual Report ($138.75)&lt;/td&gt;
&lt;td&gt;No state income tax&lt;/td&gt;
&lt;td&gt;May 1&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;New Mexico&lt;/td&gt;
&lt;td&gt;No annual report&lt;/td&gt;
&lt;td&gt;No franchise tax&lt;/td&gt;
&lt;td&gt;N/A&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Texas&lt;/td&gt;
&lt;td&gt;Franchise Tax Report&lt;/td&gt;
&lt;td&gt;0.375%-0.75% on margin above $2.47M&lt;/td&gt;
&lt;td&gt;May 15&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;&lt;a href="https://dev.to/blog/how-much-does-it-cost-to-form-us-llc-non-resident"&gt;Formation cost&lt;/a&gt; is a one-time event. Maintenance is perpetual. A Wyoming LLC costs $100 to form and $60/year after that. Delaware: $300/year. California: $800/year minimum franchise tax, even if the entity earns nothing.&lt;/p&gt;

&lt;p&gt;If you formed entities in multiple states (common when switching formation agents), you may have parallel maintenance obligations for entities you no longer use but never dissolved.&lt;/p&gt;

&lt;h3&gt;
  
  
  Registered agent renewal
&lt;/h3&gt;

&lt;p&gt;Every state that requires a &lt;a href="https://dev.to/blog/do-you-need-registered-agent-non-resident-llc"&gt;registered agent&lt;/a&gt; creates an annual renewal obligation, typically $100-$300 per year per state. Let it lapse and the entity can't receive legal service of process. Some states will administratively dissolve the entity.&lt;/p&gt;

&lt;h3&gt;
  
  
  Business license and permit renewals
&lt;/h3&gt;

&lt;p&gt;Local business licenses, professional permits, and industry-specific registrations each have their own renewal cycles. None of this is standardized. The individual renewal is manageable. The problem is accumulation across jurisdictions creating a maintenance load you're probably not tracking.&lt;/p&gt;

&lt;h2&gt;
  
  
  Tax filing obligations inventory
&lt;/h2&gt;

&lt;p&gt;The full set of potential US tax filings for a cross-border solo founder goes well beyond the annual personal return. Here's the inventory.&lt;/p&gt;

&lt;h3&gt;
  
  
  Personal and entity returns
&lt;/h3&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Form&lt;/th&gt;
&lt;th&gt;Purpose&lt;/th&gt;
&lt;th&gt;Who Files&lt;/th&gt;
&lt;th&gt;Deadline&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Form 1040&lt;/td&gt;
&lt;td&gt;US individual income tax return&lt;/td&gt;
&lt;td&gt;US citizens, resident aliens&lt;/td&gt;
&lt;td&gt;April 15 (Oct 15 extended)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Form 1040-NR&lt;/td&gt;
&lt;td&gt;Non-resident alien income tax return&lt;/td&gt;
&lt;td&gt;Non-resident aliens with US-source income&lt;/td&gt;
&lt;td&gt;April 15 (Oct 15 extended)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Form 1120-S&lt;/td&gt;
&lt;td&gt;S-Corporation income tax return&lt;/td&gt;
&lt;td&gt;LLCs with S-Corp election&lt;/td&gt;
&lt;td&gt;March 15 (Sep 15 extended)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Form 1065&lt;/td&gt;
&lt;td&gt;Partnership return&lt;/td&gt;
&lt;td&gt;Multi-member LLCs&lt;/td&gt;
&lt;td&gt;March 15 (Sep 15 extended)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Form 1120&lt;/td&gt;
&lt;td&gt;C-Corporation income tax return&lt;/td&gt;
&lt;td&gt;C-Corps&lt;/td&gt;
&lt;td&gt;April 15 (Oct 15 extended)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Schedule C&lt;/td&gt;
&lt;td&gt;Sole proprietor / disregarded LLC income&lt;/td&gt;
&lt;td&gt;Filed with Form 1040&lt;/td&gt;
&lt;td&gt;With personal return&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Schedule SE&lt;/td&gt;
&lt;td&gt;Self-employment tax&lt;/td&gt;
&lt;td&gt;Filed with Form 1040&lt;/td&gt;
&lt;td&gt;With personal return&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;h3&gt;
  
  
  International information returns
&lt;/h3&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Form&lt;/th&gt;
&lt;th&gt;Purpose&lt;/th&gt;
&lt;th&gt;Who Files&lt;/th&gt;
&lt;th&gt;Threshold / Trigger&lt;/th&gt;
&lt;th&gt;Penalty for Non-Filing&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href="https://www.irs.gov/businesses/small-businesses-self-employed/report-of-foreign-bank-and-financial-accounts-fbar" rel="noopener noreferrer"&gt;FinCEN 114 (FBAR)&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;Foreign bank account report&lt;/td&gt;
&lt;td&gt;US persons with foreign accounts&lt;/td&gt;
&lt;td&gt;Aggregate max value &amp;gt; $10,000&lt;/td&gt;
&lt;td&gt;Up to $10K/account/year (non-willful); up to $100K or 50% balance (willful)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href="https://www.irs.gov/forms-pubs/about-form-8938" rel="noopener noreferrer"&gt;Form 8938 (FATCA)&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;Statement of specified foreign financial assets&lt;/td&gt;
&lt;td&gt;US persons&lt;/td&gt;
&lt;td&gt;$50K+ end of year or $75K+ at any time (domestic); $200K/$300K (abroad)&lt;/td&gt;
&lt;td&gt;$10,000 per failure, plus $10,000 per 30-day period after notice, up to $60,000&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href="https://www.irs.gov/forms-pubs/about-form-5471" rel="noopener noreferrer"&gt;Form 5471&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;Information return for US persons with respect to certain foreign corporations&lt;/td&gt;
&lt;td&gt;US shareholders of controlled foreign corps&lt;/td&gt;
&lt;td&gt;10%+ ownership of foreign corporation&lt;/td&gt;
&lt;td&gt;$10,000 per return, per year&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Form 8865&lt;/td&gt;
&lt;td&gt;Return of US persons with respect to certain foreign partnerships&lt;/td&gt;
&lt;td&gt;US partners in foreign partnerships&lt;/td&gt;
&lt;td&gt;Various categories of control/ownership&lt;/td&gt;
&lt;td&gt;$10,000 per return, per year&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Form 3520&lt;/td&gt;
&lt;td&gt;Annual return to report transactions with foreign trusts&lt;/td&gt;
&lt;td&gt;US persons with foreign trust transactions&lt;/td&gt;
&lt;td&gt;Any reportable transaction&lt;/td&gt;
&lt;td&gt;35% of gross reportable amount&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Form 8621&lt;/td&gt;
&lt;td&gt;Information return by a shareholder of a PFIC&lt;/td&gt;
&lt;td&gt;US persons who own shares in passive foreign investment companies&lt;/td&gt;
&lt;td&gt;Any ownership&lt;/td&gt;
&lt;td&gt;Depends on elections made&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;The penalty structure here is worth sitting with. These are information-only filings. They don't generate a tax payment. Yet the penalties exceed $10,000 per unfiled return. The IRS penalizes failure to disclose foreign holdings far more severely than the underlying tax impact would suggest. It's an enforcement and transparency mechanism, not a revenue one.&lt;/p&gt;

&lt;h3&gt;
  
  
  State returns
&lt;/h3&gt;

&lt;p&gt;State filing obligations depend on where you live, where you formed your entity, and where you have nexus (enough business connection to trigger filing). Common triggers: physical presence, employees, significant revenue, or property in the state.&lt;/p&gt;

&lt;p&gt;Say you live in California with a Wyoming LLC serving clients nationally. You owe California personal income tax (residency), Wyoming entity maintenance (formation), and potentially filings in states where your revenue trips economic nexus thresholds. The &lt;a href="https://dev.to/blog/entity-decision-framework-cross-border-founders"&gt;entity decision framework&lt;/a&gt; maps how entity choice interacts with state-level obligations.&lt;/p&gt;

&lt;h2&gt;
  
  
  Foreign reporting obligations
&lt;/h2&gt;

&lt;p&gt;If you live abroad, the country you're in has its own reporting obligations on top of your US ones. These run on completely separate tracks.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;UK Self Assessment.&lt;/strong&gt; US citizens in the UK owe both US and UK tax on worldwide income. The UK Self Assessment return is due January 31 following the tax year end (April 6 to April 5). Employment and self-employment income are assessed separately from investment income. The US-UK tax treaty provides relief, but claiming treaty benefits requires proper disclosure on both returns.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Portugal IRS filing.&lt;/strong&gt; Portugal taxes worldwide income for residents. Filing is due by June 30. The Non-Habitual Resident (NHR) regime used to offer favorable treatment for foreign-source income, but new applications closed in 2024. If you got NHR status before the cutoff, you keep it for 10 years. Everyone else faces a different tax picture.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Canadian obligations.&lt;/strong&gt; Canada taxes residents on worldwide income. T1 return due April 30 (June 15 for self-employed, but payment still due April 30). The T1135 foreign property reporting kicks in at CAD $100,000 in cost. Many cross-border founders exceed that threshold without realizing it.&lt;/p&gt;

&lt;p&gt;The &lt;a href="https://dev.to/blog/tax-residency-determination-practical-guide-2026"&gt;tax residency determination guide&lt;/a&gt; covers how residency is determined in each jurisdiction. The point across all these scenarios: each country's system operates independently. A founder with US citizenship living in the UK with Portuguese NHR status from a prior year and a Canadian corporation has four independent compliance tracks running at once, each with its own calendar and its own penalties.&lt;/p&gt;

&lt;h2&gt;
  
  
  Documentation maintenance
&lt;/h2&gt;

&lt;p&gt;Then there's the documentation layer. No deadlines. No reminders. Just a growing exposure that becomes visible when someone audits, acquires, or sues you.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Transfer pricing documentation.&lt;/strong&gt; If you have related entities in multiple jurisdictions (say a US LLC and an Estonian OU), any transactions between them are subject to &lt;a href="https://www.oecd.org/tax/transfer-pricing/" rel="noopener noreferrer"&gt;transfer pricing rules&lt;/a&gt;. Management fees, IP licensing, service agreements. Prices between related parties must be set at arm's length. You don't always need a formal study, but you do need contemporaneous documentation of the pricing rationale. No filing penalty for missing it. The exposure surfaces at audit. More on this: &lt;a href="https://dev.to/blog/transfer-pricing-one-person-company"&gt;Transfer Pricing for One-Person Companies&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Operating agreement maintenance.&lt;/strong&gt; Your LLC operating agreement is not a file-and-forget document. If you've added a member, changed profit splits, or shifted management roles without updating it, there's a gap between your actual structure and your documented structure. That gap becomes a problem in any transaction where someone examines the entity.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Contractor agreements and W-8BEN collection.&lt;/strong&gt; If you pay foreign contractors, you're required to collect &lt;a href="https://www.irs.gov/forms-pubs/about-form-w-8-ben" rel="noopener noreferrer"&gt;Form W-8BEN&lt;/a&gt; from each one. This establishes their foreign status and determines withholding. Without it, you technically owe 30% withholding on payments to foreign persons. In practice, many founders pay contractors via &lt;a href="https://wise.com/business/" rel="noopener noreferrer"&gt;Wise&lt;/a&gt; or PayPal without collecting W-8BENs. That works fine until someone examines the payments. See &lt;a href="https://dev.to/blog/documentation-gap-what-authorities-see"&gt;The Documentation Gap: What Authorities See&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Banking and financial records.&lt;/strong&gt; Transaction records, bank statements, and payment processor reports are the evidential backbone of every filing. General retention: three years from filing (matching the IRS audit window), six years for substantial understatement of income, and indefinitely for fraud or unfiled returns. FBAR records: five years. Seven years of complete records covers most domestic scenarios. But if you have unfiled international obligations, retention requirements are indefinite, and that asymmetry catches people.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Invoice records and income source documentation.&lt;/strong&gt; If you invoice clients in multiple countries or receive &lt;a href="https://dev.to/blog/platform-income-multiple-countries"&gt;platform income from multiple countries&lt;/a&gt;, each invoice helps determine which jurisdiction has taxing rights over that income. Currency, client location, service delivery location, payment method — all of it feeds into the classification. The &lt;a href="https://dev.to/blog/the-invoice-trail-how-cross-border-income-gets-classified"&gt;invoice trail analysis&lt;/a&gt; covers how this works across jurisdictions. Platform invoicers (Upwork, Toptal) at least have platform-generated records. If you invoice directly, your own records are all that exist. See &lt;a href="https://dev.to/blog/what-your-cpa-needs-to-see-and-what-you-probably-dont-have"&gt;What Your CPA Needs to See&lt;/a&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  The compound effect of missed obligations
&lt;/h2&gt;

&lt;p&gt;Any single missed filing is manageable. The problem is compounding.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Penalty accumulation.&lt;/strong&gt; Miss FBAR for three years and you have three separate violations, assessed independently. Two reportable accounts times three years at $10,000 each: $60,000 potential exposure, for an information filing that carries no tax payment. LLCs may have separate FBAR obligations when they hold foreign accounts or the owner has signature authority. See &lt;a href="https://dev.to/blog/llc-foreign-bank-account-fbar"&gt;Does Your LLC Need to File FBAR?&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Statute of limitations implications.&lt;/strong&gt; The standard IRS audit window is three years from filing. But for international information returns (Forms 5471, 8865, 8938), the statute of limitations on the entire tax return stays open as long as the information return is unfiled. Forgot Form 5471 in 2020? Your entire 2020 return is still open. Not just the foreign corporation reporting. Every item on the return.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Downstream complications.&lt;/strong&gt; Missed filings surface when you least expect them. I've seen this firsthand: a business sale requires compliance representations. A visa application needs tax return transcripts. A bank loan wants entity documentation in good standing. A new partner's due diligence examines your structure. These events make invisible gaps suddenly visible, and the compressed timelines rarely allow for orderly cleanup.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Voluntary disclosure.&lt;/strong&gt; The &lt;a href="https://www.irs.gov" rel="noopener noreferrer"&gt;IRS&lt;/a&gt; offers programs for catching up: &lt;a href="https://www.irs.gov/individuals/international-taxpayers/streamlined-filing-compliance-procedures" rel="noopener noreferrer"&gt;Streamlined Filing Compliance Procedures&lt;/a&gt; (non-willful violations), &lt;a href="https://www.irs.gov/individuals/international-taxpayers/delinquent-international-information-return-submission-procedures" rel="noopener noreferrer"&gt;Delinquent International Information Return Submission Procedures&lt;/a&gt;, and the formal Voluntary Disclosure Practice. Each has different requirements, penalties, and protection levels. The fact that these programs exist at all tells you how common the gap is.&lt;/p&gt;

&lt;h2&gt;
  
  
  What this means for your structure
&lt;/h2&gt;

&lt;p&gt;Cross-border compliance is not a single obligation with a single deadline. It's a matrix of overlapping requirements from different authorities, on different schedules, with different penalties. Every new jurisdiction, entity, and income stream expands the surface.&lt;/p&gt;

&lt;p&gt;The most common gap is not deliberate non-compliance. It's partial awareness. You've mapped your US tax filings but not your FBAR obligations. Your entity maintenance but not your state nexus exposure. Your domestic compliance but not your foreign country reporting. You have half the picture.&lt;/p&gt;

&lt;p&gt;Completing the map before someone asks is a fraction of the cost of completing it under pressure. The obligations exist whether you've mapped them or not. The &lt;a href="https://dev.to/blog/timing-trap-waiting-creates-risk"&gt;timing trap analysis&lt;/a&gt; covers how deferral compounds the exposure. If you're in your first year, the &lt;a href="https://dev.to/blog/first-year-decision-map-cross-border-founders"&gt;first-year decision map&lt;/a&gt; sequences these obligations month by month.&lt;/p&gt;






&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;doola
wise-business
northwest
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h2&gt;
  
  
  Visual: Cross-Border Compliance Calendar Overview
&lt;/h2&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Stage&lt;/th&gt;
&lt;th&gt;Detail&lt;/th&gt;
&lt;th&gt;Risk&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Annual Compliance&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Cycle Start&lt;/td&gt;
&lt;td&gt;—&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Q1 Deadlines&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Jan 31: 1099s, W-2s, Mar 15: S-Corp/Partnership Returns, Mar 15: S-Corp Election Filing&lt;/td&gt;
&lt;td&gt;Medium&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Q2 Deadlines&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Apr 15: Personal Returns, FATCA, Apr 15: FBAR (auto-ext to Oct), Apr 15: Q1 Estimated Tax, Jun 15: Expat Extension, Jun 15: Q2 Estimated Tax&lt;/td&gt;
&lt;td&gt;Medium&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Q3 Deadlines&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Sep 15: Extended Entity Returns, Sep 15: Q3 Estimated Tax&lt;/td&gt;
&lt;td&gt;—&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Q4 Deadlines&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Oct 15: Extended Personal Returns, Oct 15: FBAR Final Deadline, Dec 31: Year-End Planning&lt;/td&gt;
&lt;td&gt;Medium&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Ongoing Requirements&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Documentation Maintenance, Banking Records Retention, Contract &amp;amp; W-8BEN Collection, Entity Good Standing&lt;/td&gt;
&lt;td&gt;—&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;International Layer&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;UK: Jan 31, Portugal: Jun 30, Canada: Apr 30, Australia: Oct 31&lt;/td&gt;
&lt;td&gt;High&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Entity Maintenance&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Annual Reports, Registered Agent Renewal, Franchise Tax, Business License Renewal&lt;/td&gt;
&lt;td&gt;Medium&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;h2&gt;
  
  
  FAQ
&lt;/h2&gt;

&lt;h3&gt;
  
  
  What are the most important US tax deadlines for cross-border founders?
&lt;/h3&gt;

&lt;p&gt;April 15 carries the most concentrated obligations: personal income tax return (Form 1040), C-Corp return (Form 1120), FBAR filing (auto-extended to October 15), first quarter estimated tax payment, and FATCA reporting (Form 8938). S-Corp and partnership returns are due March 15. US citizens living abroad get an automatic filing extension to June 15, but interest accrues on unpaid taxes from April 15.&lt;/p&gt;

&lt;h3&gt;
  
  
  What is the penalty for not filing FBAR?
&lt;/h3&gt;

&lt;p&gt;Non-willful FBAR violations carry penalties of up to $10,000 per unreported account per year. Willful violations can reach up to $100,000 or 50% of the account balance, whichever is greater. A founder with two reportable foreign accounts who missed three years of filings has a potential penalty exposure of $60,000 — for an information filing that carries no tax payment. The IRS Streamlined Filing Compliance Procedures provide a remediation path for non-willful violations.&lt;/p&gt;

&lt;h3&gt;
  
  
  Do I need to file Form 5472 for a foreign-owned LLC?
&lt;/h3&gt;

&lt;p&gt;Yes. Every foreign-owned single-member US LLC must file Form 5472 (attached to a pro forma Form 1120) annually with the IRS, whether or not the LLC generated income. Penalty for non-filing: $25,000 per return. This reports transactions between the LLC and its foreign owner. Neither Xero nor QuickBooks generates this form. You need a CPA.&lt;/p&gt;

&lt;h3&gt;
  
  
  What entity maintenance is required after forming an LLC?
&lt;/h3&gt;

&lt;p&gt;Annual report filings (most states), franchise tax payments ($300/yr in Delaware, $60/yr in Wyoming), registered agent renewals ($100-300/yr), and BOI (Beneficial Ownership Information) reporting. Miss these and you risk losing good standing, administrative dissolution, and cascading effects on banking and payment processing. These are separate from income tax compliance and recur annually whether or not you have business activity.&lt;/p&gt;

&lt;h3&gt;
  
  
  What happens if I have compliance obligations in multiple countries?
&lt;/h3&gt;

&lt;p&gt;You face parallel compliance calendars that operate independently. The deadlines, forms, currencies, and reporting standards are not coordinated. A US citizen in the UK with Portuguese NHR status and a Canadian corporation has four independent compliance tracks running at once.&lt;/p&gt;

&lt;h2&gt;
  
  
  Key Takeaways
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Cross-border compliance is a continuous calendar, not a single event — Q1 carries the densest deadline concentration (1099s, W-2s, entity returns, S-Corp elections), while penalties for missed information filings can accumulate independently at up to $10,000 per form per year.&lt;/li&gt;
&lt;li&gt;International information returns (FBAR, FATCA, Forms 5471, 8865) carry penalties disproportionate to their tax impact, and an unfiled international information return holds the statute of limitations open on the entire associated tax return indefinitely.&lt;/li&gt;
&lt;li&gt;Entity maintenance (annual reports, franchise taxes, registered agent renewals) is separate from tax compliance and varies by state. A California LLC owes $800 annually even with zero revenue. A Wyoming LLC owes $60.&lt;/li&gt;
&lt;li&gt;Multiple country tax connections mean parallel compliance calendars that don't coordinate. Different deadlines, forms, and reporting standards per jurisdiction.&lt;/li&gt;
&lt;li&gt;Documentation (transfer pricing rationale, W-8BEN collection, operating agreement updates, financial records) has no deadlines but creates exposure when absent. You find out at the worst time: during an audit, a sale, or a visa application.&lt;/li&gt;
&lt;/ul&gt;




&lt;p&gt;&lt;em&gt;Originally published at &lt;a href="https://www.globalsolo.global/blog/cross-border-compliance-checklist-2026" rel="noopener noreferrer"&gt;Global Solo&lt;/a&gt;. We build diagnostic tools for cross-border solo founders navigating entity, tax, and compliance risk.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>compliancedocumentation</category>
      <category>checklist</category>
      <category>taxfiling</category>
      <category>crossborder</category>
    </item>
    <item>
      <title>US LLC vs C-Corp for Non-Residents: Which Entity Type?</title>
      <dc:creator>Jett Fu</dc:creator>
      <pubDate>Wed, 08 Apr 2026 11:57:55 +0000</pubDate>
      <link>https://dev.to/jettfu/us-llc-vs-c-corp-for-non-residents-which-entity-type-39de</link>
      <guid>https://dev.to/jettfu/us-llc-vs-c-corp-for-non-residents-which-entity-type-39de</guid>
      <description>&lt;p&gt;Every non-resident founder forming a US entity faces the same fork: LLC or C-Corp. I've watched founders agonize over this for weeks, reading contradictory Reddit threads, when the real answer depends on four things: funding plans, tax residency, revenue pattern, and how many people own the business.&lt;/p&gt;

&lt;p&gt;This article maps the structural trade-offs. Not to pick a winner, but to make the variables visible so the decision fits your actual situation.&lt;/p&gt;

&lt;h2&gt;
  
  
  Key Takeaways
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;An LLC is a pass-through entity: profits flow to the owner and are taxed once. A C-Corp is taxed at the entity level (21% federal) and again when profits are distributed as dividends (double taxation).&lt;/li&gt;
&lt;li&gt;For non-resident founders, a single-member LLC is classified as a disregarded entity by the &lt;a href="https://www.irs.gov/businesses/small-businesses-self-employed/single-member-limited-liability-companies" rel="noopener noreferrer"&gt;IRS&lt;/a&gt;, triggering annual &lt;a href="https://www.irs.gov/forms-pubs/about-form-5472" rel="noopener noreferrer"&gt;Form 5472&lt;/a&gt; filing with a $25,000 penalty for non-compliance.&lt;/li&gt;
&lt;li&gt;A C-Corp is the standard structure for venture capital. Investors expect Delaware C-Corps with authorized stock, and conversion from LLC later adds cost and complexity.&lt;/li&gt;
&lt;li&gt;Formation costs differ: an LLC runs $100-500 to form, while a C-Corp runs $500-2,000 when accounting for bylaws, stock issuance, and initial board resolutions.&lt;/li&gt;
&lt;li&gt;The decision is not permanent. LLC-to-C-Corp conversion is possible, but the tax consequences of a late conversion can be significant depending on entity value at the time of conversion.&lt;/li&gt;
&lt;li&gt;Formation services map to entity types: &lt;a href="https://stripe.com/atlas" rel="noopener noreferrer"&gt;Stripe Atlas&lt;/a&gt; is oriented toward C-Corps, while &lt;a href="https://www.doola.com" rel="noopener noreferrer"&gt;Doola&lt;/a&gt; and &lt;a href="https://www.firstbase.io" rel="noopener noreferrer"&gt;Firstbase&lt;/a&gt; serve both LLC and C-Corp founders.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  The fundamental structural difference
&lt;/h2&gt;

&lt;p&gt;An LLC is a pass-through entity. The entity itself pays no federal income tax; profits flow straight to the owner's personal return and get taxed once. A C-Corp is its own taxpayer: 21% federal on profits, then another hit when dividends reach shareholders. Single taxation vs. double taxation. Everything else flows from this.&lt;/p&gt;

&lt;h3&gt;
  
  
  Taxation
&lt;/h3&gt;

&lt;p&gt;A single-member LLC owned by a non-resident is a "disregarded entity" under &lt;a href="https://www.irs.gov/businesses/small-businesses-self-employed/single-member-limited-liability-companies" rel="noopener noreferrer"&gt;IRS regulations&lt;/a&gt;. The entity is transparent for federal tax purposes, and the owner reports business income directly. Multi-member LLCs default to partnership treatment.&lt;/p&gt;

&lt;p&gt;A C-Corp pays 21% on profits (the &lt;a href="https://www.congress.gov/bill/115th-congress/house-bill/1/text" rel="noopener noreferrer"&gt;Tax Cuts and Jobs Act&lt;/a&gt; rate since 2018). Distribute those profits as dividends, and non-resident shareholders face up to 30% withholding under &lt;a href="https://www.irs.gov/individuals/international-taxpayers/nonresident-aliens" rel="noopener noreferrer"&gt;IRC Section 1441&lt;/a&gt;, unless a treaty cuts the rate.&lt;/p&gt;

&lt;p&gt;The math is blunt. No treaty benefit: 21% corporate tax + 30% withholding on the remaining 79% = roughly 44.7% total. With a treaty reducing withholding to 15% (common for the &lt;a href="https://www.irs.gov/businesses/international-businesses/united-kingdom-tax-treaty-documents" rel="noopener noreferrer"&gt;UK&lt;/a&gt;, &lt;a href="https://www.irs.gov/businesses/international-businesses/canada-tax-treaty-documents" rel="noopener noreferrer"&gt;Canada&lt;/a&gt;, &lt;a href="https://www.irs.gov/businesses/international-businesses/germany-tax-treaty-documents" rel="noopener noreferrer"&gt;Germany&lt;/a&gt;), you're at about 33.2%.&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Tax characteristic&lt;/th&gt;
&lt;th&gt;LLC (single-member, non-resident owner)&lt;/th&gt;
&lt;th&gt;C-Corp (non-resident shareholder)&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Entity-level federal tax&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;None (pass-through)&lt;/td&gt;
&lt;td&gt;21% on profits&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Dividend withholding&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;N/A (no dividends)&lt;/td&gt;
&lt;td&gt;30% (or treaty rate, often 15%)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Effective rate on distributed profits&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Depends on home-country treatment&lt;/td&gt;
&lt;td&gt;~33-45% depending on treaty&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;US filing requirement&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;
&lt;a href="https://www.irs.gov/forms-pubs/about-form-5472" rel="noopener noreferrer"&gt;Form 5472&lt;/a&gt; + pro forma &lt;a href="https://www.irs.gov/forms-pubs/about-form-1120" rel="noopener noreferrer"&gt;Form 1120&lt;/a&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;a href="https://www.irs.gov/forms-pubs/about-form-1120" rel="noopener noreferrer"&gt;Form 1120&lt;/a&gt; (full corporate return)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Non-filing penalty&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;$25,000/yr (Form 5472)&lt;/td&gt;
&lt;td&gt;Varies (failure-to-file penalties)&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;h3&gt;
  
  
  Liability protection
&lt;/h3&gt;

&lt;p&gt;Both create a legal wall between business and personal assets. The &lt;a href="https://www.sba.gov/business-guide/launch-your-business/choose-business-structure" rel="noopener noreferrer"&gt;SBA&lt;/a&gt; says as much. The C-Corp's shield has deeper case law, especially in Delaware where the &lt;a href="https://courts.delaware.gov/chancery/" rel="noopener noreferrer"&gt;Court of Chancery&lt;/a&gt; has centuries of corporate jurisprudence. The LLC's liability protection is newer (Wyoming, 1977) but well-established for single-member structures.&lt;/p&gt;

&lt;p&gt;For a non-resident solo founder, the liability difference between the two is marginal. Tax and governance are where the real gap shows up.&lt;/p&gt;

&lt;h3&gt;
  
  
  Governance
&lt;/h3&gt;

&lt;p&gt;An LLC runs on an operating agreement. No board, no annual meeting requirement, no minutes to file. You make decisions and document them however you want. Great for one person. Terrible for a company with five shareholders who disagree.&lt;/p&gt;

&lt;p&gt;A C-Corp has bylaws, a board, officers, annual shareholder meetings, and documented minutes. The formality exists because corporations are built for multiple stakeholders with different rights: common shares, preferred shares, board seats, officer roles. That governance overhead is the cost of a structure designed for complexity.&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Governance element&lt;/th&gt;
&lt;th&gt;LLC&lt;/th&gt;
&lt;th&gt;C-Corp&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Governing document&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Operating agreement&lt;/td&gt;
&lt;td&gt;Bylaws + articles of incorporation&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Board of directors&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Not required&lt;/td&gt;
&lt;td&gt;Required&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Annual meetings&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Not required&lt;/td&gt;
&lt;td&gt;Required (shareholders + board)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Meeting minutes&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Not required&lt;/td&gt;
&lt;td&gt;Required for corporate record&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Stock issuance&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;N/A (membership interests)&lt;/td&gt;
&lt;td&gt;Stock authorized and issued&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Investor-friendly structure&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Limited&lt;/td&gt;
&lt;td&gt;Yes (preferred stock, vesting, etc.)&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;h2&gt;
  
  
  When an LLC makes sense for non-residents
&lt;/h2&gt;

&lt;p&gt;The LLC dominates among non-resident solo founders, freelancers, and bootstrapped operators who aren't raising venture capital. Most entities formed through &lt;a href="https://www.doola.com" rel="noopener noreferrer"&gt;Doola&lt;/a&gt;, &lt;a href="https://www.firstbase.io" rel="noopener noreferrer"&gt;Firstbase&lt;/a&gt;, and similar services are LLCs. The simplicity matches the reality of running a one-person cross-border business.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Solo founder, no VC plans.&lt;/strong&gt; You're running a SaaS product, consulting practice, or digital service business and have no intention of raising outside investment. You don't need a board, meeting minutes, or stock issuance. The LLC gives you liability protection, US banking access, and payment processing without the corporate overhead.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Service-based revenue.&lt;/strong&gt; Revenue comes in, expenses go out, net profit passes through to you. No corporate-level tax event. No dividend mechanics. For freelancers and consultants billing US clients, this is the cleanest structure.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;You pull most profits out of the business.&lt;/strong&gt; If you're withdrawing earnings rather than stockpiling them inside the entity (as most solo operators do), the LLC avoids double taxation. The C-Corp's advantage of retaining profits at 21% only matters when you actually have a reason to keep capital locked inside the corporation.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Your home country treats LLC income as personal income.&lt;/strong&gt; The UK, Australia, and several other jurisdictions respect the pass-through. LLC income lands on your personal return, one tax event, done. A C-Corp in the same situation creates messier reporting: your home country has to figure out how to treat income from a foreign corporation vs. dividends from it.&lt;/p&gt;

&lt;p&gt;More on LLC compliance in the &lt;a href="https://dev.to/blog/do-i-need-a-us-llc-non-resident-decision-framework-2026"&gt;decision framework&lt;/a&gt; and the &lt;a href="https://dev.to/blog/how-to-form-us-llc-non-resident-2026"&gt;formation guide&lt;/a&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  When a C-Corp makes sense for non-residents
&lt;/h2&gt;

&lt;p&gt;The C-Corp is the standard for venture-funded startups, multi-shareholder companies, and founders building toward a US acquisition or IPO. Investors expect a Delaware C-Corp with authorized stock, a board, and clean cap tables. You can convert from an LLC later, but it adds friction, cost, and potential tax consequences.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Venture capital or angel investment.&lt;/strong&gt; US VCs overwhelmingly expect a Delaware C-Corp. Preferred stock with liquidation preferences, anti-dilution provisions, board representation: none of that exists in the LLC framework. If you're seeking a $500K seed round or a $2M Series A, you'll be asked to incorporate as a C-Corp. Y Combinator requires it for participation.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Multiple co-founders.&lt;/strong&gt; Two or more owners need stock vesting, defined officer roles, and a governance framework for managing disagreements. An LLC operating agreement can technically accommodate multiple members, but the standard tools of startup equity (options, vesting, 409A valuations) are built for corporations.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;QSBS eligibility.&lt;/strong&gt; Qualified Small Business Stock (&lt;a href="https://www.law.cornell.edu/uscode/text/26/1202" rel="noopener noreferrer"&gt;IRC Section 1202&lt;/a&gt;) lets shareholders of qualifying C-Corps exclude up to $10 million in capital gains when they sell stock held 5+ years. LLCs can't issue QSBS-eligible stock. If you're planning to sell a company worth $10M+, this exclusion alone can save millions. Details in the &lt;a href="https://dev.to/blog/qsbs-eligibility-checklist-cross-border"&gt;QSBS checklist&lt;/a&gt;. One caveat: QSBS benefits primarily apply to US taxpayers. Non-residents may not benefit directly, but US co-founders or investors in the same entity do.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Retaining profits at a lower rate.&lt;/strong&gt; A SaaS company generating $500K/yr in profit and reinvesting into product, hiring, or expansion can keep those profits inside the corporation at 21% rather than having them pass through to the founder's personal return at potentially higher rates.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Building toward acquisition.&lt;/strong&gt; US acquirers prefer buying C-Corps. Stock purchases and asset purchases are more standardized, due diligence is cleaner, and the tax treatment is more predictable. LLC acquisitions are possible but introduce complexity that some buyers simply won't deal with.&lt;/p&gt;

&lt;h2&gt;
  
  
  Tax implications for non-residents: LLC vs C-Corp
&lt;/h2&gt;

&lt;p&gt;This is the part most founders get wrong, or never think about until tax season. How your entity interacts with your home country's tax system matters more than any US-side consideration. An LLC's pass-through nature means your country of residence decides how the income gets taxed, and some countries don't recognize the pass-through at all, creating double taxation. A C-Corp's separate entity status is better recognized globally, but dividends trigger withholding at the US level.&lt;/p&gt;

&lt;h3&gt;
  
  
  LLC tax treatment for non-residents
&lt;/h3&gt;

&lt;p&gt;A single-member LLC owned by a non-resident is a disregarded entity for US federal tax purposes. No US income tax at the entity level. But you still have a filing obligation: &lt;a href="https://www.irs.gov/forms-pubs/about-form-5472" rel="noopener noreferrer"&gt;Form 5472&lt;/a&gt; with a pro forma &lt;a href="https://www.irs.gov/forms-pubs/about-form-1120" rel="noopener noreferrer"&gt;Form 1120&lt;/a&gt;, reporting all transactions between the LLC and its foreign owner.&lt;/p&gt;

&lt;p&gt;The question that actually determines your tax outcome: how does your home country treat LLC income?&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Countries that respect the pass-through&lt;/strong&gt;: The UK (&lt;a href="https://www.gov.uk/guidance/corporation-tax-foreign-company-with-a-uk-permanent-establishment" rel="noopener noreferrer"&gt;HMRC&lt;/a&gt;), Australia, and several others treat US LLC income as the owner's personal income, consistent with the US treatment. One tax event, in the founder's country of residence. Clean.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Countries that treat the LLC as a corporation&lt;/strong&gt;: Canada's &lt;a href="https://www.canada.ca/en/revenue-agency.html" rel="noopener noreferrer"&gt;CRA&lt;/a&gt;, France, and several others classify US LLCs as foreign corporations regardless of what the IRS says. The US sees your LLC as transparent; your home country sees it as a separate entity. The result is double taxation, or at minimum, a nightmare claiming foreign tax credits. The &lt;a href="https://dev.to/blog/canada-us-tax-treaty-llc-section-899-guide-2026"&gt;Canada-US LLC tax trap&lt;/a&gt; maps this in detail.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Treaty interaction&lt;/strong&gt;: Many US tax treaties were written before LLCs existed. Whether treaty protections apply to LLC income depends on the specific treaty language and how the partner country classifies the entity. No generic answer here. It requires treaty-by-treaty, country-by-country analysis.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  C-Corp tax treatment for non-residents
&lt;/h3&gt;

&lt;p&gt;A C-Corp is a separate entity that pays its own taxes. From the non-resident founder's perspective, home-country interactions are more predictable:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;21% US federal income tax on profits.&lt;/li&gt;
&lt;li&gt;30% withholding on dividends to non-resident shareholders (or the applicable &lt;a href="https://www.irs.gov/individuals/international-taxpayers/tax-treaties" rel="noopener noreferrer"&gt;treaty rate&lt;/a&gt;).&lt;/li&gt;
&lt;li&gt;Most countries have mechanisms for crediting foreign-source dividend income, and most treaties include dividend articles with reduced rates.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The advantage in complex tax jurisdictions: entity-level taxation at 21% is unambiguous, and dividend withholding is a well-understood mechanism that treaties specifically address. Less classification risk.&lt;/p&gt;

&lt;p&gt;The disadvantage: double taxation is baked in. Even with a treaty cutting withholding to 15%, the effective rate on distributed profits (~33%) exceeds what a founder in a low-tax jurisdiction would pay through an LLC.&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Tax consideration&lt;/th&gt;
&lt;th&gt;LLC (non-resident owner)&lt;/th&gt;
&lt;th&gt;C-Corp (non-resident shareholder)&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Home-country classification risk&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;High — some countries reclassify as corporation&lt;/td&gt;
&lt;td&gt;Low — universally recognized as corporation&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Treaty applicability&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Uncertain in some treaties&lt;/td&gt;
&lt;td&gt;Clearly covered by dividend articles&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Double taxation risk&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;From home-country reclassification&lt;/td&gt;
&lt;td&gt;Built into the structure (entity + dividend)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Total tax on distributed profits&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Depends entirely on home country&lt;/td&gt;
&lt;td&gt;~33-45% (21% + withholding)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Tax planning flexibility&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Limited — profits pass through automatically&lt;/td&gt;
&lt;td&gt;Can retain profits, time distributions&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;h2&gt;
  
  
  Formation cost comparison
&lt;/h2&gt;

&lt;p&gt;An LLC runs $100-500 to form. A C-Corp runs $500-2,000 once you add bylaws, board resolutions, stock certificates, and 83(b) election filings. But formation is a one-time cost. The annual compliance difference is where the real money goes.&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Cost element&lt;/th&gt;
&lt;th&gt;LLC&lt;/th&gt;
&lt;th&gt;C-Corp&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;State filing fee&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;$60-300 (varies by state)&lt;/td&gt;
&lt;td&gt;$89-300 (varies by state)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Formation service fee&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;$0 (DIY) to $500&lt;/td&gt;
&lt;td&gt;$0 (DIY) to $500&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Operating agreement / bylaws&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Template included by most services&lt;/td&gt;
&lt;td&gt;Template included; legal review often needed&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Stock issuance&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;N/A&lt;/td&gt;
&lt;td&gt;Included by &lt;a href="https://stripe.com/atlas" rel="noopener noreferrer"&gt;Stripe Atlas&lt;/a&gt;; separate cost otherwise&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;83(b) election filing&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;N/A&lt;/td&gt;
&lt;td&gt;Included by Atlas; $0 to file but timing-critical&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;EIN&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Free from &lt;a href="https://www.irs.gov/businesses/small-businesses-self-employed/apply-for-an-employer-identification-number-ein-online" rel="noopener noreferrer"&gt;IRS&lt;/a&gt;
&lt;/td&gt;
&lt;td&gt;Free from IRS&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Registered agent (year 1)&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Included by most services; $100-200 standalone&lt;/td&gt;
&lt;td&gt;Same&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Total year-one cost&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;~$160-700&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;~$500-2,000&lt;/strong&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;&lt;strong&gt;Formation services by entity type:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;&lt;a href="https://stripe.com/atlas" rel="noopener noreferrer"&gt;Stripe Atlas&lt;/a&gt;&lt;/strong&gt; ($500): Built around C-Corps. 83(b) templates, stock issuance, cap table management included. Delaware only.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;&lt;a href="https://www.doola.com" rel="noopener noreferrer"&gt;Doola&lt;/a&gt;&lt;/strong&gt; (from $297): LLC-focused, C-Corp available. Delaware or Wyoming. Compliance tiers up to $1,999/yr.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;&lt;a href="https://www.firstbase.io" rel="noopener noreferrer"&gt;Firstbase&lt;/a&gt;&lt;/strong&gt; (from $399): Both entity types. Delaware or Wyoming. Tax filing add-on at $899/yr.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Full three-year cost breakdown in the &lt;a href="https://dev.to/blog/stripe-atlas-vs-firstbase-vs-doola-pricing-comparison-2026"&gt;formation service comparison&lt;/a&gt;.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;stripe-atlas
doola
firstbase
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h2&gt;
  
  
  Ongoing compliance comparison
&lt;/h2&gt;

&lt;p&gt;The annual compliance burden for a C-Corp is significantly heavier. Full Form 1120 corporate tax return, board meetings with documented minutes, shareholder meetings, corporate record book. An LLC files Form 5472, a state annual report, and renews its registered agent. No minutes, no board resolutions, no governance paperwork.&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Annual compliance item&lt;/th&gt;
&lt;th&gt;LLC (foreign-owned, single-member)&lt;/th&gt;
&lt;th&gt;C-Corp&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Federal tax filing&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Form 5472 + pro forma Form 1120&lt;/td&gt;
&lt;td&gt;Full Form 1120 (corporate return)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;State annual report&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Required ($60-300/yr)&lt;/td&gt;
&lt;td&gt;Required ($60-400/yr)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Registered agent&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Required ($100-200/yr)&lt;/td&gt;
&lt;td&gt;Required ($100-200/yr)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Board meeting minutes&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Not required&lt;/td&gt;
&lt;td&gt;Required annually&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Shareholder meeting minutes&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Not required&lt;/td&gt;
&lt;td&gt;Required annually&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Corporate record book&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Not required&lt;/td&gt;
&lt;td&gt;Expected (bylaws, resolutions, stock ledger)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Tax preparation cost&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;$500-2,000/yr (Form 5472 via CPA)&lt;/td&gt;
&lt;td&gt;$1,000-5,000/yr (full 1120 via CPA)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Estimated annual compliance cost&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;$700-2,500/yr&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;$1,500-6,000/yr&lt;/strong&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;CPA costs for a C-Corp are higher because Form 1120 is a full corporate return with income statements, balance sheets, and schedule reconciliations. The disregarded LLC files an information return. For non-resident founders without in-house accounting, this CPA fee gap is the single largest ongoing cost difference between entity types.&lt;/p&gt;

&lt;p&gt;All filing obligations for both entity types in the &lt;a href="https://dev.to/blog/cross-border-compliance-checklist-2026"&gt;cross-border compliance checklist&lt;/a&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  Can you convert later? LLC to C-Corp
&lt;/h2&gt;

&lt;p&gt;Yes, and it's a well-established path. The cost runs $500 to $5,000+ depending on complexity. The timing is what matters: convert early when the LLC has minimal value and it's clean. Convert after three years of profitable operations and you've got a taxable event on the built-up appreciation.&lt;/p&gt;

&lt;h3&gt;
  
  
  How conversion works
&lt;/h3&gt;

&lt;p&gt;Two routes, depending on the state:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Statutory conversion&lt;/strong&gt; (Delaware, Wyoming, most states): File a certificate of conversion, adopt articles of incorporation and bylaws. The EIN usually stays the same. Takes 1-4 weeks.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Asset contribution&lt;/strong&gt;: Form a new C-Corp, contribute the LLC's assets in exchange for stock, dissolve the LLC. More complex tax analysis, same end result.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  When to convert
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;Early (low entity value):&lt;/strong&gt; You start as an LLC, get a term sheet within the first year before the business has meaningful retained earnings or IP value. Conversion is clean. Minimal gain to recognize, minimal tax consequence.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Late (high entity value):&lt;/strong&gt; The LLC has been running three years, has $500K in retained earnings or significant IP. Now conversion is a taxable event. You recognize gain on the built-up value transferred to the C-Corp. For a non-resident, this gain may trigger obligations in both the US and your home country.&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Conversion timing&lt;/th&gt;
&lt;th&gt;Tax consequence&lt;/th&gt;
&lt;th&gt;Complexity&lt;/th&gt;
&lt;th&gt;Cost&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Year 1, pre-revenue&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Minimal&lt;/td&gt;
&lt;td&gt;Low&lt;/td&gt;
&lt;td&gt;$500-1,500&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Year 1-2, modest revenue&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Some gain recognition&lt;/td&gt;
&lt;td&gt;Moderate&lt;/td&gt;
&lt;td&gt;$1,000-3,000&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Year 3+, significant value&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Taxable event on appreciation&lt;/td&gt;
&lt;td&gt;High&lt;/td&gt;
&lt;td&gt;$3,000-5,000+&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;If you think VC is a real possibility within 2-3 years, you're choosing between LLC-now-convert-later or C-Corp-from-the-start. Neither is objectively better. It depends on how likely the fundraising actually is. In my experience, founders who are "maybe" raising VC are usually not raising VC, and the LLC saves them real money in the meantime.&lt;/p&gt;

&lt;p&gt;If you've already made an S-Corp election on your LLC and are thinking about conversion timing, see the &lt;a href="https://dev.to/blog/s-corp-election-timing-when-to-convert-llc"&gt;S-Corp election analysis&lt;/a&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  Decision framework: which entity type fits your situation
&lt;/h2&gt;

&lt;p&gt;Four variables drive this decision: funding plans, number of founders, revenue pattern, and home-country tax treatment. No single variable is determinative. The combination of all four defines which entity creates less friction and lower cost for your specific situation.&lt;/p&gt;

&lt;h3&gt;
  
  
  Variable 1: Funding plans
&lt;/h3&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Funding scenario&lt;/th&gt;
&lt;th&gt;Entity implication&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Bootstrapped, no outside investment planned&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;LLC — simpler governance, lower compliance cost&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Possible angel investment (1-2 investors)&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Either works — but C-Corp is cleaner for equity&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;VC fundraising within 2 years&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;C-Corp — investors will require it&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;VC fundraising possible but uncertain&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;LLC with planned conversion, or C-Corp from start&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;h3&gt;
  
  
  Variable 2: Number of founders
&lt;/h3&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Founder count&lt;/th&gt;
&lt;th&gt;Entity implication&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Solo founder&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;LLC — governance simplicity, no shareholder management&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;2 co-founders&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Either works — C-Corp provides cleaner equity split and vesting&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;3+ co-founders&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;C-Corp — stock vesting, board structure, and governance are needed&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;h3&gt;
  
  
  Variable 3: Revenue pattern
&lt;/h3&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Revenue pattern&lt;/th&gt;
&lt;th&gt;Entity implication&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Service income, distributed regularly&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;LLC — avoids double taxation on distributions&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Product revenue, reinvested into growth&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;C-Corp — retain at 21% rather than pass through&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Mixed, some distributed, some retained&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Depends on amounts and home-country rates&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;h3&gt;
  
  
  Variable 4: Home-country tax treatment
&lt;/h3&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Home country&lt;/th&gt;
&lt;th&gt;LLC implication&lt;/th&gt;
&lt;th&gt;C-Corp implication&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Recognizes pass-through (UK, Australia)&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Clean — taxed once in home country&lt;/td&gt;
&lt;td&gt;Double taxation unless profits retained&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Reclassifies as corporation (Canada, France)&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Risk of double taxation and treaty issues&lt;/td&gt;
&lt;td&gt;Cleaner — matches home-country classification&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;No clear guidance&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Uncertainty creates compliance risk&lt;/td&gt;
&lt;td&gt;More predictable treatment&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;h3&gt;
  
  
  Summary matrix
&lt;/h3&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Founder profile&lt;/th&gt;
&lt;th&gt;Likely better fit&lt;/th&gt;
&lt;th&gt;Why&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Solo bootstrapper, service business&lt;/td&gt;
&lt;td&gt;LLC&lt;/td&gt;
&lt;td&gt;Lower cost, simpler compliance, pass-through tax&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Solo founder, SaaS, reinvesting profits&lt;/td&gt;
&lt;td&gt;Either — depends on home country&lt;/td&gt;
&lt;td&gt;LLC simpler; C-Corp if retaining significant profits&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;2+ co-founders, equity splits&lt;/td&gt;
&lt;td&gt;C-Corp&lt;/td&gt;
&lt;td&gt;Stock vesting, governance, investor-ready&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Any founder seeking VC&lt;/td&gt;
&lt;td&gt;C-Corp&lt;/td&gt;
&lt;td&gt;Investors require it&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Canadian founder, any business type&lt;/td&gt;
&lt;td&gt;C-Corp (or careful LLC structuring)&lt;/td&gt;
&lt;td&gt;CRA treats LLC as corporation — &lt;a href="https://dev.to/blog/canada-us-tax-treaty-llc-section-899-guide-2026"&gt;treaty complications&lt;/a&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;UK/Australian founder, bootstrapped&lt;/td&gt;
&lt;td&gt;LLC&lt;/td&gt;
&lt;td&gt;HMRC/ATO respects pass-through treatment&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;h2&gt;
  
  
  Which formation service for which entity type
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://stripe.com/atlas" rel="noopener noreferrer"&gt;Stripe Atlas&lt;/a&gt; is built for C-Corp founders: stock issuance, 83(b) templates, cap table tools. &lt;a href="https://www.doola.com" rel="noopener noreferrer"&gt;Doola&lt;/a&gt; and &lt;a href="https://www.firstbase.io" rel="noopener noreferrer"&gt;Firstbase&lt;/a&gt; are built for LLC founders, with C-Corp available. &lt;a href="https://www.northwestregisteredagent.com" rel="noopener noreferrer"&gt;Northwest Registered Agent&lt;/a&gt; provides registered agent service for either entity type in all 50 states at $125/yr.&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Formation service&lt;/th&gt;
&lt;th&gt;LLC support&lt;/th&gt;
&lt;th&gt;C-Corp support&lt;/th&gt;
&lt;th&gt;Best entity fit&lt;/th&gt;
&lt;th&gt;State options&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;&lt;a href="https://stripe.com/atlas" rel="noopener noreferrer"&gt;Stripe Atlas&lt;/a&gt;&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Available&lt;/td&gt;
&lt;td&gt;Full (stock, 83(b), cap table)&lt;/td&gt;
&lt;td&gt;C-Corp&lt;/td&gt;
&lt;td&gt;Delaware only&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;&lt;a href="https://www.doola.com" rel="noopener noreferrer"&gt;Doola&lt;/a&gt;&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Primary focus&lt;/td&gt;
&lt;td&gt;Available&lt;/td&gt;
&lt;td&gt;LLC&lt;/td&gt;
&lt;td&gt;Delaware or Wyoming&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;&lt;a href="https://www.firstbase.io" rel="noopener noreferrer"&gt;Firstbase&lt;/a&gt;&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Full support&lt;/td&gt;
&lt;td&gt;Full support&lt;/td&gt;
&lt;td&gt;Either&lt;/td&gt;
&lt;td&gt;Delaware or Wyoming&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;&lt;a href="https://www.northwestregisteredagent.com" rel="noopener noreferrer"&gt;Northwest&lt;/a&gt;&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;RA only&lt;/td&gt;
&lt;td&gt;RA only&lt;/td&gt;
&lt;td&gt;Either (RA service)&lt;/td&gt;
&lt;td&gt;All 50 states&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;DIY (state filing)&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;td&gt;Either&lt;/td&gt;
&lt;td&gt;Any state&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;&lt;strong&gt;If forming a C-Corp:&lt;/strong&gt; Stripe Atlas is the most complete package for VC-track founders. Delaware C-Corp with stock issuance, 83(b) templates, and Mercury banking setup, all for $500. No Wyoming option, no tax filing, and compliance beyond formation is on you.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;If forming an LLC:&lt;/strong&gt; Doola (from $297) and Firstbase (from $399) offer Wyoming, which saves $240/yr in state fees vs. Delaware, plus compliance add-ons LLC founders need: Form 5472 filing, registered agent, annual reports. State-level differences in the &lt;a href="https://dev.to/blog/delaware-vs-wyoming-llc-non-resident-comparison-2026"&gt;Delaware vs Wyoming comparison&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Registered agent only:&lt;/strong&gt; &lt;a href="https://www.northwestregisteredagent.com" rel="noopener noreferrer"&gt;Northwest&lt;/a&gt; at $125/yr works for both LLCs and C-Corps in any state. See the &lt;a href="https://dev.to/blog/northwest-vs-zenbusiness-vs-bizee-registered-agent-comparison-2026"&gt;registered agent comparison&lt;/a&gt;.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;stripe-atlas
doola
northwest
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h2&gt;
  
  
  What this decision does not address
&lt;/h2&gt;

&lt;p&gt;Picking the right entity type is one layer. Tax residency, permanent establishment risk, banking access, and documentation completeness exist independently of whether you're an LLC or a C-Corp. I've seen founders choose the perfect entity and still get blindsided because their tax residency was undefined or their banking was a single point of failure.&lt;/p&gt;

&lt;p&gt;These structural dimensions remain regardless of entity choice:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Tax residency&lt;/strong&gt;: Which country claims you, and how that interacts with your US entity's income. &lt;a href="https://dev.to/blog/tax-residency-determination-practical-guide-2026"&gt;Tax residency guide&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Permanent establishment&lt;/strong&gt;: Whether running a US entity from a fixed location abroad creates tax obligations in your country of residence. &lt;a href="https://dev.to/blog/permanent-establishment-risk-the-line-your-cpa-might-not-see"&gt;PE risk analysis&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Banking redundancy&lt;/strong&gt;: Can your setup survive a single account closure? &lt;a href="https://dev.to/blog/banking-redundancy-setup-guide"&gt;Banking redundancy guide&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Documentation&lt;/strong&gt;: Would your records hold up under scrutiny from any jurisdiction with authority over the situation? &lt;a href="https://dev.to/blog/documentation-gap-what-authorities-see"&gt;Documentation gap analysis&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The &lt;a href="https://dev.to/blog/meta-framework-four-dimensions-of-structural-risk"&gt;META framework&lt;/a&gt; maps all four dimensions. The &lt;a href="https://dev.to/tools/risk-check"&gt;free risk check&lt;/a&gt; gives you an initial assessment in under 5 minutes.&lt;/p&gt;




&lt;h2&gt;
  
  
  Frequently Asked Questions
&lt;/h2&gt;

&lt;h3&gt;
  
  
  Is an LLC or C-Corp better for a non-resident solo founder?
&lt;/h3&gt;

&lt;p&gt;For a solo founder not raising VC, the LLC is the more common choice. Lower formation and compliance costs, simpler governance (no board meetings or minutes), pass-through taxation that avoids double taxation on distributions. Annual compliance: $700-2,500/yr for an LLC vs. $1,500-6,000/yr for a C-Corp.&lt;/p&gt;

&lt;h3&gt;
  
  
  Can a non-resident own a US C-Corp?
&lt;/h3&gt;

&lt;p&gt;Yes. No citizenship or residency requirements for owning shares. Non-residents can be shareholders, directors, and officers. The C-Corp must withhold 30% (or the treaty rate) on dividends paid to non-resident shareholders under &lt;a href="https://www.irs.gov/individuals/international-taxpayers/nonresident-aliens" rel="noopener noreferrer"&gt;IRC Section 1441&lt;/a&gt;.&lt;/p&gt;

&lt;h3&gt;
  
  
  What is the double taxation problem with C-Corps?
&lt;/h3&gt;

&lt;p&gt;Profits get taxed twice: 21% at the corporate level, then again when distributed as dividends (30% withholding for non-residents, or the treaty rate). Example: $100,000 in profit, $21,000 in corporate tax, then $23,700 withheld on the $79,000 dividend to a non-resident with no treaty benefit. You keep $55,300 out of $100,000.&lt;/p&gt;

&lt;h3&gt;
  
  
  Can I convert my LLC to a C-Corp later?
&lt;/h3&gt;

&lt;p&gt;Yes. Most states offer statutory conversion, taking 1-4 weeks at $500-5,000 depending on complexity. The timing is what matters: converting at minimal value is straightforward. Converting after years of profitable operations creates a taxable event on the built-up appreciation. Do it early if you're going to do it.&lt;/p&gt;

&lt;h3&gt;
  
  
  Do investors accept LLCs?
&lt;/h3&gt;

&lt;p&gt;Most US VCs won't invest in an LLC. They expect a Delaware C-Corp with authorized preferred stock, a clean cap table, and board governance. Some angels and smaller funds will, but conversion to a C-Corp is often a condition of the investment.&lt;/p&gt;

&lt;h3&gt;
  
  
  What is QSBS and why does it matter for entity type?
&lt;/h3&gt;

&lt;p&gt;Qualified Small Business Stock under &lt;a href="https://www.law.cornell.edu/uscode/text/26/1202" rel="noopener noreferrer"&gt;IRC Section 1202&lt;/a&gt; lets C-Corp shareholders exclude up to $10 million in capital gains when selling stock held 5+ years. LLCs can't issue QSBS-eligible stock. The benefit primarily applies to US taxpayers; non-residents may not benefit directly, but US-based investors or co-founders in the same entity can.&lt;/p&gt;

&lt;h2&gt;
  
  
  Related Reading
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://dev.to/blog/do-i-need-a-us-llc-non-resident-decision-framework-2026"&gt;US LLC for Non-Residents: Is It Worth $1,500/yr?&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://dev.to/blog/stripe-atlas-vs-firstbase-vs-doola-pricing-comparison-2026"&gt;Stripe Atlas vs Firstbase vs Doola: 3-Year Cost Breakdown&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://dev.to/blog/how-to-form-us-llc-non-resident-2026"&gt;How to Form a US LLC as a Non-Resident (2026)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://dev.to/blog/delaware-vs-wyoming-llc-non-resident-comparison-2026"&gt;Delaware vs Wyoming LLC: What Non-Residents Need to Know&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://dev.to/blog/canada-us-tax-treaty-llc-section-899-guide-2026"&gt;Canada-US Tax Treaty LLC Trap&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://dev.to/blog/qsbs-eligibility-checklist-cross-border"&gt;QSBS Eligibility Checklist for Cross-Border Founders&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://dev.to/blog/s-corp-election-timing-when-to-convert-llc"&gt;S-Corp Election Timing: When to Convert Your LLC&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://dev.to/blog/entity-decision-framework-cross-border-founders"&gt;Entity Decision Framework for Cross-Border Founders&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://dev.to/blog/cross-border-compliance-checklist-2026"&gt;Cross-Border Compliance Checklist 2026&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://dev.to/blog/meta-framework-four-dimensions-of-structural-risk"&gt;META Framework: Four Dimensions of Structural Risk&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;




&lt;p&gt;&lt;em&gt;Originally published at &lt;a href="https://www.globalsolo.global/blog/us-llc-vs-c-corp-non-resident-founders-2026" rel="noopener noreferrer"&gt;Global Solo&lt;/a&gt;. We build diagnostic tools for cross-border solo founders navigating entity, tax, and compliance risk.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>entitystructure</category>
      <category>llc</category>
      <category>nonresident</category>
      <category>comparison</category>
    </item>
    <item>
      <title>HMRC and US LLCs: The Opaque Entity Tax Trap for UK Founders</title>
      <dc:creator>Jett Fu</dc:creator>
      <pubDate>Sat, 04 Apr 2026 04:47:31 +0000</pubDate>
      <link>https://dev.to/jettfu/hmrc-and-us-llcs-the-opaque-entity-tax-trap-for-uk-founders-4iib</link>
      <guid>https://dev.to/jettfu/hmrc-and-us-llcs-the-opaque-entity-tax-trap-for-uk-founders-4iib</guid>
      <description>&lt;p&gt;For years, UK residents who formed US single-member LLCs operated under a reasonable assumption: because the IRS treats a single-member LLC as a "disregarded entity," the income passes through to the individual. HMRC would see it the same way. The founder would report LLC income on their UK Self Assessment as personal income, and the US-UK Double Taxation Convention would handle any overlap.&lt;/p&gt;

&lt;p&gt;That assumption broke in April 2025.&lt;/p&gt;

&lt;p&gt;HMRC now classifies US LLCs as "opaque" entities -- treated as if they were corporations, not pass-through vehicles. This creates a structural mismatch: the IRS sees the LLC as invisible (income taxed on the individual's return), while HMRC sees it as a separate taxable entity (a foreign company). The US-UK Double Taxation Convention's relief mechanisms were not designed for this asymmetry. A UK resident operating a US LLC may face a scenario where neither country's tax credit provisions fully eliminate the double taxation.&lt;/p&gt;

&lt;p&gt;The change did not happen overnight. HMRC signaled its position through updated guidance in the International Manual (INTM) and a series of technical interpretations starting in 2023. But the practical implications -- how to report, what credits are available, what alternatives exist -- have left UK founders with US LLCs in a documentation gap that most online LLC formation guides have not caught up with.&lt;/p&gt;

&lt;h2&gt;
  
  
  What Does "Opaque" Mean in HMRC's Framework?
&lt;/h2&gt;

&lt;p&gt;HMRC classifies foreign entities using its own criteria, independent of how the entity's home jurisdiction classifies it. The relevant guidance is in &lt;a href="https://www.gov.uk/hmrc-internal-manuals/international-manual/intm180000" rel="noopener noreferrer"&gt;HMRC's International Manual at INTM180000&lt;/a&gt; onward.&lt;/p&gt;

&lt;p&gt;HMRC applies a functional test: does the entity have a legal personality separate from its members? Can it hold property in its own name? Do its members have limited liability? Is the entity's existence independent of its members?&lt;/p&gt;

&lt;p&gt;A US LLC answers "yes" to all of these. Under the laws of every US state, an LLC is a legal entity separate from its members. It holds property in its own name. Its members have limited liability. It continues to exist independent of any individual member.&lt;/p&gt;

&lt;p&gt;HMRC's conclusion: a US LLC is a "body corporate" -- a term that, for UK tax purposes, means the entity is treated as a company. Not a partnership. Not a transparent entity. A company.&lt;/p&gt;

&lt;h3&gt;
  
  
  How This Differs from the IRS View
&lt;/h3&gt;

&lt;p&gt;The IRS has a different mechanism. Under &lt;a href="https://www.ecfr.gov/current/title-26/chapter-I/subchapter-A/part-301/subpart-ECFRc89e8e7d5bb49b3/section-301.7701-3" rel="noopener noreferrer"&gt;Treasury Regulation Section 301.7701-3&lt;/a&gt;, a single-member LLC is a "disregarded entity" by default -- meaning the IRS treats it as if it does not exist for federal income tax purposes. The member reports all income on their personal return.&lt;/p&gt;

&lt;p&gt;HMRC has no equivalent check-the-box system. It does not adopt the IRS classification. It applies its own legal analysis based on the characteristics of the entity under the law of the jurisdiction where it was formed.&lt;/p&gt;

&lt;p&gt;The result: the same entity is transparent for US purposes and opaque for UK purposes.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Classification Mismatch Problem
&lt;/h2&gt;

&lt;p&gt;This is where the structural risk emerges. The mismatch is not merely academic. It affects which treaty articles apply, how income is characterized, and whether double tax relief is available.&lt;/p&gt;

&lt;h3&gt;
  
  
  How Income Flows Under Each View
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;US perspective:&lt;/strong&gt; The LLC earns $100,000 in revenue. The IRS does not see this as corporate income. The income "passes through" to the individual member, who reports it on their personal US tax return (Form 1040-NR for a non-resident alien). If the founder is a UK resident with no US-source income and no US permanent establishment, the US may impose zero federal income tax on this income.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;UK perspective:&lt;/strong&gt; HMRC sees the same $100,000 as income earned by a foreign company (the LLC). The UK-resident member did not earn income -- the company did. The member's taxable event, in HMRC's view, occurs when the LLC distributes profits to them. The distribution is then treated as dividend income from a foreign company.&lt;/p&gt;

&lt;h3&gt;
  
  
  Where the Treaty Breaks Down
&lt;/h3&gt;

&lt;p&gt;The &lt;a href="https://www.gov.uk/government/publications/usa-tax-treaties" rel="noopener noreferrer"&gt;US-UK Double Taxation Convention&lt;/a&gt; is designed to prevent the same income from being taxed twice. Article 24 (Elimination of Double Taxation) provides mechanisms -- primarily tax credits -- to offset tax paid in one country against tax owed in the other.&lt;/p&gt;

&lt;p&gt;But the credit mechanism depends on both countries agreeing on what is being taxed and who is being taxed.&lt;/p&gt;

&lt;p&gt;Under the US view, the individual earned the income. Under the UK view, the company earned the income. These are different taxpayers and different income characterizations. Article 24 provides credit for tax paid by the same person on the same income. When the US taxes the individual and the UK taxes distributions from a company, the treaty's matching mechanism does not align cleanly.&lt;/p&gt;

&lt;h2&gt;
  
  
  Practical Scenario: UK SaaS Founder with a Wyoming LLC
&lt;/h2&gt;

&lt;p&gt;Take a UK-resident founder who operates a SaaS business through a Wyoming single-member LLC. The LLC has $120,000 in annual revenue, $40,000 in expenses, and $80,000 in net profit. The founder pays themselves the full $80,000 as a distribution.&lt;/p&gt;

&lt;h3&gt;
  
  
  Under the IRS
&lt;/h3&gt;

&lt;p&gt;The LLC is disregarded. The IRS attributes the $80,000 in net profit to the individual. If the founder is a non-resident alien and the income is not "effectively connected" with a US trade or business, the US imposes no federal income tax on this income.&lt;/p&gt;

&lt;p&gt;The founder still files &lt;a href="https://www.globalsolo.global/blog/what-happens-if-you-miss-form-5472-non-resident-llc" rel="noopener noreferrer"&gt;Form 5472&lt;/a&gt; with a pro forma Form 1120, reporting transactions between the LLC and its foreign owner. Failure to file triggers a $25,000 penalty per year.&lt;/p&gt;

&lt;h3&gt;
  
  
  Under HMRC
&lt;/h3&gt;

&lt;p&gt;HMRC treats the LLC as a foreign company. The $80,000 distribution is characterized as a dividend from an overseas company.&lt;/p&gt;

&lt;p&gt;The founder reports this on the Self Assessment tax return under foreign income. The tax treatment of the dividend depends on the founder's UK income level:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Basic rate (up to 50,270 GBP):&lt;/strong&gt; 8.75% on dividends above the 1,000 GBP dividend allowance&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Higher rate (50,271-125,140 GBP):&lt;/strong&gt; 33.75%&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Additional rate (above 125,140 GBP):&lt;/strong&gt; 39.35%&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  The Credit Problem
&lt;/h3&gt;

&lt;p&gt;If the founder paid zero US tax (because the income was not effectively connected), there is no US tax to credit against the UK liability. The UK taxes the full dividend at the applicable rate.&lt;/p&gt;

&lt;p&gt;If the founder did pay US tax, the founder has US tax on the individual's business income and UK tax on a corporate distribution. The foreign tax credit claim on form SA106 is available for US tax paid, but the credit is limited to the UK tax attributable to the same income. Because the income characterization differs, HMRC may restrict the credit.&lt;/p&gt;

&lt;h2&gt;
  
  
  Comparison: US LLC Tax Treatment -- UK vs. US Perspective
&lt;/h2&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Aspect&lt;/th&gt;
&lt;th&gt;US (IRS) View&lt;/th&gt;
&lt;th&gt;UK (HMRC) View&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Entity classification&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Disregarded entity (default SMLLC)&lt;/td&gt;
&lt;td&gt;Opaque / body corporate&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Income attribution&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Passes through to individual member&lt;/td&gt;
&lt;td&gt;Stays within the entity until distributed&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Tax event for member&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Income earned = taxable to member&lt;/td&gt;
&lt;td&gt;Distribution received = taxable to member&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Income characterization&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Business income / self-employment income&lt;/td&gt;
&lt;td&gt;Dividend income from foreign company&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Applicable tax rates&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;US graduated rates (if ECI) or 0% (if not ECI)&lt;/td&gt;
&lt;td&gt;UK dividend rates: 8.75% / 33.75% / 39.35%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Filing form (member)&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Form 1040-NR (individual)&lt;/td&gt;
&lt;td&gt;SA100 + SA106 (foreign income)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Treaty article for relief&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Article 7 (business profits) or Article 22&lt;/td&gt;
&lt;td&gt;Article 10 (dividends) or Article 22&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Foreign tax credit&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;N/A (US is source country)&lt;/td&gt;
&lt;td&gt;FTCR on SA106, limited to UK tax on that income&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;h2&gt;
  
  
  The Alternative: UK Ltd with US Operations
&lt;/h2&gt;

&lt;p&gt;The classification mismatch exists because the US LLC is transparent for IRS purposes and opaque for HMRC purposes. A UK limited company (Ltd) avoids this particular problem.&lt;/p&gt;

&lt;p&gt;The UK founder forms a UK Ltd and operates their SaaS business through it. The Ltd is the operating entity -- it invoices clients, holds intellectual property, and employs (or contracts with) the founder. If the business has US clients or US operations, the Ltd can register as a foreign entity in a US state and open a US bank account without forming a separate US entity.&lt;/p&gt;

&lt;p&gt;There is no classification mismatch. Both HMRC and the IRS see the same entity type -- a foreign corporation. The treaty's provisions for eliminating double taxation align because both countries classify the entity the same way.&lt;/p&gt;

&lt;p&gt;A UK Ltd adds administrative overhead: annual accounts filed with Companies House, Corporation Tax returns, payroll administration for the founder's salary, and compliance with UK employment law. For founders with very low revenue or who are testing a business idea, the overhead may exceed the benefit.&lt;/p&gt;

&lt;h2&gt;
  
  
  Key Takeaways
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;HMRC classifies US LLCs as opaque entities -- treated as foreign companies, not pass-through vehicles -- based on the LLC's legal characteristics&lt;/li&gt;
&lt;li&gt;The IRS treats the same single-member LLC as a disregarded entity, attributing all income to the individual member -- this creates a classification mismatch between the two jurisdictions&lt;/li&gt;
&lt;li&gt;The US-UK Double Taxation Convention's credit mechanism may not fully resolve the mismatch, because the US taxes business income of an individual while the UK taxes dividend income from a foreign company&lt;/li&gt;
&lt;li&gt;UK residents report LLC distributions on SA106 as dividends from a foreign company, subject to dividend tax rates (8.75% / 33.75% / 39.35%) rather than trading income rates&lt;/li&gt;
&lt;li&gt;A UK Ltd operating in the US avoids the classification mismatch entirely -- both HMRC and the IRS classify it as a foreign corporation, and the treaty provisions align&lt;/li&gt;
&lt;li&gt;Form 5472 filing obligations remain regardless of how HMRC classifies the LLC&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://www.globalsolo.global/blog/hmrc-us-llc-tax-reporting-uk-residents-2026" rel="noopener noreferrer"&gt;Read the full article with FAQ on self-assessment amendments, anti-avoidance rules, and split-year treatment&lt;/a&gt;&lt;/p&gt;




&lt;p&gt;&lt;em&gt;Originally published at &lt;a href="https://www.globalsolo.global" rel="noopener noreferrer"&gt;Global Solo&lt;/a&gt; -- structural risk visibility for cross-border founders.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>tax</category>
      <category>uk</category>
      <category>llc</category>
      <category>crossborder</category>
    </item>
    <item>
      <title>Miss Form 5472? The $25,000 IRS Penalty for Non-Resident LLCs</title>
      <dc:creator>Jett Fu</dc:creator>
      <pubDate>Sat, 04 Apr 2026 04:46:18 +0000</pubDate>
      <link>https://dev.to/jettfu/miss-form-5472-the-25000-irs-penalty-for-non-resident-llcs-123d</link>
      <guid>https://dev.to/jettfu/miss-form-5472-the-25000-irs-penalty-for-non-resident-llcs-123d</guid>
      <description>&lt;p&gt;Form 5472 is the most expensive compliance gap in non-resident LLC ownership. Not because the form is hard to prepare, but because the penalty for missing it is $25,000 per form, per year. Most non-resident LLC owners do not know this form exists until they receive a notice or learn about it from another founder who already paid the penalty.&lt;/p&gt;

&lt;p&gt;The IRS assesses a $25,000 penalty for each Form 5472 that is not filed, filed late, or filed with substantially incomplete information. Every foreign-owned single-member LLC is required to file Form 5472 annually with a pro forma Form 1120, regardless of whether the LLC had revenue, profit, or any business activity during the year. The filing is due on April 15 following the calendar year (with a possible 6-month extension to October 15). A founder who formed an LLC in 2024 and has never filed faces a potential $50,000+ in accumulated penalties by 2026.&lt;/p&gt;

&lt;p&gt;I have watched this penalty hit founders who had no idea the obligation existed. They formed their LLC through a reputable service, obtained an EIN, opened a bank account, and started operating. Nobody told them about Form 5472. Twelve to eighteen months later, an IRS notice arrived.&lt;/p&gt;

&lt;h2&gt;
  
  
  What is Form 5472?
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://www.irs.gov/forms-pubs/about-form-5472" rel="noopener noreferrer"&gt;Form 5472&lt;/a&gt; is an IRS information return titled "Information Return of a 25% Foreign-Owned U.S. Corporation or a Foreign Corporation Engaged in a U.S. Trade or Business." Despite the title referencing corporations, it applies to foreign-owned single-member LLCs because the IRS treats these entities as corporations for Form 5472 reporting purposes under &lt;a href="https://www.ecfr.gov/current/title-26/chapter-I/subchapter-A/part-1/subject-group-ECFRb43c582aed31e5c/section-1.6038A-1" rel="noopener noreferrer"&gt;Treasury Regulation 1.6038A-1(c)(1)&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;The form reports "reportable transactions" between the LLC and its foreign owner. Reportable transactions include:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Capital contributions&lt;/strong&gt; -- Money you put into the LLC&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Distributions&lt;/strong&gt; -- Money you take out of the LLC&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Loans&lt;/strong&gt; -- Money borrowed or lent between you and the LLC&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Rent or lease payments&lt;/strong&gt; -- If the LLC uses your personal assets or vice versa&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Service payments&lt;/strong&gt; -- If the LLC pays you (or you pay the LLC) for services&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Any other monetary transaction&lt;/strong&gt; between the LLC and its 25%+ foreign owner&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;If you formed a US LLC, put money into it, or took money out of it, you had a reportable transaction. That means the filing requirement was triggered from the moment you funded the LLC's bank account.&lt;/p&gt;

&lt;h2&gt;
  
  
  Who has to file Form 5472?
&lt;/h2&gt;

&lt;p&gt;Every US LLC that is:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;A single-member LLC (or treated as a disregarded entity)&lt;/li&gt;
&lt;li&gt;Owned by a foreign person (non-US citizen, non-US resident alien, or foreign entity)&lt;/li&gt;
&lt;li&gt;Has had at least one "reportable transaction" during the tax year&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;The definition of "foreign person" includes anyone who is not a US citizen and does not have a green card or meet the substantial presence test. If you formed a US LLC from outside the US and you are not a US person, you have a Form 5472 filing obligation.&lt;/p&gt;

&lt;p&gt;The form is filed with a &lt;strong&gt;pro forma Form 1120&lt;/strong&gt; (US Corporation Income Tax Return). The Form 1120 itself shows zeros for income and tax -- it exists only as the vehicle to attach Form 5472. The two forms are filed together as a single submission.&lt;/p&gt;

&lt;h2&gt;
  
  
  When is Form 5472 due?
&lt;/h2&gt;

&lt;p&gt;The filing deadline is &lt;strong&gt;April 15&lt;/strong&gt; following the end of the calendar year. A Form 5472 for the 2025 tax year is due &lt;strong&gt;April 15, 2026&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;An automatic 6-month extension is available by filing &lt;a href="https://www.irs.gov/forms-pubs/about-form-7004" rel="noopener noreferrer"&gt;Form 7004&lt;/a&gt; before the April 15 deadline. This extends the due date to &lt;strong&gt;October 15&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;The filing starts from the year the LLC was formed, not the year it started earning revenue. An LLC formed in September 2025 with no revenue and one $500 capital contribution has a Form 5472 filing obligation for the 2025 tax year, due April 15, 2026.&lt;/p&gt;

&lt;h2&gt;
  
  
  The $25,000 penalty: how it works
&lt;/h2&gt;

&lt;p&gt;The penalty is prescribed by &lt;a href="https://www.law.cornell.edu/uscode/text/26/6038A" rel="noopener noreferrer"&gt;IRC Section 6038A(d)&lt;/a&gt;. The IRS assesses $25,000 for:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Failure to file&lt;/strong&gt; -- The form was not submitted at all&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Late filing&lt;/strong&gt; -- The form was submitted after the deadline (including extension)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Substantially incomplete filing&lt;/strong&gt; -- The form was submitted but missing material information&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The penalty is &lt;strong&gt;per form, per year&lt;/strong&gt;. If you have one LLC and missed two years, the potential penalty is $50,000. If you have two LLCs and missed one year for each, the potential penalty is also $50,000.&lt;/p&gt;

&lt;p&gt;After the initial $25,000 assessment, the IRS sends a notice demanding compliance. If the form is not filed within 90 days of the notice, an additional $25,000 penalty accrues for each 30-day period of continued non-compliance. The penalty has no statutory maximum.&lt;/p&gt;

&lt;h3&gt;
  
  
  Penalty timeline example
&lt;/h3&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Event&lt;/th&gt;
&lt;th&gt;Penalty exposure&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;LLC formed in 2024, no Form 5472 filed for 2024&lt;/td&gt;
&lt;td&gt;$25,000&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;2025 passes, no Form 5472 filed for 2025 either&lt;/td&gt;
&lt;td&gt;$50,000 cumulative&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;IRS notice received in 2026, 90-day clock starts&lt;/td&gt;
&lt;td&gt;$50,000 + accruing&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;120 days after notice, still not filed&lt;/td&gt;
&lt;td&gt;$50,000 + $25,000 additional = $75,000&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;These are statutory penalties. The IRS has the authority to assess them without proving intent or harm.&lt;/p&gt;

&lt;h2&gt;
  
  
  What triggers IRS awareness?
&lt;/h2&gt;

&lt;p&gt;The IRS may become aware of a missing Form 5472 through several channels:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;EIN records.&lt;/strong&gt; When the LLC applied for an EIN using Form SS-4, the IRS recorded the responsible party as a foreign person. The IRS cross-references EIN records against filed returns. An EIN with a foreign responsible party and no corresponding Form 1120 + Form 5472 is a data match.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Bank account reporting.&lt;/strong&gt; US banks report account holder information to the IRS. A US bank account held by an LLC with a foreign owner generates information that can be matched against filed returns.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;FATCA and information exchange.&lt;/strong&gt; Under the &lt;a href="https://www.oecd.org/en/topics/policy-issues/automatic-exchange-of-information.html" rel="noopener noreferrer"&gt;Common Reporting Standard (CRS)&lt;/a&gt; and &lt;a href="https://www.irs.gov/businesses/corporations/foreign-account-tax-compliance-act-fatca" rel="noopener noreferrer"&gt;FATCA&lt;/a&gt;, financial institutions in participating countries report account information to tax authorities, which share it with the IRS.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Formation service records.&lt;/strong&gt; Formation services like Stripe Atlas, Firstbase, and Doola file formation documents with state secretaries of state. State records are accessible to the IRS.&lt;/p&gt;

&lt;p&gt;The detection is not instant. But it is increasingly automated. The gap between formation and enforcement has narrowed over the past several years.&lt;/p&gt;

&lt;h2&gt;
  
  
  Can the penalty be reduced or removed?
&lt;/h2&gt;

&lt;p&gt;The IRS has discretion to abate (reduce or remove) penalties in specific circumstances:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Reasonable cause.&lt;/strong&gt; If the founder can demonstrate that the failure was due to reasonable cause and not willful neglect, the IRS may abate the penalty. "I didn't know about the form" is a weak argument but not automatically disqualifying -- it depends on the totality of the circumstances.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;First-time penalty abatement.&lt;/strong&gt; The IRS offers administrative first-time penalty abatement for certain penalties, but Form 5472 penalties fall under IRC 6038A, and the first-time abatement program does not automatically apply to information return penalties.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Streamlined filing.&lt;/strong&gt; For US persons living abroad who have been non-willful in their failure to file, the &lt;a href="https://www.irs.gov/individuals/international-taxpayers/streamlined-filing-compliance-procedures" rel="noopener noreferrer"&gt;Streamlined Filing Compliance Procedures&lt;/a&gt; may provide a path to compliance with reduced penalties.&lt;/p&gt;

&lt;p&gt;The key point: penalty abatement is discretionary, not automatic. Filing late is less expensive than not filing at all.&lt;/p&gt;

&lt;h2&gt;
  
  
  How much does it cost to file Form 5472?
&lt;/h2&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Filing method&lt;/th&gt;
&lt;th&gt;Cost&lt;/th&gt;
&lt;th&gt;Notes&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;CPA (standalone)&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;$500-2,000/yr&lt;/td&gt;
&lt;td&gt;Varies by complexity of reportable transactions&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Firstbase add-on&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;$899/yr&lt;/td&gt;
&lt;td&gt;Includes Form 5472 + pro forma 1120&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Doola Total Compliance&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;$1,999/yr&lt;/td&gt;
&lt;td&gt;Includes Form 5472 + bookkeeping + tax filing&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Self-preparation&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;$0&lt;/td&gt;
&lt;td&gt;Possible but carries accuracy risk; the form is not intuitive&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;The cost of preparing Form 5472 is a fraction of the penalty for not filing it.&lt;/p&gt;

&lt;h2&gt;
  
  
  Key Takeaways
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;The IRS penalty for a missing or late Form 5472 is $25,000 per form, per year. A founder who misses two years faces $50,000+ in accumulated penalties before any other consequence.&lt;/li&gt;
&lt;li&gt;Every foreign-owned single-member LLC must file Form 5472 annually with a pro forma Form 1120, regardless of whether the LLC had revenue. The obligation starts from the year of formation.&lt;/li&gt;
&lt;li&gt;Filing costs $500-2,000/yr through a CPA, $899/yr through Firstbase, or $1,999/yr through Doola's Total Compliance tier. None of the major formation services include it in their base formation price.&lt;/li&gt;
&lt;li&gt;Penalty abatement is possible through reasonable cause or streamlined filing, but it is discretionary. Filing late is always less expensive than not filing at all.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://www.globalsolo.global/blog/what-happens-if-you-miss-form-5472-non-resident-llc" rel="noopener noreferrer"&gt;Read the full article with FAQs on filing methods, formation service coverage, and late filing strategies&lt;/a&gt;&lt;/p&gt;




&lt;p&gt;&lt;em&gt;Originally published at &lt;a href="https://www.globalsolo.global" rel="noopener noreferrer"&gt;Global Solo&lt;/a&gt; -- structural risk visibility for cross-border founders.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>tax</category>
      <category>llc</category>
      <category>startup</category>
      <category>compliance</category>
    </item>
    <item>
      <title>Business Account Frozen: What Triggers Freezes and What They Reveal</title>
      <dc:creator>Jett Fu</dc:creator>
      <pubDate>Sat, 04 Apr 2026 04:45:13 +0000</pubDate>
      <link>https://dev.to/jettfu/business-account-frozen-what-triggers-freezes-and-what-they-reveal-5gd8</link>
      <guid>https://dev.to/jettfu/business-account-frozen-what-triggers-freezes-and-what-they-reveal-5gd8</guid>
      <description>&lt;p&gt;The email arrives at 3 AM local time. Subject line: "Action Required: Account Access Temporarily Restricted." By the time most founders see it, their business account has been frozen for six hours. Payments stopped processing. Invoices suspended. Revenue flow interrupted mid-stream.&lt;/p&gt;

&lt;p&gt;The freeze itself is mechanical. A risk threshold was crossed -- often under the &lt;a href="https://www.fincen.gov/resources/statutes-and-regulations/bank-secrecy-act" rel="noopener noreferrer"&gt;Bank Secrecy Act&lt;/a&gt; framework enforced by &lt;a href="https://www.fincen.gov" rel="noopener noreferrer"&gt;FinCEN&lt;/a&gt;. An algorithm triggered. A compliance team flagged something for review. But the structural exposure the freeze reveals existed long before the notification. The documentation gap was always there. The entity-income mismatch was present from the first transaction. The jurisdictional ambiguity was embedded in the original setup.&lt;/p&gt;

&lt;p&gt;The freeze did not create these conditions. It made them suddenly, acutely visible.&lt;/p&gt;

&lt;h2&gt;
  
  
  "It works" is not a structural assessment
&lt;/h2&gt;

&lt;p&gt;Banks process transactions based on initial account setup information without continuously validating whether the business structure still matches current operations.&lt;/p&gt;

&lt;p&gt;When everything functions smoothly, the gap between declared structure and operational reality feels inconsequential. The account was opened with certain information. The business evolved. New activities, new geographies, new transaction patterns developed. But the bank's understanding of the relationship still reflects the original setup.&lt;/p&gt;

&lt;p&gt;This is the core of the banking stability illusion: the account functions because nothing has triggered a review, not because the underlying arrangement has been validated against current reality.&lt;/p&gt;

&lt;p&gt;The &lt;a href="https://www.fdic.gov" rel="noopener noreferrer"&gt;FDIC&lt;/a&gt; insures deposits, but deposit insurance does not protect against account restrictions triggered by compliance reviews. Initial acceptance is not ongoing validation.&lt;/p&gt;

&lt;h2&gt;
  
  
  How misalignment accumulates
&lt;/h2&gt;

&lt;p&gt;The most common structural misalignment in business banking involves three geographies:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Where the &lt;strong&gt;business entity&lt;/strong&gt; is registered&lt;/li&gt;
&lt;li&gt;Where the &lt;strong&gt;founder&lt;/strong&gt; actually lives and works&lt;/li&gt;
&lt;li&gt;Where the &lt;strong&gt;bank account&lt;/strong&gt; is located&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;When all three align, the banking structure is straightforward. When they diverge -- an entity in one jurisdiction, a bank account in another, a founder who is a tax resident of a third -- the arrangement contains structural characteristics that may become relevant during a review.&lt;/p&gt;

&lt;p&gt;Each decision was likely made for practical reasons. The entity was formed where it made regulatory or tax sense. The bank account was opened where access was easiest. The founder lives where life circumstances dictate. But the combination creates a cross-jurisdictional arrangement whose structural implications may not have been examined.&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Stage&lt;/th&gt;
&lt;th&gt;Detail&lt;/th&gt;
&lt;th&gt;Risk&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Entity Registered&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Delaware&lt;/td&gt;
&lt;td&gt;Low&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Founder Tax Resident&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Portugal&lt;/td&gt;
&lt;td&gt;Medium&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Bank Account&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;US&lt;/td&gt;
&lt;td&gt;Low&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Gap Between&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Bank Profile &amp;amp; Actual Activity&lt;/td&gt;
&lt;td&gt;High&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;h2&gt;
  
  
  What a freeze actually exposes
&lt;/h2&gt;

&lt;p&gt;A frozen account is a liquidity event, but the structural questions it surfaces are not primarily about cash. The freeze reveals gaps in how the business is architectured relative to how it operates.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Entity-income mismatches become visible.&lt;/strong&gt; Revenue flows into an entity that does not match the entity delivering services. The account sits in one jurisdiction, the contracting entity in another, and the physical location of work in a third.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Single-point-of-failure banking surfaces.&lt;/strong&gt; A structure that routes 100% of revenue through one payment processor or one business account has no redundancy. The moment all revenue stops because one rail went down, the absence of structural diversification becomes measurable.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Documentation gaps appear immediately.&lt;/strong&gt; Can the entity-income relationship be explained in a way that is coherent to a third party? Is there a paper trail that shows why funds flow where they flow?&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Jurisdictional ambiguity becomes a blocking issue.&lt;/strong&gt; Where is the business actually resident? Where are services delivered? Where does liability sit? A freeze converts latent jurisdictional uncertainty into an acute diagnostic question.&lt;/p&gt;

&lt;h2&gt;
  
  
  The four structural questions
&lt;/h2&gt;

&lt;p&gt;When an account freezes, operational responses focus on unlocking access. The structural dimension is different. It asks: what does this event reveal about the overall architecture?&lt;/p&gt;

&lt;h3&gt;
  
  
  Money: Where does revenue actually flow?
&lt;/h3&gt;

&lt;p&gt;A freeze interrupts payment flow. The interruption exposes the path revenue was taking. Which entity receives income? Which accounts process transactions? What percentage of total revenue depends on this single rail?&lt;/p&gt;

&lt;p&gt;If the frozen account represents 100% of income, the structure has no redundancy. If it represents 40%, the business has partial insulation. The percentage is diagnostic information.&lt;/p&gt;

&lt;h3&gt;
  
  
  Entity: Does the entity receiving payment match the entity delivering services?
&lt;/h3&gt;

&lt;p&gt;An account belongs to a legal entity. The freeze hits that entity. The structural question: is this the same entity that contracts with clients? Is it the same entity that delivers services? Is it the same entity that files taxes?&lt;/p&gt;

&lt;p&gt;Mismatch is common in cross-border solo setups. A US LLC receives payments, a Portuguese sole trader delivers services, and a US individual files personal taxes. This configuration can be structurally coherent if the relationships between entities are documented. It becomes incoherent if the relationships are unclear.&lt;/p&gt;

&lt;h3&gt;
  
  
  Tax: Is the tax filing position consistent with where the account sits?
&lt;/h3&gt;

&lt;p&gt;A frozen account does not trigger a tax audit, but it exposes whether the tax position aligns with the banking structure. Tax residency, entity location, and banking location do not need to be identical. They do need to be coherent.&lt;/p&gt;

&lt;h3&gt;
  
  
  Accountability: Can the structure be explained to a third party?
&lt;/h3&gt;

&lt;p&gt;A freeze converts a theoretical question into a practical one: if asked to explain this structure to someone who does not know you, can you do it?&lt;/p&gt;

&lt;p&gt;Entity A exists because X. Funds flow to Account B because Y. Services are delivered from Location C because Z. The connections need to make sense. The explanation does not need to be simple. It needs to be documented and internally consistent.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why compliant founders still get frozen
&lt;/h2&gt;

&lt;p&gt;A founder can be fully compliant with local tax law, properly registered, and filing on time, and still trigger a payment freeze. This is not a contradiction. It is a difference in what each system is measuring.&lt;/p&gt;

&lt;p&gt;Compliance operates on rules: does the setup match the legal requirements in Jurisdiction X? Risk scoring -- governed by frameworks like the &lt;a href="https://www.occ.treas.gov/topics/supervision-and-examination/bsa/index-bsa.html" rel="noopener noreferrer"&gt;OCC's BSA/AML guidance&lt;/a&gt; -- operates on patterns: does this account's behavior match patterns associated with fraud, money laundering, or regulatory violations?&lt;/p&gt;

&lt;p&gt;Common triggers that flag compliant businesses:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;High average transaction values relative to baseline&lt;/li&gt;
&lt;li&gt;Cross-border transactions involving jurisdictions with elevated scrutiny&lt;/li&gt;
&lt;li&gt;Business models difficult to categorize&lt;/li&gt;
&lt;li&gt;Seasonal spikes that look anomalous to an algorithm&lt;/li&gt;
&lt;li&gt;Rapid growth in transaction volume or geographic reach&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The account holder cannot see the risk model. The processor is not obligated to explain it.&lt;/p&gt;

&lt;h2&gt;
  
  
  The 48-hour structural audit
&lt;/h2&gt;

&lt;p&gt;When an account freezes, the immediate response is operational: gather documents, contact support, identify the specific reason. This is necessary but not sufficient.&lt;/p&gt;

&lt;p&gt;The structural response asks: independent of this specific freeze, what does this event reveal about the overall setup?&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Revenue concentration:&lt;/strong&gt; What percentage of total income flows through this account? What happens if this rail is down for 30 days?&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Entity coherence:&lt;/strong&gt; Does the entity on the account match the entity contracting with clients? Can this relationship be documented?&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Jurisdictional alignment:&lt;/strong&gt; Do tax filings, entity registration, and banking location tell a consistent story?&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Documentation completeness:&lt;/strong&gt; Can the business structure be explained in writing to someone unfamiliar with it?&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The answers describe the structure as it exists, not as it was intended. The freeze makes the actual structure visible.&lt;/p&gt;

&lt;h2&gt;
  
  
  Key Takeaways
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Banking stability means the account functions because nothing has triggered a review, not because the arrangement has been validated against current reality&lt;/li&gt;
&lt;li&gt;The most common structural misalignment involves three divergent geographies: entity registration, founder residency, and bank account location&lt;/li&gt;
&lt;li&gt;A payment freeze compresses the timeline for understanding structural exposure from months to hours -- the gaps it reveals were present before the event&lt;/li&gt;
&lt;li&gt;Compliance and platform risk scoring measure different things -- a structurally compliant setup can still trigger algorithmic flags&lt;/li&gt;
&lt;li&gt;Non-resident accounts experience "structural drift" as the business evolves while the bank's profile stays frozen at application time&lt;/li&gt;
&lt;li&gt;Documentation gaps that are invisible during normal operation become immediately visible during a freeze&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://www.globalsolo.global/blog/business-account-frozen-structural-diagnostic" rel="noopener noreferrer"&gt;Read the full article with additional sections on non-resident risk, cascade effects, and recovery timelines&lt;/a&gt;&lt;/p&gt;




&lt;p&gt;&lt;em&gt;Originally published at &lt;a href="https://www.globalsolo.global" rel="noopener noreferrer"&gt;Global Solo&lt;/a&gt; -- structural risk visibility for cross-border founders.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>banking</category>
      <category>fintech</category>
      <category>startup</category>
      <category>crossborder</category>
    </item>
    <item>
      <title>How We Built a Deterministic Risk Scoring Engine (No ML Required)</title>
      <dc:creator>Jett Fu</dc:creator>
      <pubDate>Mon, 30 Mar 2026 07:24:52 +0000</pubDate>
      <link>https://dev.to/jettfu/httpswwwglobalsologlobaltoolsrisk-checkhow-we-built-a-deterministic-risk-scoring-engine-no-2f1k</link>
      <guid>https://dev.to/jettfu/httpswwwglobalsologlobaltoolsrisk-checkhow-we-built-a-deterministic-risk-scoring-engine-no-2f1k</guid>
      <description>&lt;p&gt;When we set out to build a risk screening tool for cross-border founders, the obvious path was to throw an LLM at it. Feed in the founder's situation, get back a risk assessment. Ship it.&lt;/p&gt;

&lt;p&gt;We went the opposite direction: a pure client-side, deterministic, rule-based scoring engine. No API calls. No ML models. No LLM. Same input always produces the same output.&lt;/p&gt;

&lt;p&gt;Here's why, and how the engine works.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why deterministic &amp;gt; intelligent
&lt;/h2&gt;

&lt;p&gt;Our product maps structural risk across four dimensions for solo founders operating businesses across borders. The core principle: &lt;strong&gt;determinism in analysis, intelligence in interaction&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;For a risk screening tool, this means:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;A founder in India with a Delaware LLC and Stripe-only payments should get the &lt;strong&gt;exact same score&lt;/strong&gt; every time&lt;/li&gt;
&lt;li&gt;No temperature variance, no model drift, no "it depends on how the LLM is feeling today"&lt;/li&gt;
&lt;li&gt;The scoring logic is auditable — you can trace every point back to a specific rule&lt;/li&gt;
&lt;li&gt;It runs entirely client-side — no server costs, no latency, no API rate limits&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;When the output affects how someone understands their legal and financial exposure, hallucination isn't a minor inconvenience. It's a liability.&lt;/p&gt;

&lt;h2&gt;
  
  
  The architecture
&lt;/h2&gt;

&lt;p&gt;The engine scores 7 inputs across 4 dimensions (we call them META: Money, Entity, Tax, Accountability). Each dimension gets a score from 0-5, totaling 0-20.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight typescript"&gt;&lt;code&gt;&lt;span class="k"&gt;export&lt;/span&gt; &lt;span class="kr"&gt;interface&lt;/span&gt; &lt;span class="nx"&gt;RiskCheckAnswers&lt;/span&gt; &lt;span class="p"&gt;{&lt;/span&gt;
  &lt;span class="nl"&gt;residenceCountry&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="kr"&gt;string&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;
  &lt;span class="nl"&gt;citizenships&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="kr"&gt;string&lt;/span&gt;&lt;span class="p"&gt;[];&lt;/span&gt;
  &lt;span class="nl"&gt;entityCountry&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="kr"&gt;string&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;       &lt;span class="c1"&gt;// "none" if no entity&lt;/span&gt;
  &lt;span class="nl"&gt;incomeCountries&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="kr"&gt;string&lt;/span&gt;&lt;span class="p"&gt;[];&lt;/span&gt;
  &lt;span class="nl"&gt;annualRevenue&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="dl"&gt;'&lt;/span&gt;&lt;span class="s1"&gt;under-25k&lt;/span&gt;&lt;span class="dl"&gt;'&lt;/span&gt; &lt;span class="o"&gt;|&lt;/span&gt; &lt;span class="dl"&gt;'&lt;/span&gt;&lt;span class="s1"&gt;25k-50k&lt;/span&gt;&lt;span class="dl"&gt;'&lt;/span&gt; &lt;span class="o"&gt;|&lt;/span&gt; &lt;span class="dl"&gt;'&lt;/span&gt;&lt;span class="s1"&gt;50k-100k&lt;/span&gt;&lt;span class="dl"&gt;'&lt;/span&gt; &lt;span class="o"&gt;|&lt;/span&gt; &lt;span class="dl"&gt;'&lt;/span&gt;&lt;span class="s1"&gt;100k-250k&lt;/span&gt;&lt;span class="dl"&gt;'&lt;/span&gt; &lt;span class="o"&gt;|&lt;/span&gt; &lt;span class="dl"&gt;'&lt;/span&gt;&lt;span class="s1"&gt;250k-plus&lt;/span&gt;&lt;span class="dl"&gt;'&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;
  &lt;span class="nl"&gt;paymentMethods&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="kr"&gt;string&lt;/span&gt;&lt;span class="p"&gt;[];&lt;/span&gt;
  &lt;span class="nl"&gt;daysAbroad&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="dl"&gt;'&lt;/span&gt;&lt;span class="s1"&gt;none&lt;/span&gt;&lt;span class="dl"&gt;'&lt;/span&gt; &lt;span class="o"&gt;|&lt;/span&gt; &lt;span class="dl"&gt;'&lt;/span&gt;&lt;span class="s1"&gt;under-30&lt;/span&gt;&lt;span class="dl"&gt;'&lt;/span&gt; &lt;span class="o"&gt;|&lt;/span&gt; &lt;span class="dl"&gt;'&lt;/span&gt;&lt;span class="s1"&gt;30-90&lt;/span&gt;&lt;span class="dl"&gt;'&lt;/span&gt; &lt;span class="o"&gt;|&lt;/span&gt; &lt;span class="dl"&gt;'&lt;/span&gt;&lt;span class="s1"&gt;90-183&lt;/span&gt;&lt;span class="dl"&gt;'&lt;/span&gt; &lt;span class="o"&gt;|&lt;/span&gt; &lt;span class="dl"&gt;'&lt;/span&gt;&lt;span class="s1"&gt;183-plus&lt;/span&gt;&lt;span class="dl"&gt;'&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;
&lt;span class="p"&gt;}&lt;/span&gt;

&lt;span class="k"&gt;export&lt;/span&gt; &lt;span class="kr"&gt;interface&lt;/span&gt; &lt;span class="nx"&gt;RiskCheckResult&lt;/span&gt; &lt;span class="p"&gt;{&lt;/span&gt;
  &lt;span class="nl"&gt;money&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="nx"&gt;DimensionScore&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;
  &lt;span class="nl"&gt;entity&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="nx"&gt;DimensionScore&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;
  &lt;span class="nl"&gt;tax&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="nx"&gt;DimensionScore&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;
  &lt;span class="nl"&gt;accountability&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="nx"&gt;DimensionScore&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;
  &lt;span class="nl"&gt;totalScore&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="kr"&gt;number&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;
  &lt;span class="nl"&gt;riskLevel&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="dl"&gt;'&lt;/span&gt;&lt;span class="s1"&gt;low&lt;/span&gt;&lt;span class="dl"&gt;'&lt;/span&gt; &lt;span class="o"&gt;|&lt;/span&gt; &lt;span class="dl"&gt;'&lt;/span&gt;&lt;span class="s1"&gt;moderate&lt;/span&gt;&lt;span class="dl"&gt;'&lt;/span&gt; &lt;span class="o"&gt;|&lt;/span&gt; &lt;span class="dl"&gt;'&lt;/span&gt;&lt;span class="s1"&gt;high&lt;/span&gt;&lt;span class="dl"&gt;'&lt;/span&gt; &lt;span class="o"&gt;|&lt;/span&gt; &lt;span class="dl"&gt;'&lt;/span&gt;&lt;span class="s1"&gt;critical&lt;/span&gt;&lt;span class="dl"&gt;'&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;
&lt;span class="p"&gt;}&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;The main scoring function delegates to four dimension-specific scorers:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight typescript"&gt;&lt;code&gt;&lt;span class="k"&gt;export&lt;/span&gt; &lt;span class="kd"&gt;function&lt;/span&gt; &lt;span class="nf"&gt;scoreRiskCheck&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="nx"&gt;answers&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="nx"&gt;RiskCheckAnswers&lt;/span&gt;&lt;span class="p"&gt;):&lt;/span&gt; &lt;span class="nx"&gt;RiskCheckResult&lt;/span&gt; &lt;span class="p"&gt;{&lt;/span&gt;
  &lt;span class="kd"&gt;const&lt;/span&gt; &lt;span class="nx"&gt;money&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="nf"&gt;scoreMoney&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="nx"&gt;answers&lt;/span&gt;&lt;span class="p"&gt;);&lt;/span&gt;
  &lt;span class="kd"&gt;const&lt;/span&gt; &lt;span class="nx"&gt;entity&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="nf"&gt;scoreEntity&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="nx"&gt;answers&lt;/span&gt;&lt;span class="p"&gt;);&lt;/span&gt;
  &lt;span class="kd"&gt;const&lt;/span&gt; &lt;span class="nx"&gt;tax&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="nf"&gt;scoreTax&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="nx"&gt;answers&lt;/span&gt;&lt;span class="p"&gt;);&lt;/span&gt;
  &lt;span class="kd"&gt;const&lt;/span&gt; &lt;span class="nx"&gt;accountability&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="nf"&gt;scoreAccountability&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="nx"&gt;answers&lt;/span&gt;&lt;span class="p"&gt;);&lt;/span&gt;

  &lt;span class="kd"&gt;const&lt;/span&gt; &lt;span class="nx"&gt;totalScore&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="nx"&gt;money&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nx"&gt;score&lt;/span&gt; &lt;span class="o"&gt;+&lt;/span&gt; &lt;span class="nx"&gt;entity&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nx"&gt;score&lt;/span&gt; &lt;span class="o"&gt;+&lt;/span&gt; &lt;span class="nx"&gt;tax&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nx"&gt;score&lt;/span&gt; &lt;span class="o"&gt;+&lt;/span&gt; &lt;span class="nx"&gt;accountability&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nx"&gt;score&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;

  &lt;span class="kd"&gt;let&lt;/span&gt; &lt;span class="nx"&gt;riskLevel&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="nx"&gt;RiskCheckResult&lt;/span&gt;&lt;span class="p"&gt;[&lt;/span&gt;&lt;span class="dl"&gt;'&lt;/span&gt;&lt;span class="s1"&gt;riskLevel&lt;/span&gt;&lt;span class="dl"&gt;'&lt;/span&gt;&lt;span class="p"&gt;];&lt;/span&gt;
  &lt;span class="k"&gt;if &lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="nx"&gt;totalScore&lt;/span&gt; &lt;span class="o"&gt;&amp;lt;=&lt;/span&gt; &lt;span class="mi"&gt;4&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt; &lt;span class="nx"&gt;riskLevel&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="dl"&gt;'&lt;/span&gt;&lt;span class="s1"&gt;low&lt;/span&gt;&lt;span class="dl"&gt;'&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;
  &lt;span class="k"&gt;else&lt;/span&gt; &lt;span class="k"&gt;if &lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="nx"&gt;totalScore&lt;/span&gt; &lt;span class="o"&gt;&amp;lt;=&lt;/span&gt; &lt;span class="mi"&gt;8&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt; &lt;span class="nx"&gt;riskLevel&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="dl"&gt;'&lt;/span&gt;&lt;span class="s1"&gt;moderate&lt;/span&gt;&lt;span class="dl"&gt;'&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;
  &lt;span class="k"&gt;else&lt;/span&gt; &lt;span class="k"&gt;if &lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="nx"&gt;totalScore&lt;/span&gt; &lt;span class="o"&gt;&amp;lt;=&lt;/span&gt; &lt;span class="mi"&gt;12&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt; &lt;span class="nx"&gt;riskLevel&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="dl"&gt;'&lt;/span&gt;&lt;span class="s1"&gt;high&lt;/span&gt;&lt;span class="dl"&gt;'&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;
  &lt;span class="k"&gt;else&lt;/span&gt; &lt;span class="nx"&gt;riskLevel&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="dl"&gt;'&lt;/span&gt;&lt;span class="s1"&gt;critical&lt;/span&gt;&lt;span class="dl"&gt;'&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;

  &lt;span class="k"&gt;return&lt;/span&gt; &lt;span class="p"&gt;{&lt;/span&gt; &lt;span class="nx"&gt;money&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="nx"&gt;entity&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="nx"&gt;tax&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="nx"&gt;accountability&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="nx"&gt;totalScore&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="nx"&gt;riskLevel&lt;/span&gt; &lt;span class="p"&gt;};&lt;/span&gt;
&lt;span class="p"&gt;}&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h2&gt;
  
  
  How scoring works: pattern matching, not prediction
&lt;/h2&gt;

&lt;p&gt;Each dimension scorer follows the same pattern: check for structural conditions, accumulate points, cap at 5.&lt;/p&gt;

&lt;p&gt;Here's the Money dimension as an example:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight typescript"&gt;&lt;code&gt;&lt;span class="kd"&gt;function&lt;/span&gt; &lt;span class="nf"&gt;scoreMoney&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="nx"&gt;a&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="nx"&gt;RiskCheckAnswers&lt;/span&gt;&lt;span class="p"&gt;):&lt;/span&gt; &lt;span class="nx"&gt;DimensionScore&lt;/span&gt; &lt;span class="p"&gt;{&lt;/span&gt;
  &lt;span class="kd"&gt;let&lt;/span&gt; &lt;span class="nx"&gt;score&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="mi"&gt;0&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;
  &lt;span class="kd"&gt;const&lt;/span&gt; &lt;span class="nx"&gt;flags&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="nx"&gt;RiskFlag&lt;/span&gt;&lt;span class="p"&gt;[]&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="p"&gt;[];&lt;/span&gt;

  &lt;span class="c1"&gt;// Single payment rail — if Stripe freezes, 100% of income stops&lt;/span&gt;
  &lt;span class="k"&gt;if &lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="nx"&gt;a&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nx"&gt;paymentMethods&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nx"&gt;length&lt;/span&gt; &lt;span class="o"&gt;===&lt;/span&gt; &lt;span class="mi"&gt;1&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt; &lt;span class="p"&gt;{&lt;/span&gt;
    &lt;span class="nx"&gt;score&lt;/span&gt; &lt;span class="o"&gt;+=&lt;/span&gt; &lt;span class="mi"&gt;1&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;
    &lt;span class="nx"&gt;flags&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nf"&gt;push&lt;/span&gt;&lt;span class="p"&gt;({&lt;/span&gt;
      &lt;span class="na"&gt;id&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="dl"&gt;'&lt;/span&gt;&lt;span class="s1"&gt;m-single-rail&lt;/span&gt;&lt;span class="dl"&gt;'&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;
      &lt;span class="na"&gt;dimension&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="dl"&gt;'&lt;/span&gt;&lt;span class="s1"&gt;M&lt;/span&gt;&lt;span class="dl"&gt;'&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;
      &lt;span class="na"&gt;severity&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="dl"&gt;'&lt;/span&gt;&lt;span class="s1"&gt;warning&lt;/span&gt;&lt;span class="dl"&gt;'&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;
      &lt;span class="na"&gt;title&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="dl"&gt;'&lt;/span&gt;&lt;span class="s1"&gt;Single Payment Rail Dependency&lt;/span&gt;&lt;span class="dl"&gt;'&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;
      &lt;span class="na"&gt;description&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="dl"&gt;'&lt;/span&gt;&lt;span class="s1"&gt;All revenue flows through one payment method...&lt;/span&gt;&lt;span class="dl"&gt;'&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;
    &lt;span class="p"&gt;});&lt;/span&gt;
  &lt;span class="p"&gt;}&lt;/span&gt;

  &lt;span class="c1"&gt;// No entity but earning income — no liability boundary&lt;/span&gt;
  &lt;span class="k"&gt;if &lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="nx"&gt;entityCountry&lt;/span&gt; &lt;span class="o"&gt;===&lt;/span&gt; &lt;span class="dl"&gt;'&lt;/span&gt;&lt;span class="s1"&gt;none&lt;/span&gt;&lt;span class="dl"&gt;'&lt;/span&gt; &lt;span class="o"&gt;&amp;amp;&amp;amp;&lt;/span&gt; &lt;span class="nx"&gt;a&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nx"&gt;incomeCountries&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nx"&gt;length&lt;/span&gt; &lt;span class="o"&gt;&amp;gt;&lt;/span&gt; &lt;span class="mi"&gt;0&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt; &lt;span class="p"&gt;{&lt;/span&gt;
    &lt;span class="nx"&gt;score&lt;/span&gt; &lt;span class="o"&gt;+=&lt;/span&gt; &lt;span class="mi"&gt;2&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;
    &lt;span class="nx"&gt;flags&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nf"&gt;push&lt;/span&gt;&lt;span class="p"&gt;({&lt;/span&gt;
      &lt;span class="na"&gt;id&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="dl"&gt;'&lt;/span&gt;&lt;span class="s1"&gt;m-no-entity&lt;/span&gt;&lt;span class="dl"&gt;'&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;
      &lt;span class="na"&gt;dimension&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="dl"&gt;'&lt;/span&gt;&lt;span class="s1"&gt;M&lt;/span&gt;&lt;span class="dl"&gt;'&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;
      &lt;span class="na"&gt;severity&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="dl"&gt;'&lt;/span&gt;&lt;span class="s1"&gt;critical&lt;/span&gt;&lt;span class="dl"&gt;'&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;
      &lt;span class="na"&gt;title&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="dl"&gt;'&lt;/span&gt;&lt;span class="s1"&gt;No Entity Boundary for Income&lt;/span&gt;&lt;span class="dl"&gt;'&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;
      &lt;span class="na"&gt;description&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="dl"&gt;'&lt;/span&gt;&lt;span class="s1"&gt;Income flows directly to you as an individual...&lt;/span&gt;&lt;span class="dl"&gt;'&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;
    &lt;span class="p"&gt;});&lt;/span&gt;
  &lt;span class="p"&gt;}&lt;/span&gt;

  &lt;span class="k"&gt;return&lt;/span&gt; &lt;span class="p"&gt;{&lt;/span&gt; &lt;span class="na"&gt;score&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="nb"&gt;Math&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nf"&gt;min&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="nx"&gt;score&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="mi"&gt;5&lt;/span&gt;&lt;span class="p"&gt;),&lt;/span&gt; &lt;span class="nx"&gt;flags&lt;/span&gt; &lt;span class="p"&gt;};&lt;/span&gt;
&lt;span class="p"&gt;}&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Key design decisions:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Each rule is independent&lt;/strong&gt; — no cascading dependencies between rules&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Flags carry context&lt;/strong&gt; — every score point comes with an explanation and severity level&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Scores are capped&lt;/strong&gt; — &lt;code&gt;Math.min(score, 5)&lt;/code&gt; prevents any single dimension from dominating&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;No weights&lt;/strong&gt; — each rule contributes a fixed number of points. Weights add complexity without adding clarity when you have &amp;lt;20 rules.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  The flag system
&lt;/h2&gt;

&lt;p&gt;Every score point generates a &lt;code&gt;RiskFlag&lt;/code&gt; with structured metadata:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight typescript"&gt;&lt;code&gt;&lt;span class="k"&gt;export&lt;/span&gt; &lt;span class="kr"&gt;interface&lt;/span&gt; &lt;span class="nx"&gt;RiskFlag&lt;/span&gt; &lt;span class="p"&gt;{&lt;/span&gt;
  &lt;span class="nl"&gt;id&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="kr"&gt;string&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;                          &lt;span class="c1"&gt;// Unique identifier&lt;/span&gt;
  &lt;span class="nl"&gt;dimension&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="dl"&gt;'&lt;/span&gt;&lt;span class="s1"&gt;M&lt;/span&gt;&lt;span class="dl"&gt;'&lt;/span&gt; &lt;span class="o"&gt;|&lt;/span&gt; &lt;span class="dl"&gt;'&lt;/span&gt;&lt;span class="s1"&gt;E&lt;/span&gt;&lt;span class="dl"&gt;'&lt;/span&gt; &lt;span class="o"&gt;|&lt;/span&gt; &lt;span class="dl"&gt;'&lt;/span&gt;&lt;span class="s1"&gt;T&lt;/span&gt;&lt;span class="dl"&gt;'&lt;/span&gt; &lt;span class="o"&gt;|&lt;/span&gt; &lt;span class="dl"&gt;'&lt;/span&gt;&lt;span class="s1"&gt;A&lt;/span&gt;&lt;span class="dl"&gt;'&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;  &lt;span class="c1"&gt;// Which META dimension&lt;/span&gt;
  &lt;span class="nl"&gt;severity&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="dl"&gt;'&lt;/span&gt;&lt;span class="s1"&gt;info&lt;/span&gt;&lt;span class="dl"&gt;'&lt;/span&gt; &lt;span class="o"&gt;|&lt;/span&gt; &lt;span class="dl"&gt;'&lt;/span&gt;&lt;span class="s1"&gt;warning&lt;/span&gt;&lt;span class="dl"&gt;'&lt;/span&gt; &lt;span class="o"&gt;|&lt;/span&gt; &lt;span class="dl"&gt;'&lt;/span&gt;&lt;span class="s1"&gt;critical&lt;/span&gt;&lt;span class="dl"&gt;'&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;
  &lt;span class="nl"&gt;title&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="kr"&gt;string&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;
  &lt;span class="nl"&gt;description&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="kr"&gt;string&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;
  &lt;span class="nl"&gt;articleSlug&lt;/span&gt;&lt;span class="p"&gt;?:&lt;/span&gt; &lt;span class="kr"&gt;string&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;                &lt;span class="c1"&gt;// Links to educational content&lt;/span&gt;
&lt;span class="p"&gt;}&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;The &lt;code&gt;articleSlug&lt;/code&gt; is key to the UX: every risk flag links to an in-depth article explaining that specific structural pattern. The scoring engine doesn't give advice — it surfaces structural conditions and points to educational content.&lt;/p&gt;

&lt;p&gt;This is an intentional boundary: &lt;strong&gt;the engine observes and describes, it never recommends.&lt;/strong&gt; "You have a single payment rail" is a structural observation. "You should add a second payment processor" is advice. We only do the first.&lt;/p&gt;

&lt;h2&gt;
  
  
  Cross-border pattern detection
&lt;/h2&gt;

&lt;p&gt;The most interesting scoring rules involve cross-jurisdictional patterns that most founders don't think about:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Entity-residence mismatch:&lt;/strong&gt;&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight typescript"&gt;&lt;code&gt;&lt;span class="c1"&gt;// Entity in different country than residence&lt;/span&gt;
&lt;span class="k"&gt;if &lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="nx"&gt;a&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nx"&gt;entityCountry&lt;/span&gt; &lt;span class="o"&gt;!==&lt;/span&gt; &lt;span class="dl"&gt;'&lt;/span&gt;&lt;span class="s1"&gt;none&lt;/span&gt;&lt;span class="dl"&gt;'&lt;/span&gt; &lt;span class="o"&gt;&amp;amp;&amp;amp;&lt;/span&gt; &lt;span class="nx"&gt;a&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nx"&gt;entityCountry&lt;/span&gt; &lt;span class="o"&gt;!==&lt;/span&gt; &lt;span class="nx"&gt;a&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nx"&gt;residenceCountry&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt; &lt;span class="p"&gt;{&lt;/span&gt;
  &lt;span class="nx"&gt;score&lt;/span&gt; &lt;span class="o"&gt;+=&lt;/span&gt; &lt;span class="mi"&gt;1&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;
  &lt;span class="nx"&gt;flags&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nf"&gt;push&lt;/span&gt;&lt;span class="p"&gt;({&lt;/span&gt;
    &lt;span class="na"&gt;id&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="dl"&gt;'&lt;/span&gt;&lt;span class="s1"&gt;e-entity-residence-mismatch&lt;/span&gt;&lt;span class="dl"&gt;'&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;
    &lt;span class="na"&gt;severity&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="dl"&gt;'&lt;/span&gt;&lt;span class="s1"&gt;warning&lt;/span&gt;&lt;span class="dl"&gt;'&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;
    &lt;span class="na"&gt;title&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="dl"&gt;'&lt;/span&gt;&lt;span class="s1"&gt;Entity-Residence Mismatch&lt;/span&gt;&lt;span class="dl"&gt;'&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;
    &lt;span class="na"&gt;description&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="dl"&gt;'&lt;/span&gt;&lt;span class="s1"&gt;Your entity is registered in a different country than where you live...&lt;/span&gt;&lt;span class="dl"&gt;'&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;
  &lt;span class="p"&gt;});&lt;/span&gt;
&lt;span class="p"&gt;}&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;A founder in Portugal with a Delaware LLC triggers this. It's not "wrong" — it's the most common setup for non-resident founders. But it creates questions about effective management, permanent establishment risk, and which jurisdiction's tax rules apply. The flag surfaces this so the founder knows it's a structural characteristic worth understanding.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The 183-day rule trap:&lt;/strong&gt;&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight typescript"&gt;&lt;code&gt;&lt;span class="k"&gt;if &lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="nx"&gt;a&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nx"&gt;daysAbroad&lt;/span&gt; &lt;span class="o"&gt;===&lt;/span&gt; &lt;span class="dl"&gt;'&lt;/span&gt;&lt;span class="s1"&gt;183-plus&lt;/span&gt;&lt;span class="dl"&gt;'&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt; &lt;span class="p"&gt;{&lt;/span&gt;
  &lt;span class="nx"&gt;score&lt;/span&gt; &lt;span class="o"&gt;+=&lt;/span&gt; &lt;span class="mi"&gt;1&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;
  &lt;span class="nx"&gt;flags&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nf"&gt;push&lt;/span&gt;&lt;span class="p"&gt;({&lt;/span&gt;
    &lt;span class="na"&gt;id&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="dl"&gt;'&lt;/span&gt;&lt;span class="s1"&gt;t-extended-abroad&lt;/span&gt;&lt;span class="dl"&gt;'&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;
    &lt;span class="na"&gt;severity&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="dl"&gt;'&lt;/span&gt;&lt;span class="s1"&gt;warning&lt;/span&gt;&lt;span class="dl"&gt;'&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;
    &lt;span class="na"&gt;title&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="dl"&gt;'&lt;/span&gt;&lt;span class="s1"&gt;Extended Time Abroad&lt;/span&gt;&lt;span class="dl"&gt;'&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;
    &lt;span class="na"&gt;description&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="dl"&gt;'&lt;/span&gt;&lt;span class="s1"&gt;Spending 183+ days outside your residence country may trigger tax residency questions...&lt;/span&gt;&lt;span class="dl"&gt;'&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;
  &lt;span class="p"&gt;});&lt;/span&gt;
&lt;span class="p"&gt;}&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Digital nomads assume 183 days = tax-free. In reality, 183 days is one of many factors in tax residency determination, and different countries count them differently.&lt;/p&gt;

&lt;h2&gt;
  
  
  What we'd change
&lt;/h2&gt;

&lt;p&gt;After running this in production for several months:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Weighted scoring would help at scale.&lt;/strong&gt; With ~15 rules, fixed points work fine. If we expand to 50+ rules, some should matter more than others.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Country-specific rule sets.&lt;/strong&gt; Currently, rules are universal. A US citizen abroad triggers FATCA/FBAR rules that don't apply to anyone else. Country-specific scoring branches would be more precise.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;The 7-question limit is both a feature and a constraint.&lt;/strong&gt; It keeps the tool fast (2 minutes), but it means we can't detect some patterns that require more granular input.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  The tech stack
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Next.js 16&lt;/strong&gt; with App Router (React 19)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;TypeScript strict mode&lt;/strong&gt; — the type system catches scoring logic errors at compile time&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Pure client-side execution&lt;/strong&gt; — the scoring engine imports no server dependencies&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Vitest&lt;/strong&gt; for unit testing — each scoring rule has test cases for boundary conditions&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The full risk check is live at &lt;a href="https://www.globalsolo.global/tools/risk-check" rel="noopener noreferrer"&gt;globalsolo.global/tools/risk-check&lt;/a&gt;. It takes about 2 minutes and generates a shareable scorecard.&lt;/p&gt;

&lt;h2&gt;
  
  
  When to use rules vs. ML vs. LLM
&lt;/h2&gt;

&lt;p&gt;Our approach works because:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;The domain has &lt;strong&gt;clear, codifiable rules&lt;/strong&gt; (tax thresholds, jurisdictional requirements)&lt;/li&gt;
&lt;li&gt;The input space is &lt;strong&gt;bounded&lt;/strong&gt; (7 structured questions, not free text)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Reproducibility matters more than nuance&lt;/strong&gt; — a founder checking their risk twice should get the same answer&lt;/li&gt;
&lt;li&gt;The audience is &lt;strong&gt;making real decisions&lt;/strong&gt; based on the output&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;If your domain has fuzzy inputs, requires natural language understanding, or benefits from creative interpretation, ML/LLM is the right tool. If your domain has clear rules and your users need to trust the output, consider starting with deterministic scoring and adding intelligence at the interaction layer.&lt;/p&gt;

&lt;p&gt;We use LLMs elsewhere in our stack — for generating narrative sections of paid diagnostic reports, where the scoring is still deterministic but the &lt;em&gt;explanation&lt;/em&gt; benefits from natural language. The principle: &lt;strong&gt;determinism in analysis, intelligence in interaction.&lt;/strong&gt;&lt;/p&gt;




&lt;p&gt;&lt;em&gt;Built by &lt;a href="https://www.globalsolo.global/about/jett-fu" rel="noopener noreferrer"&gt;Jett Fu&lt;/a&gt; at &lt;a href="https://www.globalsolo.global" rel="noopener noreferrer"&gt;Global Solo&lt;/a&gt; — structural risk visibility for cross-border founders.&lt;/em&gt;&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
