-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathminerals.html
More file actions
436 lines (404 loc) · 27.8 KB
/
Copy pathminerals.html
File metadata and controls
436 lines (404 loc) · 27.8 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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Rare Earths & Critical Minerals Intelligence · Australia — synARKa</title>
<meta name="description" content="Calibrated, resolution-dated insights on the Indo-Pacific rare-earths and critical-minerals corridor — export controls, offtakes, chokepoints, ASX exposure. 72 hours before the world reacts. Sydney, Australia.">
<link rel="canonical" href="https://synarka.pro/minerals.html">
<meta name="robots" content="index, follow">
<meta name="keywords" content="rare earths intelligence Australia, critical minerals intelligence, ASX rare earths analysis, MOFCOM export controls, offtake intelligence, Indo-Pacific minerals, dysprosium, lithium, synARKa">
<meta name="author" content="Raj Singh · synARKa Intelligence">
<meta property="og:type" content="website">
<meta property="og:url" content="https://synarka.pro/minerals.html">
<meta property="og:site_name" content="synARKa Intelligence">
<meta property="og:title" content="Rare Earths & Critical Minerals Intelligence — synARKa">
<meta property="og:description" content="The wedge: export controls, offtakes, counterparties, chokepoints across the Indo-Pacific rare-earths and critical-minerals corridor. Calibrated insights, resolution-dated, misses published.">
<meta property="og:image" content="https://synarka.pro/og-image.jpg">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">
<meta property="og:locale" content="en_AU">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@synARKa">
<meta name="twitter:title" content="Rare Earths & Critical Minerals Intelligence — synARKa">
<meta name="twitter:description" content="Export controls, offtakes, counterparties, chokepoints — the Indo-Pacific minerals corridor, read 72 hours before the world reacts.">
<meta name="twitter:image" content="https://synarka.pro/og-image.jpg">
<meta name="theme-color" content="#0B0E13">
<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=Geist:wght@300;400;500;600;700;800&family=Geist+Mono:wght@400;500;600&family=IBM+Plex+Serif:wght@400;500;600;700&display=swap" rel="stylesheet">
<style>
:root{
--canvas:#0B0E13;--surface-1:#11161D;--surface-2:#1A2029;--surface-3:#222A35;
--border:#262E39;--border-strong:#33404F;
--text:#E8ECEF;--text-2:#95A2B3;--text-3:#5C6773;
--amber:#E0A800;--amber-dim:rgba(224,168,0,0.15);
--teal:#2DD4BF;--teal-dim:rgba(45,212,191,0.15);
--violet:#A78BFA;--violet-dim:rgba(167,139,250,0.15);
--up:#22C55E;--down:#EF4444;--compliance:#fb8498;--compliance-bg:#0a1525;
--font-ui:'Geist',-apple-system,BlinkMacSystemFont,sans-serif;
--font-mono:'Geist Mono','JetBrains Mono','SF Mono',Consolas,monospace;
--font-serif:'IBM Plex Serif',Georgia,serif;
--t-fast:120ms cubic-bezier(0.4,0,0.2,1);
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{background:var(--canvas);color:var(--text);font-family:var(--font-ui);font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased}
a{color:var(--teal);text-decoration:none}
.wrap{max-width:1080px;margin:0 auto;padding:0 24px}
/* compliance topbar */
.topbar{background:var(--compliance-bg);border-bottom:1px solid var(--border);padding:8px 0;font-family:var(--font-mono);font-size:10.5px;letter-spacing:0.06em;color:var(--compliance);text-align:center}
.topbar a{color:var(--compliance);text-decoration:underline}
/* nav */
nav{border-bottom:1px solid var(--border);background:rgba(11,14,19,0.92);position:sticky;top:0;z-index:50;backdrop-filter:blur(8px)}
.nav-in{display:flex;align-items:center;justify-content:space-between;padding:14px 0}
.wordmark{font-size:19px;font-weight:700;letter-spacing:-0.01em}
.wordmark .syn{color:var(--teal)}
.wordmark .arka{color:var(--text);font-family:var(--font-serif)}
.wordmark .tag{font-family:var(--font-mono);font-size:9.5px;font-weight:500;letter-spacing:0.16em;color:var(--text-3);margin-left:10px;text-transform:uppercase}
.nav-links{display:flex;gap:18px;align-items:center;font-family:var(--font-mono);font-size:11px;letter-spacing:0.1em;text-transform:uppercase}
.nav-links a{color:var(--text-2)}
.nav-links a:hover{color:var(--teal)}
.nav-links .btn-mini{border:1px solid var(--teal);color:var(--teal);padding:7px 14px;border-radius:2px;font-weight:700}
/* hero */
.hero{padding:72px 0 48px;border-bottom:1px solid var(--border);background:linear-gradient(180deg,rgba(45,212,191,0.04),transparent 55%)}
.kicker{font-family:var(--font-mono);font-size:11px;font-weight:600;letter-spacing:0.22em;text-transform:uppercase;color:var(--teal);margin-bottom:18px}
.kicker .dot{color:var(--text-3)}
h1{font-family:var(--font-serif);font-weight:600;font-size:clamp(34px,5.2vw,56px);line-height:1.08;letter-spacing:-0.015em;margin-bottom:20px;max-width:880px}
h1 em{font-style:italic;color:var(--teal)}
.hero-sub{font-size:17.5px;color:var(--text-2);max-width:760px;margin-bottom:30px;line-height:1.65}
.hero-sub strong{color:var(--text);font-weight:600}
.cta-row{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:26px}
.btn-primary{background:var(--amber);color:#0B0E13;padding:14px 28px;font-family:var(--font-mono);font-size:11px;font-weight:700;letter-spacing:0.14em;border-radius:2px;text-transform:uppercase;transition:all var(--t-fast);display:inline-flex;align-items:center;gap:8px;border:none;cursor:pointer}
.btn-primary:hover{filter:brightness(1.1)}
.btn-secondary{background:transparent;border:1px solid var(--teal);color:var(--teal);padding:14px 28px;font-family:var(--font-mono);font-size:11px;font-weight:700;letter-spacing:0.14em;border-radius:2px;text-transform:uppercase;transition:all var(--t-fast);display:inline-flex;align-items:center;gap:8px;cursor:pointer}
.btn-secondary:hover{background:var(--teal-dim)}
.ladder-line{font-family:var(--font-mono);font-size:12px;color:var(--text-3);letter-spacing:0.02em}
.ladder-line strong{color:var(--amber)}
/* stat strip */
.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--border);border:1px solid var(--border);margin:42px 0 0}
.stat{background:var(--surface-1);padding:18px 18px 16px}
.stat .v{font-family:var(--font-serif);font-size:26px;font-weight:600;color:var(--text)}
.stat .v.up{color:var(--up)}
.stat .l{font-family:var(--font-mono);font-size:10px;letter-spacing:0.1em;text-transform:uppercase;color:var(--text-3);margin-top:6px;line-height:1.5}
/* sections */
section{padding:64px 0;border-bottom:1px solid var(--border)}
.sec-kicker{font-family:var(--font-mono);font-size:11px;font-weight:600;letter-spacing:0.22em;text-transform:uppercase;color:var(--teal);margin-bottom:14px}
h2{font-family:var(--font-serif);font-weight:600;font-size:clamp(26px,3.6vw,38px);line-height:1.15;letter-spacing:-0.01em;margin-bottom:14px}
.sec-sub{color:var(--text-2);max-width:740px;margin-bottom:34px;font-size:16px}
/* receipts */
.receipt{display:grid;grid-template-columns:26px 1fr auto;gap:14px;padding:20px 0;border-top:1px solid var(--border);align-items:start}
.receipt:last-of-type{border-bottom:1px solid var(--border)}
.r-mark{font-size:16px;font-weight:700;padding-top:2px}
.r-mark.ok{color:var(--teal)}
.r-mark.miss{color:var(--down)}
.r-title{font-weight:600;font-size:16.5px;margin-bottom:5px}
.r-flag{font-family:var(--font-mono);font-size:10px;letter-spacing:0.1em;text-transform:uppercase;color:var(--text-3);margin-left:10px}
.r-body{color:var(--text-2);font-size:14.5px;line-height:1.6;max-width:680px}
.r-conv{text-align:right;min-width:120px}
.r-conv .n{font-family:var(--font-serif);font-size:22px;font-weight:600}
.r-conv .n.ok{color:var(--teal)}
.r-conv .n.miss{color:var(--down)}
.r-conv .s{font-family:var(--font-mono);font-size:9.5px;letter-spacing:0.08em;text-transform:uppercase;color:var(--text-3);line-height:1.5}
.ledger-foot{margin-top:24px;font-size:13.5px;color:var(--text-3)}
.ledger-foot strong{color:var(--text)}
.ledger-foot a{font-weight:600}
/* watch grid */
.watch-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}
.watch{background:var(--surface-1);border:1px solid var(--border);border-radius:3px;padding:20px 22px}
.watch .w-num{font-family:var(--font-mono);font-size:10px;letter-spacing:0.14em;color:var(--text-3);margin-bottom:8px}
.watch .w-title{font-weight:600;font-size:15.5px;margin-bottom:7px}
.watch .w-body{color:var(--text-2);font-size:13.8px;line-height:1.6}
.watch .w-chip{display:inline-block;margin-top:12px;font-family:var(--font-mono);font-size:9px;font-weight:700;letter-spacing:0.12em;text-transform:uppercase;padding:4px 8px;border-radius:2px}
.chip-live{color:var(--teal);background:var(--teal-dim)}
.chip-build{color:var(--violet);background:var(--violet-dim)}
/* audience */
.aud-row{display:flex;flex-wrap:wrap;gap:10px}
.aud{font-family:var(--font-mono);font-size:11.5px;letter-spacing:0.05em;color:var(--text-2);border:1px solid var(--border-strong);border-radius:2px;padding:9px 14px;background:var(--surface-1)}
/* ladder */
.rung{display:grid;grid-template-columns:64px 1fr auto;gap:18px;padding:22px 0;border-top:1px solid var(--border);align-items:start}
.rung:last-of-type{border-bottom:1px solid var(--border)}
.rung .num{font-family:var(--font-mono);font-size:11px;letter-spacing:0.12em;color:var(--text-3);padding-top:4px}
.rung .num .star{color:var(--amber)}
.rung .name{font-weight:600;font-size:17px;margin-bottom:6px}
.rung .body{color:var(--text-2);font-size:14.5px;line-height:1.6;max-width:660px}
.rung .body a{font-weight:600}
.rung .price{font-family:var(--font-mono);font-size:13px;font-weight:600;color:var(--amber);text-align:right;padding-top:4px;min-width:170px}
/* honest framing */
.honest{background:var(--surface-1);border:1px solid var(--border);border-left:3px solid var(--violet);border-radius:3px;padding:26px 28px;margin-top:8px}
.honest .h-kick{font-family:var(--font-mono);font-size:10.5px;font-weight:700;letter-spacing:0.2em;text-transform:uppercase;color:var(--violet);margin-bottom:12px}
.honest p{color:var(--text-2);font-size:14px;line-height:1.7;margin-bottom:10px}
.honest p:last-child{margin-bottom:0}
.honest strong{color:var(--text)}
.honest em{color:var(--text-3)}
/* final cta */
.final{padding:72px 0;text-align:left}
.final .free-box{background:var(--surface-1);border:1px solid var(--border);border-left:3px solid var(--teal);border-radius:3px;padding:26px 28px;margin:30px 0 0;max-width:820px}
.final .free-box .f-title{font-family:var(--font-serif);font-size:20px;font-weight:600;margin-bottom:8px}
.final .free-box p{color:var(--text-2);font-size:14.5px;line-height:1.65}
.final .free-box strong{color:var(--text)}
/* footer */
footer{padding:36px 0 48px;font-family:var(--font-mono);font-size:11px;color:var(--text-3);line-height:2}
footer .f-links{display:flex;flex-wrap:wrap;gap:18px;margin-bottom:14px}
footer .f-links a{color:var(--text-2)}
footer .f-links a:hover{color:var(--teal)}
footer .disc{font-size:10.5px;max-width:920px}
@media (max-width:760px){
.stats{grid-template-columns:repeat(2,1fr)}
.watch-grid{grid-template-columns:1fr}
.receipt{grid-template-columns:20px 1fr}
.r-conv{grid-column:2;text-align:left;margin-top:6px}
.rung{grid-template-columns:48px 1fr}
.rung .price{grid-column:2;text-align:left;margin-top:6px}
.nav-links{display:none}
}
</style>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@graph": [
{
"@type": "WebPage",
"@id": "https://synarka.pro/minerals.html#webpage",
"url": "https://synarka.pro/minerals.html",
"name": "Rare Earths & Critical Minerals Intelligence · Australia — synARKa",
"description": "Calibrated, resolution-dated insights on the Indo-Pacific rare-earths and critical-minerals corridor — export controls, offtakes, chokepoints, ASX exposure. 72 hours before the world reacts.",
"inLanguage": "en-AU",
"isPartOf": {
"@type": "WebSite",
"name": "synARKa Intelligence",
"url": "https://synarka.pro"
},
"about": {
"@type": "Thing",
"name": "Rare earths and critical minerals intelligence, Indo-Pacific"
}
},
{
"@type": "BreadcrumbList",
"itemListElement": [
{
"@type": "ListItem",
"position": 1,
"name": "synARKa Intelligence",
"item": "https://synarka.pro/"
},
{
"@type": "ListItem",
"position": 2,
"name": "Rare Earths & Critical Minerals",
"item": "https://synarka.pro/minerals.html"
}
]
},
{
"@type": "Service",
"name": "Rare Earths & Critical Minerals Intelligence",
"serviceType": "Geopolitical and supply-chain intelligence — rare earths and critical minerals, Indo-Pacific corridor",
"provider": {
"@type": "Organization",
"name": "synARKa Intelligence",
"url": "https://synarka.pro",
"parentOrganization": {
"@type": "Organization",
"name": "Artigellence Augmentation Aggregator"
},
"address": {
"@type": "PostalAddress",
"addressLocality": "Sydney",
"addressRegion": "NSW",
"addressCountry": "AU"
}
},
"areaServed": "Indo-Pacific",
"audience": {
"@type": "BusinessAudience",
"name": "ASX miners and explorers, critical-minerals fund managers, commodity trading desks, offtake and M&A teams, refiners and processors"
},
"offers": [
{
"@type": "Offer",
"name": "72-Hour Brief — one corridor question",
"price": "500",
"priceCurrency": "AUD",
"url": "https://cal.com/raj-aaa/synarka"
},
{
"@type": "Offer",
"name": "Site Baseline Audit — one named asset",
"priceSpecification": {
"@type": "PriceSpecification",
"minPrice": 3500,
"maxPrice": 7500,
"priceCurrency": "AUD"
}
},
{
"@type": "Offer",
"name": "SiteWatch — continuous monitoring per site, monthly",
"priceSpecification": {
"@type": "PriceSpecification",
"minPrice": 1490,
"priceCurrency": "AUD"
}
}
]
}
]
}
</script>
</head>
<body>
<div class="topbar">⚠ Research & Educational Content Only · Not Financial, Legal or Investment Advice · synARKa Intelligence is not an AFS licensee · <a href="https://synarka.pro/#disclaimer">Full disclaimer →</a></div>
<nav><div class="wrap nav-in">
<div class="wordmark"><span class="syn">syn</span><span class="arka">ARKa</span><span class="tag">Critical Minerals · The Wedge</span></div>
<div class="nav-links">
<a href="#receipts">Receipts</a>
<a href="#watch">What We Watch</a>
<a href="#ladder">Entry Ladder</a>
<a href="https://synarka.pro">Full Site →</a>
<a class="btn-mini" href="https://cal.com/raj-aaa/synarka" target="_blank" rel="noopener">Book 15 Min</a>
</div>
</div></nav>
<header class="hero"><div class="wrap">
<div class="kicker">Critical Minerals & Rare Earths <span class="dot">·</span> Indo-Pacific Corridor <span class="dot">·</span> Sydney, Australia</div>
<h1>The corridor moves before the announcement does. <em>synARKa reads the move.</em></h1>
<p class="hero-sub"><strong>synARKa Intelligence</strong> watches the rare-earths and critical-minerals corridor — export rules, offtakes, counterparties, chokepoints, ASX exposure — and publishes <strong>calibrated, resolution-dated insights</strong> on a public ledger, misses included. Multi-engine consensus across 8 frontier reasoning engines. Australian sovereign lens. Priced from one question at a time.</p>
<div class="cta-row">
<a href="https://cal.com/raj-aaa/synarka" class="btn-primary" target="_blank" rel="noopener"><span>Book 15 Minutes →</span></a>
<a href="#receipts" class="btn-secondary"><span>Read the Receipts</span></a>
<a href="brief.pdf" class="btn-secondary" target="_blank" rel="noopener"><span>The Brief (PDF)</span></a>
</div>
<div class="ladder-line">Entry ladder · <strong>A$500</strong> single-question 72-hr brief → Site Baseline Audit → SiteWatch monthly → Sovereign retainer</div>
<div class="stats">
<div class="stat"><div class="v up">5/6</div><div class="l">Published insights resolved correct · May ledger · miss reported in full</div></div>
<div class="stat"><div class="v">65%</div><div class="l">Published conviction on the ASX rare-earths offtake call — resolved correct</div></div>
<div class="stat"><div class="v">94K+</div><div class="l">Views · r/energy all-time #1 organic post</div></div>
<div class="stat"><div class="v">2003</div><div class="l">Australian operating entity · 22 years active</div></div>
</div>
</div></header>
<section id="receipts"><div class="wrap">
<div class="sec-kicker">The Ledger · Resolved 15 + 31 May 2026</div>
<h2>Don't take our word. Read the receipts.</h2>
<p class="sec-sub">Five of six published insights resolved correct in May 2026 — the one miss published as openly as the hits, every price verified at source. The rare-earths call leads the ledger.</p>
<div class="receipt">
<div class="r-mark ok">✓</div>
<div>
<div class="r-title">ASX Rare-Earths Offtake Call<span class="r-flag">Resolved Correct · 18 days inside the window</span></div>
<div class="r-body">Published at 65% conviction: "One ASX RE miner announces a US-aligned offtake by 31 May." Arafura × Traxys signed 13 May. ~+40% ARU · ~+15% basket.</div>
</div>
<div class="r-conv"><div class="n ok">65%</div><div class="s">published conviction</div></div>
</div>
<div class="receipt">
<div class="r-mark ok">✓</div>
<div>
<div class="r-title">Materials over Financials<span class="r-flag">Resolved Correct</span></div>
<div class="r-body">"XMJ outperforms XFJ through 31 May." Materials +10.51% — the best ASX sector that month; ~10pp clean spread over Financials.</div>
</div>
<div class="r-conv"><div class="n ok">62%</div><div class="s">published conviction</div></div>
</div>
<div class="receipt">
<div class="r-mark ok">✓</div>
<div>
<div class="r-title">The Gold Price Floor<span class="r-flag">Resolved Correct · widest margin</span></div>
<div class="r-body">"XAU holds above US$3,200 through 31 May." Gold ran to ~US$4,485 — the floor was never approached. ~+36% in 29 days.</div>
</div>
<div class="r-conv"><div class="n ok">88%</div><div class="s">highest on ledger</div></div>
</div>
<div class="receipt">
<div class="r-mark miss">✗</div>
<div>
<div class="r-title">Hormuz → AUD Cascade<span class="r-flag">Published Miss · falsification fired clean</span></div>
<div class="r-body">25% conviction — lowest on the ledger, published anyway. AUD closed 0.7201; the 0.66 trigger voided it exactly as written.</div>
</div>
<div class="r-conv"><div class="n miss">25%</div><div class="s">lowest · published anyway</div></div>
</div>
<div class="ledger-foot"><strong>A ledger that hides its misses is not a ledger.</strong> Full record, timestamped and resolution-dated: <a href="https://insights.synarka.pro" target="_blank" rel="noopener">insights.synarka.pro →</a><br>Worked examples at verified market prices on stated dates · not trade recommendations · research & educational content only.</div>
</div></section>
<section id="watch"><div class="wrap">
<div class="sec-kicker">The Wedge · What the Engine Watches</div>
<h2>Six signal layers on the minerals corridor.</h2>
<p class="sec-sub">Continuous ingestion, no human latency, no editorial filter — then convergence synthesis across 8 frontier reasoning engines. Where engines cluster, that is signal. Where they split, dissent is preserved as a risk layer.</p>
<div class="watch-grid">
<div class="watch"><div class="w-num">01</div><div class="w-title">Export-control & regulatory feeds</div><div class="w-body">MOFCOM · USTR · DFAT · APRA · RBA bulletins ingested continuously — the rule changes that reprice a basket before the wires translate them.</div><span class="w-chip chip-live">Live · Ingesting</span></div>
<div class="watch"><div class="w-num">02</div><div class="w-title">ASX continuous disclosure</div><div class="w-body">The rare-earths and critical-minerals complex tracked at the announcement layer — offtakes, raisings, resource updates, counterparty shifts.</div><span class="w-chip chip-live">Live · Ingesting</span></div>
<div class="watch"><div class="w-num">03</div><div class="w-title">Offtake & counterparty signal</div><div class="w-body">Who is aligning with whom across the US–allied supply chain. The May offtake insight — published at 65%, resolved correct — came from this layer.</div><span class="w-chip chip-live">Live · Proven on ledger</span></div>
<div class="watch"><div class="w-num">04</div><div class="w-title">Chokepoint & cascade mapping</div><div class="w-body">Maritime feeds and structured cascade prompts — Hormuz-class disruptions mapped node-by-node to currency and basket exposure, with falsification triggers written in.</div><span class="w-chip chip-live">Live · Methodology public</span></div>
<div class="watch"><div class="w-num">05</div><div class="w-title">8-engine convergence synthesis</div><div class="w-body">Structured cascade prompts run independently across 8 up-to-date frontier reasoning engines. Median adopted where engines cluster; dissent flagged in writing where they diverge.</div><span class="w-chip chip-live">Live · Publishing</span></div>
<div class="watch"><div class="w-num">06</div><div class="w-title">Satellite layer — mine, port, plant</div><div class="w-body">Commodity SAR + thermal baselines over named assets, brokered pay-per-pass. Site Baseline Audits available now; the continuous pipeline is v1.0 in active build — never sold as live.</div><span class="w-chip chip-build">v1.0 · In Active Build</span></div>
</div>
</div></section>
<section><div class="wrap">
<div class="sec-kicker">Built For</div>
<h2>The people the corridor pays — and punishes.</h2>
<p class="sec-sub">Same engine, same ledger, sized to the seat.</p>
<div class="aud-row">
<span class="aud">ASX rare-earths & critical-minerals miners and explorers</span>
<span class="aud">Critical-minerals fund managers & family offices</span>
<span class="aud">Commodity trading desks</span>
<span class="aud">Offtake & M&A teams</span>
<span class="aud">Refiners & processors</span>
<span class="aud">Policy & sovereign-supply analysts</span>
</div>
</div></section>
<section id="ladder"><div class="wrap">
<div class="sec-kicker">The Entry Ladder · How Engagement Starts</div>
<h2>Four rungs. Risk stays on the operator until value is in the room.</h2>
<div class="rung">
<div class="num">RUNG 01</div>
<div><div class="name">72-Hour Brief</div><div class="body">One corridor question — a mineral, a counterparty, an export rule, a route. Multi-engine consensus read, sourced and calibrated, in your inbox inside 72 hours. <a href="https://cal.com/raj-aaa/synarka" target="_blank" rel="noopener">Book the question →</a></div></div>
<div class="price">A$500 · ONE QUESTION</div>
</div>
<div class="rung">
<div class="num">RUNG 02</div>
<div><div class="name">Site Baseline Audit</div><div class="body">One named asset — mine, port, processing plant, corridor segment. Archive satellite baseline + structural risk read + the geopolitical context layer no pixel vendor carries. Credits toward SiteWatch. <a href="mailto:raj@synarka.pro?subject=Site%20Baseline%20Audit%20-%20Minerals">Request audit scope →</a></div></div>
<div class="price">A$3,500–7,500 · ONE-TIME</div>
</div>
<div class="rung">
<div class="num">RUNG 03 <span class="star">★</span></div>
<div><div class="name">SiteWatch</div><div class="body">Continuous monitoring on your audited asset — monthly change-detection brief + alert trigger. Tasking brokered across commercial constellations, pay-per-pass. Activates from your Baseline Audit as the v1.0 pipeline scales. <a href="mailto:raj@synarka.pro?subject=SiteWatch%20-%20Minerals">Start with the audit →</a></div></div>
<div class="price">FROM A$1,490/MO PER SITE</div>
</div>
<div class="rung">
<div class="num">RUNG 04</div>
<div><div class="name">Sovereign Retainer</div><div class="body">Full-engine engagement — multi-site, multi-domain, board-level cadence. Eight standing protocols from Free to Consultancy. <a href="https://synarka.pro/#pricing">Choose your protocol →</a></div></div>
<div class="price">TIERED · SEE PROTOCOLS</div>
</div>
</div></section>
<section><div class="wrap">
<div class="sec-kicker">Honest Framing · What Is Live Today</div>
<h2>No claim outruns the build.</h2>
<div class="honest">
<div class="h-kick">The Discipline</div>
<p><strong>Live today:</strong> 8-engine multi-LLM consensus synthesis, the published insights ledger, weekly intelligence briefs, regulatory and ASX-disclosure ingestion. <strong>v1.0 in active build:</strong> the continuous satellite pipeline, SHA-256 hashing + OpenTimestamps anchoring, Brier scoring, psychometric agent swarms, sub-12-hour SLAs. We never describe Phase 2 capabilities as live.</p>
<p><em>Research and educational content only — not financial, legal or investment advice. synARKa Intelligence is not an AFS licensee. Published calls are <strong>insights</strong> — calibrated probability synthesis, never predictions. Confidence 25–88%, never rounded up. Misses published as openly as hits.</em></p>
</div>
</div></section>
<section class="final"><div class="wrap">
<div class="sec-kicker">Start Here</div>
<h2>Three lines is all I need.</h2>
<p class="sec-sub">Email or WhatsApp Raj your top minerals-corridor question — three lines, not an essay. A written response inside 24–48 hours showing how synARKa would approach it for your operation, commodity or counterparty. <strong style="color:var(--text)">Free. Direct from the founder. No drip sequence. No card required.</strong></p>
<div class="cta-row">
<a href="mailto:raj@synarka.pro?subject=synARKa%20-%20My%20top%20minerals%20corridor%20question" class="btn-primary"><span>Email Raj →</span></a>
<a href="https://wa.me/61469313323?text=Hi%20Raj%20-%20my%20top%20minerals%20corridor%20question%20is%3A" class="btn-secondary" target="_blank" rel="noopener"><span>WhatsApp Raj →</span></a>
<a href="https://cal.com/raj-aaa/synarka" class="btn-secondary" target="_blank" rel="noopener"><span>Book 15 Minutes</span></a>
</div>
<div class="free-box">
<div class="f-title">Why the first step is free</div>
<p>The resolved ledger is the only marketing synARKa runs. If your question shows you're already covered — in-house analysts, audited sources, satellite-side visibility — synARKa will say so and won't engage. The honest "you're fine" is genuinely on the table.</p>
</div>
</div></section>
<footer><div class="wrap">
<div class="f-links">
<a href="https://synarka.pro">synarka.pro</a>
<a href="https://insights.synarka.pro" target="_blank" rel="noopener">insights.synarka.pro</a>
<a href="brief.pdf" target="_blank" rel="noopener">Services Brief (PDF)</a>
<a href="https://t.me/synARKaIntelligence" target="_blank" rel="noopener">Telegram</a>
<a href="https://x.com/synARKa" target="_blank" rel="noopener">X @synARKa</a>
<a href="mailto:raj@synarka.pro">raj@synarka.pro</a>
</div>
<div>Artigellence Augmentation Aggregator · ABN 83 988 690 362 · Sydney, Australia · Australian entity active since 2003</div>
<div class="disc">Research and educational content only. Not financial, legal or investment advice. synARKa Intelligence is not an AFS licensee. Published insights are calibrated probability synthesis across multiple reasoning engines — not predictions, not betting odds. Confidence figures reflect engine consensus, not certainty. Past resolution results are not a reliable indicator of future accuracy. Seek independent advice from an appropriately licensed Australian financial adviser before any financial decision. <a href="https://synarka.pro/#disclaimer">Full disclaimer →</a></div>
</div></footer>
</body>
</html>