Ternoa Safe
Last updated
Last updated
Ternoa SAFE is a multi-signature smart contract wallet that enables secure asset management and transaction approvals. Built on Ternoa zkEVM, SAFE ensures trustless, multi-party control over funds while providing robust security through smart contract verification and decentralized execution.
🔗 Contract Address & Verification:
Safe.sol –
SafeProxyFactory.sol –
MultiSend.sol –
MultiSendCallOnly.sol –
SafeL2.sol –
SignMessageLib.sol –
Use SafeProxyFactory to create a new multi-signature wallet.
Specify the list of signers and the required approval threshold.
Deposit funds into your SAFE wallet.
All transactions require multi-signature approval, reducing single-point failure risks.
Transactions must be signed by the required number of approved signers.
Use MultiSend and MultiSendCallOnly libraries to batch-process multiple transactions efficiently.
Utilize SignMessageLib to securely sign messages and verify signatures within the contract.
🟧 Multi-Signature Security – Transactions require multiple signers for execution. 🟧 Trustless Asset Management – No single party has unilateral control. 🟧 Smart Contract Verified – Fully audited, transparent, and accessible on-chain. 🟧 Batch Transactions – Save on gas fees using the MultiSend feature. 🟧 Seamless Integration – Works across Ternoa’s zkEVM Layer 2.