Hydra
Layer 2 state channels for Cardano — 75% cost reduction, v1.3.0 live
What is Hydra?
Hydra is Cardano's Layer 2 scaling solution using state channels — enabling near-instant transactions and reducing costs by up to 75% for high-frequency use cases. Hydra Heads allow participants to transact off-chain at full speed while maintaining Cardano's security guarantees for final settlement.
Key Features
Hydra Heads
A Hydra Head is an off-chain state channel between a group of participants. Transactions inside a Head are instant and free — only opening and closing the Head requires on-chain fees.
75% Cost Reduction
By batching many off-chain transactions into a single on-chain settlement, Hydra dramatically reduces the per-transaction cost for use cases like micropayments, gaming, and high-frequency DeFi.
Isomorphic Protocol
Hydra preserves the full Cardano transaction model inside the Head — the same smart contracts, tokens, and UTXOs work identically off-chain as on-chain.
v1.3.0 Live on Mainnet
Hydra is actively deployed on Cardano mainnet, with real-world use cases including payment channels, auction systems, and game state management.
How to Use Hydra
- 1
Hydra is primarily a developer/protocol tool — visit hydra.family for documentation
- 2
Participants agree to open a Hydra Head by each committing UTXOs on-chain
- 3
Once open, all participants transact freely within the Head at zero cost
- 4
Any participant can close the Head at any time — final state is settled on Cardano mainnet
- 5
Integrate Hydra into your application using the Hydra node API
Frequently Asked Questions
Is Hydra the same as sharding?
No. Hydra is a state channel protocol (Layer 2), not sharding (Layer 1 scaling). Hydra moves specific transactions off-chain between known participants; sharding divides the main chain itself.
Who can use a Hydra Head?
Any group of Cardano participants who agree to open a Head together. Each participant must be online and responsive during the Head's lifetime.
What happens if a participant goes offline in a Hydra Head?
Participants can close the Head and settle on-chain at any time. If someone goes offline, others can force-close the Head to recover their committed UTXOs.
Is Hydra ready for production use?
Hydra v1.3.0 is live on mainnet and used in production. It is best suited for applications with a defined set of participants — payment channels, gaming, and auctions rather than open public DeFi.