Lux Ethos
Draft v0.1 2026-08-05
Litepaper · Protocol schematic

Lux Ethos

An open protocol for internet-native AI — a supercomputer assembled from connected computers, open weights, metered in light, settled openly, built for people who build.

That light only exists through the connection of many. Without it, there is none.

Document
Lux Ethos Litepaper
Version
Draft v0.1 — vision lock; build against this
Date
2026-08-05
Network
Lux
Unit of value
light · ticker $LXTH
Software
Lux Node · Lux API
License
Text CC BY 4.0 · code Apache-2.0 (intended)
Fig. 0The line is the connection; where it passes through glass, it becomes the filament. Light ignites there — then trails away along the line.
Contents
  1. §0Reader’s note
  2. §1Abstract
  3. §2Vision & ethos
  4. §3Problem
  5. §4Solution
  6. §5Blockchain, accurately
  7. §6Architecture
  8. §7Light & $LXTH
  9. §8Will Protocol
  10. §9Competition
  11. §10Roadmap
  12. §11Hard questions
  13. §12Brand PoE
  14. §13Docs standard
  15. §14Build schematic
  16. §15Glossary
  17. §16Disclaimer
§0

Reader’s note — how to use this document

Schematic, not scripture

This litepaper is a schematic to design and build against: vision, architecture boundaries, economics, the Will Protocol, brand decisions, and explicit non-goals. It is not final mainnet code and it is not a sales document.

It follows the standard protocol pattern — a long-form thesis in the tradition of the Ethereum whitepaper, organized in modular sections that will later split into a proper docs site (concepts, builders, operators, token). Outcomes named here are normative; parameters (fees, timers, splits) are illustrative defaults, changeable only through a documented process.

If a later deck, UI, or SDK contradicts this document, this document wins until it is revised.

Part I · Thesis

Technology made to enlighten the world.

§1

Abstract

Centralized AI concentrates capability, policy, and data capture inside a few datacenter operators. Builders rent intelligence through proprietary APIs; prompts risk becoming training fuel; capacity and terms can change without recourse.

Lux Ethos is an open protocol for internet-native AI: open-weight models served by a distributed network of compute nodes, metered like a utility, settled with transparent accounting. Clients call a familiar OpenAI-compatible API — the Lux API. Operators run Lux Node, contribute GPUs, and receive light for delivered work. Builders share light to use the network’s mind. A small portion of every shared unit funds open model improvement — without a surveillance business model.

V1 ships inference. Settlement rides an existing chain, not a new L1. The unit of value is light; its on-chain ticker is $LXTH. And light never disappears: balances that go dark pass by Will to an heir, or return through Sunrise to wallets still alive on the network.

§2

Vision & ethos

Lux Ethos is technology made to enlighten the world. The name is literal: lux, light; ethos, character. The protocol’s character is what it refuses as much as what it builds.

The body of the AI is light within the network of computers — not on any one machine, only through the light that connects.Core mythos

No single node holds the intelligence. Capacity, routing, and settlement bind many machines into one logical mind, and that binding — the light — exists only through the connection of many. Without it, there is none. This is not mysticism; it is an accurate description of a distributed system, stated in the language the project intends to keep.

Mission

Make capable AI a public utility of the internet — callable by anyone, run by many, owned by none.

Principles

  1. Protocol over product — open interfaces; replaceable clients.
  2. Compute is the substrate — intelligence rides real capacity and routing, not one brand’s private farm.
  3. Builders first — stable API, predictable metering, rational node economics.
  4. Minimize extraction — no training on user traffic by default; data use is explicit and opt-in.
  5. Settlement ≠ inference — the ledger accounts; models run on nodes.
  6. Illuminate the protocol; protect the person — rules and money in daylight, private prompts never spotlighted on-chain.
  7. Light never disappears — the Will first; then recirculation to the living network.
  8. No social layer — accounts exist for auth and ops, not feeds, follows, or engagement.

What “light” means

SenseMeaning
Network bodyIntelligence as capacity across connected machines — the thing that exists only in connection
Ethical actionIlluminate others: open, accessible, secure, private for people
TransparencyPublic specs, metering rules, model epochs, integrity mechanisms
Unit of valueWhat participants share and receive; on-chain as $LXTH
§3

Problem

Failure modeWhat builders and users experience
Access riskAPI keys, terms of service, and pricing used as policy weapons
Data riskPrompts treated as free fuel for a private moat
Concentration riskA few firms control serving capacity and model access
Lock-inOne vendor’s models, regions, billing, and downtime
Stranded valueLike lost BTC — abandoned balances never return to useful work
Idle siliconGPUs worldwide sit unused while AI capacity stays scarce and expensive

Another chatbot does not fix any of this. A neutral serving and settlement fabric for open intelligence does.

§4

Solution

Lux Ethos is an open protocol for internet-native AI: a supercomputer assembled from connected computers, open weights, metered in light, settled openly, built for people who build.

What V1 is

What V1 is not

If a deck claims any of the second list for V1, the deck is wrong.

§5

Blockchain, accurately

The chain is the settlement and coordination layer: deposits, bonds, model epoch digests, batch payouts, fee parameters, Will roots. It is not where the model thinks. High-frequency AI traffic stays off-chain.

LayerRoleExamples
ExecutionRun models on hardwareForward pass, KV cache, streaming tokens
Control planeRoute jobs, health, scoringOrchestrator, heartbeats, failover
SettlementValue, stake, registriesDeposits, payouts, bonds, epoch digests, Will roots

Jobs are settled on-chain or against chain-backed credits. Inference is executed on nodes. Light pays for compute; it does not host or train weights inside the ledger. Any claim that the model “runs on-chain” is a category error this project refuses.

Part II · System

The body of the AI is light within the network of computers.

§6

Architecture

Actors

ActorRole
BuildersCall the Lux API; ship products
OperatorsGPUs running Lux Node; receive light for delivered work
GatewayOpenAI-compatible edge: auth, metering, streaming
OrchestratorMatches jobs to nodes by model digest, score, free capacity; runs failover
SettlementCredits, vaults, bonds, batch payouts
Model registryContent-addressed weights and tokenizer digests — canonical epochs
Challenge pathDeterministic probes and redundant samples — not zkML in V1

Request lifecycle

Request lifecycle: a client calls the gateway, the orchestrator selects a primary and standby node, the primary node runs inference and streams tokens back, the gateway meters and signs a receipt, and settlement batches to the host chain, splitting each job ninety-two percent to the operator and four percent each to the training treasury and protocol operations. one logical AI — tokens stream back Client / Builder POST /v1/chat/completions Lux API gateway auth · hold light estimate cost Orchestrator filter by model digest rank by effective capacity pick primary + standby Lux Node — primary verify digest · run inference Lux Node standby failover stream tokens Gateway metering authoritative AI-token counts re-count in / out tokens sign payable receipt Batch settlement → host chain periodic roots · payouts each settled job splits operator 92% treasury 4% · ops 4%
Fig. 1Happy path of one request. On timeout, disconnect, failed probe, or digest mismatch, the primary takes a strike and cools down while the standby is promoted — the client is never charged for a failed job. Incomplete streams in V1 simply restart: simple, and billing stays correct.

Effective capacity, not hashrate cosplay

Broadcast capacity is a hint. Scheduling weight comes from measured delivery:

R_i = EWMA( output AI tokens delivered / wall seconds )

scheduling weight = f(R_i, success rate, free slots, bond, recent strikes)

Fake high broadcasts produce timeouts, timeouts produce strikes, strikes produce less traffic. Honest fast nodes get first bursts. Users never pick a node; the network is one mind or it is nothing.

Integrity without zkML

MechanismPurpose
Digest-pinned weightsWrong model or wrong quantization fails admission
Deterministic probes (T=0)Cheap, continuous integrity checks
Probabilistic redundant samplesCatch systematic substitution or garbage
Gateway-authoritative countsStop inflated billing
Bond + slash pathMake fraud unprofitable in expectation
Probation for new nodesHigher sample rate until trust is measured

Honest baseline: an untrusted GPU that executes a job can read that prompt. V1 documents this instead of hiding it. The mitigation ladder is bonded operators → trusted pools → an optional TEE tier later. Absolute prompt secrecy on hostile hardware is not a V1 claim.

On-chain vs off-chain

On-chain or chain-anchoredOff-chain
Deposits and withdrawals · node registry and bonds · model epoch digests · fee parameters · settlement batch roots and payouts · finalized slashes · Will roots and dormancy events Prompts and completions · job queue and routing · heartbeats and live scores · weight blobs · streaming

Model epochs

A model epoch is a canonical release: weights digest + tokenizer digest + config + runtime profile. Rollout: publish → nodes pull and ready → flip active when a capacity threshold is met → drain the old epoch. V1 runs a small allowlist of license-safe open models — a governed catalog, not a free-for-all.

Open improvement — the training treasury

A pinch of every shared unit of light (illustrative default: 4%) funds open improvement: eval harness runs, preference and SFT jobs on public or opt-in data only, adapter training with eval gates, distillation of stronger teachers into smaller students that wider hardware can serve. New weights promote only when held-out evals improve; otherwise the network rolls back.

Training is not on the launch-critical path. V1 wires the fee split so V1.5 has fuel without rewriting the social contract. What the treasury will never do: silently train on private API traffic.

§7

Light & $LXTH

Two meanings of “token”

This document is strict about a distinction most AI-crypto projects blur:

TermWhat it isMoney?
AI tokensModel metering units — pieces of text the model reads and writesNo
lightThe network’s unit of value — what participants share and receiveYes
$LXTHThe on-chain ticker for light, where a public token is justifiedYes
ETH / gasPays the host chain to include transactionsPostage

Tickers need not match protocol names — BTC, ETH, and TAO settled that long ago. Product language says light; markets say $LXTH. Light is not required to be ETH: an ERC-20 balance is an integer with transfer rules, and gas is postage on the host chain, not the AI bill.

The language of light

Share your light, and others will share theirs.Product language — never “spend” or “earn”

The meter

light shared ≈ T_in × p_in  +  T_out × p_out

(per model tier; training and reserved multi-agent capacity
 may meter in accelerator-time where token counts fit poorly)

Where shared light goes

The split is an opening parameter, not scripture. What is load-bearing: operators keep the large majority, and the pinches stay pinches. Margins that starve nodes do not build a supercomputer.

Settlement path

PhaseMechanism
V1Credits — integer balances in a double-entry ledger; deposits by card or stablecoin; operators can settle to stable rails for power bills
V1.5On-chain stablecoin vault on an existing L2, linked to the same account
V2Batch settlement roots, stake and slash, optional public $LXTH functions — stake, discounts, treasury coordination

No custom L1 at launch. No emissions farm as product-market fit. Any bootstrap incentive is time-boxed and tied to real paid work.

Accounts and wallets

An app account (email or passkey) holds chat history and API keys off-chain. A wallet funds light; the chain need not see an email address. Settlement is batched so every prompt does not become a public transaction. This is meaningful privacy hygiene — not a claim of military-grade unlinkability against all adversaries.

§8

Will Protocol & dormant light

Light never disappears.Conservation principle — contrast the graveyard of lost BTC

Bitcoin’s lost coins are gone forever — a slow leak of the commons into the void. Lux refuses that end state. If a wallet goes dark, its light seeks a Will; failing that, it returns to the living network.

The activity clock

Every wallet carries a dormancy timer, default five years. Any of the following resets it:

Five years is long enough that ordinary life — a career change, a long project, a cold wallet someone still cares about — is never punished, and short enough that dead supply cannot ossify the network. It is a disclosed parameter, not a moral absolute.

The Will

A holder may designate heir wallet(s). If the wallet goes dormant and a Will exists, the light transfers to the heirs. The Will always overrides the pool.

Dormant light → Sunrise

Will Protocol flow: an active wallet becomes dormant after five years without activity. If a Will is set, light passes to heir wallets. If not, it enters the dormant light pool and recirculates at Sunrise to active wallets that hold light, weighted by activity. Active wallet light within 5 years · no activity Dormant Will set? yes Heir wallet(s) the Will overrides the pool no Dormant light pool Sunrise Active wallets holding light within activity-weighted
Fig. 2Dormancy resolution. The Will is checked first; only unclaimed dormant light recirculates.

Sunrise eligibility is deliberate:

The hold-light rule kills empty-address farming and keeps the covenant literal: share your light, and others will share theirs. A small welcome grant at signup can seed eligibility for genuine new users.

In years 0–5 the network may recirculate more actively; the schedule then tapers toward a fee-driven economy. Sunrise is reassignment of existing light — nothing is minted, nothing is destroyed.

Naming discipline

Product language is Will, dormant light, Sunrise — never “lottery,” never “jackpot.” Chance-as-product invites the wrong regulators, the wrong users, and the wrong incentives. Dormant light returns to the living network by disclosed, auditable rules. Tax treatment of received light is the recipient’s responsibility; the protocol does not give tax advice.

Part III · Reality

Illuminate the protocol. Protect the person.

§9

Competition & positioning

The adjacent markets are crowded, and pretending otherwise would disqualify this document:

ClassExamplesWhat they own
Open-model APIsOpenRouter, Together, Fireworks, DeepInfraBuilder UX, catalogs, reliability
GPU marketsVast, Akash, io.net-classSupply of raw silicon
Crypto AI networksBittensor-classTokenized incentive markets
Training researchGensyn, open training collectivesFuture distributed training
Local runtimesOllama-classSmall private jobs

Differentiation is not “first OpenAI-compatible API” — that is a commodity. The claim is the coherent whole:

Builder-facing trust, metering, and routing for open-weight intelligence on a competitive node market — with anti-extraction defaults, delivery-scored capacity, and light that never dies in an abandoned wallet.Defensible position

Winning requires centralized-grade developer experience and SLOs while supply decentralizes progressively — V1 openly runs a semi-trusted orchestrator, with a published ladder away from it. Decentralization cosplay on day one is how projects ship nothing.

Risks named in public

§10

Roadmap

PhaseDeliverExit signal
0Vertical slice: gateway + one open model + metering + controlled nodes + chat demoEnd-to-end paid completion works
V1External nodes, bonds, probes, failover, credit billing, SDK and docsA third-party node receives light; builders use API keys
V1.5L2 vault, batch payouts, treasury jobs, first eval-gated epochOn-chain deposits; an improved open epoch ships
V2Will Protocol live, multi-agent fan-out, denser compute domains, $LXTH functionsFee revenue dominates any bootstrap

90-day build sketch

DaysFocus
0–30OpenAI-compatible gateway, double-entry ledger, orchestrator, vLLM-class nodes, one coding-capable open model, failover demo
31–60Bonds, probes, delivery scoring, third-party node agent, deposit path, SDK
61–90Public beta hardening, solvency dashboard, epoch upgrade dry-run, security pass on double-pay and receipt forgery

Commodity: vLLM-class serving, the OpenAI schema, queues, Postgres, EVM L2 contracts. Hard engineering: streaming metering, reputation gaming, settlement reconciliation, model rollouts. Research, deferred: zkML at chat latency, WAN shared-memory supercomputing, autonomous self-improvement without eval gates.

Hard cuts — 24 months

No custom L1. No social products. No trustless planetary pretrain. No “all models day one.” These stay cut unless data forces a revision.

§11

Hard questions

The questions a serious diligence process will ask, answered bluntly. If an answer here contradicts a pitch deck, this page wins.

Q01Why not just use OpenRouter + Fireworks + Vast?

Each solves a slice: aggregation, fast serving, raw GPUs. None owns the full loop — digest-pinned open epochs, delivery-scored node capacity, share/receive light economics, anti-extraction defaults, and conservation of value through the Will. If Lux were only “API + GPUs + wallet,” it would lose; that combination is a commodity. The claim is the coherent open utility, aimed at people who ship products.

Q02Is this “decentralized OpenAI”?

No. Lux is not a frontier lab and does not pretend to be. It serves open weights on a node market behind a builder API. Closed labs keep real advantages in data, product, and dense clusters. Lux competes on open access, portability, price structure, and ethos — not on beating them to frontier capability.

Q03Can untrusted nodes read my prompts?

Yes. A node that executes your job can observe that prompt and its completion. V1 says this plainly rather than hiding behind “decentralized privacy” slogans. Mitigations ladder up: bonded operators, trusted pools, later an optional TEE tier. Practical guidance: do not send secrets or regulated data over the default untrusted pool.

Q04Why is there no zkML in V1?

Because zkML at chat latency is not shippable today at acceptable cost. Promising it would either be a lie or a product that never ships. V1 integrity is economic and operational: digest pins, deterministic probes, redundant sampling, gateway-authoritative metering, bonds with a slash path. Cryptographic proof can arrive later as a premium lane.

Q05Can home GPUs really compete with frontier training clusters?

Not for frontier pretraining over a loose WAN — and this paper never claims that. What distributed nodes genuinely can do: inference concurrency at scale, and continuous open post-training in shards with eval gates. Dense multi-GPU domains join the network when the economics pay. Planetary shared GPU memory is listed as a non-goal for a reason.

Q06Why would operators join instead of renting on Vast or Akash?

They join when expected net value per GPU-hour on Lux — after fees and risk — beats their alternatives. The protocol works that equation directly: 92% of every job to the operator, payment for verified delivered work rather than idle listing, stable settlement options so power bills get paid, routing that sends hot traffic to real throughput, and the ability to share received light back into larger models and multi-agent work they cannot host alone.

Q07Is $LXTH required at launch?

No. V1 runs on credits — integer balances on a ledger. $LXTH is the public form of light, introduced only when stake, open settlement, or treasury coordination genuinely need a chain asset. Gas on the host chain is postage, not the AI bill. If revenue requires token emissions to exist, the product has failed and the token will not save it.

Q08Isn’t the Will Protocol just a lottery?

No, and the distinction is load-bearing. Sunrise is recirculation of existing dormant light to active wallets that already hold light, by disclosed, auditable, preferably activity-weighted rules. It is a property rule — light never disappears — not chance-as-product, not a raffle sold as entertainment, and never marketed as one. Legal counsel reviews the reassignment rules before mainnet.

Q09What resets the five-year dormancy timer?

Sign-in to a Lux app with a wallet-linked account; sharing or receiving light for real work; an explicit refresh; updating the Will. Resets are designed around genuine activity, with anti-bot checks on the refresh path.

Q10Why must a wallet already hold light to receive Sunrise?

Because otherwise Sunrise becomes an empty-address farming game. Requiring light within selects for wallets that actually participate, and it keeps the covenant literal: share your light, and others will share theirs. A small welcome grant at signup can seed eligibility for real new users.

Q11Do you train on my prompts?

Default: no. Zero training use of prompts or completions unless the user opts in — explicitly, revocably, under license. The training treasury runs on public or consented data with eval gates. This kills the extractive moat on purpose; it is the only path consistent with being a utility instead of a surveillance warehouse with a chat UI.

Q12Who is liable for harmful outputs?

V1 needs a real legal entity behind the gateway, with terms of service and abuse policy enforced at the API edge; operators serve under protocol rules. Progressive decentralization does not erase the need for a counterparty, especially for enterprise use. Pretending otherwise is how protocols meet regulators on the worst possible terms.

Q13Why not build your own L1?

Because settlement needs a cash register, not a new consensus research program. An existing L2 provides deposits, bonds, batch payouts, and registries for cents. Every engineer spent on a custom chain is an engineer not spent on inference quality, routing, and metering — the things that actually differentiate.

Q14What is centralized at T0?

Honestly: the gateway, the orchestrator and live scores, the credit ledger, the model allowlist and epoch publication, abuse enforcement, and multisig parameter control. The decentralization ladder is published: external nodes on bonds and probes, then on-chain deposits and settlement roots, then multiple gateways and client diversity, then optional $LXTH stake and broader governance, then TEE pools. An emergency pause and model delist exist and are disclosed. Pretending V1 is trustless would be a lie; so would pretending it stays trusted forever.

Q15How do you stop fake capacity claims?

By paying only for delivered work. Broadcast capacity is a hint; scheduling weight comes from measured effective throughput on successful paid jobs, combined with success rate, bond, and strikes. Fake broadcasts produce timeouts, strikes, and starvation. There is no reward for capacity cosplay because nothing pays until tokens are delivered.

Q16What is the cold-start plan — who pays in months 1–12?

Demand first: builders who already pay open-model APIs and want an OpenAI-schema drop-in with open weights and a clean data posture — the wedge is coding-capable models. Supply follows: controlled nodes until quality is proven, then third-party operators once bonds, probes, scoring, and payroll are real. What is not a mitigation: unbounded emissions to fake traction.

Q17Can unit economics beat centralized open APIs with verification overhead?

Only if operators keep the large majority of fees, sampling rates adapt to node age and score, and settlement is batched to cut chain postage. There is no guarantee Lux is always cheaper than Together or Fireworks — the offer is competitive price plus open-utility properties: open epochs, anti-extraction defaults, a delivery-scored market, and light that conserves. Permanent undercut-by-emissions is refused.

Q18Is this fundable before the supercomputer exists?

Yes, if V1 is finite and demonstrable: a working API slice, honest non-goals, milestone-tied capital. A vertical slice that streams a paid completion end-to-end multiplies this paper. Vision-only raises are weaker and deserve to be.

Q19What would make you kill or radically narrow V1?

Published numeric thresholds, in spirit: paying usage fails to grow after a fixed beta window; p95 latency and error rates cannot approach open-API comparables; third-party nodes cannot sustain themselves without emissions; integrity cannot keep substitution below an acceptable rate at acceptable cost; compliance blocks credit ramps with no path. Narrowing looks like fewer models, trusted-only pools, delaying $LXTH indefinitely. Widening into L1 + social + zkML + pretrain is how projects die of narrative.

Q20What must never appear in investor materials?

“zkML-secured inference at launch.” “A new L1 for AI” or “models run on-chain.” “Prompts are private from nodes.” Default training on user traffic framed as a moat. “Lottery,” “APY,” yield guarantees, or token price targets. “Decentralized OpenAI” without the non-claims attached. Emissions-driven traction charts without paid inference. If a round needs those lines to close, the design has already been abandoned.

Part IV · Craft

Share your light, and others will share theirs.

§12

Brand — proof of exploration

Four directions were compared before committing. The record stays in the paper so future design work inherits the reasoning, not just the tokens.

A Neon cyber yellow High-chroma yellow on dark UI; default crypto energy Reject
B Pure monochrome Academic black-on-white only; no light identity Reject alone
C Daylight Muted butter and cream, soft gold, charcoal ink — calm, literary, distinct without neon Selected
D Dark-first Operator-terminal aesthetic; right for node consoles later Defer

The rule that makes Daylight work: yellow is a wash, a mark, an accent border — never body text. Charcoal ink carries every sentence; gold carries the light.

Color tokens

bg#F7F2E4
surface#FFFDF7
gold-soft#E9DFB9
gold#C9B26A
gold-deep#9A8640
gold-ink#776829
muted#6E675C
ink#1C1917

Contrast is engineered, not hoped for: charcoal on cream reads AAA; gold-ink exists because raw gold fails AA as text and is therefore never used as text.

Typography

Display & UI
Instrument Sans
A soft geometric voice for structure
Long-form body
Newsreader
A literary serif for the reading, at eighteen pixels and a calm measure
Code & meters
IBM Plex Mono
lux-code@sha256:9f2a… · R_i = EWMA(tokens/s)

The stack is Anthropic-adjacent by intent — a soft geometric sans doing Styrene’s job, a literary serif for the long read — built entirely from open fonts.

Voice

SayNever say
share light · receive lightspend · earn · grind · farm · APY
Will · dormant light · Sunriselottery · jackpot · prize pool
builders and operatorsusers to grow · engagement
settlement ≠ inferenceon-chain AI brain · an LLM in every block
plain literary precisionrevolutionize · unleash · god-tier

Logo concept — the connected lumen

Lux Ethos compact mark — favicon ≥24px

Soft overlapping discs and one thin connecting arc: light resolves only when points connect. No mascot, no 3D coin, no neon glow, no sunburst. Forbidden treatments: gradients into neon, yellow logotype on yellow field, crypto wings.

§13

How serious protocols document themselves

Successful protocols separate the narrative surface from the operational one:

LayerExamplesPurpose
Whitepaper / litepaperethereum.org/whitepaper; project litepapersVision, economics, architecture thesis — the slow-changing schematic
Docs siteFilecoin, Akash, Chainlink, Bittensor (Mintlify / Docusaurus / GitBook patterns)Sidebar nav, search, getting started, versioned reference
Operator guidesRunbooks inside docsHardware, bonding, troubleshooting
Marketing siteHomepagePositioning and CTAs — not the technical truth surface
Machine-readablellms.txt, copy-as-markdownAgents and tools consume docs cleanly

Adopted in this page

Deferred to the full docs site

Implication: this litepaper is the canonical schematic. When engineering starts, spin up a docs platform for the how-to and keep this paper as the why and the what-must-be-true.

§14

Build schematic

The naming architecture, then the outcomes. Boxes are unchecked on purpose — this is the checklist engineering builds against.

  • Lux Ethosproject · ethos
    • Luxthe network
      • Lux APIbuilders share light
      • Lux Nodeoperators receive light
      • lightunit of value · on-chain as $LXTH
      • Settlementexisting L2 — never a new L1
      • Will Protocoldormant light → heirs or Sunrise

V1 outcomes — the definition of shipped

Later outcomes — must not block V1

§15

Glossary

Lux Ethos
The project and its character — an open protocol for internet-native AI
Lux
The network itself
light
The unit of value and the body metaphor: what participants share and receive
$LXTH
On-chain ticker for light
AI tokens
Model input/output metering units — not currency
Lux Node
Operator software; hardware running it serves the network
Lux API
OpenAI-compatible builder surface
Effective capacity
Measured delivered throughput — the only capacity that schedules
Model epoch
Digest-pinned canonical model release
Training treasury
Usage-funded pool for eval-gated open improvement
Will Protocol
Dormancy rules and heir designation for light
Dormant light
Light in a wallet past its activity timer, with no Will claim
Sunrise
Recirculation of dormant light to active wallets that hold light
Settlement layer
Existing chain used for value and registries — never inference
Builder
Developer consuming the Lux API
Operator
Person or org running Lux Node and receiving light for delivered work
§16

Disclaimer

This litepaper is a technical and product design document for discussion and implementation guidance. It is not an offer of securities, not financial advice, and not a promise of token value or returns. Protocol participation is intended as payment for compute and related network services. Tax treatment of light received — including through Sunrise — depends on jurisdiction and is the recipient’s own responsibility; seek independent advice. Parameters named here (fee splits, dormancy timers, sample rates) are illustrative defaults subject to change through a documented process. The non-claims and anti-extraction defaults are the load-bearing promises.