Skip to main content

Whitepaper

Neurai · whitepaperConnecting the real world with blockchainSecond edition · in preparation · first draft published October 2023planned chaptersDecentralizationDevicesIdentityMessagingAssetsContractsPost-quantumEconomicsHighlighted chapters cover POSITRONIC, live on testnet and pending mainnet activation.

The first Neurai whitepaper was drafted in October 2023, before most of what the network does today existed. Since then the ideas in it have become running code: DePIN messaging, soulbound device assets, hardware wallets on ESP32, covenants and post-quantum addresses on testnet. The second edition is being written from that implementation, and this page is its public outline. Until it is published, the technical documentation on this site is the reference.

Abstract

Neurai is a proof-of-work blockchain built for connected devices. It gives hardware, from a microcontroller to industrial equipment, a cryptographic identity it controls, a public record of what it owns and which groups it belongs to, and an encrypted channel to the other members of those groups, without depending on any company's servers. The chain inherits Bitcoin's transaction model through Ravencoin and adds native assets, a soulbound asset class for devices and memberships, an off-chain messaging protocol gated by those assets, and, with the POSITRONIC upgrade, a script engine with covenants, transaction introspection and post-quantum signatures.

Planned contents

Each chapter already has a published counterpart. Read those today; the whitepaper will consolidate them with the design rationale and the trade-offs.

ChapterWhat it coversDocumented today
1. MotivationWhy devices need keys they own and a ledger nobody can switch offIntroduction
2. The networkKAWPOW proof of work, emission, parameters, why Ravencoin's codeSpecs, Mining
3. AssetsNative tokens, unique assets, restricted assets and qualifiers as the substrate for everything elseAssets, Asset model
4. Device identityThe DePIN asset: soulbound, revocable, hierarchical, with transfer statesTokens and access
5. DePIN messagingToken-gated, end-to-end encrypted, off-chain messaging with signed replies and single-use challengesDePIN, Protocol reference
6. DevicesKeys, signing and messaging on ESP32-class hardware, hardware wallets, signed telemetryIoT development
7. LocationBGrid: coordinates as words, precision by choiceBGrid
8. ContractsAuthScript, covenants, transaction introspection, reference inputsCovenants and opcodes, Smart contracts
9. Post-quantumML-DSA-44 addresses and PQ-HD derivationPost-quantum addresses
10. AIA language model reachable only by token holders, and agents built on the librariesAI over DePIN
11. EconomicsSupply, emission curve, burns as the cost of namespaceSpecs
12. RoadmapPOSITRONIC activation and what followsPOSITRONIC, Roadmap

Status

EditionSecond, in preparation
Source materialThe node, the libraries and this documentation, all open source
PublicationAnnounced on the official channels when ready
Technical reference meanwhileThe Developer and POSITRONIC sections