diff --git a/app/Website/Lethean/Controllers/HomeController.php b/app/Website/Lethean/Controllers/HomeController.php index 8e6ce03..d49bd18 100644 --- a/app/Website/Lethean/Controllers/HomeController.php +++ b/app/Website/Lethean/Controllers/HomeController.php @@ -60,6 +60,11 @@ class HomeController extends Controller return view('lethean::about'); } + public function why(): \Illuminate\View\View + { + return view('lethean::why'); + } + public function network(): \Illuminate\View\View { $info = $this->rpc->getInfo(); diff --git a/app/Website/Lethean/Routes/web.php b/app/Website/Lethean/Routes/web.php index a4c2f41..3eecc23 100644 --- a/app/Website/Lethean/Routes/web.php +++ b/app/Website/Lethean/Routes/web.php @@ -6,7 +6,7 @@ use Illuminate\Support\Facades\Route; use Website\Lethean\Controllers\HomeController; Route::get('/', [HomeController::class, 'index'])->name('home'); -Route::get('/about', [HomeController::class, 'about'])->name('about'); +Route::get('/about', [HomeController::class, 'why'])->name('about'); Route::get('/network', [HomeController::class, 'network'])->name('network'); Route::get('/sunrise', [HomeController::class, 'sunrise'])->name('sunrise'); Route::get('/pricing', [HomeController::class, 'pricing'])->name('pricing'); diff --git a/app/Website/Lethean/Views/why.blade.php b/app/Website/Lethean/Views/why.blade.php new file mode 100644 index 0000000..a0a3131 --- /dev/null +++ b/app/Website/Lethean/Views/why.blade.php @@ -0,0 +1,99 @@ +@extends('lethean::layout') + +@section('title', 'Why Lethean') +@section('meta_description', 'Community-owned Web3 registrar. CIC governance, blockchain-native, BTC payments, open source. Not another corporation selling domains.') + +@section('content') +
Not another corporation selling domains. A community-owned registrar where the customers are the shareholders.
++ Lethean is a UK-registered CIC — a legal structure where the community controls the company. The 8-pac (community wallet holders) vote on all decisions. The company must comply. This isn't DAO governance theatre — it's UK company law, enforceable by the Officer of Social Enterprise. +
++ Your .lthn name isn't a row in our database — it's an alias on a live blockchain with hybrid PoW/PoS consensus. DNS records live on the ITNS sidechain. Your identity is cryptographically yours. We can't take it away even if we wanted to. +
++ Self-hosted BTCPay Server. No credit card processors, no Stripe fees, no chargebacks, no payment data stored. Your BTC goes directly to the project. No middlemen. +
++ EUPL-1.2 licensed. The chain, the tools, the registrar, the gateway software — all open source. Fork it, audit it, run your own. The code is at forge.lthn.ai. +
++ SSL certificates at wholesale from GoGetSSL. DNS hosting powered by ClouDNS at cost-plus. No 10x markup on commodity services. A CIC doesn't need to maximise profit — it needs to serve the community. +
++ Proxy and VPN services run on independently-operated gateway nodes, not our servers. We route traffic, we don't see it. Gateway operators earn LTHN per GB served. No single point of failure. +
+| + | Lethean | +Traditional | +
|---|---|---|
| Ownership | +Community (CIC) | +Corporation / VC-backed | +
| Name storage | +Blockchain | +Database | +
| Can seize your domain? | +No — cryptographic ownership | +Yes — ToS violation, court order | +
| Payment | +BTC (self-hosted BTCPay) | +Credit card (Stripe/PayPal) | +
| Source code | +Open (EUPL-1.2) | +Closed | +
| DNS infrastructure | +Blockchain sidechain + ClouDNS | +Proprietary nameservers | +
Register your .lthn name, set up DNS, get SSL, and start routing traffic — all from one place.
+ View pricing → +