sovereign.wiki at the 35.242.143.249 GCP VM. ~10 minutes total wall time. Once unblocked, sovereign.wiki becomes a public surface for the 478 HTML pages + 81 defoneos-mod-* ship-grade artefacts + live benchmark leaderboard. Unblocks 3 of 4 remaining human-gates on the sovereign surface.sovereign.wiki → 35.242.143.249 A-record + SSL auto-provisionedsovereign.wiki is the public-facing surface for the DEFONEOS sovereign AI substrate. Once pointed at the VM, it becomes:
Today, sovereign.wiki has DNS configured but is not pointing at any live server. This 5-step pack fixes that in 10 minutes.
At Cloudflare (or your current DNS provider for sovereign.wiki):
Type: A Name: @ (or sovereign.wiki root) Content: 35.242.143.249 TTL: Auto (or 300 seconds) Proxy: DNS-only (grey cloud) — DO NOT proxy through Cloudflare; we want direct IP
If using Cloudflare, ensure the proxy is OFF (grey cloud icon) so the IP is exposed directly. This is required for SSL provisioning on Vercel.
Type: CNAME Name: www Content: sovereign.wiki TTL: Auto
This ensures www.sovereign.wiki redirects to sovereign.wiki.
dig +short sovereign.wiki A # Expected: 35.242.143.249 dig +short www.sovereign.wiki CNAME # Expected: sovereign.wiki.
Typical propagation: 2-5 min with low TTL, up to 30 min with high TTL. Most DNS providers honor low TTL within minutes.
In Vercel dashboard:
csoai-static-deploy2 project → Settings → Domainssovereign.wikiwww.sovereign.wiki → sovereign.wiki (301 permanent)Vercel will show "Valid Configuration" once the A-record is detected and SSL is provisioned (~1-2 min).
Run the verification command and append the SIGIL receipt:
curl -sI https://sovereign.wiki | head -5
# Expected: HTTP/2 200 · server: Vercel · x-vercel-id: ...
# Generate SIGIL receipt
python3 -c "
import hashlib, json, time
receipt = {
'event': 'sovereign.wiki wire complete',
'timestamp': time.strftime('%Y-%m-%dT%H:%M:%SZ', time.gmtime()),
'domain': 'sovereign.wiki',
'points_to': '35.242.143.249',
'vercel_project': 'csoai-static-deploy2',
'ssl': 'Let\\'s Encrypt (auto-provisioned by Vercel)',
'content_sha256': hashlib.sha256(open('/Users/nicholas/clawd/csoai-static-deploy2/index.html','rb').read()).hexdigest(),
}
print(json.dumps(receipt, indent=2))
" > /Users/nicholas/clawd/csoai-static-deploy2/wire-attestation.json
Append to the nightly cron log + add to the DEFONEOS_SPRINT_STATE.json human_gates list (mark as resolved).
curl -vI https://sovereign.wiki 2>&1 | grep -E "subject|issuer|expire" — should show valid Let's Encrypt cert, expiry > 60 dayscurl -sL https://sovereign.wiki | head -20 — should show the DEFONEOS home pagecurl -sI https://www.sovereign.wiki | head -3 — should show 301 → sovereign.wiki| Unblocked | Surface | Impact |
|---|---|---|
| Public DEFONEOS encyclopedia | sovereign.wiki/defoneos.html | SEO-indexed public surface · press cites |
| Live benchmark leaderboard | sovereign.wiki/SOV33_OWEM_HONEST_FRONTIER.html | Auto-updated nightly by cron |
| DEFONEOS-SEAL directory | sovereign.wiki/seal/directory | First SEAL issuance becomes publicly verifiable |
| Public advisory feed | sovereign.wiki/advisories | PMS + security + compliance disclosures |
| Public verification endpoint | sovereign.wiki/seal/verify/{seal_id} | External parties verify SEALs without DEFONEOS |
| Bid-pack directory | sovereign.wiki/bids | Procurement officers can browse ready-to-file bid packs |
| Risk | Mitigation |
|---|---|
| DNS propagation takes longer than 30 min | Use low TTL (300s) for initial record; can re-query after 1 hour |
| SSL auto-provisioning fails (Cloudflare proxy interfering) | Ensure Cloudflare proxy is OFF (grey cloud) for A-record; SSL needs direct IP |
| Existing Vercel alias conflicts | csoai.org is already aliased; sovereign.wiki is a new domain, no conflict |
| Domain registrar lock prevents changes | Verify registrar lock is unlocked before starting (most are unlocked by default) |
| Security: exposing IP directly (no Cloudflare proxy) | Acceptable for sovereign.wiki (already a public surface); Cloudflare proxy would break SSL auto-provisioning |
sovereign.wiki returns to "no such host"| Post-wire surface | DEFONEOS artefact |
|---|---|
| Public encyclopedia | defoneos.html |
| Live benchmark leaderboard | SOV33_OWEM_HONEST_FRONTIER.html |
| Bid pipeline | defoneos-mod-procurement-master-schedule-2026-27.html |
| SEAL verification | defoneos-mod-seal-certification-spec.html |
| Step | Active time | Wait time |
|---|---|---|
| 1. Add A-record | 1 min | 0 min |
| 2. Add www CNAME | 1 min | 0 min |
| 3. DNS propagation | 0 min | 2-7 min |
| 4. Add to Vercel | 1 min | 1-2 min (SSL provisioning) |
| 5. SIGIL attestation | 1 min | 0 min |
| Total | 4 min active | 3-9 min wait |
Wall-clock total: 7-13 minutes. The single largest time sink is DNS propagation; using low TTL (300s) minimises this.
curl https://csoai.org/defoneos-mod-csoai-wiki-wire-pack.html | shasum -a 256cloudflare.com → sovereign.wiki → DNSinfra@csoai.org