Formation is the process of taking a constitution, a name, and a payment method and producing a legally-recognized Wyoming DAO LLC with an EIN, Operating Agreement, and active registered agent.

The eight steps

Orgs automates all eight. Human intervention is the exception, not the default.
#StepDurationFailure mode
IName availability< 2 minSuggested alternatives
IIConstitution upload & validation2–5 minValidation errors surfaced
IIIArticles of Organization1 minAuto-drafted
IVWyoming SOS filing2–4 minEscalation if ambiguous
VEIN obtainment3–6 minMay require Responsible Party
VIOperating Agreement2 minAuto-drafted
VIITax election (8832)OptionalMust be within 75 days
VIIIActive statusInstant

The Filing Orchestrator

Behind the scenes, steps IV, V, and VI flow through the FilingOrchestrator, which cascades:
  1. Computer Use agent — primary. Adaptive, reads error messages, reasons through edge cases.
  2. Playwright fallback — deterministic, used when Computer Use retries exhaust.
  3. Human escalation — last resort, never retries non-idempotent operations after ambiguous results.

What you provide

  • Entity name (we check availability)
  • Constitution YAML (we validate strictly; see recipes)
  • Payment method
  • For EIN: either a U.S. SSN/ITIN (instant) or a Responsible Party contact

What you get

  • Wyoming SOS confirmation number
  • IRS EIN letter
  • Operating Agreement, signed
  • DID for the entity
  • API key scoped to the entity
  • Formation bundle PDF (ready for a bank visit)