Entity Structure Decision Framework

Type: Execution Recipe Confidence: 0.87 Sources: 8 Verified: 2026-03-11

Purpose

This recipe produces a clear entity structure recommendation — entity type, jurisdiction, formation tool, cost estimate, and step-by-step formation checklist — tailored to the founder's funding path, operating jurisdiction, and tax residency. The output replaces guesswork with a structured decision tree that accounts for VC requirements, tax optimization (QSBS, pass-through, 83(b) election timing), and cross-border implications. [src1]

Prerequisites

Constraints

Tool Selection Decision

What funding path?
+-- VC / angel investment (any jurisdiction)
|   +-- US-based founders
|   |   +-- PATH A: Delaware C-Corp via Clerky or Stripe Atlas
|   +-- Non-US founders
|       +-- PATH B: Delaware C-Corp (flip structure) via Stripe Atlas + local entity
+-- Bootstrapped / revenue-funded
|   +-- US-based, < $80K annual profit expected
|   |   +-- PATH C: Single-member LLC (default tax) -- convert later if needed
|   +-- US-based, > $80K annual profit expected
|   |   +-- PATH D: LLC with S-Corp election
|   +-- UK-based
|   |   +-- PATH E: UK Ltd via Companies House
|   +-- Germany-based
|       +-- PATH F: UG (low capital) or GmbH (established)
+-- Undecided on funding
    +-- PATH C or E (preserve optionality, convert if VC path emerges)
PathEntityJurisdictionFormation CostAnnual CostVC-Compatible
A: US VC TrackDelaware C-CorpDelaware, US$427-$819$225-$450/yrYes
B: Non-US VC TrackDelaware C-Corp + local entityDelaware + home country$500-$2,000$400-$1,500/yrYes
C: US BootstrapSingle-member LLCHome state, US$50-$500$0-$800/yrNo (convert later)
D: US RevenueLLC + S-Corp electionHome state, US$50-$500$0-$800/yrNo (convert later)
E: UK BootstrapPrivate Ltd (Ltd)England & WalesGBP 100-200GBP 50/yrLimited (UK VCs accept)
F: GermanyUG or GmbHGermanyEUR 900-2,500EUR 200-500/yrLimited (EU VCs accept)

Execution Flow

Step 1: Determine Funding Path and Jurisdiction

Duration: 15-30 minutes · Tool: Decision worksheet

Answer three questions to select your path: (1) Will you seek VC or angel investment within 24 months? (2) Where are the founders tax-resident? (3) Expected annual profit within 2 years? Map your answers to Path A through F from the decision tree above.

Verify: Selected path matches both funding intent and founder residency · If failed: Default to the entity that preserves optionality (LLC for US, Ltd for UK) and revisit in 6 months

Step 2: Form Delaware C-Corp (Paths A/B)

Duration: 30-60 minutes active, 1-3 business days processing · Tool: Clerky ($427-$819) or Stripe Atlas ($500)

Use Clerky for modular legal documents or Stripe Atlas for all-in-one bundling with banking. Standard setup: 10,000,000 authorized shares at $0.0001 par value. Post-formation: obtain EIN, issue founder stock, file 83(b) election within 30 days, execute IP assignment, adopt bylaws, open bank account, register as foreign corp in operating state. [src3] [src8]

Verify: Certificate of Incorporation received, EIN assigned, 83(b) mailed via certified mail · If failed: Name rejected — prepare 2-3 alternatives; EIN fails online — call IRS at (800) 829-4933

Step 3: Form US LLC (Paths C/D)

Duration: 30-60 minutes active, 1-14 days processing · Tool: State Secretary of State website

File Articles of Organization with your home state. For Path D (S-Corp election): file IRS Form 2553 within 75 days of formation, set up payroll, pay reasonable salary before taking distributions. Common state costs: Wyoming $100 + $0/yr; Delaware $90 + $300/yr; California $70 + $800/yr franchise tax; New York $200 + publication requirement.

Verify: Articles filed, EIN received, operating agreement signed; Path D: Form 2553 acceptance letter · If failed: Name rejected — check state name availability tool; Form 2553 late — file with reasonable cause

Step 4: Form UK Ltd (Path E)

Duration: 15-30 minutes active, typically same-day approval · Tool: Companies House

Register online for GBP 100 (digital). Provide: registered office address, director details, shareholder details, SIC codes, Articles of Association (Model Articles work for most startups). Register for Corporation Tax with HMRC within 3 months. Register for VAT if revenue exceeds GBP 90,000/yr. [src5]

Verify: Certificate of Incorporation with company number, HMRC Corporation Tax registration · If failed: Name rejection — Companies House gives instant feedback on availability

Step 5: Form German UG/GmbH (Path F)

Duration: 2-4 weeks (notary scheduling + Handelsregister) · Tool: German notary (Notar)

UG minimum capital: EUR 1 (practical minimum EUR 1,000). GmbH minimum capital: EUR 25,000 (EUR 12,500 at formation). Both require notarization of articles, deposit of share capital, Handelsregister registration, Finanzamt registration. UG must retain 25% of annual net profits until EUR 25,000 reserve reached. [src4]

Verify: Handelsregister entry confirmed, Finanzamt registered, bank account active · If failed: Notary scheduling 2-4 weeks in major cities — use online notary services if available

Step 6: Post-Formation Tax Optimization (US C-Corp)

Duration: 1-2 hours · Tool: Tax advisor + IRS forms

File 83(b) election within 30 days via certified mail. Verify QSBS qualification: domestic C-Corp, gross assets under $50M, stock issued directly. QSBS exclusion: up to $15M for stock issued after July 4, 2025. Set calendar reminders for Delaware annual franchise tax ($225 minimum, due March 1). [src2] [src6] [src7]

Verify: 83(b) return receipt from IRS, QSBS criteria documented, annual tax reminders set · If failed: 83(b) missed — irrecoverable, consult tax attorney immediately

Output Schema

{
  "output_type": "entity_structure_recommendation",
  "format": "JSON",
  "columns": [
    {"name": "recommended_entity", "type": "string", "description": "Entity type: C-Corp, LLC, S-Corp, Ltd, UG, GmbH"},
    {"name": "jurisdiction", "type": "string", "description": "State/country of formation"},
    {"name": "formation_tool", "type": "string", "description": "Recommended formation service or method"},
    {"name": "formation_cost", "type": "string", "description": "Total estimated formation cost"},
    {"name": "annual_cost", "type": "string", "description": "Ongoing annual maintenance cost"},
    {"name": "vc_compatible", "type": "boolean", "description": "Whether entity accepts standard VC investment"},
    {"name": "tax_treatment", "type": "string", "description": "Tax classification"},
    {"name": "key_deadlines", "type": "string", "description": "Critical deadlines post-formation"},
    {"name": "conversion_path", "type": "string", "description": "How to convert to C-Corp if needed later"}
  ],
  "expected_row_count": "1",
  "sort_order": "N/A",
  "deduplication_key": "recommended_entity"
}

Quality Benchmarks

Quality MetricMinimum AcceptableGoodExcellent
Funding path alignmentEntity matches stated funding intentEntity + tax optimization alignedEntity + tax + QSBS + 83(b) all optimized
Post-formation complianceEntity formed, EIN obtained+ 83(b) filed, bank account open+ IP assigned, board resolutions, equity plan
Cost accuracyWithin 50% of estimateWithin 25% of estimateWithin 10% of estimate
Timeline accuracyFormed within 30 daysFormed within 14 daysFormed within 7 days

If below minimum: If entity was formed without considering funding path, consult a startup attorney about conversion options and costs immediately.

Error Handling

ErrorLikely CauseRecovery Action
Company name rejectedName taken or too similarCheck availability databases before filing; prepare 2-3 alternatives
EIN application fails onlineIRS system limitations for certain entity typesCall IRS at (800) 829-4933 or fax Form SS-4
83(b) election deadline missedDid not know about 30-day ruleIrrecoverable — consult tax attorney about restructuring
Delaware franchise tax shockUsed Authorized Shares Method with 10M sharesSwitch to Assumed Par Value Capital Method ($400 min) [src7]
German Handelsregister delayCourt backlog or incomplete documentsFollow up with Notar; company can operate with notarized docs
Foreign qualification missedFormed in Delaware, operating in another stateRegister as foreign corporation immediately; late fees $25-$250

Cost Breakdown

ComponentPath A: DE C-CorpPath C: US LLCPath E: UK LtdPath F: DE UG
Formation filing$427-$819 (Clerky) or $500 (Atlas)$50-$500GBP 100EUR 900-1,500
EIN / tax registration$0$0$0EUR 0-60
Registered agent (yr 1)Included$0-$100Included or GBP 50N/A
83(b) election filing~$10 (certified mail)N/AN/AN/A
Annual maintenance$225-$450$0-$800GBP 50EUR 200-500
Legal counsel (optional)$1,500-$5,000$500-$2,000GBP 500-2,000EUR 1,000-3,000
Total year 1$650-$1,500$50-$1,000GBP 150-300EUR 1,000-2,500

Anti-Patterns

Wrong: Forming an LLC when VC funding is planned

VCs require C-Corp structure because LLCs create Unrelated Business Taxable Income for tax-exempt limited partners. Converting later costs $2K-$10K and triggers tax events. [src1]

Correct: Form a Delaware C-Corp from day one if VC is likely

Even 12-24 months before fundraising, the conversion cost exceeds the upfront C-Corp formation cost ($427-$819).

Wrong: Skipping or late-filing the 83(b) election

Without 83(b), founders pay ordinary income tax on shares as they vest. The QSBS 5-year clock also does not start until vesting. [src2]

Correct: File 83(b) within 30 days, every time

File via certified mail on the day of stock issuance. Cost: ~$10. Benefit: up to $15M in tax-free capital gains under QSBS. [src6]

Wrong: Choosing cheapest jurisdiction without total cost analysis

Wyoming LLCs cost $100 to form but California imposes $800/yr franchise tax on any LLC doing business there. Delaware C-Corps have $225/yr minimum franchise tax.

Correct: Calculate 3-year total cost including operating state

Add formation + annual fees + foreign qualification + state-specific taxes for the state where you actually operate.

When This Matters

Use this recipe when a founder or founding team needs to select and form a legal entity for their startup. It produces a specific entity recommendation with formation instructions, not a theoretical comparison. The output is a concrete checklist with tools, costs, and deadlines that the founder or their agent can execute immediately.

Related Units