
Aligned Testnet 3 : Our first EigenLayer AVS open to ext…
We are excited to announce the launch of our third testnet, marking a significant advancement in the adoption of zero-knowledge (ZK) proofs on Ethereum. This is our first public testnet open to third party operators for our EigenLayer AVS. We invite you to work with us towards our goal of accelerating the Ethereum roadmap by making the implementation of ZK proofs both easy and economical. By reducing the complexity and cost of verification, Aligned will establish ZK as the default solution fo...

Aligned Manifesto
We live in an era where we can no longer trust what we read, see, or even hear. Rapid advancements in artificial intelligence have accelerated the production of illusory content. Fake news and alternative facts are displayed in all formats, for any purpose, from personal vanity to political propaganda. At the same time, global internet freedom is falling, as critical content is increasingly censored, and replaced with deepfakes and disinformation. This situation, combined with our heavy depen...

What are ZK-SNARKS?
SNARKS have gained considerable attention recently due to their broad utility in areas such as blockchain scalability, identity mechanisms, verifiable machine learning, and fighting against misinformation and fake news. We see new developments daily, but SNARKS have been around for a long time. SNARKs allow one party, the prover, to prove to another, the verifier, that a given computation was computed correctly.Key Properties of SNARKSZK-proofs are not a recent invention. The definitions, fou...
We accelerate the roadmap of Ethereum by making proof verification faster and cheaper. We can verify proofs for 10% of the cost.



Aligned Testnet 3 : Our first EigenLayer AVS open to ext…
We are excited to announce the launch of our third testnet, marking a significant advancement in the adoption of zero-knowledge (ZK) proofs on Ethereum. This is our first public testnet open to third party operators for our EigenLayer AVS. We invite you to work with us towards our goal of accelerating the Ethereum roadmap by making the implementation of ZK proofs both easy and economical. By reducing the complexity and cost of verification, Aligned will establish ZK as the default solution fo...

Aligned Manifesto
We live in an era where we can no longer trust what we read, see, or even hear. Rapid advancements in artificial intelligence have accelerated the production of illusory content. Fake news and alternative facts are displayed in all formats, for any purpose, from personal vanity to political propaganda. At the same time, global internet freedom is falling, as critical content is increasingly censored, and replaced with deepfakes and disinformation. This situation, combined with our heavy depen...

What are ZK-SNARKS?
SNARKS have gained considerable attention recently due to their broad utility in areas such as blockchain scalability, identity mechanisms, verifiable machine learning, and fighting against misinformation and fake news. We see new developments daily, but SNARKS have been around for a long time. SNARKs allow one party, the prover, to prove to another, the verifier, that a given computation was computed correctly.Key Properties of SNARKSZK-proofs are not a recent invention. The definitions, fou...
Share Dialog
Share Dialog
We accelerate the roadmap of Ethereum by making proof verification faster and cheaper. We can verify proofs for 10% of the cost.

Subscribe to Aligned

Subscribe to Aligned
>33K subscribers
>33K subscribers
Aligned is a ZK verification layer for Ethereum. But what does a ZK verification layer do? Why is it needed? Read on to find out!
Ethereum is achieving scalability through a rollup-centric roadmap. There are two types of rollups: optimistic and ZK. Basically, we move execution to rollups, which inherit security from Ethereum. Rollups submit batches of transactions (txns) to Ethereum for finality. ZK-rollups rely on ZK proofs (more precisely, integrity or validity proofs). ZK proofs allow us to more efficiently show correct computation (blockchain state change) without requiring all nodes (validators) in the network to re-execute all transactions.
ZK-rollups generate proofs for many processed txns and submit them to Ethereum, where the nodes verify the proofs. While this solution allows Ethereum to scale it suffers from the drawbacks of high cost and low throughput: at most, Ethereum can process 120 proofs per block.
A ZK verification layer is a decentralized network that verifies ZK proofs and reaches consensus on their validity. Several computers, each running the same verification code, obtain results regarding their validity; if the majority agree, it sends the result to Ethereum.
Using this strategy we can reduce costs, minimize latency, and increase throughput—all while maintaining high security and ensuring that verification results are valid. How? Using a network of computers (EigenLayer operators) which are secured by restaked ETH.
The operators run the verification code in Rust (or other high-level languages) on bare metal, rather than in solidity within the EVM. This makes verification much faster, avoids gas constraints, and lets us leverage parallelization.
To attest to the validity of the proofs, the operators sign messages with BLS signatures. The signatures can be combined and verified on Ethereum. By batching N proofs together, we distribute this verification cost between them, thus significantly reducing costs. We can also reduce costs by performing recursive proof aggregation. Remember that we can use ZK to prove any computation, e.g., we can prove that we verified two proofs. The validity of the new proof implies that the original two proofs are correct. Using this strategy, we can compress N proofs into a single one, which is then verified on-chain. However, this process is computationally intensive and adds latency to the system. Aligned offers both solutions to developers to reduce verification costs: we can verify proofs using the decentralized network of verifiers (fast mode) or recursively aggregate proofs into a single one and have it verified on Ethereum (aggregation mode). The cost of proof verification using Aligned is C = (C_task + C_verification)/N + C_read.

This means that the cost for task creation and signature verification are amortized between N proofs, plus the cost of querying the result on-chain. Aligned is a critical new piece of the modular stack. We have offloaded execution to rollups, data availability to DA layers, and now: verification to Aligned. Low cost, high throughput, and low latency verification is needed for widespread ZK adoption and for Ethereum to scale. Aligned is to ZK verification what broadband was to the internet. And Aligned is not just limited to ZK proofs! We will also verify attestations made by trusted execution environments (TEEs), giving developers more options for building provable applications. The flow for Aligned using fast mode is:
You have a proof you want to verify
You send it to the task batcher using the CLI or SDK
The batcher builds a Merkle tree with several proofs, creates a task in Ethereum, and saves the data to a data service
The operators get the new task, download the proofs, and run the verification. If everything is correct, they sign a message with the root of the tree and send it to the aggregator
The aggregator checks for quorum, aggregates the signatures, and posts it to Ethereum
Ethereum checks the signature and updates the state of the batch
You can now query the result on Ethereum and use it! (e.g. in a smart contract)
Aligned’s architecture looks like this:

We know the future of the internet is going to be provable and we want to ensure its integrity by enabling fast and cheap verification. Aligned is the integrity layer for Ethereum and for the entire internet.
Stay tuned: 🐦 Twitter | 🗨️ Telegram | 👾 Discord | 🌐 Website | 🌌 Galxe | 📝 Manifesto
Aligned is a ZK verification layer for Ethereum. But what does a ZK verification layer do? Why is it needed? Read on to find out!
Ethereum is achieving scalability through a rollup-centric roadmap. There are two types of rollups: optimistic and ZK. Basically, we move execution to rollups, which inherit security from Ethereum. Rollups submit batches of transactions (txns) to Ethereum for finality. ZK-rollups rely on ZK proofs (more precisely, integrity or validity proofs). ZK proofs allow us to more efficiently show correct computation (blockchain state change) without requiring all nodes (validators) in the network to re-execute all transactions.
ZK-rollups generate proofs for many processed txns and submit them to Ethereum, where the nodes verify the proofs. While this solution allows Ethereum to scale it suffers from the drawbacks of high cost and low throughput: at most, Ethereum can process 120 proofs per block.
A ZK verification layer is a decentralized network that verifies ZK proofs and reaches consensus on their validity. Several computers, each running the same verification code, obtain results regarding their validity; if the majority agree, it sends the result to Ethereum.
Using this strategy we can reduce costs, minimize latency, and increase throughput—all while maintaining high security and ensuring that verification results are valid. How? Using a network of computers (EigenLayer operators) which are secured by restaked ETH.
The operators run the verification code in Rust (or other high-level languages) on bare metal, rather than in solidity within the EVM. This makes verification much faster, avoids gas constraints, and lets us leverage parallelization.
To attest to the validity of the proofs, the operators sign messages with BLS signatures. The signatures can be combined and verified on Ethereum. By batching N proofs together, we distribute this verification cost between them, thus significantly reducing costs. We can also reduce costs by performing recursive proof aggregation. Remember that we can use ZK to prove any computation, e.g., we can prove that we verified two proofs. The validity of the new proof implies that the original two proofs are correct. Using this strategy, we can compress N proofs into a single one, which is then verified on-chain. However, this process is computationally intensive and adds latency to the system. Aligned offers both solutions to developers to reduce verification costs: we can verify proofs using the decentralized network of verifiers (fast mode) or recursively aggregate proofs into a single one and have it verified on Ethereum (aggregation mode). The cost of proof verification using Aligned is C = (C_task + C_verification)/N + C_read.

This means that the cost for task creation and signature verification are amortized between N proofs, plus the cost of querying the result on-chain. Aligned is a critical new piece of the modular stack. We have offloaded execution to rollups, data availability to DA layers, and now: verification to Aligned. Low cost, high throughput, and low latency verification is needed for widespread ZK adoption and for Ethereum to scale. Aligned is to ZK verification what broadband was to the internet. And Aligned is not just limited to ZK proofs! We will also verify attestations made by trusted execution environments (TEEs), giving developers more options for building provable applications. The flow for Aligned using fast mode is:
You have a proof you want to verify
You send it to the task batcher using the CLI or SDK
The batcher builds a Merkle tree with several proofs, creates a task in Ethereum, and saves the data to a data service
The operators get the new task, download the proofs, and run the verification. If everything is correct, they sign a message with the root of the tree and send it to the aggregator
The aggregator checks for quorum, aggregates the signatures, and posts it to Ethereum
Ethereum checks the signature and updates the state of the batch
You can now query the result on Ethereum and use it! (e.g. in a smart contract)
Aligned’s architecture looks like this:

We know the future of the internet is going to be provable and we want to ensure its integrity by enabling fast and cheap verification. Aligned is the integrity layer for Ethereum and for the entire internet.
Stay tuned: 🐦 Twitter | 🗨️ Telegram | 👾 Discord | 🌐 Website | 🌌 Galxe | 📝 Manifesto
No activity yet