What Is Polygon PoS? Ethereum's Sidechain Explained
What is Polygon PoS? Learn how this commit-chain sidechain works, how it differs from true rollups, and its security tradeoffs.
Polygon PoS is an EVM-compatible sidechain, secured by its own independent set of proof of stake validators rather than inheriting security directly from Ethereum the way a true rollup does, that periodically checkpoints its state back to Ethereum for an additional layer of data anchoring.
Launched originally as the Matic Network, Polygon PoS was one of the earliest and most widely adopted Ethereum-adjacent scaling solutions, though its architecture is meaningfully different from the rollups that later became the dominant model in Ethereum's official scaling roadmap, such as Arbitrum or Optimism.
Sidechain vs. rollup: the core distinction
This is the single most important thing to understand about Polygon PoS. A true rollup posts enough transaction data (and, for validity rollups, cryptographic proofs) to Ethereum that the rollup's state can, in principle, be fully reconstructed and verified using only Ethereum itself. Polygon PoS does not work this way:
- Polygon PoS has its own independent validator set responsible for producing blocks and reaching consensus on the sidechain.
- Its security therefore depends primarily on the honesty and stake distribution of its own validators, not on Ethereum's security guarantees.
- Periodically, Polygon PoS submits checkpoints, summarized commitments of its state, to an Ethereum smart contract. This provides some additional data anchoring and dispute capability, but it is not equivalent to a rollup's continuous, granular data posting and proof verification.
This architecture is sometimes called a "commit-chain," since it commits periodic summaries to Ethereum without operating as a full rollup.
Why this distinction matters for users
If Polygon PoS's own validator set were to be compromised or collude, in theory user funds on the sidechain could be at risk in ways that wouldn't apply to a rollup whose security is fully anchored to Ethereum's validator set. This isn't a reason to avoid the network, which has operated for years with a large validator set and no successful validator-level attack on its consensus, but it is a structurally different risk profile than the newer rollup-based L2s, a distinction covered generally in our layer 1 vs layer 2 guide.
How Polygon PoS's validator set works
Polygon PoS validators stake MATIC/POL tokens and are selected based on delegated stake, similar in spirit to other delegated proof-of-stake systems. Users can delegate their tokens to validators to earn staking rewards, a form of liquid staking is also available through various protocols built on top of the network.
Ecosystem and adoption
Polygon PoS attracted a broad range of DeFi protocols, NFT platforms, and gaming applications, partly due to its early-mover advantage and consistently low transaction fees. It remains one of the more widely used EVM-compatible networks by transaction count, though its relative share of overall TVL has shifted as rollup-based L2s have matured and captured more DeFi activity.
Polygon's broader roadmap
Polygon the organization has since built additional products beyond the original PoS chain, including a zkEVM rollup with a genuinely different, more Ethereum-anchored security model, described in our Polygon PoS vs Polygon zkEVM comparison. This reflects a broader industry shift where teams are moving from sidechain designs toward rollup architectures that more directly inherit base-layer security.
The Plasma legacy
Polygon PoS originally combined its PoS sidechain with elements of Plasma, an earlier Ethereum scaling design that offered stronger exit guarantees back to the base layer than a typical sidechain, letting users withdraw funds even if the sidechain's own operators became malicious, under certain conditions. Over time, Polygon PoS has relied primarily on its PoS checkpointing mechanism rather than the original Plasma exit design for most everyday activity, though the history is a useful reminder that scaling architectures have evolved substantially since Ethereum's earliest scaling experiments.
Fees on Polygon PoS
Transaction fees on Polygon PoS are paid in MATIC/POL and have historically been extremely low, often a small fraction of a cent, since the network's own independent validator set doesn't need to pay the same data-posting costs to Ethereum that a true rollup does. This lower cost structure is directly related to the reduced security guarantees discussed above: Polygon PoS isn't paying for the same level of Ethereum-anchored data availability that rollups do, which is part of why it can offer such low fees.
Polygon PoS vs. a rollup
| Factor | Polygon PoS (sidechain) | Rollup (e.g. Arbitrum, zkSync Era) |
|---|---|---|
| Security source | Own independent validator set | Inherited from Ethereum via data/proofs |
| Data posted to Ethereum | Periodic checkpoints only | Full transaction data (and proofs for zk-rollups) |
| Reconstructability from L1 alone | No | Yes, in principle |
| Consensus | Own PoS validator set | Sequencer plus base-layer verification |
Bottom line
Polygon PoS offers fast, cheap, EVM-compatible transactions but does so through an independent sidechain architecture rather than a true rollup, meaning its security ultimately rests on its own validator set rather than being fully anchored to Ethereum. This has proven reliable in practice over a long track record, but it's a structurally different risk profile than newer rollups, and worth understanding clearly rather than assuming all "layer 2" branded networks work the same way. Compare it directly with Polygon's own zkEVM rollup in our dedicated comparison, and check current data on our chains page.
Related articles
This article is for educational purposes only and is not financial advice. DeFi involves significant risk, including total loss of funds. Always do your own research.