> For the complete documentation index, see [llms.txt](https://demo.nebra.one/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://demo.nebra.one/what-is-nebra-upa.md).

# What is NEBRA UPA?

## Submit a proof at [demo-app.nebra.one](http://demo-app.nebra.one)!

{% embed url="<https://www.youtube.com/watch?v=468eT6PRxO4>" %}

NEBRA's Universal Proof Aggregator (UPA) is our answer to the growing cost of on-chain ZK proof verification.

| Proof System | Gas Cost  | <p>FIAT Cost </p><p>(30 Gwei, 3000 USD ETH)</p> |
| ------------ | --------- | ----------------------------------------------- |
| Groth16      | 250,000   | 22.5 USD                                        |
| Halo2-KZG    | 400,000   | 36 USD                                          |
| STARK        | 1,500,000 | 105 USD                                         |

UPA *aggregates* proofs into batches, passing on the savings to you. The current release of UPA targets the popular proof system Groth16. Aggregating your proofs with UPA can save you up to 90% in verification costs!<br>

<figure><img src="/files/6cuMRHqnguBZwURquvy8" alt=""><figcaption></figcaption></figure>

## Throughput

We have used UPA to aggregate 1 million proofs in 36 hours. Check out the [contract here. ](https://sepolia.etherscan.io/address/0x98D2c8A4FDDC1bdCbC8A059081Bf1918316CAB6B)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://demo.nebra.one/what-is-nebra-upa.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
