DCR
DCR ยท DECRED

What is Decred?

GovernanceHybrid PoW/PoS
Last verified: May 2026
This page documents what Decred is and how it works โ€” based on the Decred documentation and Decred Constitution. Nothing here is financial advice. Always do your own research.

๐Ÿ‘‹ New to this? Just start reading at the top โ€” it begins in plain English and gets more detailed as you scroll. Jump to any level:

๐ŸŸข The simple version

Plain English โ€” no jargon. Start here.

One sentence that captures it

Decred is a cryptocurrency that solved the "miner captures the protocol" problem by combining proof-of-work mining with proof-of-stake voting โ€” miners cannot change the protocol without stakeholder approval, and stakeholders cannot change it without miners also agreeing, creating genuine checks and balances.

The governance problem Decred solves

Bitcoin has a well-documented governance problem: miners hold disproportionate power. In 2017, Bitcoin experienced the "blocksize wars" โ€” a years-long conflict between miners wanting larger blocks (SegWit2X) and users/developers opposing it. Miners nearly succeeded in changing Bitcoin's fundamental properties against the will of the broader community. The resolution required significant coordination and left the community fractured.

Decred was designed from the start to prevent this. It uses a hybrid proof-of-work and proof-of-stake system where neither miners alone nor stakeholders alone can change the protocol. Both must agree. This formal check-and-balance was a deliberate design choice, not an afterthought.

How Decred's hybrid consensus works

For each Decred block: a miner produces the block using proof-of-work (SHA-256d). Then 5 "ticket holders" โ€” randomly selected from a pool of DCR holders who have staked their DCR to buy voting tickets โ€” vote to approve or reject the block. A block requires at least 3 of 5 ticket votes to be valid. If miners try to include rule-violating transactions or blocks, ticket holders can reject them. If ticket holders try to spend funds inappropriately, they still need miners to include their transactions.

Politeia โ€” on-chain governance

Decred's governance system extends beyond block validation. Politeia is Decred's proposal system for protocol changes and treasury spending. Any DCR holder can submit a proposal. Ticket holders vote on proposals. Approved proposals are funded from Decred's treasury (10% of block rewards) and treated as binding commitments by the development team. This is one of the most formal on-chain governance systems in crypto.

Is it legal in India?

Yes. DCR is a VDA under Indian law. 30% tax and 1% TDS apply. See India regulation.

๐ŸŸก A bit more detail

For when you want to go a little deeper.

Ticket system โ€” how staking works

To participate in Decred's governance, DCR holders purchase "tickets" โ€” each ticket costs a dynamically adjusted amount of DCR (the ticket price adjusts to maintain ~40,960 tickets outstanding). Purchasing a ticket locks the DCR for 28 days minimum (the ticket "matures"), after which it enters a pool and is randomly selected to vote on blocks. When selected, the ticket holder earns a staking reward (currently about 30% of each block reward). Tickets that are never selected within ~142 days expire and the DCR is returned without reward.

What it's used for in real life

Decred's treasury has funded continuous development since 2016 without venture capital. The Decrediton wallet is a full-featured desktop application with built-in staking. DEX (Decred Decentralised Exchange) is an atomic swap-based exchange built and funded by the Decred treasury โ€” no custodial risk, direct on-chain swaps between BTC, ETH, DCR, and other assets. Decred's Lightning Network implementation provides fast off-chain payments. The governance system has voted on and executed multiple protocol upgrades including the Decred DEX and privacy features (CoinShuffle++). Several changes that would have required contentious hard forks in other networks were executed smoothly in Decred via formal governance.

Privacy โ€” CoinShuffle++

Decred added an optional privacy feature called CoinShuffle++ โ€” a mixing protocol that works differently from Dash's CoinJoin. CoinShuffle++ uses a cryptographic shuffle that ensures even the mixing server (in Dash's case, a masternode) cannot link inputs to outputs. Participants simultaneously shuffle their output addresses using a technique called DiceMix, then all sign the combined transaction only after verifying no party can see the mapping. This provides stronger unlinkability than standard CoinJoin mixing.

How people evaluate this

Key Decred metrics: ticket participation rate (percentage of DCR in tickets โ€” a measure of governance engagement), Politeia proposal activity, DEX trading volume, and treasury balance vs spending rate. Decred is small by market cap but technically sophisticated. The governance model is the most rigorously designed in any proof-of-work cryptocurrency. Live data: CoinGecko ยท Decred Data.

๐ŸŸฃ The full technical picture

For the technically curious.

Decred's hybrid consensus formalised

Decred's block validation requires both PoW work and PoS votes. The block reward split: 60% to miners, 30% to ticket holders (staking reward), 10% to treasury. This split means that miners receive only 60% of the value they would receive in a pure PoW system โ€” they are deliberately economically weakened relative to stakeholders. If miners attempt a reorganisation attack, they need to outpace not just hash power but also invalidate ticket votes, which requires compromising the staking pool simultaneously.

The formal security guarantee: an attacker needs both 51% of hashrate AND control of 51% of the ticket pool to successfully attack the chain. The ticket pool representing locked DCR creates a much higher cost of attack than pure PoW, as the attacker must purchase and lock substantial DCR (incurring price impact) while also acquiring mining hardware.

Source: Decred documentation. docs.decred.org ยท Decred Constitution: docs.decred.org/governance/decred-constitution

Atomic swaps and DCRDEX

Decred pioneered atomic cross-chain swaps in 2017 โ€” completing the first on-chain atomic swap between Decred and Litecoin. Atomic swaps allow two parties to exchange different cryptocurrencies without a trusted intermediary: the swap is either completed by both parties or not at all, using hash time-locked contracts (HTLCs). DCRDEX (built by the Decred treasury) implements atomic swaps as a decentralised exchange โ€” no custody, no KYC, no orderbook run by a central server. The DEX server coordinates order matching but cannot steal funds or censor trades.

Technical detail

Decred's ticket price algorithm: the ticket price adjusts every 144 blocks (~12 hours) based on the size of the ticket pool relative to the target of 40,960. If the pool is below target, the ticket price decreases (making tickets cheaper, attracting buyers). If above target, the price increases (discouraging buying). This forms a negative feedback loop keeping the pool near the target size. The stake difficulty algorithm uses an exponential moving average of recent pool sizes to smooth price adjustments and prevent oscillation.

Key facts

  • Consensus: Hybrid PoW (SHA-256d) + PoS (tickets)
  • Block reward split: 60% miners / 30% stakers / 10% treasury
  • Governance: Politeia (on-chain proposals, ticket holder votes)
  • Privacy: CoinShuffle++ (optional)
  • DEX: DCRDEX (atomic swaps, no custody)
  • DCR supply: ~21 million (fixed)
  • Founded: 2016 (Company 0 / Jake Yocom-Piatt)