Separated authority
Sensitive actions are not intended to depend on a single unrestricted operational wallet. Authorization, scheduling, execution, and participation coordination are separated into distinct control layers.
This page defines ATAMO's security principles, disclosure process, monitoring model, and reviewer expectations. ATAMO treats security as a combination of contract design, administrative structure, public observability, operational discipline, signed releases, and responsible disclosure.
Structured through 2-of-3 Safe multisignature and Timelock execution
Controlled through delayed approval and observable Timelock execution path
Published through official security contact and PGP references
Public on-chain verification, event monitoring, and contract observability
This security policy applies to the ATAMO protocol, official smart contracts, administrative execution model, participation infrastructure, official documentation, release-verification artifacts, and official project web infrastructure.
Security review should include deployed contracts, contract verification, Safe configuration, Timelock-controlled administrative activity, official documentation, signed Git tags, signed checksum manifests, and public release references.
Sensitive actions are not intended to depend on a single unrestricted operational wallet. Authorization, scheduling, execution, and participation coordination are separated into distinct control layers.
Critical administrative actions follow a Timelock-controlled delay period before execution, creating a review window for observers.
Administrative actions and contract behavior should be verifiable through public blockchain data, verified contract source, official contract references, signed Git tags, and signed release artifacts.
ATAMO does not rely on false immutability claims. Where administrative powers exist, they are intended to be disclosed directly.
Hard restrictions such as supply enforcement should be defined in contract logic rather than only in policy language.
The official website is intended to remain simple and informational, reducing unnecessary attack surface.
ATAMO security is based on a structured administrative model rather than on the claim that no administrative authority exists.
Sensitive protocol actions are intended to pass through:
This model is designed to reduce single-actor control risk and keep sensitive actions visible before completion.
Sensitive authorization is controlled through the ATAMO Custodian Safe using a 2-of-3 threshold.
Sensitive operations should not execute instantly through the normal administrative path.
Reviewers should be able to monitor governance events, scheduled actions, execution history, vault events, and verification references.
| Component | Address | Security role |
|---|---|---|
| ATAMO Custodian Safe | 0xe3b72bdb899364ce86949746D31CCba5f384b949 | 2-of-3 multisignature governance root |
| Timelock Proxy | 0x2778BC96422AeD7D7Ac7CE21372Aa42c525A86B8 | Delayed governance execution layer |
| Timelock Implementation | 0xb0d8dc6a08Cb4F93a795c53867ac990C8ce4B0E0 | Current Timelock logic implementation |
| SecureToken Proxy | 0x38604c42c16e29BbFbc5479668453f18cB6cf335 | Canonical ATMS token proxy |
| SecureToken Implementation | 0xD0E06380aF1927c5d929625406d7E9896a80C09c | Current token logic implementation |
| TokenActionRecorder | 0xAA7152784479Ed53147A12514602968327c9965E | Governance-action metadata recorder |
| ATMSParticipationVault | 0x01273Ef57CE09C4Aa615E3bd95eF2b9DD54fd0E4 | Staking, proposal, support, and rewards layer |
ATAMO uses an upgradeable contract architecture. This means logic changes may remain possible through the defined administrative process.
Upgradeability is treated as controlled authority, not as hidden immutability.
ATAMO welcomes responsible private disclosure of potential vulnerabilities. Public disclosure should be avoided until the issue has been reviewed and, where appropriate, addressed.
Security reports should be sent to the official security contact.
Email: [email protected]
GitHub Security Advisory: Open private advisory form
Encrypted communication is supported through the official ATAMO PGP public key.
Security.txt: View security contact
PGP Key: View public key
PGP Fingerprint:
7FF6 8D4A 2A54 F8CC 8641 E880 A4C7 575F 79C4 E1AC
Compact fingerprint:
7FF68D4A2A54F8CC8641E880A4C7575F79C4E1AC
ATAMO attempts to review good-faith security reports and provide follow-up communication when reasonably possible.
Response timing may vary depending on severity, reproducibility, operational impact, and required remediation steps.
No fixed response time or bug bounty payment is guaranteed unless explicitly announced through official channels.
Security claims should be evaluated against verified contract source code, deployment addresses, Safe configuration, Timelock configuration, protocol-model documentation, admin-powers documentation, signed Git tags, signed checksum manifests, and public on-chain behavior.
ATAMO security is based on disclosed authority, structured execution, delayed governance, and public verifiability. It should not be interpreted as a claim that no administrative power exists.
Administrative activity should be monitored through the public blockchain, official contract references, source-code verification pages, signed Git tags, signed checksum manifests, and protocol documentation.
Reviewers, exchanges, and community members should validate sensitive changes against public on-chain evidence whenever possible.
ATAMO v1.0.0 release verification is based on a signed Git tag and a signed SHA256 checksum manifest.
Release directory:
releases/v1.0.0/
Primary release-integrity files:
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
ATAMO treats security disclosure and administrative transparency as part of the protocol's trust model. Where authority exists, it should be disclosed. Where claims are made, they should be verifiable. Where risk remains, it should not be hidden behind vague language.