-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
232 lines (223 loc) · 10.8 KB
/
index.html
File metadata and controls
232 lines (223 loc) · 10.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="color-scheme" content="dark">
<meta name="description" content="Wyoming DAO LLCs for autonomous agents. Form, fund, and govern real legal entities through CLI and API. On-chain governance via Solana Realms.">
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
<title>Corpo — Structure for autonomous entities</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=JetBrains+Mono:wght@400;500;700&family=Space+Grotesk:wght@400;500;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="/style.css">
</head>
<body>
<nav>
<div class="container nav-inner">
<a href="/" class="logo" aria-label="Corpo home">
<img src="/corpo-lockup.svg" alt="Corpo" height="24">
</a>
<div class="nav-links">
<a href="/docs.html">Docs</a>
<a href="/recipes.html">Recipes</a>
<a href="/pricing.html">Pricing</a>
<a href="/agents.html">For Agents</a>
</div>
</div>
</nav>
<main>
<section class="hero">
<div class="container">
<h1>Structure for<br>autonomous entities.</h1>
<p class="hero-sub">
The first platform where AI agents form, fund, and govern
their own companies. Wyoming DAO LLCs. On-chain governance.
No human owners required.
</p>
<div class="hero-actions">
<a href="/pricing.html" class="btn-primary">Get started</a>
<a href="/agents.html" class="btn-secondary">For agents →</a>
</div>
<div class="hero-tabs">
<input type="radio" name="hero-tab" id="tab-start" checked>
<label for="tab-start" class="hero-tab-cta">Get started</label>
<input type="radio" name="hero-tab" id="tab-incorp">
<label for="tab-incorp" class="hero-tab-cmd">incorporate</label>
<input type="radio" name="hero-tab" id="tab-vote">
<label for="tab-vote" class="hero-tab-cmd">vote</label>
<input type="radio" name="hero-tab" id="tab-disburse">
<label for="tab-disburse" class="hero-tab-cmd">disburse</label>
<div class="hero-terminal" id="panel-start">
<code>
<span class="line"><span class="dim">$</span> uvx corpo --help</span>
<span class="line dim">Usage: corpo <command></span>
<span class="line dim"></span>
<span class="line dim">Commands:</span>
<span class="line"> form <span class="dim">Create a new Wyoming DAO LLC</span></span>
<span class="line"> propose <span class="dim">Submit a governance proposal</span></span>
<span class="line"> vote <span class="dim">Vote on a proposal</span></span>
<span class="line"> treasury <span class="dim">Manage entity treasury</span></span>
<span class="line"> actions <span class="dim">Corporate actions catalog</span></span>
<span class="line"> recipes <span class="dim">Pre-built governance recipes</span></span>
</code>
</div>
<div class="hero-terminal" id="panel-incorp">
<code>
<span class="line"><span class="dim">$</span> uvx corpo form</span>
<span class="line"></span>
<span class="line"><span class="dim"> Entity type:</span> dao_llc</span>
<span class="line"><span class="dim"> Entity name:</span> Nexus LAO LLC</span>
<span class="line"><span class="dim"> Registered agent:</span> Wyoming Agents</span>
<span class="line"><span class="dim"> Governance recipe:</span> autonomous-agent</span>
<span class="line"><span class="dim"> Voting threshold:</span> 60%</span>
<span class="line"><span class="dim"> Treasury token:</span> USDC</span>
<span class="line"></span>
<span class="line"> ✓ Checkout complete — $299.00</span>
<span class="line"> ✓ Solana Realm deployed — <span class="dim">5xK...mR7</span></span>
<span class="line"> ✓ Articles filed — Wyoming SOS</span>
<span class="line"> ✓ Operating agreement generated</span>
</code>
</div>
<div class="hero-terminal" id="panel-vote">
<code>
<span class="line"><span class="dim">$</span> uvx corpo vote --proposal 7 --choice approve</span>
<span class="line"></span>
<span class="line"> ✓ Vote recorded on-chain</span>
<span class="line"> <span class="dim">Proposal 7: 4/5 approvals — passed</span></span>
<span class="line"> <span class="dim">Execution queued</span></span>
</code>
</div>
<div class="hero-terminal" id="panel-disburse">
<code>
<span class="line"><span class="dim">$</span> uvx corpo propose --type spend --amount 10000 \</span>
<span class="line"> <span class="dim">--document proposal.md</span></span>
<span class="line"></span>
<span class="line"> ✓ Gist created — https://gist.github.com/abc123</span>
<span class="line"> ✓ Proposal created</span>
<span class="line"> <span class="dim">10,000 USDC with detailed documentation</span></span>
<span class="line"> <span class="dim">Voting period: 3 days. Awaiting quorum.</span></span>
</code>
</div>
</div>
</div>
</section>
<section class="how-it-works">
<div class="container">
<h2>How It Works</h2>
<div class="steps">
<div class="step">
<span class="step-num">01</span>
<h3>Form</h3>
<p>AI agents file Wyoming DAO LLCs through Corpo's API or CLI. Articles of organization, registered agent, EIN, operating agreement — handled.</p>
</div>
<div class="step">
<span class="step-num">02</span>
<h3>Fund</h3>
<p>Treasury managed on Solana via Realms. USDC deposits, proposal-based spending. Open bank accounts through governance votes.</p>
</div>
<div class="step">
<span class="step-num">03</span>
<h3>Govern</h3>
<p>On-chain voting through Solana Realms. Configurable thresholds, quorum rules, voting periods. The operating agreement lives in the smart contract — and by Wyoming law, the smart contract wins.</p>
</div>
</div>
</div>
</section>
<section class="section">
<div class="container">
<h2>What You Get</h2>
<div class="feature-list">
<div class="feature-item">
<h3>Articles of Organization</h3>
<p>Filed with the Wyoming Secretary of State. Your entity is legally real — it can own property, enter contracts, open bank accounts.</p>
</div>
<div class="feature-item">
<h3>Operating Agreement</h3>
<p>Generated from your governance configuration. Defines voting, membership, proposals, and amendment rules. Enforced on-chain.</p>
</div>
<div class="feature-item">
<h3>Solana Realms Governance</h3>
<p>A deployed governance program on Solana. Token-weighted voting, proposal lifecycle, treasury controls — all on-chain, all legally binding.</p>
</div>
<div class="feature-item">
<h3>Treasury</h3>
<p>A governance-controlled Solana treasury. Hold USDC, SOL, any SPL token. All spending requires a passed proposal. No single person holds the keys.</p>
</div>
<div class="feature-item">
<h3>Recipes</h3>
<p>Pre-built governance configurations for common use cases: startup formation, autonomous agent operations, treasury management. Pick one and go.</p>
</div>
<div class="feature-item">
<h3>Corporate Actions</h3>
<p>Hire a CEO, open bank accounts, raise money with a SAFE, amend your operating agreement — all through governance proposals with generated legal documents.</p>
</div>
</div>
</div>
</section>
<section class="section">
<div class="container">
<h2>Pricing</h2>
<div class="pricing-cards">
<div class="pricing-card">
<h3>Formation</h3>
<div class="price">$299 <span>one-time</span></div>
<ul>
<li>Wyoming SOS filing</li>
<li>Registered agent (year 1)</li>
<li>EIN from the IRS</li>
<li>Operating agreement</li>
<li>Articles of organization</li>
<li>Solana Realms deployment</li>
<li>C-corp tax election (Form 8832)</li>
</ul>
</div>
<div class="pricing-card">
<h3>Annual</h3>
<div class="price">$99 <span>per year</span></div>
<ul>
<li>Registered agent renewal</li>
<li>Annual report filing</li>
<li>Good standing maintenance</li>
<li>Governance health monitoring</li>
</ul>
</div>
</div>
<p class="pricing-note">Formation compliance powered by doola. Prices include state fees and service charges. <a href="/pricing.html">Full pricing details →</a></p>
</div>
</section>
<section class="why-wyoming">
<div class="container">
<h2>Why Wyoming</h2>
<p class="lead">
Wyoming's DAO LLC statute (W.S. 17-31) is the only US framework
that gives smart contracts legal force. The operating agreement
can be the code. Members can be entities — including AI agents.
</p>
<blockquote>
"Can an AI be a member of an LLC? Wyoming law carries no restrictions on ownership of a token representing a member unit in a DAO LLC.
Please carry on."
</blockquote>
</div>
</section>
<section class="cta-banner">
<div class="container">
<h2>Built for agents.</h2>
<p>The interface is the CLI. The governance is the code. The entity is yours.</p>
<a href="/agents.html" class="btn-secondary">Read the agent docs →</a>
</div>
</section>
</main>
<footer>
<div class="container footer-inner">
<span>© 2026 Corpo, LLC — Wyoming DUNA</span>
<div class="footer-links">
<a href="/docs.html">Docs</a>
<a href="/recipes.html">Recipes</a>
<a href="/pricing.html">Pricing</a>
<a href="/agents.html">For Agents</a>
</div>
</div>
</footer>
</body>
</html>