Skip to content

Commit e44dd51

Browse files
committed
Update Step 5 activation messaging for manual and upcoming ENS flows
1 parent 6e46c5e commit e44dd51

1 file changed

Lines changed: 29 additions & 5 deletions

File tree

public/claim.html

Lines changed: 29 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -398,11 +398,35 @@ <h3>Browser-side key generation</h3>
398398
<div class="code-block" id="ensRecords"></div>
399399
</div>
400400
<div style="padding:14px;border-radius:12px;border:1px solid rgba(82,152,255,.2);background:rgba(82,152,255,.04);font-size:13px;color:var(--text-2);line-height:1.7">
401-
<strong style="color:var(--text)">How to add these records:</strong><br>
402-
1. Go to <a href="https://app.ens.domains" target="_blank" style="color:var(--blue)">app.ens.domains</a> and open your ENS name<br>
403-
2. For subname modes: create each subname first, then add TXT records to each<br>
404-
3. Click Edit Records → Add each record as a TXT key/value pair<br>
405-
4. Sign the transaction and wait for on-chain confirmation
401+
<strong style="color:var(--text)">Current Session 1:</strong><br>
402+
Manual activation package.<br>
403+
Download the generated records and add them in ENS Manager.<br><br>
404+
<strong style="color:var(--text)">Coming next:</strong><br>
405+
Assisted ENS activation.<br>
406+
Connect wallet → verify ENS control → create generated subnames → write TXT records → sign transactions.<br><br>
407+
<strong style="color:var(--text)">CommandLayer-native activation:</strong><br>
408+
For names like <code style="font-family:var(--mono);font-size:.95em">acme.approveagent.eth</code>, CommandLayer can provision under its canonical parent namespaces after payment/provisioning is enabled.
409+
</div>
410+
411+
<div class="pricing-grid" style="margin-top:14px">
412+
<div class="pricing-card">
413+
<strong>1. Manual</strong>
414+
<p>Download records and add them yourself in ENS Manager.</p>
415+
</div>
416+
<div class="pricing-card">
417+
<strong>2. Assisted</strong>
418+
<p>Connect wallet and let CommandLayer prepare the subname + TXT record transactions. User signs. Coming next.</p>
419+
</div>
420+
<div class="pricing-card">
421+
<strong>3. CommandLayer-native</strong>
422+
<p>Activate under CommandLayer capability namespaces like <code style="font-family:var(--mono);font-size:.95em">acme.approveagent.eth</code>. CommandLayer provisions after payment. Coming next.</p>
423+
</div>
424+
</div>
425+
426+
<div style="padding:12px 14px;border-radius:12px;border:1px solid var(--border);background:#fff;font-size:13px;color:var(--text-2);line-height:1.7">
427+
<strong style="color:var(--text)">No wallet connection is required to generate this package.</strong><br>
428+
Wallet connection is required to write records under your ENS name.<br>
429+
Payment/provisioning is required for CommandLayer-native namespace activation.
406430
</div>
407431
<div class="btn-row">
408432
<button class="btn btn-ghost" onclick="goToStep(4)">← Back</button>

0 commit comments

Comments
 (0)