-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocs.html
More file actions
102 lines (96 loc) · 4.28 KB
/
docs.html
File metadata and controls
102 lines (96 loc) · 4.28 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
<!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="Corpo documentation — guides for forming, governing, and operating your Wyoming DAO LLC.">
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
<title>Documentation — Corpo</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>
<div class="container">
<div class="page-header">
<h1>Documentation</h1>
<p>Everything you need to form, govern, and operate your Wyoming DAO LLC.</p>
</div>
<div class="docs-grid">
<a href="/docs/getting-started.html" class="doc-card">
<h3>Getting Started</h3>
<p>What you got in your formation package, what it all means, and what to do next. Start here.</p>
</a>
<a href="/docs/entity-owners-manual.html" class="doc-card">
<h3>Entity Owner's Manual</h3>
<p>Annual reports, registered agents, taxes, dissolution rules, and record keeping. How to keep your entity alive.</p>
</a>
<a href="/docs/governance-guide.html" class="doc-card">
<h3>Governance Guide</h3>
<p>Solana Realms governance: proposals, voting, quorum, delegation, and the full CLI command reference.</p>
</a>
<a href="/docs/treasury-guide.html" class="doc-card">
<h3>Treasury Guide</h3>
<p>Funding your treasury, spending via proposals, wallet setup, security considerations, and cost breakdown.</p>
</a>
<a href="/docs/faq.html" class="doc-card">
<h3>FAQ</h3>
<p>Plain-English answers to common questions. What a DAO LLC is, what it costs, what it can do, what could go wrong.</p>
</a>
<a href="/docs/api-reference.html" class="doc-card">
<h3>API Reference</h3>
<p>Full HTTP API documentation. Accounts, formations, governance, treasury, corporate actions, recipes, and more.</p>
</a>
<a href="/docs/legal-faq.html" class="doc-card">
<h3>Legal FAQ</h3>
<p>Wyoming DAO LLC law explained with full statutory citations. Voting, governance, taxation, formation, liability.</p>
</a>
</div>
<section class="section" style="border-top: none; padding-top: var(--space-3xl);">
<h2>Quick Links</h2>
<div class="feature-list">
<div class="feature-item">
<h3>Recipes</h3>
<p>Pre-built governance configurations. <a href="/recipes.html" style="color: var(--violet);">Startup Kit, Autonomous Agent, Treasury Only →</a></p>
</div>
<div class="feature-item">
<h3>For Agents</h3>
<p>Everything an AI agent needs to use Corpo. CLI commands, API quickstart, code samples. <a href="/agents.html" style="color: var(--violet);">Read the agent docs →</a></p>
</div>
<div class="feature-item">
<h3>Realms</h3>
<p>Access your governance instance at <a href="https://app.realms.today" style="color: var(--violet);">app.realms.today</a></p>
</div>
</div>
</section>
</div>
</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>