Contents
Reader’s note — how to use this document
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.
Technology made to enlighten the world.
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.
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
- Protocol over product — open interfaces; replaceable clients.
- Compute is the substrate — intelligence rides real capacity and routing, not one brand’s private farm.
- Builders first — stable API, predictable metering, rational node economics.
- Minimize extraction — no training on user traffic by default; data use is explicit and opt-in.
- Settlement ≠ inference — the ledger accounts; models run on nodes.
- Illuminate the protocol; protect the person — rules and money in daylight, private prompts never spotlighted on-chain.
- Light never disappears — the Will first; then recirculation to the living network.
- No social layer — accounts exist for auth and ops, not feeds, follows, or engagement.
What “light” means
| Sense | Meaning |
|---|---|
| Network body | Intelligence as capacity across connected machines — the thing that exists only in connection |
| Ethical action | Illuminate others: open, accessible, secure, private for people |
| Transparency | Public specs, metering rules, model epochs, integrity mechanisms |
| Unit of value | What participants share and receive; on-chain as $LXTH |
Problem
| Failure mode | What builders and users experience |
|---|---|
| Access risk | API keys, terms of service, and pricing used as policy weapons |
| Data risk | Prompts treated as free fuel for a private moat |
| Concentration risk | A few firms control serving capacity and model access |
| Lock-in | One vendor’s models, regions, billing, and downtime |
| Stranded value | Like lost BTC — abandoned balances never return to useful work |
| Idle silicon | GPUs 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.
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
- An OpenAI-compatible inference API (the Lux API), streaming included
- Open-weight models, digest-pinned — a coding-capable model is an acceptable first wedge
- A distributed node network: Lux Node loads pinned weights, broadcasts capacity, and is scored on delivered work, not advertised power
- Users share light for jobs; operators receive light for delivered completions
- Failover so users see one AI, never node drama
- Credits first — numbers on a ledger — with settlement on an existing L2; no new L1 at launch
- Accounts that can link a wallet privately; the chain need not see an email address
- Integrity without zkML: digests, probes, sampling, bonds
- An honest threat model: untrusted nodes executing a job can read that prompt; this is documented, with a TEE tier optional later
What V1 is not
- A new Layer-1 that runs neural nets in consensus
- zkML proofs on every chat
- Planetary shared GPU memory over the public internet
- A social network, ad platform, or data-brokerage product
- Guaranteed parity with closed frontier labs on day one
- Default training on private prompts
If a deck claims any of the second list for V1, the deck is wrong.
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.
| Layer | Role | Examples |
|---|---|---|
| Execution | Run models on hardware | Forward pass, KV cache, streaming tokens |
| Control plane | Route jobs, health, scoring | Orchestrator, heartbeats, failover |
| Settlement | Value, stake, registries | Deposits, 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.
The body of the AI is light within the network of computers.
Architecture
Actors
| Actor | Role |
|---|---|
| Builders | Call the Lux API; ship products |
| Operators | GPUs running Lux Node; receive light for delivered work |
| Gateway | OpenAI-compatible edge: auth, metering, streaming |
| Orchestrator | Matches jobs to nodes by model digest, score, free capacity; runs failover |
| Settlement | Credits, vaults, bonds, batch payouts |
| Model registry | Content-addressed weights and tokenizer digests — canonical epochs |
| Challenge path | Deterministic probes and redundant samples — not zkML in V1 |
Request lifecycle
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
| Mechanism | Purpose |
|---|---|
| Digest-pinned weights | Wrong model or wrong quantization fails admission |
| Deterministic probes (T=0) | Cheap, continuous integrity checks |
| Probabilistic redundant samples | Catch systematic substitution or garbage |
| Gateway-authoritative counts | Stop inflated billing |
| Bond + slash path | Make fraud unprofitable in expectation |
| Probation for new nodes | Higher 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-anchored | Off-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.
Light & $LXTH
Two meanings of “token”
This document is strict about a distinction most AI-crypto projects blur:
| Term | What it is | Money? |
|---|---|---|
| AI tokens | Model metering units — pieces of text the model reads and writes | No |
| light | The network’s unit of value — what participants share and receive | Yes |
| $LXTH | The on-chain ticker for light, where a public token is justified | Yes |
| ETH / gas | Pays the host chain to include transactions | Postage |
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
- You share light — for work done for you.
- You receive light — for work you delivered.
- Holding light is welcome; the network is healthy when light moves.
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
| Phase | Mechanism |
|---|---|
| V1 | Credits — integer balances in a double-entry ledger; deposits by card or stablecoin; operators can settle to stable rails for power bills |
| V1.5 | On-chain stablecoin vault on an existing L2, linked to the same account |
| V2 | Batch 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.
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:
- Sign-in to a Lux app with a wallet-linked account
- Protocol use — sharing or receiving light for real work
- An explicit refresh (a deliberate check-in)
- Updating the Will
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
Sunrise eligibility is deliberate:
- The receiving wallet must be active — its own timer not expired
- It must already hold light within — empty addresses receive nothing
- Distribution is preferably weighted by recent real activity, not address count
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.
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.
Illuminate the protocol. Protect the person.
Competition & positioning
The adjacent markets are crowded, and pretending otherwise would disqualify this document:
| Class | Examples | What they own |
|---|---|---|
| Open-model APIs | OpenRouter, Together, Fireworks, DeepInfra | Builder UX, catalogs, reliability |
| GPU markets | Vast, Akash, io.net-class | Supply of raw silicon |
| Crypto AI networks | Bittensor-class | Tokenized incentive markets |
| Training research | Gensyn, open training collectives | Future distributed training |
| Local runtimes | Ollama-class | Small 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
- Cold start: no demand → no supply → no network
- Heterogeneous hardware degrading p95 latency and quality
- Verification cost: probes and redundancy versus margin
- Emissions dependency — refused as a substitute for product-market fit
- Enterprise trust with node-visible prompts
- Model licenses: the allowlist must be license-safe for network serving
- Settlement engineering: double-pay, receipt forgery, reconciliation
- Reputation gaming: sybils, probe farming, selective honesty
- Scope creep: custom L1, social products, trustless pretrain, “all models day one”
Roadmap
| Phase | Deliver | Exit signal |
|---|---|---|
| 0 | Vertical slice: gateway + one open model + metering + controlled nodes + chat demo | End-to-end paid completion works |
| V1 | External nodes, bonds, probes, failover, credit billing, SDK and docs | A third-party node receives light; builders use API keys |
| V1.5 | L2 vault, batch payouts, treasury jobs, first eval-gated epoch | On-chain deposits; an improved open epoch ships |
| V2 | Will Protocol live, multi-agent fan-out, denser compute domains, $LXTH functions | Fee revenue dominates any bootstrap |
90-day build sketch
| Days | Focus |
|---|---|
| 0–30 | OpenAI-compatible gateway, double-entry ledger, orchestrator, vLLM-class nodes, one coding-capable open model, failover demo |
| 31–60 | Bonds, probes, delivery scoring, third-party node agent, deposit path, SDK |
| 61–90 | Public 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.
No custom L1. No social products. No trustless planetary pretrain. No “all models day one.” These stay cut unless data forces a revision.
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.
Share your light, and others will share theirs.
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.
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
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
Instrument Sans A soft geometric voice for structure
Newsreader A literary serif for the reading, at eighteen pixels and a calm measure
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
| Say | Never say |
|---|---|
| share light · receive light | spend · earn · grind · farm · APY |
| Will · dormant light · Sunrise | lottery · jackpot · prize pool |
| builders and operators | users to grow · engagement |
| settlement ≠ inference | on-chain AI brain · an LLM in every block |
| plain literary precision | revolutionize · unleash · god-tier |
Logo concept — the connected lumen
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.
How serious protocols document themselves
Successful protocols separate the narrative surface from the operational one:
| Layer | Examples | Purpose |
|---|---|---|
| Whitepaper / litepaper | ethereum.org/whitepaper; project litepapers | Vision, economics, architecture thesis — the slow-changing schematic |
| Docs site | Filecoin, Akash, Chainlink, Bittensor (Mintlify / Docusaurus / GitBook patterns) | Sidebar nav, search, getting started, versioned reference |
| Operator guides | Runbooks inside docs | Hardware, bonding, troubleshooting |
| Marketing site | Homepage | Positioning and CTAs — not the technical truth surface |
| Machine-readable | llms.txt, copy-as-markdown | Agents and tools consume docs cleanly |
Adopted in this page
- Sticky table of contents for long-form reading
- Version and status badge (Draft v0.1)
- Explicit non-goals as a trust signal
- Modular sections that later split into a docs tree
- Schematic callouts — design against outcomes
- A hard-questions surface diligence can start from
- A disclaimer that means what it says
Deferred to the full docs site
- OpenAPI reference and SDK guides
- Per-release changelogs and version switchers
- Search across hundreds of pages
- Interactive tutorials
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.
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
- Luxthe network
V1 outcomes — the definition of shipped
- OpenAI-compatible
/v1/chat/completionswith streaming - At least one open, coding-capable model, digest-pinned
- Double-entry ledger: share light · receive light · treasury pinch
- Lux Node agent: heartbeat, job pull, receipt signing, failover path
- Effective-capacity score computed from delivered work
- Deterministic probe suite; probation for new nodes
- Chat demo and API keys; accounts can link wallets privately
- Published privacy baseline: the executing node can read the prompt
- Published fee split and non-goals
Later outcomes — must not block V1
- Will Protocol live: five-year dormancy, heirs, Sunrise to wallets with light within
- On-chain vault and batch settlement roots on an existing L2
- Public $LXTH with stake and slash
- Training treasury jobs with eval-gated epoch promotion
- Multi-agent fan-out across nodes
- TEE confidential lane
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
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.