What is Syscoin?
๐ 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.
Syscoin is a Bitcoin merge-mined blockchain that combines Bitcoin-level security (by reusing Bitcoin miners' work) with an EVM-compatible smart contract layer and a ZK-rollup data availability solution โ positioning itself as a bridge between Bitcoin's security model and Ethereum's programmability.
What merge-mining means
Merge-mining (or Auxiliary Proof of Work) allows Bitcoin miners to simultaneously mine multiple blockchains without doing any extra computational work. A Bitcoin miner includes Syscoin's block header in their Bitcoin coinbase transaction. When they successfully mine a Bitcoin block, that same proof-of-work is also valid for Syscoin's blockchain. The miner earns Bitcoin rewards normally and simultaneously earns Syscoin rewards at no additional energy cost.
The security benefit: Syscoin inherits a significant fraction of Bitcoin's hashrate โ miners who choose to merge-mine contribute their full Bitcoin mining power to securing Syscoin as well. This gives Syscoin far more security than a standalone proof-of-work chain of its size would command, because attacking Syscoin would require competing with Bitcoin miners rather than just Syscoin-specific hardware.
NEVM โ the EVM layer
Syscoin NEVM (Network-Enhanced Virtual Machine) is a fully EVM-compatible smart contract layer running alongside Syscoin's UTXO chain. NEVM allows Solidity developers to deploy Ethereum-compatible contracts on Syscoin with the same tools they use for Ethereum โ MetaMask, Hardhat, Remix. SYS is the native gas token for NEVM transactions.
Rollux โ the ZK-rollup on Syscoin
Rollux is Syscoin's ZK-rollup โ an EVM-compatible Layer 2 that settles to Syscoin's NEVM layer, with Syscoin's UTXO chain providing data availability. The layered architecture: Rollux (execution) โ NEVM (settlement) โ Syscoin UTXO (data availability secured by Bitcoin merge-mining). This gives Rollux a security chain that ultimately traces back to Bitcoin's hashrate.
Is it legal in India?
Yes. SYS 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.
The Syscoin architecture stack
Syscoin operates as a layered system. The base layer is the Syscoin UTXO chain โ merge-mined with Bitcoin, handling SYS transactions and asset issuance (Syscoin Platform Tokens, SysPT โ similar to Ravencoin's asset model but with Syscoin's Bitcoin-derived security). Above that, NEVM adds EVM smart contracts. Rollux sits on top as an OP Stack-based optimistic rollup (with ZK proof upgrade path) that uses Syscoin's UTXO chain for data availability rather than Ethereum. This means Rollux transaction costs are lower than standard Ethereum L2s because Syscoin's data layer is cheaper than Ethereum.
Syscoin has been used for on-chain marketplace operations (its original use case โ a decentralised marketplace was one of the first applications). NEVM has attracted DeFi protocols from the Ethereum ecosystem that want EVM compatibility without Ethereum gas fees. Rollux provides EVM-compatible execution for dApps that want the security chain tracing to Bitcoin. Syscoin's merge-mining relationship means it has benefited from Bitcoin's hashrate growth โ as Bitcoin mining grew, Syscoin's security grew proportionally without any additional cost to the Syscoin ecosystem.
SYS tokenomics
SYS has a maximum supply of approximately 888 million tokens โ a larger supply than Bitcoin but with a similar emission schedule. Block rewards decrease over time. Merge-miners earn SYS in addition to BTC, creating an additional income stream without additional energy. Transaction fees on NEVM are paid in SYS and a portion is burned (like Ethereum's EIP-1559 fee burn mechanism), creating deflationary pressure as network usage grows.
Key Syscoin metrics: merge-mining participation rate (percentage of Bitcoin hashrate also mining Syscoin), NEVM daily transactions, Rollux TVL and transaction volume, and SYS burn rate from fee burning. Syscoin's unique value proposition is Bitcoin-secured execution โ the only EVM-compatible smart contract platform whose security ultimately traces to Bitcoin's proof-of-work. Live data: CoinGecko ยท Syscoin Explorer.
๐ฃ The full technical picture
For the technically curious.
AuxPoW โ the merge-mining technical mechanism
Auxiliary Proof of Work (AuxPoW) is the technical protocol enabling merge-mining. A Bitcoin miner includes an AuxPoW commitment in their Bitcoin coinbase transaction โ specifically, a Merkle root of auxiliary block headers (potentially from multiple merge-mined chains). When the Bitcoin block is solved, the miner submits to Syscoin: (1) the Bitcoin block header, (2) the Syscoin block header, and (3) a Merkle proof showing that the Syscoin block's hash was included in the Bitcoin coinbase. Syscoin's nodes verify this proof and accept the Bitcoin block's proof-of-work as valid for Syscoin's chain. The Syscoin block's difficulty target is set much lower than Bitcoin's โ meaning Bitcoin miners frequently produce blocks that are valid for Syscoin even when not valid for Bitcoin's harder target.
Source: Syscoin documentation. docs.syscoin.org ยท Syscoin whitepaper: syscoin.org/syscoin4-whitepaper.pdf
Finality and the UTXO-EVM bridge
One of Syscoin's engineering challenges is bridging its UTXO chain (Bitcoin-style) and its NEVM chain (Ethereum-style). Syscoin uses a two-way peg: SYS on the UTXO chain can be converted to SYS on NEVM and back. The peg is trustless โ enforced by protocol rules validated by all nodes. When a UTXO SYS is sent to the peg contract, NEVM SYS is minted; when NEVM SYS is burned, UTXO SYS is released. This maintains a 1:1 relationship between the two representations of SYS while allowing both the Bitcoin-like UTXO security model and the EVM smart contract environment to coexist.
Rollux uses the OP Stack architecture (same as Optimism and Base) but with Syscoin's UTXO chain as the data availability layer instead of Ethereum. OP Stack normally posts transaction data as calldata to Ethereum L1. Rollux posts to Syscoin's chain instead, using Syscoin's data availability guarantees secured by Bitcoin merge-mining. The cost difference: Syscoin's data availability is cheaper than Ethereum's because Syscoin's blockspace is less congested and the economic security comes from merged hashrate rather than expensive blockspace auctions. This makes Rollux an alternative data availability solution competitive with solutions like Celestia or EigenDA but drawing security from Bitcoin rather than Ethereum restaking.
Key facts
- Security: Bitcoin merge-mining (AuxPoW)
- EVM layer: NEVM (fully EVM-compatible)
- L2: Rollux (OP Stack + Syscoin DA)
- SYS supply: ~888 million (max)
- Fee model: EIP-1559 burn on NEVM
- Asset layer: Syscoin Platform Tokens (UTXO-native)
- Founded: 2014 (Jagdeep Sidhu, Sebastian Dimichele)