Aligned
S
e
c
u
r
i
t
y

Aligned has worked with the best firms in the industry to audit our codebase and will continue to do so. These audits help ensure that Aligned is secure and bulletproof. Read our audit reports below.

Verification Layer Audits

Aligned has been audited by multiple independent firms.

ERC20 Audits

Our ERC20 smart contracts have been audited by multiple independent firms.

Audit Competition

Our full codebase has undergone a public audit competition with Cantina.

Get Started With
A
l
i
g
n
e
d
Install Aligned to be Verifying Proofs In Just Five Minutes
curl -L https://raw.githubusercontent.com/yetanotherco/aligned_layer/main/batcher/aligned/install_aligned.sh | bash
Follow Our Newsletter for the Latest Aligned Updates
Is Aligned an Ethereum L2?
Is Aligned an Ethereum L2?

Aligned is related to Ethereum but is not an L2 since it does not produce blocks. It is a decentralized network of verifiers.

What is the throughput of Aligned?
What is the throughput of Aligned?

Aligned runs the verifier’s code natively. The verification time depends on the proof system, program run, and public input. Generally, most verifiers can be run in the order of ms on consumer-end hardware. We can optimize the code for speed and leverage parallelization by running it natively. Current testnet can verify more than 2500 proofs per second.

How does the throughput of Aligned compare with Ethereum?
How does the throughput of Aligned compare with Ethereum?

Ethereum runs on top of the EVM. Each block is limited to 30,000,000 gas. Since the most efficient proof systems take at least 250,000 gas, Ethereum can verify 120 proofs per block. Aligned runs the code natively and leverages parallelization, reaching 30,000 proofs in the same period.

Why do we need a ZK verification layer?
Why do we need a ZK verification layer?

Verifiable computation allows developers to build applications that help Ethereum scale or even create applications that were not possible before, with enhanced privacy properties. We believe the future of Ethereum will be shaped by zero-knowledge proofs and help it increase its capabilities.

Is Aligned an aggregation layer?
Is Aligned an aggregation layer?

Aligned provides proof aggregation as part of its aggregation mode, a feature shared with all aggregation layers. However, Aligned offers a unique fast mode designed to provide cheap and low-latency proof verification, leveraging the power of restaking. Aligned is a decentralized network designed to verify zero-knowledge proofs and uses recursive proof aggregation as one of its tools.

How does it compare to the Polygon aggregation layer?
How does it compare to the Polygon aggregation layer?

Aligned is just a network of decentralized verifiers renting security from Ethereum. On the other hand, the Polygon aggregation layer, in essence, is a rollup verifying multiple proofs. That is not the case for Aligned, which just executes a rust binary from different verifiers directly in multiple Ethereum validators.

What proof systems do you support?
What proof systems do you support?

Aligned is designed to support any proof system. Currently supported ones are Groth16 and Plonk (gnark), SP1 and Risc0.

Why do you have a fast mode and an aggregation mode?
Why do you have a fast mode and an aggregation mode?

The fast mode is designed to offer very cheap verification costs and low latency. It uses crypto-economic guarantees provided by restaking; costs can be as low as 2100 gas. The aggregation mode works with proof aggregation, with higher fees and latency, and achieves the complete security of Ethereum. We verify an aggregated BLS signature (around 113,000 gas) in the fast mode. We verify an aggregated proof (around 300,000 gas) in the aggregation mode.

Is Aligned open-source?
Is Aligned open-source?

Yes. You can check our repo and other frequently asked questions on our GitHub page below.