- 00-sns-holding → 00-holdings (shorter name) - 01-networking → sns-technology-group/networking/ - 02-digital → sns-technology-group/secure/ - 03-support → sns-technology-group/support/ - indian-food-truck-legacy merged into indian-food-truck - warehouse-property → warehouse, rental-property → rental - Remove empty placeholder LLC dirs - Update READMEs with correct paths
474 lines
21 KiB
HTML
474 lines
21 KiB
HTML
<!DOCTYPE html>
|
||
<html lang="en">
|
||
<head>
|
||
<meta charset="UTF-8">
|
||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
<title>Partnership & Equity Framework — Kiowa Scott</title>
|
||
<style>
|
||
:root{
|
||
--navy:#0A1628;
|
||
--cyan:#10C8D8;
|
||
--ink:#1a1f27;
|
||
--paper:#ffffff;
|
||
--muted:#5b6472;
|
||
--rule:#e2e6ec;
|
||
--accent-bg:#f0fafb;
|
||
--example-bg:#f8f6ff;
|
||
--example-border:#7c5cbf;
|
||
--warn-bg:#fff8e1;
|
||
--warn-border:#e8b800;
|
||
}
|
||
*{box-sizing:border-box}
|
||
body{
|
||
margin:0;
|
||
background:#f2f4f7;
|
||
font-family:"IBM Plex Sans",Inter,system-ui,Arial,sans-serif;
|
||
color:var(--ink);
|
||
line-height:1.7;
|
||
font-size:15px;
|
||
}
|
||
.doc{
|
||
max-width:820px;
|
||
margin:0 auto;
|
||
background:var(--paper);
|
||
padding:48px 64px 72px;
|
||
box-shadow:0 2px 24px rgba(10,22,40,.12);
|
||
}
|
||
.header{
|
||
border-bottom:3px solid var(--cyan);
|
||
padding-bottom:20px;
|
||
margin-bottom:32px;
|
||
}
|
||
.header h1{
|
||
font-family:Oxanium,Sora,system-ui,sans-serif;
|
||
font-size:1.6rem;
|
||
color:var(--navy);
|
||
margin:0 0 6px;
|
||
letter-spacing:.5px;
|
||
}
|
||
.header .subtitle{
|
||
color:var(--cyan);
|
||
font-weight:600;
|
||
font-size:1.05rem;
|
||
}
|
||
.meta{
|
||
display:flex;
|
||
flex-wrap:wrap;
|
||
gap:24px;
|
||
font-size:.88rem;
|
||
color:var(--muted);
|
||
margin-bottom:28px;
|
||
}
|
||
.meta b{color:var(--ink)}
|
||
h2{
|
||
font-family:Oxanium,Sora,system-ui,sans-serif;
|
||
font-size:1.1rem;
|
||
color:var(--navy);
|
||
border-bottom:2px solid var(--cyan);
|
||
padding-bottom:6px;
|
||
margin:36px 0 14px;
|
||
}
|
||
h3{
|
||
font-size:.95rem;
|
||
color:var(--navy);
|
||
margin:24px 0 10px;
|
||
}
|
||
p,li{margin-bottom:8px}
|
||
ul,ol{padding-left:22px}
|
||
table{
|
||
width:100%;
|
||
border-collapse:collapse;
|
||
margin:14px 0;
|
||
font-size:.92rem;
|
||
}
|
||
th{
|
||
text-align:left;
|
||
padding:8px 10px;
|
||
background:var(--navy);
|
||
color:#fff;
|
||
font-weight:600;
|
||
}
|
||
td{
|
||
padding:8px 10px;
|
||
border-bottom:1px solid var(--rule);
|
||
}
|
||
tr:nth-child(even) td{background:#f9fafb}
|
||
.note{
|
||
background:var(--warn-bg);
|
||
border-left:4px solid var(--warn-border);
|
||
padding:12px 16px;
|
||
font-size:.88rem;
|
||
border-radius:4px;
|
||
margin:16px 0;
|
||
}
|
||
.note b{color:#7a5c00}
|
||
.example-box{
|
||
background:var(--example-bg);
|
||
border-left:4px solid var(--example-border);
|
||
padding:16px 20px;
|
||
border-radius:4px;
|
||
margin:20px 0;
|
||
}
|
||
.example-box h3{
|
||
color:var(--example-border);
|
||
margin:0 0 10px;
|
||
font-size:1rem;
|
||
}
|
||
.highlight{
|
||
background:var(--accent-bg);
|
||
border-radius:6px;
|
||
padding:14px 18px;
|
||
margin:14px 0;
|
||
}
|
||
.sig-block{
|
||
margin-top:48px;
|
||
padding-top:24px;
|
||
border-top:2px solid var(--navy);
|
||
}
|
||
.sig-line{
|
||
margin:24px 0 4px;
|
||
border-bottom:1px solid var(--ink);
|
||
width:65%;
|
||
height:24px;
|
||
}
|
||
.sig-label{font-size:.82rem;color:var(--muted);margin-bottom:18px}
|
||
footer{
|
||
text-align:center;
|
||
color:var(--muted);
|
||
font-size:.78rem;
|
||
padding:28px 24px 48px;
|
||
}
|
||
@media print{
|
||
body{background:#fff}
|
||
.doc{box-shadow:none;padding:24px 48px}
|
||
footer{display:none}
|
||
.example-box{break-inside:avoid}
|
||
}
|
||
</style>
|
||
</head>
|
||
<body>
|
||
|
||
<div class="doc">
|
||
|
||
<div class="header">
|
||
<h1>PARTNERSHIP & EQUITY FRAMEWORK</h1>
|
||
<div class="subtitle">SnS Network Solutions Holdings LLC — Kiowa Scott</div>
|
||
</div>
|
||
|
||
<div class="meta">
|
||
<div><b>Holding entity:</b> SnS Network Solutions Holdings LLC</div>
|
||
<div><b>Managing Member:</b> Samuel S. James (97%)</div>
|
||
<div><b>Partner:</b> Kiowa Scott</div>
|
||
<div><b>State:</b> Indiana</div>
|
||
<div><b>Effective:</b> ________________</div>
|
||
</div>
|
||
|
||
<div class="note">
|
||
<b>Not legal advice.</b> This is a working draft for LegalShield / attorney review.
|
||
Items in <em>[brackets]</em> need confirmation before signing. Neither party should
|
||
rely on this document until reviewed by an Indiana-licensed attorney and CPA.
|
||
</div>
|
||
|
||
<!-- ═══════════════════════════════════════════════ -->
|
||
<h2>1. Purpose & Scope</h2>
|
||
<p>This framework governs the Membership Interest granted to <b>Kiowa Scott</b>
|
||
("Kiowa") in any subsidiary LLC of SnS Network Solutions Holdings LLC ("Holdings")
|
||
that Kiowa originates, sources, or manages for launch. It is applied <b>fresh, per
|
||
venture</b> — each venture gets its own independent grant, vesting clock, and
|
||
invested-capital figure. Performance on one venture has no effect on any other.</p>
|
||
<p>Kiowa is <b>not</b> a Member of Holdings itself. Samuel S. James remains Holdings'
|
||
controlling owner. This framework applies only at the subsidiary level.</p>
|
||
|
||
<!-- ═══════════════════════════════════════════════ -->
|
||
<h2>2. Kiowa's Role (Per Venture)</h2>
|
||
<ul>
|
||
<li>Sourcing and scouting the business opportunity</li>
|
||
<li>Entity formation — Articles of Organization, EIN application, INBiz filings</li>
|
||
<li>Ongoing legal compliance — permits, renewals, filings, registered-agent duties</li>
|
||
<li>Management oversight — financial review, vendor coordination, ensuring profitability</li>
|
||
<li>Handling or coordinating any legal issues that arise in operations</li>
|
||
</ul>
|
||
|
||
<!-- ═══════════════════════════════════════════════ -->
|
||
<h2>3. The Grant — Split Structure</h2>
|
||
<p>Total potential equity per venture: <b>15% Membership Interest</b>, split into two buckets:</p>
|
||
|
||
<table>
|
||
<tr><th>Bucket</th><th>Amount</th><th>Condition</th></tr>
|
||
<tr>
|
||
<td><b>Formation Grant</b></td>
|
||
<td>5%</td>
|
||
<td>Vests immediately on the <b>Formation Date</b> (date Articles of Organization are
|
||
filed). Payment for sourcing the venture and completing entity formation. <b>No
|
||
clawback.</b></td>
|
||
</tr>
|
||
<tr>
|
||
<td><b>Service Grant</b></td>
|
||
<td>10%</td>
|
||
<td>Vests in 4 equal quarterly tranches (2.5% each) from the <b>Opening Date</b>,
|
||
conditional on active service (see §4).</td>
|
||
</tr>
|
||
</table>
|
||
|
||
<div class="highlight">
|
||
<b>Formation Date</b> = day the subsidiary's Articles of Organization are filed with
|
||
the Indiana Secretary of State.<br>
|
||
<b>Opening Date</b> = day the venture begins revenue-generating operations (e.g., first
|
||
paying customer). The vesting clock starts here, not the Formation Date.
|
||
</div>
|
||
|
||
<!-- ═══════════════════════════════════════════════ -->
|
||
<h2>4. Service Grant — Vesting Schedule</h2>
|
||
<p>Measured from the <b>Opening Date</b>:</p>
|
||
|
||
<table>
|
||
<tr><th>Milestone</th><th>Vests</th><th>Cumulative Total</th><th>Condition</th></tr>
|
||
<tr><td>Formation Date</td><td>5.0%</td><td>5.0%</td><td>Immediate — formation work complete</td></tr>
|
||
<tr><td>3 months</td><td>2.5%</td><td>7.5%</td><td>Actively performing duties</td></tr>
|
||
<tr><td>6 months</td><td>2.5%</td><td>10.0%</td><td>Actively performing duties</td></tr>
|
||
<tr><td>9 months</td><td>2.5%</td><td>12.5%</td><td>Actively performing duties</td></tr>
|
||
<tr><td>12 months</td><td>2.5%</td><td>15.0%</td><td>Actively performing duties</td></tr>
|
||
</table>
|
||
|
||
<h3>4.1 "Actively Performing" Defined</h3>
|
||
<p>At each quarterly milestone, Kiowa must be, at minimum:</p>
|
||
<ul>
|
||
<li>Handling or coordinating legal filings, permits, renewals, and regulatory compliance</li>
|
||
<li>Providing regular management oversight (financial reviews, vendor/operator
|
||
coordination, staffing decisions)</li>
|
||
<li>Responsive and available for Company business decisions within reasonable timeframes</li>
|
||
<li>Not in material breach of the NDA or operating agreement</li>
|
||
</ul>
|
||
|
||
<h3>4.2 Acceleration</h3>
|
||
<p>If cumulative net profit reaches <b>2× Sam's invested capital</b> at any point before
|
||
month 12, all remaining unvested service tranches vest immediately — Kiowa jumps to the
|
||
full 15%. This rewards exceptional performance without punishing normal first-year economics.</p>
|
||
|
||
<h3>4.3 Forfeiture / Separation</h3>
|
||
<p>If at any quarterly milestone Kiowa is <b>not</b> actively performing (she resigned,
|
||
became unresponsive, or was removed for cause), that tranche and all future tranches
|
||
<b>do not vest</b>. She keeps the 5% formation grant + any service tranches that already
|
||
vested. Unvested tranches revert to Holdings.</p>
|
||
|
||
<table>
|
||
<tr><th>Scenario</th><th>Kiowa Keeps</th></tr>
|
||
<tr><td>Quits before Opening Date (formation work done)</td><td>5%</td></tr>
|
||
<tr><td>Quits at month 2 (before first service tranche)</td><td>5%</td></tr>
|
||
<tr><td>Active through month 3, quits at month 5</td><td>7.5%</td></tr>
|
||
<tr><td>Active through month 9</td><td>12.5%</td></tr>
|
||
<tr><td>Active through month 12</td><td>15% (fully vested)</td></tr>
|
||
<tr><td>Business hits 2× at month 7, Kiowa active</td><td>15% (accelerated)</td></tr>
|
||
</table>
|
||
|
||
<p>No cure period. No re-earning forfeited tranches. Final and permanent.</p>
|
||
|
||
<!-- ═══════════════════════════════════════════════ -->
|
||
<h2>5. Capital Contributions & Buy-Up Option</h2>
|
||
<p>The default arrangement is that Kiowa contributes <b>$0 cash</b> — her equity is
|
||
earned through services. However, Kiowa may elect to invest her own capital into a
|
||
venture under the following terms:</p>
|
||
|
||
<h3>5.1 Buy-Up Mechanics</h3>
|
||
<ul>
|
||
<li><b>Additional equity available:</b> up to <b>10% additional Membership Interest</b>
|
||
beyond the 15% service/formation grant (maximum total: 25%)</li>
|
||
<li><b>Price:</b> at the same valuation as Sam's invested capital (i.e., $1 of Kiowa's
|
||
money buys the same % as $1 of Sam's money)</li>
|
||
<li><b>Timing:</b> capital must be contributed <b>before or on the Opening Date</b> —
|
||
this is a launch investment, not a mid-stream buy-in at a discount</li>
|
||
<li><b>Vesting:</b> capital-contributed equity vests <b>immediately</b> (she paid cash,
|
||
so no service condition — same as Sam's investment)</li>
|
||
<li><b>Cap:</b> Holdings must retain at least 51% of any subsidiary to maintain control.
|
||
Kiowa's total (service + capital) cannot exceed 49%.</li>
|
||
</ul>
|
||
|
||
<h3>5.2 How the Math Works</h3>
|
||
<p>If Sam invests $50,000 for Holdings' share, that $50,000 buys the "remaining"
|
||
percentage after Kiowa's service grant (85% under the default). Kiowa can buy additional
|
||
points at the same rate:</p>
|
||
<div class="highlight">
|
||
<b>Rate per point</b> = Sam's invested capital ÷ Sam's percentage<br>
|
||
Example: $50,000 ÷ 85% = $588.24 per 1% of Membership Interest<br>
|
||
Kiowa wants 10% more → contributes $5,882.35 at or before Opening Date
|
||
</div>
|
||
<p>The resulting cap table would be:</p>
|
||
<table>
|
||
<tr><th>Member</th><th>Interest</th><th>Capital</th><th>How Earned</th></tr>
|
||
<tr><td>Holdings (Sam)</td><td>75%</td><td>$50,000</td><td>Cash investment</td></tr>
|
||
<tr><td>Kiowa (service)</td><td>15%</td><td>$0</td><td>Formation + management (vesting)</td></tr>
|
||
<tr><td>Kiowa (capital)</td><td>10%</td><td>$5,882</td><td>Cash investment (immediate vest)</td></tr>
|
||
<tr><td><b>Total</b></td><td><b>100%</b></td><td><b>$55,882</b></td><td></td></tr>
|
||
</table>
|
||
|
||
<!-- ═══════════════════════════════════════════════ -->
|
||
<h2>6. Per-Venture Independence</h2>
|
||
<p>Each venture Kiowa brings or manages gets its own:</p>
|
||
<ul>
|
||
<li>Grant (fresh 15% service + optional capital buy-up)</li>
|
||
<li>Opening Date and vesting clock</li>
|
||
<li>Invested-capital figure and acceleration threshold</li>
|
||
<li>Operating agreement</li>
|
||
</ul>
|
||
<p>Underperformance on one venture has no bearing on her interest in any other.
|
||
Overperformance on one does not accelerate another.</p>
|
||
|
||
<!-- ═══════════════════════════════════════════════ -->
|
||
<h2>7. Distributions</h2>
|
||
<ul>
|
||
<li>The <b>5% formation grant</b> earns distributions from the Formation Date forward.</li>
|
||
<li><b>Service tranches</b> earn distributions only once vested — unvested tranches
|
||
do not participate in distributions.</li>
|
||
<li><b>Capital-contributed equity</b> earns distributions immediately (same as Sam's).</li>
|
||
<li>Distributions are pro rata to each Member's vested Membership Interest.</li>
|
||
</ul>
|
||
|
||
<!-- ═══════════════════════════════════════════════ -->
|
||
<h2>8. Tax Treatment</h2>
|
||
<ul>
|
||
<li>The <b>formation + service grant</b> (15%) is intended as a <b>profits interest</b>
|
||
under Rev. Proc. 93-27 / 2001-43 — no taxable income to Kiowa on grant.</li>
|
||
<li>The <b>capital buy-up</b> is a straightforward capital contribution — not a profits
|
||
interest. Kiowa's tax basis equals her cash contributed.</li>
|
||
<li><b>Section 83(b) election:</b> Kiowa should file a protective 83(b) within 30 days
|
||
of each grant date. This is a <b>hard IRS deadline with no extensions</b> — the
|
||
single highest-stakes item in this arrangement.</li>
|
||
<li>Each two-member subsidiary files its own Form 1065 partnership return and issues
|
||
K-1s to both Members.</li>
|
||
</ul>
|
||
<div class="note">
|
||
<b>CPA review required</b> before any grant: confirm profits-interest qualification,
|
||
83(b) timing, and tiered-partnership filing mechanics between the subsidiary and Holdings.
|
||
</div>
|
||
|
||
<!-- ═══════════════════════════════════════════════ -->
|
||
<h2>9. Confidentiality</h2>
|
||
<p>Kiowa's access to Sam's personal information (SSN, financial accounts, IRS
|
||
correspondence) during formation work is governed by a separate <b>Non-Disclosure
|
||
Agreement</b> (see <code>nda-formation-partner.md</code>). The NDA applies regardless
|
||
of which ventures she vests into and survives termination of any individual venture
|
||
relationship.</p>
|
||
|
||
<!-- ═══════════════════════════════════════════════ -->
|
||
<h2>10. Definitions</h2>
|
||
<table>
|
||
<tr><th>Term</th><th>Meaning</th></tr>
|
||
<tr><td>"Holdings"</td><td>SnS Network Solutions Holdings LLC</td></tr>
|
||
<tr><td>"Sam"</td><td>Samuel S. James, authorized representative of Holdings</td></tr>
|
||
<tr><td>"Kiowa"</td><td>Kiowa Scott</td></tr>
|
||
<tr><td>"Formation Date"</td><td>Date Articles of Organization filed with IN Secretary of State</td></tr>
|
||
<tr><td>"Opening Date"</td><td>Date the venture begins revenue-generating operations</td></tr>
|
||
<tr><td>"Sam's invested capital"</td><td>Cumulative cash Holdings contributes to that subsidiary</td></tr>
|
||
<tr><td>"Cumulative net profit"</td><td>Venture's net profit from Opening Date forward</td></tr>
|
||
<tr><td>"Actively performing"</td><td>Meeting the duties defined in §4.1</td></tr>
|
||
</table>
|
||
|
||
<!-- ═══════════════════════════════════════════════ -->
|
||
<h2>11. Worked Examples</h2>
|
||
|
||
<div class="example-box">
|
||
<h3>Example A — Food Truck (Service Only, No Capital Buy-Up)</h3>
|
||
<p><b>Setup:</b> Sam invests $60,000 in Foodtruck1 LLC (truck + build-out + working capital).
|
||
Kiowa does formation work and manages the business.</p>
|
||
<table>
|
||
<tr><th>Event</th><th>Kiowa's Vested %</th><th>Holdings' %</th></tr>
|
||
<tr><td>Formation Date (Articles filed)</td><td>5%</td><td>95%</td></tr>
|
||
<tr><td>Opening Date (first customer served)</td><td>5% (clock starts)</td><td>95%</td></tr>
|
||
<tr><td>Month 3 — Kiowa active, truck doing $8K/mo revenue</td><td>7.5%</td><td>92.5%</td></tr>
|
||
<tr><td>Month 6 — Kiowa active, truck profitable</td><td>10%</td><td>90%</td></tr>
|
||
<tr><td>Month 9 — Kiowa active</td><td>12.5%</td><td>87.5%</td></tr>
|
||
<tr><td>Month 12 — Kiowa active, cumulative profit $45K (below 2× $60K)</td><td>15%</td><td>85%</td></tr>
|
||
</table>
|
||
<p><b>Result:</b> Kiowa fully vests at 15% through service alone. The 2× test wasn't hit,
|
||
so no acceleration — but she wasn't penalized either. She earned it by showing up every quarter.</p>
|
||
<p><b>Distributions:</b> From month 6 onward (when truck starts netting ~$4K/mo profit),
|
||
Kiowa gets 10% × $4,000 = <b>$400/mo</b> in distributions (growing as her vested % increases).</p>
|
||
</div>
|
||
|
||
<div class="example-box">
|
||
<h3>Example B — Food Truck (Kiowa Invests Her Own Money)</h3>
|
||
<p><b>Setup:</b> Same $60,000 truck. But Kiowa believes in this one and wants more skin in
|
||
the game. She contributes $7,059 of her own cash at launch.</p>
|
||
<p><b>Math:</b> Sam's rate = $60,000 ÷ 85% = $705.88 per 1%. Kiowa's $7,059 buys 10% additional.</p>
|
||
<table>
|
||
<tr><th>Member</th><th>Interest</th><th>Capital In</th><th>Type</th></tr>
|
||
<tr><td>Holdings</td><td>75%</td><td>$60,000</td><td>Cash</td></tr>
|
||
<tr><td>Kiowa (service)</td><td>15%</td><td>$0</td><td>Vesting per §4</td></tr>
|
||
<tr><td>Kiowa (capital)</td><td>10%</td><td>$7,059</td><td>Immediate (cash)</td></tr>
|
||
<tr><td><b>Total</b></td><td><b>100%</b></td><td><b>$67,059</b></td><td></td></tr>
|
||
</table>
|
||
<p><b>Day 1 (Opening Date):</b> Kiowa already holds 5% (formation, vested) + 10% (capital,
|
||
vested) = <b>15% vested immediately</b>, earning distributions from day one. Her service
|
||
tranches continue vesting quarterly toward a max of <b>25% total</b>.</p>
|
||
<p><b>Month 6:</b> Kiowa active → she's now at 5% + 5% (two service tranches) + 10% (capital)
|
||
= <b>20% vested</b>.</p>
|
||
<p><b>Month 12:</b> Fully vested → <b>25% total</b>. Holdings holds 75%.</p>
|
||
<p><b>Distributions at month 12:</b> If the truck nets $6K/mo, Kiowa gets 25% × $6,000 =
|
||
<b>$1,500/mo</b>. Plus she gets 25% of any year-end profit distribution.</p>
|
||
<p><b>Why Kiowa might do this:</b> her $7,059 investment is earning distributions from day
|
||
one (no vesting wait), and she's betting that 25% of a profitable food truck is worth far
|
||
more than $7K within a year or two. If the truck does $72K/yr net profit, her 25% = $18K/yr
|
||
return on a $7K investment. That's a 257% annual return.</p>
|
||
</div>
|
||
|
||
<div class="example-box">
|
||
<h3>Example C — Second Venture (Kiowa Scouts a Laundromat)</h3>
|
||
<p><b>Setup:</b> Kiowa finds a laundromat opportunity. Sam invests $120,000. Kiowa invests
|
||
$14,118 (buys another 10%). Completely separate from Foodtruck1.</p>
|
||
<table>
|
||
<tr><th>Member</th><th>Interest</th><th>Capital</th></tr>
|
||
<tr><td>Holdings</td><td>75%</td><td>$120,000</td></tr>
|
||
<tr><td>Kiowa (service)</td><td>15%</td><td>$0</td></tr>
|
||
<tr><td>Kiowa (capital)</td><td>10%</td><td>$14,118</td></tr>
|
||
</table>
|
||
<p><b>Month 5:</b> The laundromat crushes it — cumulative net profit hits $240,000 (2× Sam's
|
||
$120K). Kiowa's service tranches <b>accelerate</b> → she immediately jumps to 25% fully
|
||
vested. No waiting for months 6, 9, 12.</p>
|
||
<p><b>Meanwhile, Foodtruck1</b> is still on its own clock, unaffected. If it's struggling,
|
||
Kiowa's laundromat success doesn't help or hurt her food truck equity.</p>
|
||
</div>
|
||
|
||
<!-- ═══════════════════════════════════════════════ -->
|
||
<h2>12. Amendments</h2>
|
||
<p>This framework may be amended only by written agreement signed by both Sam and Kiowa.
|
||
Each subsidiary's operating agreement incorporates this framework's terms for that
|
||
specific venture — amendments to this framework do not retroactively change terms already
|
||
locked into a signed subsidiary operating agreement.</p>
|
||
|
||
<!-- ═══════════════════════════════════════════════ -->
|
||
<h2>13. Governing Law</h2>
|
||
<p>This Agreement is governed by the laws of the <b>State of Indiana</b>. Each subsidiary
|
||
operating agreement is also governed by Indiana law unless otherwise specified therein.</p>
|
||
|
||
<!-- ═══════════════════════════════════════════════ -->
|
||
<div class="sig-block">
|
||
<h2 style="margin-top:0">Execution</h2>
|
||
<p>The undersigned acknowledge and agree to this Partnership & Equity Framework as of
|
||
the Effective Date first written above.</p>
|
||
|
||
<p style="margin-top:28px;font-weight:700;color:var(--navy)">HOLDINGS — Samuel S. James</p>
|
||
<div class="sig-line"></div>
|
||
<div class="sig-label">Signature</div>
|
||
<p><b>Printed name:</b> Samuel S. James</p>
|
||
<p><b>Title:</b> Managing Member, SnS Network Solutions Holdings LLC</p>
|
||
<div class="sig-line" style="width:35%"></div>
|
||
<div class="sig-label">Date</div>
|
||
|
||
<p style="margin-top:28px;font-weight:700;color:var(--navy)">PARTNER — Kiowa Scott</p>
|
||
<div class="sig-line"></div>
|
||
<div class="sig-label">Signature</div>
|
||
<p><b>Printed name:</b> Kiowa Scott</p>
|
||
<div class="sig-line" style="width:35%"></div>
|
||
<div class="sig-label">Date</div>
|
||
</div>
|
||
|
||
</div>
|
||
|
||
<footer>
|
||
Draft — Review with an Indiana-licensed attorney and CPA before signing.<br>
|
||
SnS Network Solutions Holdings LLC • 759 Boxwood Drive, South Bend, IN 46641
|
||
</footer>
|
||
|
||
</body>
|
||
</html>
|