TERNOA Documentation
Learn Build
  • What is Ternoa Chain ?
  • SPECS
    • Polygon CDK zkEVM
    • Polygon AggLayer
    • Avail DA
    • Trusted Execution Environments 
  • BUILD
    • Wallets
    • RPC
    • API
    • Explorer
  • Tools
    • Staking
    • Ternoa Safe
    • TIP
  • Community
    • Ternoa.com
    • Github
    • Discord
    • Twitter
    • Medium
Powered by GitBook
On this page
  • What is Ternoa SAFE?
  • How to Use Ternoa SAFE
  • Why Use Ternoa SAFE?
  1. Tools

Ternoa Safe

PreviousStakingNextTIP

Last updated 2 months ago

What is Ternoa SAFE?

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 –

How to Use Ternoa SAFE

1️⃣ Deploy Your Multi-Sig Wallet

  • Use SafeProxyFactory to create a new multi-signature wallet.

  • Specify the list of signers and the required approval threshold.

2️⃣ Securely Store & Manage Assets

  • Deposit funds into your SAFE wallet.

  • All transactions require multi-signature approval, reducing single-point failure risks.

3️⃣ Execute Multi-Sig Transactions

  • Transactions must be signed by the required number of approved signers.

  • Use MultiSend and MultiSendCallOnly libraries to batch-process multiple transactions efficiently.

4️⃣ Sign & Verify Messages

  • Utilize SignMessageLib to securely sign messages and verify signatures within the contract.

Why Use Ternoa SAFE?

🟧 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.

View Contract
View Contract
View Contract
View Contract
View Contract
View Contract