PSE Trusted Setup
      • Sharing URL Link copied
      • /edit
      • View mode
        • Edit mode
        • View mode
        • Book mode
        • Slide mode
        Edit mode View mode Book mode Slide mode
      • Customize slides
      • Note Permission
      • Read
        • Owners
        • Signed-in users
        • Everyone
        Owners Signed-in users Everyone
      • Write
        • Owners
        • Signed-in users
        • Everyone
        Owners Signed-in users Everyone
      • Engagement control Commenting, Suggest edit, Emoji Reply
      • Invitee
    • Publish Note

      Share your work with the world Congratulations! 🎉 Your note is out in the world Publish Note

      Your note will be visible on your profile and discoverable by anyone.
      Your note is now live.
      This note is visible on your profile and discoverable online.
      Everyone on the web can find and read all notes of this public team.
      See published notes
      Unpublish note
      Please check the box to agree to the Community Guidelines.
      View profile
    • Commenting
      Permission
      Disabled Forbidden Owners Signed-in users Everyone
    • Enable
    • Permission
      • Forbidden
      • Owners
      • Signed-in users
      • Everyone
    • Suggest edit
      Permission
      Disabled Forbidden Owners Signed-in users Everyone
    • Enable
    • Permission
      • Forbidden
      • Owners
      • Signed-in users
    • Emoji Reply
    • Enable
    • Versions and GitHub Sync
    • Note settings
    • Engagement control
    • Transfer ownership
    • Delete this note
    • Insert from template
    • Import from
      • Dropbox
      • Google Drive
      • Gist
      • Clipboard
    • Export to
      • Dropbox
      • Google Drive
      • Gist
    • Download
      • Markdown
      • HTML
      • Raw HTML
Menu Note settings Sharing URL Help
Menu
Options
Versions and GitHub Sync Engagement control Transfer ownership Delete this note
Import from
Dropbox Google Drive Gist Clipboard
Export to
Dropbox Google Drive Gist
Download
Markdown HTML Raw HTML
Back
Sharing URL Link copied
/edit
View mode
  • Edit mode
  • View mode
  • Book mode
  • Slide mode
Edit mode View mode Book mode Slide mode
Customize slides
Note Permission
Read
Owners
  • Owners
  • Signed-in users
  • Everyone
Owners Signed-in users Everyone
Write
Owners
  • Owners
  • Signed-in users
  • Everyone
Owners Signed-in users Everyone
Engagement control Commenting, Suggest edit, Emoji Reply
Invitee
Publish Note

Share your work with the world Congratulations! 🎉 Your note is out in the world Publish Note

Your note will be visible on your profile and discoverable by anyone.
Your note is now live.
This note is visible on your profile and discoverable online.
Everyone on the web can find and read all notes of this public team.
See published notes
Unpublish note
Please check the box to agree to the Community Guidelines.
View profile
Engagement control
Commenting
Permission
Disabled Forbidden Owners Signed-in users Everyone
Enable
Permission
  • Forbidden
  • Owners
  • Signed-in users
  • Everyone
Suggest edit
Permission
Disabled Forbidden Owners Signed-in users Everyone
Enable
Permission
  • Forbidden
  • Owners
  • Signed-in users
Emoji Reply
Enable
Import from Dropbox Google Drive Gist Clipboard
   owned this note    owned this note      
Published Linked with GitHub
17
Subscribed
  • Any changes
    Be notified of any changes
  • Mention me
    Be notified of mention me
  • Unsubscribe
Subscribe
# Verifying the KZG Ceremony Transcript Ethereum's KZG Ceremony has come to an end, and the result has been finalised. The response from contributors was astounding, but we have more to ask from the community. Verification of the ceremony transcript is something that anyone can do, and everyone who does the verification improves confidence in the ceremony result. The [ceremony contribution site](https://medium.com/r/?url=https%3A%2F%2Fceremony.ethereum.org%2F) has been adapted to allow verification of the transcript. A number of checks are performed, including an optional check of your own contribution, for those who verified their identity with an Ethereum address. The checks are discussed in detail below. In brief, the tests are to verify that the structure of the transcript is correct; that the cryptographic properties of the result are valid; and, optionally, signature checks on individual contributions. --- Click the 'Verify transcript' button to get started. ![](https://hackmd.io/_uploads/ryfdIbAZp.png) Before the search and verify functions can work, the full transcript will be downloaded to memory. It's a large file, so be patient while it downloads. Enter your Ethereum address if you wish to include the signature check for your contribution. Click 'Verify' to run the suite of checks. ![](https://hackmd.io/_uploads/B1nx_ZRbp.png) --- ## The Verification Checks ### Sanity Checks The structure of the file is checked. The transcript is provided in the form of a JSON document. The names of fields, and their hierarchy within the document, must correspond to the [specifications](https://medium.com/r/?url=https%3A%2F%2Fgithub.com%2Fethereum%2Fkzg-ceremony-specs). The file will contain four transcript sub-sections, one for each of the four separate powers of tau: 2¹², 2¹³, 2¹⁴, and 2¹⁵. This structure is verified, including a check that the number of points in each of the sub-sections is correct. ### Non-zero Contributions The end result of the ceremony is a product of the multiplication of the secrets for each of the 141,416 contributions. This is done in elliptic curve mathematics, so that those secrets remain unknown, but the result can be made public. Multiplying any number by zero yields zero, and it's the same in elliptic curve mathematics. So, if a contributor were to use a secret of zero, the result would cancel out all the prior contributions. Therefore, such contributions are disallowed. These cases will have been rejected by the sequencer at the time of submission, but repeating the checks here is a defence against this kind of attack elsewhere in the pipeline. ### Powers-of-Tau Cryptographic Checks The transcript contains a series of elliptic curve BLS12–381 points in both the G1 group and the G2 group. The points are 𝜏, raised to the power of each successive integer (hence, powers of tau), as a point in the group. The first part of this test will ensure that all points are valid points within the appropriate group. A requirement of the ceremony specification was that a different secret be used for each of the four sub-sections. This can be easily checked by comparing the 𝜏¹ elements to ensure they are all different. The powers of tau in the transcript must be two series of points: 𝜏ⁿ.𝓰₁ and 𝜏ⁿ.𝓰₂ with the exponent, n, increasing continuously from 0. A multi-scalar multiplication check will confirm this pattern. ### Transcript Hash The final transcript's SHA256 hash is `8ed1c73857e77ae98ea23e36cdcf828ccbf32b423fddc7480de658f9d116c848`. This was [publicly attested](https://x.com/CarlBeek/status/1694566774375698789?s=20) when the ceremony closed. This test will confirm a match with the hash of the transcript, as downloaded for verification.  ### Contribution Sequence This test looks at elements of the witness history, which records summary data for each contribution. The running product records 𝜏.𝓰₁. The public key records the secret used by the contributor as a G2 point. Now, the running product for contribution n, 𝜏ₙ = s.𝜏ₙ₋₁ So, the ratio between a running product value, 𝜏ₙ.𝓰₁ and its predecessor is the same as the ratio of the public key (s. 𝓰₂) to 𝓰₂. Bilinear pairings enable us to verify that those ratios are equal without ever knowing the value of the secret (s), which, of course, has been discarded. ### ECDSA Signature Those contributors who signed in with an Ethereum address may have provided their contribution with the optional ECDSA signature. This signature guarantees that the contribution was provided by the keyholder for that address. An ECDSA signature check will confirm that the contributor's address matches that of the signer.  The message signed with this signature is an EIP-712 data structure that includes the four public keys for the contribution. --- Some of these computations take some time to complete. Your participation in verifying the transcript is valuable in ensuring the integrity of the KZG ceremony. Your patience will not go unrewarded. A POAP may be claimed by those who complete the process. You can also send a tweet about your participation. Thanks to all participants for helping to make Ethereum greater.

Import from clipboard

Paste your markdown or webpage here...

Advanced permission required

Your current role can only read. Ask the system administrator to acquire write and comment permission.

This team is disabled

Sorry, this team is disabled. You can't edit this note.

This note is locked

Sorry, only owner can edit this note.

Reach the limit

Sorry, you've reached the max length this note can be.
Please reduce the content or divide it to more notes, thank you!

Import from Gist

Import from Snippet

or

Export to Snippet

Are you sure?

Do you really want to delete this note?
All users will lose their connection.

Create a note from template

Create a note from template

Oops...
This template has been removed or transferred.
Upgrade
All
  • All
  • Team
No template.

Create a template

Upgrade

Delete template

Do you really want to delete this template?
Turn this template into a regular note and keep its content, versions, and comments.

This page need refresh

You have an incompatible client version.
Refresh to update.
New version available!
See releases notes here
Refresh to enjoy new features.
Your user state has changed.
Refresh to load new user state.

Sign in

Forgot password

or

By clicking below, you agree to our terms of service.

Sign in via Facebook Sign in via Twitter Sign in via GitHub Sign in via Dropbox Sign in with Wallet
Wallet ( )
Connect another wallet

New to HackMD? Sign up

Help

  • English
  • 中文
  • Français
  • Deutsch
  • 日本語
  • Español
  • Català
  • Ελληνικά
  • Português
  • italiano
  • Türkçe
  • Русский
  • Nederlands
  • hrvatski jezik
  • język polski
  • Українська
  • हिन्दी
  • svenska
  • Esperanto
  • dansk

Documents

Help & Tutorial

How to use Book mode

Slide Example

API Docs

Edit in VSCode

Install browser extension

Contacts

Feedback

Discord

Send us email

Resources

Releases

Pricing

Blog

Policy

Terms

Privacy

Cheatsheet

Syntax Example Reference
# Header Header 基本排版
- Unordered List
  • Unordered List
1. Ordered List
  1. Ordered List
- [ ] Todo List
  • Todo List
> Blockquote
Blockquote
**Bold font** Bold font
*Italics font* Italics font
~~Strikethrough~~ Strikethrough
19^th^ 19th
H~2~O H2O
++Inserted text++ Inserted text
==Marked text== Marked text
[link text](https:// "title") Link
![image alt](https:// "title") Image
`Code` Code 在筆記中貼入程式碼
```javascript
var i = 0;
```
var i = 0;
:smile: :smile: Emoji list
{%youtube youtube_id %} Externals
$L^aT_eX$ LaTeX
:::info
This is a alert area.
:::

This is a alert area.

Versions and GitHub Sync
Get Full History Access

  • Edit version name
  • Delete

revision author avatar     named on  

More Less

Note content is identical to the latest version.
Compare
    Choose a version
    No search result
    Version not found
Sign in to link this note to GitHub
Learn more
This note is not linked with GitHub
 

Feedback

Submission failed, please try again

Thanks for your support.

On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?

Please give us some advice and help us improve HackMD.

 

Thanks for your feedback

Remove version name

Do you want to remove this version name and description?

Transfer ownership

Transfer to
    Warning: is a public team. If you transfer note to this team, everyone on the web can find and read this note.

      Link with GitHub

      Please authorize HackMD on GitHub
      • Please sign in to GitHub and install the HackMD app on your GitHub repo.
      • HackMD links with GitHub through a GitHub App. You can choose which repo to install our App.
      Learn more  Sign in to GitHub

      Push the note to GitHub Push to GitHub Pull a file from GitHub

        Authorize again
       

      Choose which file to push to

      Select repo
      Refresh Authorize more repos
      Select branch
      Select file
      Select branch
      Choose version(s) to push
      • Save a new version and push
      • Choose from existing versions
      Include title and tags
      Available push count

      Pull from GitHub

       
      File from GitHub
      File from HackMD

      GitHub Link Settings

      File linked

      Linked by
      File path
      Last synced branch
      Available push count

      Danger Zone

      Unlink
      You will no longer receive notification when GitHub file changes after unlink.

      Syncing

      Push failed

      Push successfully