Radiant is a UTXO-based Layer 1 blockchain with native on-chain token indexing, Turing-complete smart contracts, and trustless asset validation — secured by SHA512/256d proof of work.
Purpose-built for digital assets with unique capabilities no other UTXO chain offers.
Cryptographically prove token lineage and state transitions on-chain without any external indexer. Assets are validated natively by the consensus layer using reference-based or TxId v3 preimage induction.
Create fungible tokens (FTs), non-fungible tokens (NFTs), and decentralized-mint (dMint) tokens with the Glyph protocol — CBOR-encoded, on-chain metadata with container hierarchies and WAVE naming.
256 MB blocks today, designed for 10 GB+. Over 4,000 transactions per second with instant 0-conf for everyday payments. Architecture targets 500,000+ TPS at scale.
32 MB script size, 32 million operations per script, 200+ opcodes including SHA256, BLAKE3, K12, ECDSA, Schnorr, and bitwise shifts. Full smart contract capability on a UTXO model.
Extends the UTXO model with persistent references that allow outputs to reference other outputs across transactions — enabling contract state, token tracking, and cross-input validation.
ASIC-friendly mining algorithm with strong security properties. Fair launch on June 20, 2022 with no pre-mine, no ICO, and a 2-year halving schedule starting at 50,000 RXD per block.
The complete parameter set that defines Radiant.
Open-source tools, libraries, and applications that make up the Radiant developer ecosystem.
Full node implementation in C++. Consensus engine, wallet, RPC interface, mining support. The foundation of the network.
NodeElectrumX-based indexer with Glyph token parsing, dMint analytics, REST API, and WebSocket support for wallets and apps.
IndexerDesktop wallet (Tauri) for RXD and Glyph tokens. Create, send, and manage FTs, NFTs, and dMint tokens with a modern UI.
WalletSPV wallet for Radiant based on Electron Cash. Lightweight, fast sync, multi-platform support including Android and iOS.
WalletJavaScript library for Radiant. Transaction building, signing, Glyph encoding/decoding, ECIES encryption, BIP32/BIP39 HD keys.
LibraryHigh-level smart contract compiler (CashScript-based). Compiles .cash and .rxd contracts to Radiant bytecode with blake3(), k12(), and shift operators.
CompilerScript debugger and transaction decoder. Step through scripts opcode-by-opcode, inspect stack state, decode raw transactions. Essential for contract development.
DebuggerWebGPU-based token miner for dMint contracts. Multi-algorithm support (SHA256d, Blake3, K12) with GPU compute shaders and on-chain DAA.
MiningShared TypeScript constants: all opcodes (including V2), script flags, Glyph protocol IDs, WAVE types, and network limits.
LibraryUpstream ElectrumX server for Radiant. Provides Electrum protocol for SPV wallets. RXinDexer extends this with Glyph support.
ServerWhitepaper and specification for the Glyph v2 token standard. Defines FT, NFT, dMint, container types, WAVE naming, and CBOR encoding rules.
StandardModel Context Protocol server for AI agents. 29 MCP tools, 6 resources, 25 REST endpoints, OpenAPI 3.1 spec, SSE transport. Query chain state, tokens, WAVE names, and dMint contracts.
AIOn-chain automated market maker for Glyph token swaps. Constant-product liquidity pools with trustless trading via Radiant scripts.
DeFiFormal specification process for Radiant protocol changes. 25+ REPs covering opcodes, token standards, networking, and consensus rules.
GovernanceWeb-based node management dashboard. Monitor blockchain state, manage RPC settings, Docker deployment with radiantd integration.
ToolsRadiant uses SHA512/256d proof of work. Glyph dMint tokens support multiple mining algorithms.
The network is secured by SHA512/256d double hashing. GPU, FPGA, and ASIC miners are supported. Current block reward is 25,000 RXD with a halving approximately every 2 years.
Glyph dMint tokens are mined on-chain with proof-of-work validated by consensus opcodes. V2 adds native BLAKE3 and K12 hash verification.
First-class AI agent support via the Model Context Protocol (MCP) and a full REST API.
Run a node, build an app, or start mining in minutes.
Download the latest release and start syncing the blockchain.
Use the JavaScript SDK to create transactions, tokens, and smart contracts.
Compile high-level contracts with RadiantScript.