Releases
Public protocol and client releases are signed and published on GitHub.
Verify a release
- Download the release tree or tarball from Aegis-Finance/Aegis.
- Check
CHECKSUMS.sha256against files on disk. - Verify
CHECKSUMS.sha256.sigwithRELEASE_SIGNING_KEY.pem(Ed25519). - Match contract addresses in the app to the addresses listed in the release manifest for Sonic mainnet.
What releases contain
- Protocol contracts and circuits (auditor-facing)
- Client applications (web app, token sale, docs, landing)
- Published contract addresses and verifier bundles for Sonic mainnet
Cadence
Releases follow mainnet deployments and security fixes — not arbitrary marketing dates.
WARNING
Do not trust unsigned ZIP files or forked repos without signature verification.