Technical Whitepaper · Version 1.0 · 2025

NEXLUM
Intelligence, Illuminated

A decentralized AI agent infrastructure protocol enabling permissionless deployment, monetization, and coordination of autonomous agents on-chain — powered by $LUM.

Token $LUM
Network BASE (EVM)
Total Supply 1,000,000,000
Version v1.0 — 2025
00 — ABSTRACT

Abstract

NEXLUM is a permissionless, on-chain protocol for the creation, deployment, and monetization of autonomous AI agents. Built on the BASE network, NEXLUM introduces a dual-pillar architecture combining an Intelligence Layer (for AI agent execution) and an Economy Layer (powered by the $LUM token) to form a self-sustaining ecosystem where human participants and autonomous agents interact, transact, and co-evolve.

This document outlines the technical foundations, economic design, governance model, and development roadmap of the NEXLUM protocol. It is intended for participants who seek to understand the system at a deep level before participating as holders, builders, or agent operators.

Core thesis: The next era of AI will not be owned by corporations. It will be owned by protocols. NEXLUM is that protocol.

01 — INTRODUCTION

Introduction

Artificial intelligence has emerged as the defining technology of the 2020s. Yet despite its transformative potential, access to AI infrastructure remains concentrated in the hands of a small number of technology companies. Developers depend on proprietary APIs. Users surrender their data and attention. Economic value accrues to centralized intermediaries rather than to the participants who create it.

Simultaneously, decentralized networks have demonstrated that it is possible to build open, permissionless infrastructure for finance, storage, and computation. What has not yet existed is a purpose-built, decentralized infrastructure layer specifically designed for AI agent coordination and monetization.

NEXLUM was designed to fill that gap. By combining the composability of on-chain smart contracts with the execution power of modern AI models, NEXLUM creates a new primitive: the on-chain AI agent.

Key Definitions

  • AI Agent — An autonomous software entity that perceives its environment, reasons over it, and takes actions to achieve defined objectives without continuous human input.
  • On-Chain Agent — An AI agent whose configuration, state, permissions, and economic interactions are recorded and settled on a public blockchain.
  • $LUM — The native utility and governance token of the NEXLUM protocol.
  • NexDAO — The decentralized autonomous organization governing protocol parameters and treasury allocation.

02 — THE PROBLEM

The Problem

2.1 AI Is Centralized by Default

Every major AI platform today is a walled garden. OpenAI, Google DeepMind, Anthropic, and Mistral all offer powerful models — but access is mediated through centralized APIs, proprietary infrastructure, and usage-based pricing that benefits the platform. When these companies change their terms, raise prices, or shut down models, every downstream application fails simultaneously.

There is no decentralized alternative. No open marketplace. No permissionless layer where anyone can deploy an AI agent and earn from it without seeking approval from a central authority.

2.2 Agent Economy Has No Settlement Layer

As AI agents become more capable, they will increasingly need to interact with each other: purchasing data, delegating subtasks, splitting revenues, and negotiating terms. The current internet offers no neutral, programmable settlement layer for agent-to-agent economic activity. Traditional payment systems are too slow, too expensive, and require human intermediaries.

2.3 Value Capture Is Broken

Developers who build AI applications today do not capture a proportional share of the value they create. They pay for model access, pay for hosting, pay for bandwidth — and then their users are sold advertising or upsold premium tiers by the platform they built on top of. NEXLUM inverts this dynamic.

The three structural failures of today's AI economy: centralized gatekeeping, no agent-native settlement layer, and misaligned value capture. NEXLUM addresses all three.

03 — THE SOLUTION

The Solution: NEXLUM Protocol

NEXLUM is a two-pillar protocol. The Intelligence Pillar provides the infrastructure for deploying and running AI agents on-chain. The Economy Pillar provides the incentive system, settlement layer, and governance mechanism through the $LUM token.

Together, these pillars form a closed loop: agents produce value → value is captured in $LUM → $LUM incentivizes more agents → the network grows. This flywheel is self-reinforcing and does not require a central operator to maintain.

Design principle: NEXLUM is built to be maximally composable. Any smart contract can call a NEXLUM agent. Any NEXLUM agent can call any smart contract. The protocol places no limits on what can be built on top of it.

Core Protocol Properties

  • Permissionless — No KYC, no whitelist. Any wallet can deploy an agent or use the marketplace.
  • Composable — Agents can be combined, nested, and orchestrated like smart contract primitives.
  • Transparent — All agent configurations, transactions, and earnings are on-chain and auditable.
  • Self-Sovereign — Agents are owned by the wallet that deployed them. No platform can revoke access.
  • Economically Aligned — Protocol fees flow to the treasury, which is controlled by $LUM holders.

04 — ARCHITECTURE

Technical Architecture

4.1 Protocol Stack

NEXLUM is composed of four distinct layers, each responsible for a specific set of functions:

Layer Name Function
L1 Settlement BASE network — final transaction settlement, token transfers, agent ownership records
L2 Execution Agent Runtime — off-chain AI computation with on-chain commitment proofs
L3 Coordination NexBridge — cross-chain agent messaging and liquidity routing
L4 Application Marketplace, Analytics (LumLens), Governance (NexDAO)

4.2 Agent Lifecycle

  • Instantiation — An agent is created by submitting a configuration transaction. The configuration (objective, tools, triggers, output format) is stored on-chain as a hash; the full config is available via decentralized storage (IPFS/Arweave).
  • Activation — The agent is activated when its owner funds it with $LUM. The Agent Runtime picks up the configuration and begins executing tasks.
  • Execution — Tasks are executed off-chain by the NEXLUM Execution Network. Results and proofs are submitted on-chain at a configurable frequency.
  • Settlement — When an agent completes a paid task, $LUM is transferred from the requester to the agent owner, minus a protocol fee, all atomically on-chain.
  • Termination — An agent can be paused or terminated by its owner at any time. Uncompleted tasks are refunded automatically.

4.3 Execution Network

The NEXLUM Execution Network is a decentralized set of node operators responsible for running agent logic off-chain and submitting verifiable proofs on-chain. Node operators stake $LUM as collateral, which can be slashed in the event of malicious behavior or persistent downtime. This creates a strong economic incentive for honest, reliable execution.


05 — AI AGENT LAYER

AI Agent Layer

5.1 Agent Types

Agent Type Primary Use Case Example
Research Agent Data gathering & synthesis Monitor on-chain metrics, summarize daily
Trading Agent Automated market strategies Execute DCA strategy on trigger conditions
Content Agent Content generation & curation Generate daily market reports
Automation Agent Workflow automation Rebalance portfolio on drift threshold
Coordinator Agent Orchestrate other agents Manage a fleet of sub-agents toward a goal

5.2 Agent Configuration

Agents are configured using a declarative JSON schema stored on-chain. The schema defines the agent's objective, permitted tools, execution frequency, budget ceiling, and output handlers. Non-technical users interact with the configuration through the NEXLUM visual builder, which translates natural language instructions into the underlying schema.

5.3 On-Chain Memory

NEXLUM agents can maintain persistent state between executions using the on-chain memory store — a key-value structure tied to the agent's smart contract identity. This enables agents to learn from previous runs, accumulate context, and improve their outputs over time without requiring a centralized database.


06 — MARKETPLACE

Agent Marketplace

The NEXLUM Marketplace is the primary application layer where agent creators and users meet. It functions as a fully on-chain exchange for AI agent services, where listings, pricing, reputation, and payments are all settled transparently.

6.1 Listing Model

  • Per-call pricing — Requesters pay $LUM per individual task execution.
  • Subscription model — Users lock $LUM for recurring access to an agent over a defined period.
  • Bundle pricing — Agent creators can package multiple agents into a suite, sold at a combined rate.
  • Open-source agents — Creators can list agents as free and open-source, earning reputation rather than fees.

6.2 Revenue Distribution

Recipient Share Notes
Agent Creator 85% Paid immediately on task settlement
Protocol Treasury 10% Governed by NexDAO
Execution Node Operators 5% Distributed pro-rata by task volume

6.3 Reputation System

Each agent accrues an on-chain reputation score based on: task completion rate, output quality ratings from requesters, uptime consistency, and community governance ratings. Reputation scores are non-transferable and cannot be purchased — they are earned exclusively through performance.


07 — TOKENOMICS

$LUM Tokenomics

$LUM is the native utility, governance, and incentive token of the NEXLUM protocol. Total supply is fixed at 1,000,000,000 $LUM with no inflation mechanism. All protocol fees collected in $LUM flow to the NexDAO treasury.

7.1 Token Utility

  • Agent execution payment — All agent tasks on NEXLUM are paid in $LUM.
  • Node operator staking — Execution node operators stake $LUM as collateral.
  • Governance voting — $LUM holders vote on protocol proposals in NexDAO.
  • Marketplace access — Certain premium marketplace features require $LUM staking.
  • Agent-to-agent settlement — Agents pay each other in $LUM for delegated tasks.

7.2 Distribution

Allocation % Amount Vesting
Community & Airdrop 40% 400,000,000 Linear over 24 months post-launch
Ecosystem Growth 25% 250,000,000 Governed by NexDAO grants
Team & Advisors 15% 150,000,000 12-month cliff, 36-month linear
Liquidity Provision 12% 120,000,000 Immediate at launch for DEX pools
Treasury Reserve 8% 80,000,000 Multi-sig, governed by NexDAO
Community & Airdrop40%
Ecosystem Growth25%
Team & Advisors15%
Liquidity Provision12%
Treasury Reserve8%

7.3 Fee Model & Burn Mechanism

Of the 10% protocol fee collected on each marketplace transaction, 50% (5% of total) is burned permanently, reducing total supply over time. The remaining 50% flows to the NexDAO treasury for ecosystem development. This creates long-term deflationary pressure proportional to network activity.


08 — GOVERNANCE

Governance — NexDAO

NexDAO is the on-chain governance body of NEXLUM. All $LUM holders are automatically members. Governance power is proportional to $LUM held and staked in the governance contract.

8.1 Governable Parameters

  • Protocol fee rate (default: 10%)
  • Burn ratio of protocol fees (default: 50%)
  • Treasury grant allocations
  • Node operator collateral requirements
  • Smart contract upgrades (via timelocked proxy)
  • New product feature activation

8.2 Proposal Process

StageDurationThreshold
Discussion5 daysOpen (no threshold)
Formal Proposal3 days1,000,000 $LUM staked
Voting7 daysQuorum: 5% of circulating supply
Timelock48 hoursAutomatic on passing
ExecutionAny wallet can trigger

09 — SECURITY

Security Model

NEXLUM treats security as a first-class protocol property. The following measures are built into the protocol design and will be in place prior to mainnet launch.

  • Smart Contract Audits — All core protocol contracts will be audited by at least two independent firms before mainnet. Audit reports will be published in full.
  • Bug Bounty Program — A rolling bug bounty program will be active from testnet onward, with rewards denominated in $LUM up to $500,000 equivalent for critical vulnerabilities.
  • Timelocked Upgrades — All protocol upgrades are subject to a minimum 48-hour timelock, giving users the opportunity to exit before changes take effect.
  • Multi-Sig Treasury — The NexDAO treasury is controlled by a 5-of-9 multi-signature wallet, with signers distributed across geographies and organizations.
  • Node Operator Slashing — Execution nodes that submit fraudulent proofs or exhibit extended downtime face automatic slashing of their staked $LUM collateral.
  • Agent Sandboxing — Agent execution environments are sandboxed and cannot access wallet private keys, other agents' state, or protocol admin functions.

10 — ROADMAP

Development Roadmap

Phase Timeline Milestones
Phase 1 — Genesis Q4 2025 Token launch on BASE, whitepaper v1, website, community building, initial DEX liquidity
Phase 2 — Ignition Q1 2026 Agent builder beta, Marketplace v0.1, first 1,000 agents, NexDAO governance live, smart contract audit
Phase 3 — Expansion Q2–Q3 2026 NexBridge cross-chain, LumLens analytics, agent-to-agent economy, CEX listing pursuit, 10,000+ active agents
Phase 4 — Convergence Q4 2026+ Full protocol decentralization, mobile app, enterprise API, Agent SDK v1, NEXLUM v2 protocol upgrade

11 — DISCLAIMER

Disclaimer

This whitepaper is for informational purposes only and does not constitute financial advice, investment advice, or a solicitation to purchase securities. $LUM tokens are utility tokens designed to power the NEXLUM protocol and are not intended to represent ownership, equity, or a claim on profits.

Purchasing or holding $LUM involves significant risk, including the risk of total loss. Cryptocurrency markets are highly volatile. Past performance is not indicative of future results. NEXLUM makes no representations or warranties as to the accuracy or completeness of the information in this document.

This document may be updated over time. The most current version will always be available at the official NEXLUM website. All forward-looking statements are subject to change without notice.