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]
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)
| Path | Entity | Jurisdiction | Formation Cost | Annual Cost | VC-Compatible |
|---|---|---|---|---|---|
| A: US VC Track | Delaware C-Corp | Delaware, US | $427-$819 | $225-$450/yr | Yes |
| B: Non-US VC Track | Delaware C-Corp + local entity | Delaware + home country | $500-$2,000 | $400-$1,500/yr | Yes |
| C: US Bootstrap | Single-member LLC | Home state, US | $50-$500 | $0-$800/yr | No (convert later) |
| D: US Revenue | LLC + S-Corp election | Home state, US | $50-$500 | $0-$800/yr | No (convert later) |
| E: UK Bootstrap | Private Ltd (Ltd) | England & Wales | GBP 100-200 | GBP 50/yr | Limited (UK VCs accept) |
| F: Germany | UG or GmbH | Germany | EUR 900-2,500 | EUR 200-500/yr | Limited (EU VCs accept) |
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
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
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
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
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
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_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 Metric | Minimum Acceptable | Good | Excellent |
|---|---|---|---|
| Funding path alignment | Entity matches stated funding intent | Entity + tax optimization aligned | Entity + tax + QSBS + 83(b) all optimized |
| Post-formation compliance | Entity formed, EIN obtained | + 83(b) filed, bank account open | + IP assigned, board resolutions, equity plan |
| Cost accuracy | Within 50% of estimate | Within 25% of estimate | Within 10% of estimate |
| Timeline accuracy | Formed within 30 days | Formed within 14 days | Formed 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 | Likely Cause | Recovery Action |
|---|---|---|
| Company name rejected | Name taken or too similar | Check availability databases before filing; prepare 2-3 alternatives |
| EIN application fails online | IRS system limitations for certain entity types | Call IRS at (800) 829-4933 or fax Form SS-4 |
| 83(b) election deadline missed | Did not know about 30-day rule | Irrecoverable — consult tax attorney about restructuring |
| Delaware franchise tax shock | Used Authorized Shares Method with 10M shares | Switch to Assumed Par Value Capital Method ($400 min) [src7] |
| German Handelsregister delay | Court backlog or incomplete documents | Follow up with Notar; company can operate with notarized docs |
| Foreign qualification missed | Formed in Delaware, operating in another state | Register as foreign corporation immediately; late fees $25-$250 |
| Component | Path A: DE C-Corp | Path C: US LLC | Path E: UK Ltd | Path F: DE UG |
|---|---|---|---|---|
| Formation filing | $427-$819 (Clerky) or $500 (Atlas) | $50-$500 | GBP 100 | EUR 900-1,500 |
| EIN / tax registration | $0 | $0 | $0 | EUR 0-60 |
| Registered agent (yr 1) | Included | $0-$100 | Included or GBP 50 | N/A |
| 83(b) election filing | ~$10 (certified mail) | N/A | N/A | N/A |
| Annual maintenance | $225-$450 | $0-$800 | GBP 50 | EUR 200-500 |
| Legal counsel (optional) | $1,500-$5,000 | $500-$2,000 | GBP 500-2,000 | EUR 1,000-3,000 |
| Total year 1 | $650-$1,500 | $50-$1,000 | GBP 150-300 | EUR 1,000-2,500 |
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]
Even 12-24 months before fundraising, the conversion cost exceeds the upfront C-Corp formation cost ($427-$819).
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]
File via certified mail on the day of stock issuance. Cost: ~$10. Benefit: up to $15M in tax-free capital gains under QSBS. [src6]
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.
Add formation + annual fees + foreign qualification + state-specific taxes for the state where you actually operate.
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.