Governance & Contract Addresses
Multyr contracts are deployed on Arbitrum One. The system is currently in validation phase. Deposits are not open to the public. Behavior described on this page reflects the protocol's designed behavior; some mechanisms are active in shadow testing, others become active at public launch. See the Status page for details.
All addresses on this page are deployed on Arbitrum One (chain ID 42161), verified, and checksummed (EIP-55). Each address links to Arbiscan for independent verification. This page is the single source of truth — do not trust addresses obtained from any other source.
Governance Architecture
Multyr governance operates through four independent on-chain entities with separation of powers. No single entity has unilateral control.
Core
| Component | Address | Role |
|---|---|---|
| ROOT_TIMELOCK | 0x295C...2798 | Executes governance actions after 48h delay. All parameter changes pass through here. |
| SAFE_GOV (3 / 5) | 0x70ef...a326 | Proposes and executes changes. Owner of all Ownable contracts. |
| SAFE_GUARDIAN (1 / 1) | 0x7407...d677 | Emergency pause on all pausable contracts. Cannot unpause. Cannot transfer ownership. Cannot modify parameters. |
| SAFE_VETO (1 / 1) | 0xF0c1...f1D7 | Cancels pending governance actions and burn proposals during the timelock window. Cannot propose. |
Governance flow
SAFE_GOV → schedule() → ROOT_TIMELOCK (48h delay) → execute() → activation
↑
SAFE_VETO can cancel during delay window
Capital Safes
Three independent Safes hold protocol capital, separated by purpose.
| Safe | Address | Threshold | Holds |
|---|---|---|---|
Treasury Safe (SAFE_TREASURY) | 0x75f6...1314 | 3 / 5 | Protocol-owned capital. Will hold 75M MTRY at TGE. Receives portion of protocol fees. |
Operations Safe (SAFE_OPS) | 0x80C7...EABc | 2 / 3 | Operational expenses only (dev, infrastructure, audits, partnerships). Receives a portion of protocol fees and refills from Treasury Safe via governance proposal (SAFE_GOV + ROOT_TIMELOCK 48h). Does not hold user deposits. Does not hold token allocations. Does not hold audit bounty funds. |
Safety Reserve Safe (SAFE_SAFETY) | 0x8c85...4f2B | 2 / 3 | Limited loss-absorption buffer. Funded from protocol fees. Currently minimal balance (shadow testing phase). Not an insurance mechanism. |
Token Stack Contracts
Token stack contracts are not yet deployed. Deployment is scheduled for Token Generation Event (TGE) targeted Q4 2026.
Contracts to be deployed:
- MTRYToken (fixed-supply ERC-20, 300M)
- PreMTRYToken (capped 10M pretoken)
- PreMTRYSale
- PreMTRYClaim
- VestingManager
- GlobalUnlockController
- EcosystemEmissionController
All will be owned by SAFE_GOV with the same SAFE_GUARDIAN / SAFE_VETO architecture. Addresses will be published on this page upon deployment with verified source on Arbiscan.
Allocation Protocol Contracts
Allocation protocol contracts (Allocation Vault, Strategy Vaults, Router, Oracle, Fee Collector) are currently deployed on Arbitrum for shadow testing validation. Contract addresses remain private during shadow testing and will be published on this page at the start of whitelist beta (Phase 4).
Integrators preparing for Phase 4 can reach out to partnerships@multyr.fi for early access coordination.
Verification
Each address can be independently verified:
- On Arbiscan: visit the linked page for source code (where applicable), transaction history, and Safe configuration
- On Safe UI: visit
app.safe.global/arb1:[ADDRESS]to inspect multisig owners and threshold - On-chain: query
owner(),guardian(),veto()directly on contracts once deployed
Properties enforced on-chain
- All governance actions pass through ROOT_TIMELOCK (48h delay) before execution
- SAFE_VETO can cancel pending actions during the delay window
- SAFE_GUARDIAN can pause contracts instantly but cannot resume — resumption requires SAFE_GOV + timelock
- Treasury, Operations, and Safety Reserve Safes are segregated — no shared control path
- No single multisig can unilaterally move funds across Safes
- User exit paths (instant, queued, force withdrawal) remain available even if governance is paused