About
A
l
i
g
n
e
d
The Aligned Mission

Aligned is creating the foundation for a trustless, verifiable internet. Our vertically integrated stack empowers developers to build applications across finance, AI, and other sectors with one-click solutions for wallets, rollups, and zero-knowledge services on Ethereum. We’re focused on enabling provable execution in a world where institutional trust is increasingly fragile.

By providing the tools for trust to be integrated into every layer of application infrastructure, we’re enabling developers to create verifiable systems that can be trusted across a wide range of use cases. Aligned is here to enable a future where trust is not assumed, but proven by design.

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?

No. Aligned is a vertically integrated stack for building applications on a verifiable internet. However, our stack offers one-click solutions for rollups, as well as wallets, and several ZK services.

What products or services does Aligned offer?
What products or services does Aligned offer?

Aligned suite of products and services includes: ZK Verification Layer (Proof Verification Layer and Proof Aggregation Service), Rollup-as-a-Service Platform, Meta-Proving Services, Interoperability Protocol, and Wallet-as-a-Service infrastructure.

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.

What is the throughput of Aligned’s Proof Verification Layer?
What is the throughput of Aligned’s Proof Verification Layer?

Aligned’s Proof Verification Layer 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’s Proof Verification Layer compare with Ethereum?
How does the throughput of Aligned’s Proof Verification Layer 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.

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

Aligned provides proof aggregation as part of its Proof Aggregation Service, a feature shared with all aggregation layers. However, Aligned offers a unique Proof Verification Layer designed to provide cheap and low-latency proof verification, secured by restaked ETH.

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

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

Why do you have a Proof Verification Layer and a Proof Aggregation Service?
Why do you have a Proof Verification Layer and a Proof Aggregation Service?

The Proof Verification Layer 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 Proof Aggregation Service uses recursive proof aggregation, achieving the complete security of Ethereum, but with slightly higher fees and latency. We verify an aggregated BLS signature (around 113,000 gas) in our Proof Verification Layer. We verify an aggregated proof (around 300,000 gas) in our Proof Aggregation Service. Together, these two services form our ZK verification layer which offers developers different options for reducing proof verification costs on Ethereum, depending on their scale and security requirements.

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

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