@extends('lethean::layout') @section('title', $name . '.lthn') @section('meta_description', $name . '.lthn — blockchain domain name registered on the Lethean network. ' . ($alias['comment'] ?? '')) @push('head') @verbatim @endverbatim @endpush @section('content')

{{ $name }}.lthn

Registered on the Lethean blockchain

@php $address = $alias['address'] ?? ''; $registrarWallets = [ 'iTHNHN11yXMeBphpFSuHnDaSJ15QxiSEJXNY59VKbxKq4ype4xAH1PZHd1EKTknkPK9hHTu2G2tBBZzvrcRFaYMF8vWTzFZjGY' => '@LetheanRegistry', 'iTHNUNiuu3VP1yy8xH2y5iQaABKXurdjqZmzFiBiyR4dKG3j6534e9jMriY6SM7PH8NibVwVWW1DWJfQEWnSjS8n3Wgx86pQpY' => '@LetheanTestnet', ]; $isRegistryOwned = isset($registrarWallets[$address]); $isCommunityMember = !$isRegistryOwned && !empty($address); $displayAddress = $registrarWallets[$address] ?? (strlen($address) > 20 ? substr($address, 0, 12) . '...' . substr($address, -12) : $address); $comment = $alias['comment'] ?? ''; $parsed = []; foreach (explode(';', $comment) as $pair) { $parts = explode('=', $pair, 2); if (count($parts) === 2) $parsed[$parts[0]] = $parts[1]; } $type = $parsed['type'] ?? 'user'; $reason = $parsed['reason'] ?? ''; @endphp

Owner

{{ $displayAddress }}

@if($isCommunityMember) Community Member CIC governance participant @elseif($isRegistryOwned) Registry Managed @endif

Type

@if($type === 'reserved') Reserved @if($reason) — {{ $reason }} @endif @elseif($type === 'gateway') Gateway @elseif($type === 'service') Service @elseif($type === 'exit') Exit Node @else User @endif

@if(!empty($address) && !$isRegistryOwned)

Wallet
{{ $address }}

@endif
@if(!empty($parsed['cap']))

Capabilities

@foreach(explode(',', $parsed['cap']) as $cap) {{ trim($cap) }} @endforeach

@endif @if(!empty($records))

DNS Records

@foreach($records as $record) @endforeach
TYPE HOST VALUE
{{ $record['type'] ?? '?' }} {{ $record['host'] ?? '@' }} {{ $record['value'] ?? '' }}
@endif @if(!empty($parsed['hns']))

ITNS Sidechain

Registered on the ITNS sidechain as {{ $parsed['hns'] }}

@endif @if($type === 'reserved')

Sunrise Period

{{ $name }}.lthn is reserved during the .lthn sunrise period. This name is protected to give the rightful brand owner the opportunity to claim their identity on the Lethean blockchain.

Fast Track — $49 BTC → About the Sunrise Period Enquire

@elseif($type !== 'reserved')

Services

DNS Hosting SSL Certificates @if($type === 'gateway' || !empty($parsed['cap'])) Proxy Services @endif
@endif
← Back to directory API lookup → DNS records API →
@endsection