🌐

AI Domain · Globe Registry

npuhi.com/nvcd · Cryptec lock · Admin credentials · AI-DOMANE-REGESTAR

CRYPTEC BATA · SEED OF LIFE V3 · NPUHI ADMIN

Admin credentials · domain registry ops

Unlock with Cryptec dual-lock (board), then sign in with NPUHI admin credentials for staff actions (seed, claims, stewardship). Public browse still works after lock for guests; registration claims need an account.

Cryptec lock: checking…

ADMIN APPROVAL QUEUE · NVCD

Pending domain requests

Public users submit requests on AI-DOMANE-REGESTAR. Nothing goes live until you Approve or Reject here. Staff JWT required (Clarity login).

Load queue after Cryptec unlock + staff login
No pending requests loaded yet.

Approval required: Nobody gets a live domain without a request. Submit a request here · staff approve on npuhi.com/nvcd.

Register every city & town · structure the whole globe

Earth is one living whole. Continents are land bodies. Nations are care layers. Cities and towns are living communities. Register them all into Clarity Ecosystem free — then claim .city · .town · .earth · .clarity · .nvc names.

places in mesh
countries
continents
domains claimed

Truth of the globe

  • Loading…

One click seeds every catalog capital, city & town into the Clarity mesh (free).

Call to request · admin must approve

Anyone can request a domain. It does not go live until staff approve on npuhi.com/nvcd.

Log in · then request approval

Public registry with Cryptec lock · admin credentials above · Support #7744267809 · Same path on npuhi.com/nvcd

Earth → Continents → Countries → Cities & Towns

Browse the truth structure. Places register free into Clarity Ecosystem.

Countries

Select a continent
Search or pick a country

Register a city or town to Clarity

Public & free for any place on Earth. Optional: log in to claim stewardship of the place.

Request digital domain names

Request a name — it stays pending until admin approves on npuhi.com/nvcd. No instant live claim.

Search a name · submit request · wait for admin approval on npuhi.com/nvcd

Results

Search to see availability

AI suggest

AI names for open TLDs

WHOIS

registry: AI-DOMANE-REGESTAR place: Earth · Clarity Ecosystem

My requests (pending approval)

No requests yet.

My domains (approved live)

Log in to see domains you own.

Recent directory

Loading…
Register free on the public mesh Log in to claim

Government account application

Clarity Ecosystem + Intercalate Galactic Universe control global domain infrastructure. Government accounts stay pending until the paper is manually approved. After the paper is manually approved, then we will proceed.

IGU Law Book Magaso appointment

Login required · paper must be manually approved first — then we proceed

// ---- Call to register (public CTAs) ---- function goTab(id){ var btn=document.querySelector('#mainTabs button[data-tab="'+id+'"]'); if(btn){btn.click();} else{ document.querySelectorAll('#mainTabs button').forEach(function(b){b.classList.toggle('on',b.getAttribute('data-tab')===id);}); ['globe','register','domains','mine'].forEach(function(t){var el=document.getElementById('tab-'+t);if(el)el.classList.toggle('on',t===id);}); } var panel=document.getElementById('tab-'+id); if(panel){try{panel.scrollIntoView({behavior:'smooth',block:'start'});}catch(_){}} if(location.hash!=='#'+id){try{history.replaceState(null,'','#'+id);}catch(_){}} } function wireCta(){ document.querySelectorAll('[data-cta]').forEach(function(el){ el.addEventListener('click',function(ev){ var t=el.getAttribute('data-cta'); if(!t)return; if(el.tagName==='A' && el.getAttribute('href') && el.getAttribute('href').indexOf('login')>=0)return; ev.preventDefault(); goTab(t); if(t==='register'){ var n=document.getElementById('regName');if(n){try{n.focus();}catch(_){}} toast('Register any city or town free — then claim a domain'); } if(t==='domains'){ var q=document.getElementById('q');if(q){try{q.focus();}catch(_){}} toast(state.me?'Search a name and tap Register':'Search a free name · log in to claim it'); } }); }); // deep link #register #domains var h=(location.hash||'').replace(/^#/,'').toLowerCase(); if(h==='register'||h==='domains'||h==='mine'||h==='globe'){setTimeout(function(){goTab(h);},200);} } if(document.readyState==='loading')document.addEventListener('DOMContentLoaded',wireCta);else wireCta(); // ---- Cryptec lock status + admin hub pass ---- (function(){ function setLockStatus(){ var el=document.getElementById('cryptecLockStatus'); if(!el)return; var ok=false; try{ if(window.NpuhiGalacticGate&&typeof NpuhiGalacticGate.isUnlocked==='function') ok=!!NpuhiGalacticGate.isUnlocked(); if(!ok&&window.ClarityGalacticLock&&typeof ClarityGalacticLock.isUnlocked==='function') ok=!!ClarityGalacticLock.isUnlocked(); if(!ok){ var s=JSON.parse(sessionStorage.getItem('npuhi_cryptec_sol_v3')||'null'); ok=!!(s&&s.at&&s.v==='sol-v3'&&(Date.now()-Number(s.at)<12*60*60*1000)); } }catch(_){} el.textContent=ok?'Cryptec lock: UNLOCKED · admin credentials available':'Cryptec lock: LOCKED · complete dual-lock board to enter'; el.className='lock-status'+(ok?' on':''); document.body.classList.toggle('nvcd-cryptec-unlocked',ok); } setInterval(setLockStatus,1500); window.addEventListener('message',function(ev){ try{ var d=ev.data||{}; if(d.type==='clarity-hub-unlocked'||d.type==='clarity-galactic-unlocked') setLockStatus(); }catch(_){} }); var relock=document.getElementById('btnRelockCryptec'); if(relock){ relock.onclick=function(){ try{ sessionStorage.removeItem('npuhi_cryptec_sol_v3'); sessionStorage.removeItem('npuhi_secure_lock_v11'); sessionStorage.removeItem('clarity_galactic_session_v4'); }catch(_){} location.reload(); }; } var form=document.getElementById('nvcdAdminLogin'); if(form){ form.addEventListener('submit',function(){ try{ var hub=document.getElementById('nvcdHubPass'); if(hub&&hub.value){ sessionStorage.setItem('cw_ops_login','1'); sessionStorage.setItem('cw_ops_skip_galactic','1'); sessionStorage.setItem('cw_ops_skip_galactic_until',String(Date.now()+8*60*60*1000)); localStorage.setItem('cw_ops_active','1'); } }catch(_){} }); } if(document.readyState==='loading')document.addEventListener('DOMContentLoaded',setLockStatus);else setLockStatus(); })(); // ---- Admin approval queue (nvcd) ---- (function(){ async function loadApprovalQueue(){ var root=document.getElementById('pendingReqList'); var st=document.getElementById('reqQueueStatus'); if(!root)return; try{ if(st){st.textContent='Loading…';st.className='lock-status';} var d=await jget('/api/nvc-domains/admin/requests?status=pending'); var list=d.requests||[]; if(st){st.textContent=(d.pendingCount!=null?d.pendingCount:list.length)+' pending · staff only';st.className='lock-status on';} if(!list.length){root.innerHTML='
Queue empty — no pending requests.
';return;} root.innerHTML=list.map(function(r){ return '
'+ '
'+esc(r.fqdn)+'
'+ '
by '+esc(r.applicant||'guest')+(r.contact?(' · '+esc(r.contact)):'')+(r.note?(' · '+esc(r.note)):'')+'
'+ '
'+ ''+ ''+ '
'; }).join(''); root.querySelectorAll('.btn-approve').forEach(function(b){ b.onclick=async function(){ try{ var r=await jpost('/api/nvc-domains/admin/requests/'+b.getAttribute('data-id')+'/approve',{note:'Approved on nvcd'}); toast(r.message||'Approved'); loadApprovalQueue(); if(typeof loadStats==='function')loadStats(); if(typeof loadDir==='function')loadDir(); }catch(e){toast(e.message||'Approve failed — staff login required');} }; }); root.querySelectorAll('.btn-reject').forEach(function(b){ b.onclick=async function(){ var reason=prompt('Reject reason (optional)')||'Rejected by admin'; try{ var r=await jpost('/api/nvc-domains/admin/requests/'+b.getAttribute('data-id')+'/reject',{reason:reason}); toast(r.message||'Rejected'); loadApprovalQueue(); }catch(e){toast(e.message||'Reject failed — staff login required');} }; }); }catch(e){ if(st){st.textContent=e.message||'Staff login required';st.className='lock-status';} root.innerHTML='
Sign in as staff (Clarity account with staff/admin rights), unlock Cryptec, then refresh queue.
Error: '+esc(e.message||e)+'
'; } } var btn=document.getElementById('btnLoadRequests'); if(btn) btn.onclick=function(){loadApprovalQueue();}; // auto-try after boot setTimeout(function(){try{loadApprovalQueue();}catch(_){}}, 1200); window.nvcdLoadApprovalQueue=loadApprovalQueue; })();

Access code required

Get your code from staff at npuhi.com/aidomane.