DecentralChainDecentralChain
  • Technologysubmenu
    Why DecentralChainWhat sets this chain apartHow the chain worksPublic blocks, public validatorsBlockchain featuresWhat is on, what is being voted onFinalityThe rollback bound, and what is unverifiedRIDEContracts that cannot run foreverFor machinesUnsigned transactions and RIDE in processSolana bridgePhantom and Solflare, mainnet onlyNetwork statusHeight, sync and peers, read live
  • Ecosystemsubmenu
    DCC public saleOpens 26 SeptemberDecentralCoinSupply, allocation and tokenomicsDecentral.ExchangeexternalDecentralPropDecentralScansoonCubensis ConnectDecentralAmericasoon
  • Developerssubmenu
    QuickstartRead, compile and composeREST APIEvery endpoint, no key, no accountSDK packages19 on npm, 5 in the workspaceSigningAuthorising without custodyMCP & AgentsThe chain, and the tools we have builtDecentralChain NodeRun a validator, and what LPoS pays
  • Communitysubmenu
    ChannelsTelegram, X and the reposDCC AirdropAllocated, not yet arrangedGovernanceWho can actually decide anythingBrand kitThe mark, and how to use it
  • Documentation
XGitHub
Start buildingarrow
DecentralChainDecentralChain

An open Layer-1 with Leased Proof of Stake.

Native token: DecentralCoin (DCC)

Fixed supply 100,000,000 DCC
Minted at genesis, never inflated

  • X
  • GitHub
  • Telegram

Build

  • Quickstart
  • REST API
  • SDK packages
  • Signing
  • MCP & Agents
  • Documentation

Ecosystem

  • DCC public sale
  • DecentralCoin
  • Decentral.Exchange
  • DecentralProp
  • DecentralSwap
  • Cubensis Connect

Network

  • Blockchain features
  • Finality
  • RIDE
  • Solana bridge
  • Run a node
  • Network status

Project

  • Community
  • DCC Airdrop
  • Governance
  • Brand kit
  • GitHub
mainnetHeight—Node—read from your browser
© 2026 DecentralChainOperated by DecentralExchange · Cédula Jurídica 3-102-956858
Jacó, Garabito, Costa Rica
TermsPrivacySecurityLicensingdecentralchain.io

Manual

DecentralChain

10 sections of the DecentralChain manual, converted from the source in the docs repository.
Sections10
  • AccountarrowDecentralChain uses an account-based model: Unlike centralized applications, users do not have usernames and passwords on the blockchain. User…
  • Token (Asset)arrowToken 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”…
  • TransactionarrowEach 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…
  • BlockarrowA 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…
  • NodearrowA 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…
  • OrderarrowOrder 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…
  • OraclearrowOracle 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, StagenetarrowYou 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…
  • ProtocolarrowThis section describes all the details of cryptographic algorithms which are used to: We use Blake2b256 and Keccak256 algorithms (in the form of hash…
  • Binary FormatarrowLearn 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 featuresarrowWhich protocol features are switched on, read from a mainnet node while you look at it.FinalityarrowHow far the tip can be reorganised, and what a confirmation policy can sit on.