← back to Ventura Claw
server/public/legal-notice.html
408 lines
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<title>Legal Notice — VenturaClaw is NOT a Law Firm</title>
<meta name="description" content="VenturaClaw is an API-orchestration service that helps small businesses set up Stripe, accounting, banking, insurance, payroll, contracts, and domains via vetted partners. Not a law firm, not your attorney. Read the full legal notice." />
<meta name="robots" content="index,follow" />
<link rel="alternate" type="application/rss+xml" title="VenturaClaw changelog" href="/feed" />
<script type="application/ld+json">
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[
{"@type":"ListItem","position":1,"name":"Home","item":"https://venturaclaw.com/"},
{"@type":"ListItem","position":2,"name":"Legal Notice","item":"https://venturaclaw.com/legal-notice"}
]}
</script>
<script>
(function () { try { if (localStorage.getItem('vc-theme') === 'light') document.documentElement.setAttribute('data-theme', 'light'); } catch (e) {} })();
</script>
<style>
:root {
--bg: #0e0e10; --bg-2: #15151a; --bg-3: #1c1c22; --bg-4: #25252e;
--rule: #2a2a32; --rule-2: #3a3a45;
--ink: #f4f1ea; --ink-soft: #d8d2c5; --ink-mute: #8b857a; --ink-faint: #5d574c;
--gold: #d4a04a; --gold-glow: #e6b96a;
--bad: #c66c4d;
--serif: "Cormorant Garamond", Georgia, serif;
--mono: "JetBrains Mono", "SFMono-Regular", Menlo, monospace;
--sans: -apple-system, "SF Pro Text", system-ui, sans-serif;
}
html[data-theme="light"] {
--bg: #faf8f3; --bg-2: #f1ece1; --bg-3: #e8e0cf;
--rule: #d6cfbd; --rule-2: #c3b9a2;
--ink: #1a1a1a; --ink-soft: #383530; --ink-mute: #6a655a; --ink-faint: #908a7d;
--gold: #8a6520; --gold-glow: #ad8333;
--bad: #a04a32;
}
.theme-toggle {
background: var(--bg-3); color: var(--ink-mute); border: 1px solid var(--rule);
width: 30px; height: 30px; border-radius: 50%; cursor: pointer;
display: inline-flex; align-items: center; justify-content: center;
font-size: 14px; line-height: 1; padding: 0; margin-left: 14px;
transition: all 200ms;
}
.theme-toggle:hover { color: var(--gold); border-color: var(--gold); transform: rotate(20deg); }
.theme-toggle .moon { display: inline; }
.theme-toggle .sun { display: none; }
html[data-theme="light"] .theme-toggle .moon { display: none; }
html[data-theme="light"] .theme-toggle .sun { display: inline; }
*, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; background: var(--bg); color: var(--ink); font-family: var(--sans); font-weight: 300; line-height: 1.7; transition: background-color 200ms ease, color 200ms ease; }
::selection { background: var(--gold); color: var(--bg); }
a { color: var(--gold); text-underline-offset: 2px; }
/* THE BIG WARNING — full bleed, top of page */
.alarm {
background: linear-gradient(135deg, #401d10 0%, #2a1208 100%);
border-bottom: 4px solid var(--bad);
padding: 50px 36px;
text-align: center;
position: relative;
overflow: hidden;
}
.alarm::before, .alarm::after {
content: ""; position: absolute; left: 0; right: 0; height: 4px;
background: repeating-linear-gradient(90deg, var(--bad) 0 30px, transparent 30px 60px);
}
.alarm::before { top: 0; }
.alarm::after { bottom: 0; }
.alarm-icon { font-size: 64px; color: var(--bad); line-height: 1; margin-bottom: 16px; filter: drop-shadow(0 0 12px rgba(198,108,77,0.4)); }
.alarm-title {
font-family: var(--serif); font-weight: 500; font-size: clamp(36px, 5vw, 64px);
letter-spacing: -0.012em; line-height: 1.05; margin: 0 0 14px; color: var(--ink);
}
.alarm-title em { color: var(--bad); font-style: italic; }
.alarm-sub {
font-family: var(--mono); font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase;
color: var(--ink-soft); margin: 0 0 4px;
}
/* Topbar */
.topbar {
padding: 22px 36px;
display: flex; justify-content: space-between; align-items: center;
border-bottom: 1px solid var(--rule);
background: rgba(14,14,16,0.85);
backdrop-filter: blur(8px);
}
.brand { display: flex; gap: 12px; align-items: baseline; }
.brand .logo-dot {
width: 12px; height: 12px; border-radius: 50%;
background: radial-gradient(circle at 30% 30%, var(--gold-glow), var(--gold) 60%, #7a5a26);
box-shadow: 0 0 14px rgba(212, 160, 74, 0.45); align-self: center;
}
.brand .name { font-family: var(--serif); font-size: 22px; font-weight: 500; }
.brand .name em { color: var(--gold); font-style: italic; }
.brand .crumb { font-family: var(--mono); font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink-mute); }
.brand .crumb::before { content: "/ "; color: var(--ink-faint); }
.topbar nav { display: flex; gap: 22px; align-items: center; }
.topbar nav a { font-family: var(--mono); font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-mute); text-decoration: none; }
.topbar nav a:hover { color: var(--gold); }
/* Body */
main { max-width: 880px; margin: 0 auto; padding: 50px 36px 80px; }
.meta-bar {
display: flex; gap: 24px; padding-bottom: 20px; border-bottom: 1px solid var(--rule); margin-bottom: 36px;
font-family: var(--mono); font-size: 10px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink-mute);
flex-wrap: wrap;
}
.meta-bar b { color: var(--gold); font-family: var(--serif); font-style: italic; font-weight: 400; font-size: 13px; letter-spacing: 0; text-transform: none; margin-right: 4px; }
h2 {
font-family: var(--serif); font-weight: 400; font-size: 32px; letter-spacing: -0.005em;
margin: 56px 0 14px; padding-bottom: 8px; border-bottom: 1px solid var(--rule);
counter-increment: section;
}
h2::before {
content: counter(section, decimal-leading-zero) " · ";
font-family: var(--mono); font-size: 13px; letter-spacing: 0.14em;
color: var(--gold); margin-right: 4px;
}
body { counter-reset: section; }
h2 em { color: var(--gold); font-style: italic; }
h3 { font-family: var(--serif); font-weight: 500; font-size: 18px; margin: 26px 0 6px; color: var(--ink); }
p { color: var(--ink-soft); margin: 0 0 14px; font-size: 15px; }
ul, ol { color: var(--ink-soft); padding-left: 22px; margin: 0 0 18px; }
li { margin-bottom: 6px; font-size: 15px; }
.pull {
background: var(--bg-2); border-left: 3px solid var(--gold);
padding: 18px 24px; margin: 22px 0;
font-family: var(--serif); font-size: 18px; line-height: 1.55; color: var(--ink);
font-weight: 400; letter-spacing: -0.005em;
}
.pull em { color: var(--gold); font-style: italic; }
.pull strong { color: var(--bad); }
.codeblock {
background: var(--bg-2); border: 1px solid var(--rule);
padding: 14px 18px; font-family: var(--mono); font-size: 12px; color: var(--ink-soft);
overflow-x: auto; line-height: 1.6; margin: 14px 0;
border-left: 3px solid var(--rule-2);
}
.codeblock b { color: var(--gold); font-weight: 500; }
.definitions {
display: grid; grid-template-columns: 200px 1fr; gap: 4px 24px;
margin: 22px 0; padding: 18px 22px; background: var(--bg-2); border: 1px solid var(--rule);
}
.definitions dt {
font-family: var(--mono); font-size: 11px; letter-spacing: 0.04em; color: var(--gold);
padding: 6px 0;
}
.definitions dd {
margin: 0; padding: 6px 0; font-size: 14px; color: var(--ink-soft);
border-bottom: 1px dashed var(--rule);
}
.definitions dd:last-child, .definitions dt:last-of-type { border: 0; }
.stamp {
display: inline-block; padding: 4px 10px; border: 1px solid var(--gold); color: var(--gold);
font-family: var(--mono); font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase;
margin: 0 6px 6px 0; border-radius: 999px;
}
.stamp.bad { border-color: var(--bad); color: var(--bad); }
.acknowledge {
margin: 60px 0 0; padding: 28px;
background: linear-gradient(180deg, var(--bg-2), var(--bg-3));
border: 1px solid var(--gold); border-left: 3px solid var(--gold);
}
.acknowledge h3 { color: var(--gold); margin-top: 0; font-size: 22px; }
.acknowledge p { font-size: 14px; }
.ack-checklist { list-style: none; padding: 0; margin: 14px 0; }
.ack-checklist li {
padding: 8px 0; font-size: 14px; color: var(--ink); display: flex; gap: 10px; align-items: flex-start;
border-bottom: 1px dashed var(--rule);
}
.ack-checklist li::before {
content: "☐"; color: var(--gold); font-size: 16px; line-height: 1.2;
}
footer {
margin-top: 80px; padding: 30px 36px 60px; border-top: 1px solid var(--rule);
font-family: var(--mono); font-size: 10px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink-mute);
display: flex; justify-content: space-between; flex-wrap: wrap; gap: 14px;
max-width: 880px; margin-left: auto; margin-right: auto;
}
footer a { color: var(--ink-mute); text-decoration: none; }
footer a:hover { color: var(--gold); }
</style>
</head>
<body>
<header class="topbar">
<div class="brand">
<span class="logo-dot"></span>
<span class="name">Ventura<em>Claw</em></span>
<span class="crumb">Legal Notice</span>
</div>
<nav>
<a href="/">Home</a>
<a href="/services">Services</a>
<a href="/privacy">Privacy</a>
<a href="/terms">Terms</a>
<button class="theme-toggle" id="themeToggle" type="button" title="Toggle light/dark" aria-label="Toggle theme"><span class="moon">☾</span><span class="sun">☀︎</span></button>
</nav>
<script>
document.getElementById('themeToggle').addEventListener('click', () => {
const cur = document.documentElement.getAttribute('data-theme') === 'light' ? 'light' : 'dark';
const next = cur === 'light' ? 'dark' : 'light';
if (next === 'light') document.documentElement.setAttribute('data-theme', 'light');
else document.documentElement.removeAttribute('data-theme');
try { localStorage.setItem('vc-theme', next); } catch {}
});
</script>
</header>
<section class="alarm">
<div class="alarm-icon">⚠</div>
<div class="alarm-sub">READ THIS FIRST</div>
<h1 class="alarm-title">VenturaClaw is <em>NOT</em> a Law Firm.<br>VenturaClaw is <em>NOT</em> Your Attorney.</h1>
<div class="alarm-sub">API-orchestration service · No legal advice given · No attorney–client relationship</div>
</section>
<main>
<div class="meta-bar">
<span><b>Last updated:</b> 2026-05-06</span>
<span><b>Effective:</b> Immediately upon use of any /services feature</span>
<span><b>Jurisdiction:</b> California, USA</span>
</div>
<p class="pull">
By using any service in our <a href="/services">/services</a> catalog — including the chat assistant, free DIY guides, document templates, or paid orchestration of partner-API calls — <strong>you acknowledge and agree</strong> that VenturaClaw is an API-orchestration service that routes requests to vetted third-party partners (Stripe, Cloudflare, QuickBooks, Embroker, Track1099, etc.), that we are not a law firm, accounting firm, insurance broker, or financial advisor, that no attorney–client, accountant–client, or fiduciary relationship exists between us, and that the information you receive is general in nature and not tailored legal, tax, or financial advice.
</p>
<h2>What VenturaClaw <em>Is</em></h2>
<p>VenturaClaw operates as an <strong>API-orchestration service for small-business operations</strong>. We help owner-operators set up the working pieces of their business — payments, accounting, banking, insurance, payroll, domains, email, contracts — by routing your request to the appropriate vetted third-party partner's public API and running the API call on your behalf, after you confirm. We do <strong>not</strong> file government forms (LLC formation, BOI, EIN, business licenses, etc.) and we do not represent ourselves as a "document preparer" in any state.</p>
<p>We provide:</p>
<ul>
<li>Free general information about common business-banking, payments, accounting, insurance, payroll, domains, contracts, and tax topics, written in plain English.</li>
<li>Free chat assistance, powered by a local-language model, that answers commonly-asked questions and points you toward the correct partner, government agency, or free public form.</li>
<li>Free document templates (operating agreements, privacy policies, contract starters) generated from a vetted library against the facts you provide.</li>
<li>Optional flat-fee orchestration of partner-API calls — for example, registering a domain via Porkbun + setting up DNS via Cloudflare + configuring email routing in one ~60-second flow, after you confirm.</li>
<li>Affiliate referrals and recommendations to third-party providers (banks, insurance brokers, registered agents, certified public accountants, attorneys) where appropriate.</li>
</ul>
<h2>What VenturaClaw <em>Is Not</em></h2>
<span class="stamp bad">Not a Law Firm</span>
<span class="stamp bad">Not a CPA</span>
<span class="stamp bad">Not an Insurance Broker</span>
<span class="stamp bad">Not a Financial Advisor</span>
<span class="stamp bad">Not a Fiduciary</span>
<span class="stamp bad">Not a Tax Preparer</span>
<p>VenturaClaw and its operators are <strong>not licensed</strong> to practice law in any jurisdiction, are <strong>not licensed</strong> as Certified Public Accountants, are <strong>not registered</strong> as Enrolled Agents with the Internal Revenue Service, and are <strong>not licensed</strong> as insurance producers, financial advisors, or investment advisors.</p>
<p>We do <strong>not</strong>:</p>
<ul>
<li>Give you legal advice. We do not advise you on what entity to form, whether to elect S-Corporation taxation, whether to file a particular trademark, or whether any course of action is right for your specific facts.</li>
<li>Give you tax advice. Calculations and walkthroughs we provide are educational; your specific tax situation requires a CPA or Enrolled Agent.</li>
<li>Give you insurance advice. Quotes we surface come from third-party brokers; coverage decisions require an insurance professional licensed in your state.</li>
<li>Apply professional judgment to your situation. Where your situation requires professional judgment, we will direct you to a licensed professional.</li>
<li>Maintain attorney–client privilege over communications with us. Anything you tell our chat or our staff is <strong>not privileged</strong>.</li>
</ul>
<h2>Our <em>Operating Model</em>: API Orchestration Only</h2>
<p>VenturaClaw operates as an <strong>API-orchestration service</strong>. The line we draw is simple and intentional, and it is the line that separates lawful self-help services from the unauthorized practice of law in every U.S. state:</p>
<div class="codeblock">
<b>What we do — and only what we do:</b>
• Provide general published factual information about common forms and filings.
• Type or complete forms <i>that the customer selected</i>, using information <i>the customer provided</i>.
• Submit completed forms to the agency <i>at the customer's express direction</i>.
• Surface the relevant government website and form so the customer can DIY for free if they prefer.
<b>What we explicitly do <span style="color:#c66c4d">NOT</span> do:</b>
• Recommend a specific course of action ("you should form an LLC").
• Choose forms <i>for</i> the customer ("here's the right form for your situation").
• Draft pleadings, contracts, or any document requiring legal judgment.
• Apply law to facts. Apply tax rules to facts. Apply insurance rules to facts.
• Represent the customer before any court, agency, or third party.
• Maintain attorney–client privilege over any communication.
</div>
<p>Because we operate strictly within these boundaries, the relationship between you and VenturaClaw is a <strong>self-help orchestration relationship</strong>: you describe the outcome you want, you provide the information and credentials, you confirm the proposed API call, and you authorize the run. We orchestrate. We do not advise.</p>
<p>Because we do <strong>not</strong> file government forms, draft pleadings, or hold ourselves out as document preparers, the state-specific document-preparer registration regimes (for example California Bus. & Prof. Code §§6400–6415) do not apply to our services. If you are operating in a regulated industry and have questions about how our orchestration layer interacts with your obligations, email <a href="mailto:info@venturaclaw.com">info@venturaclaw.com</a> with your state and use case.</p>
<p>You have the following rights as a customer of any VenturaClaw paid orchestration service, regardless of state:</p>
<ol>
<li>The right to a clear written description of services and fees before any payment is collected.</li>
<li>The right to receive copies of all completed documents.</li>
<li>The right to a refund of fees paid for services not yet rendered (see Refund Policy below).</li>
<li>The right to cancel and DIY at any time before submission.</li>
<li>The right to file a complaint with your state bar, attorney general, or consumer protection agency if you believe you have received unauthorized legal advice from us. Contact info below.</li>
</ol>
<h2>Unauthorized Practice of Law <em>(UPL)</em></h2>
<p>The unauthorized practice of law is a crime in every U.S. state. We have structured our service specifically so that <strong>we do not engage in the practice of law</strong>. The line, in California and most states, sits at this:</p>
<div class="pull">
<em>You</em> choose your course of action. <em>You</em> select the form. <em>You</em> provide the information. <em>We</em> type, complete, and submit. <strong>We never advise you on what to choose.</strong>
</div>
<p>If our chat assistant or any document we provide appears to give you a recommendation tailored to your specific facts, that output is generated by a language model and is <strong>not legal advice</strong>. If you are unsure whether a course of action is right for you, you must consult a licensed attorney in your jurisdiction <em>before</em> acting on anything you read on this site.</p>
<h2>Free Government Services — <em>Never Pay Us</em></h2>
<p>Some services in our catalog are <strong>free directly from the government</strong>, and we explicitly tell you so. We will never charge you to perform an action that is freely available from the source agency. Specifically:</p>
<ul>
<li><strong>EIN (Employer Identification Number)</strong> — always free at <a href="https://www.irs.gov/businesses/small-businesses-self-employed/apply-for-an-employer-identification-number-ein-online" target="_blank" rel="noopener">irs.gov</a>. Anyone charging you for an EIN application is taking advantage of you.</li>
<li><strong>BOI (Beneficial Ownership Information) Report</strong> — always free at <a href="https://boiefiling.fincen.gov" target="_blank" rel="noopener">boiefiling.fincen.gov</a>. We do <em>not</em> file BOI on your behalf; the chat will walk you through the FinCEN portal at no charge.</li>
<li><strong>IRS payment plans</strong> — free to apply online at <a href="https://www.irs.gov/payments/online-payment-agreement-application" target="_blank" rel="noopener">irs.gov</a>.</li>
<li><strong>USPTO trademark search</strong> — free at <a href="https://tmsearch.uspto.gov" target="_blank" rel="noopener">tmsearch.uspto.gov</a>.</li>
<li><strong>Copyright deposit</strong> — government fee starts at $45–65 at <a href="https://www.copyright.gov/registration" target="_blank" rel="noopener">copyright.gov</a>.</li>
</ul>
<h2>Chat Assistant <em>Disclaimer</em></h2>
<p>The chat assistant on this site is powered by a large language model. It produces output by predicting plausible text. It can be wrong. It does not have access to your attorney–client privileged communications, your tax return, your bank records, or any of your specific facts beyond what you type into it during a single conversation.</p>
<ul>
<li>Output from the chat is <strong>not legal advice, not tax advice, and not financial advice</strong>.</li>
<li>Output from the chat may contain <strong>errors, hallucinations, or out-of-date information</strong>. Always verify with the source agency before acting.</li>
<li>The chat does <strong>not</strong> create an attorney–client relationship.</li>
<li>Conversations with the chat may be logged for quality improvement. Do <strong>not</strong> share Social Security Numbers, bank account credentials, or any other sensitive information you would not paste into a search engine.</li>
</ul>
<h2>Limitation of <em>Liability</em></h2>
<p>To the fullest extent permitted by law:</p>
<ul>
<li>VenturaClaw is provided <strong>"AS IS" and "AS AVAILABLE"</strong> without warranty of any kind.</li>
<li>We disclaim all warranties, express or implied, including merchantability, fitness for a particular purpose, accuracy, completeness, and non-infringement.</li>
<li>We are <strong>not liable</strong> for any indirect, incidental, special, consequential, or punitive damages, or any loss of profits or revenues, whether incurred directly or indirectly.</li>
<li>Our total cumulative liability arising from your use of any service shall not exceed the <strong>total fees you paid to us in the preceding twelve (12) months</strong>, or one hundred U.S. dollars ($100), whichever is greater.</li>
<li>We are not liable for the actions or inactions of any government agency, third-party affiliate, broker, attorney, or CPA referenced on this site.</li>
</ul>
<h2>Indemnification</h2>
<p>You agree to indemnify, defend, and hold harmless VenturaClaw, its operators, and its agents from any and all claims, damages, losses, and expenses (including reasonable attorney's fees) arising out of or related to: (a) your use of the service; (b) your violation of these terms or applicable law; (c) information you provided that turned out to be inaccurate; or (d) your reliance on chat or document output that you used without independently verifying with a licensed professional.</p>
<h2>Refund Policy</h2>
<p>We will refund any flat-fee orchestration service if:</p>
<ul>
<li>You request a refund <strong>before</strong> we have fired the partner-API call on your behalf, regardless of reason.</li>
<li>We failed to fire the orchestration call within ten (10) business days of receiving complete information from you.</li>
<li>The agency rejected your filing for a reason that was our error and not yours, and you notify us within thirty (30) days.</li>
</ul>
<p>Government filing fees paid to third parties (state, federal, county) are <strong>not refundable</strong> by us once paid to those parties.</p>
<h2>How to <em>Contact Us</em></h2>
<p>Questions, concerns, or complaints — including any concern that you may have received what looked like legal advice rather than self-help information — should be directed to:</p>
<div class="codeblock">
<b>Email:</b> <a href="mailto:info@venturaclaw.com">info@venturaclaw.com</a>
<b>Mail:</b> VenturaClaw / Steve Abrams · [registered mailing address on file with state]
<b>Subject:</b> "Legal Notice Inquiry"
<b>Response:</b> Within 5 business days
</div>
<p>If you believe you have received unauthorized legal advice from VenturaClaw, you may also contact:</p>
<ul>
<li><a href="https://www.calbar.ca.gov" target="_blank" rel="noopener">State Bar of California</a> — Office of the Chief Trial Counsel · (800) 843-9053</li>
<li>Your local <a href="https://oag.ca.gov/contact/da" target="_blank" rel="noopener">County District Attorney's office</a></li>
<li>Your state's consumer protection agency</li>
</ul>
<h2><em>Definitions</em></h2>
<dl class="definitions">
<dt>API Orchestration</dt>
<dd>The act of routing a customer's plain-English request to the appropriate vetted third-party partner's public API and running the API call after the customer reviews and confirms the proposed payload — without applying professional judgment or recommending a course of action.</dd>
<dt>Orchestration Service</dt>
<dd>A paid, flat-fee VenturaClaw offering that bundles one or more API-orchestration calls into a single user-confirmable transaction (e.g. "register a domain + set up DNS + configure email forwarding" in one ~60-second flow).</dd>
<dt>Legal Advice</dt>
<dd>The application of legal principles to a specific person's facts, with a recommendation about what they should or should not do. We do not provide this.</dd>
<dt>Tax Advice</dt>
<dd>The application of tax law to a specific person's situation, with a recommendation about positions to take. We do not provide this.</dd>
<dt>Self-Help Service</dt>
<dd>A service that helps a person represent themselves in a non-litigation administrative or commercial filing — without giving legal advice or applying professional judgment.</dd>
<dt>UPL</dt>
<dd>Unauthorized Practice of Law — a crime in every U.S. state, prohibiting non-attorneys from giving legal advice or representing others.</dd>
</dl>
<h2>Changes to This Notice</h2>
<p>We may update this notice. The "Last updated" date at the top reflects the most recent revision. Continued use of the service after a revision constitutes acceptance of the revised notice.</p>
<div class="acknowledge">
<h3>Before You Use Any Paid Orchestration — Acknowledge:</h3>
<p>By proceeding to purchase any paid orchestration tier, you affirm that you understand and agree to <strong>each</strong> of the following:</p>
<ul class="ack-checklist">
<li>VenturaClaw is not a law firm and not my attorney.</li>
<li>No attorney–client relationship exists between me and VenturaClaw.</li>
<li>VenturaClaw will not advise me on what entity to form, what tax election to make, or what course of action to take.</li>
<li>I have selected my course of action independently, or after consulting with a licensed attorney or CPA.</li>
<li>I am providing accurate information; VenturaClaw is not responsible if I provide false or incomplete information.</li>
<li>I understand that some services I am paying VenturaClaw to perform are available for free directly from the government.</li>
<li>The chat assistant's output is not legal or tax advice.</li>
<li>I have read and understood the limitation of liability above.</li>
</ul>
<p>An on-screen acknowledgment of these items is required at checkout for every paid orchestration purchase.</p>
</div>
</main>
<footer>
<span>© 2026 VenturaClaw · Steve Abrams · <a href="mailto:info@venturaclaw.com">info@venturaclaw.com</a></span>
<span>
<a href="/services">Services</a> · <a href="/privacy">Privacy</a> · <a href="/terms">Terms</a>
</span>
</footer>
</body>
</html>