Skip to content

Commit d0e808d

Browse files
UltraDAGcomClaude Opus 4.6 (1M context)
andcommitted
legal: correct entity name to JMS Media Group LLC, add Wyoming filing details
The official Wyoming Secretary of State registration is "JMS Media Group LLC" (not "JMS Media LLC"), Filing ID 2026-001951812, formed 2026-04-15. Updates all user-visible legal copy: - Legal imprint page: full entity details (Filing ID, formation date, term, status, entity type) - Footer copyright - site/package.json author field - SECURITY.md operator paragraph - Bug bounty program header Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 3980876 commit d0e808d

5 files changed

Lines changed: 24 additions & 8 deletions

File tree

SECURITY.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# Security Policy
22

3-
UltraDAG is operated by **JMS Media LLC**, a Wyoming (USA) limited liability
4-
company. This security policy is issued by JMS Media LLC on behalf of the
3+
UltraDAG is operated by **JMS Media Group LLC**, a Wyoming (USA) limited
4+
liability company (Wyoming Filing ID 2026-001951812, formed 2026-04-15).
5+
This security policy is issued by JMS Media Group LLC on behalf of the
56
UltraDAG project.
67

78
UltraDAG runs a **paid bug bounty program** for vulnerabilities in the

docs/security/bug-bounty/PROGRAM.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# UltraDAG Bug Bounty Program
22

3-
**Operator:** JMS Media LLC (Wyoming, USA) — the legal entity behind the UltraDAG project and the payer of record for all bounty rewards.
3+
**Operator:** JMS Media Group LLC (Wyoming, USA; Filing ID 2026-001951812) — the legal entity behind the UltraDAG project and the payer of record for all bounty rewards.
44
**Status:** Active — Testnet (mainnet is closed while the bounty program hardens the code)
55
**Launch Date:** March 8, 2026
66
**Mainnet Genesis:** April 10, 2026 (validators running, closed to external peers)

site/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "ultradag-site",
33
"type": "module",
44
"version": "1.0.0",
5-
"author": "JMS Media LLC (Wyoming, USA)",
5+
"author": "JMS Media Group LLC (Wyoming, USA)",
66
"scripts": {
77
"dev": "astro dev",
88
"build": "astro build",

site/src/components/Footer.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ const currentYear = new Date().getFullYear();
7979

8080
<div class="udf-bottom">
8181
<div class="udf-legal">
82-
<span>&copy; {currentYear} UltraDAG &mdash; a project of <a href="/legal">JMS Media LLC</a> (Wyoming, USA)</span>
82+
<span>&copy; {currentYear} UltraDAG &mdash; a project of <a href="/legal">JMS Media Group LLC</a> (Wyoming, USA)</span>
8383
<span class="udf-sep">|</span>
8484
<a href="/legal">Legal</a>
8585
<span class="udf-sep">|</span>

site/src/pages/legal.astro

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
1111
<h1>Legal & Imprint</h1>
1212

1313
<p class="legal-lede">
14-
UltraDAG is an open-source protocol operated by <strong>JMS Media LLC</strong>,
14+
UltraDAG is an open-source protocol operated by <strong>JMS Media Group LLC</strong>,
1515
a Wyoming (USA) limited liability company. This page provides the legal
1616
entity and contact details required for transparency and regulatory
1717
disclosure.
@@ -20,18 +20,33 @@ import BaseLayout from '../layouts/BaseLayout.astro';
2020
<h2>Operating Entity</h2>
2121
<dl class="legal-dl">
2222
<dt>Company name</dt>
23-
<dd>JMS Media LLC</dd>
23+
<dd>JMS Media Group LLC</dd>
24+
25+
<dt>Entity type</dt>
26+
<dd>Limited Liability Company &mdash; Domestic</dd>
2427

2528
<dt>Jurisdiction</dt>
2629
<dd>State of Wyoming, United States of America</dd>
2730

31+
<dt>Wyoming Filing ID</dt>
32+
<dd>2026-001951812</dd>
33+
34+
<dt>Date of formation</dt>
35+
<dd>April 15, 2026</dd>
36+
37+
<dt>Term of duration</dt>
38+
<dd>Perpetual</dd>
39+
40+
<dt>Status</dt>
41+
<dd>Active &mdash; Good Standing (Tax, RA, Other)</dd>
42+
2843
<dt>Management type</dt>
2944
<dd>Member-managed</dd>
3045

3146
<dt>Member</dt>
3247
<dd>Johan Struijk</dd>
3348

34-
<dt>Principal address</dt>
49+
<dt>Principal office</dt>
3550
<dd>
3651
30 N Gould St, Ste N<br />
3752
Sheridan, WY 82801<br />

0 commit comments

Comments
 (0)