Contracts
This page is the official public registry of ATAMO mainnet contract addresses and verification references. All addresses listed here should be validated against verified blockchain records, signed release artifacts, and official repository references before interaction.
Registry principle
This page defines the official ATAMO contract registry for Ethereum Mainnet.
Contract interaction should rely only on addresses published through official ATAMO references and confirmed through public blockchain verification.
If any address conflicts with verified explorer data, signed release artifacts, deployment records, or the official repository, it should be treated as untrusted until resolved.
1. Official deployment registry
The addresses below are the official ATAMO Ethereum Mainnet deployment references. Reviewers should validate each entry against explorer verification, repository references, and signed release artifacts.
Timelock
Custodian Safe
TokenActionRecorder
ATMS Participation Vault
2. Verification references
Public verification sources
Release artifacts
3. Reviewer guidance
How users should verify
Users should verify the token proxy address, compare it with the official contract references, confirm explorer verification, and avoid relying on screenshots, social posts, or copied addresses from untrusted sources.
How exchanges and auditors should verify
Exchanges and auditors should validate proxy and implementation addresses, Timelock configuration, Safe configuration, repository references, release provenance, signed Git tag verification, and signed checksum manifest integrity.
Verification rule
If an address, contract role, or deployment reference does not match across the official site, verified blockchain records, signed release artifacts, and the official repository, interaction should stop until the mismatch is resolved.
4. Interaction guidance
- Use the SecureToken proxy address for primary token interaction
- Use implementation addresses for code verification and audit review, not as default user interaction targets
- Treat TokenActionRecorder and Timelock contracts as protocol infrastructure, not as standard token entry points
- Confirm Safe and Timelock references before evaluating administrative control claims
- Use the Participation Vault only for staking, proposal, support, and reward-related interactions
- Verify signed release artifacts before relying on downloaded deployment records
5. Deployment provenance
Deployment provenance should be validated through the official repository, signed Git tag, deployment manifest, full deployment records, deployment statement, checksum manifest, and signed checksum manifest.
These references exist to allow independent verification that published addresses and release data are consistent across official sources.
Recommended verification commands
git tag -v v1.0.0
gpg --verify releases/v1.0.0/SHA256SUMS.asc releases/v1.0.0/SHA256SUMS
sha256sum -c releases/v1.0.0/SHA256SUMS