DecentralChain
DecentralChain
Technology
submenu
Why DecentralChain
What sets this chain apart
How the chain works
Public blocks, public validators
Blockchain features
What is on, what is being voted on
Finality
The rollback bound, and what is unverified
RIDE
Contracts that cannot run forever
For machines
Unsigned transactions and RIDE in process
Solana bridge
Phantom and Solflare, mainnet only
Network status
Height, sync and peers, read live
Ecosystem
submenu
DCC public sale
Opens 26 September
DecentralCoin
Supply, allocation and tokenomics
Decentral.Exchange
external
DecentralProp
DecentralScan
soon
Cubensis Connect
DecentralAmerica
soon
Developers
submenu
Quickstart
Read, compile and compose
REST API
Every endpoint, no key, no account
SDK packages
19 on npm, 5 in the workspace
Signing
Authorising without custody
MCP & Agents
The chain, and the tools we have built
DecentralChain Node
Run a validator, and what LPoS pays
Community
submenu
Channels
Telegram, X and the repos
DCC Airdrop
Allocated, not yet arranged
Governance
Who can actually decide anything
Brand kit
The mark, and how to use it
Documentation
X
GitHub
Start building
arrow
Menu
Manual
DecentralChain
10 sections of the DecentralChain manual, converted from the source in the docs repository.
Sections
10
Account
arrow
DecentralChain uses an account-based model: Unlike centralized applications, users do not have usernames and passwords on the blockchain. User…
Token (Asset)
arrow
Token is a digital asset on the blockchain. A token can be used: A token can represent a physical or an intangible object. The words “token” and “asset”…
Transaction
arrow
Each transaction contains the public key of the sender’s account, on behalf of which the action is performed on the blockchain. Smart accounts and dApps…
Block
arrow
A block is a link in the chain of the blockchain. Block contains transactions. A block has its height. The maximum block size is 1 MB. The maximum total…
Node
arrow
A node is a host connected to the blockchain network. Node functions are: Generating node is a node that generates blocks. Each generating node is a…
Order
arrow
Order is the instruction from the account to matcher to buy or sell a token on the exchange. Each order contains amount asset / price asset pair, also…
Oracle
arrow
Oracle is a data provider from the outside world on the blockchain. Software oracles handle data accessible on the web. For example, the temperature…
Mainnet, Testnet, Stagenet
arrow
You can launch your node in any blockchain network. Select the network in the node configuration file. Chain ID is a symbol that is passed over a network…
Protocol
arrow
This section describes all the details of cryptographic algorithms which are used to: We use Blake2b256 and Keccak256 algorithms (in the form of hash…
Binary Format
arrow
Learn more about address. Learn more about alias. Learn more about block. Blocks are stored on the blockchain in a binary format (byte representation)…
Elsewhere on this site
Blockchain features
arrow
Which protocol features are switched on, read from a mainnet node while you look at it.
Finality
arrow
How far the tip can be reorganised, and what a confirmation policy can sit on.