Multisig Wallets (Den)
Den is the multisig wallet interface for Horizen Chain. It is a self-custodial, multi-signature wallet built on top of Safe contracts — the most widely audited and trusted smart contract wallet infrastructure in the EVM ecosystem, securing billions in assets across hundreds of protocols.
Den is available for Horizen at: https://safe.horizen.io/welcome
With Den on Horizen you can:
- Create and manage new Safe multisig wallets on Horizen Chain
- Import and use existing Safe wallets
- Create, simulate, and execute transactions
- Batch multiple transactions into a single execution
- Manage signers and approval thresholds
Creating a New Multisig Wallet
- Go to
https://safe.horizen.io/welcomeand connect your wallet - Click Create new Safe
- Give your Safe a name
- Add the signer addresses and set the required approval threshold (e.g. 2-of-3)
- Review the setup and deploy — this submits a contract deployment transaction on Horizen
- Once confirmed, your multisig is live and ready to use
Full guide: docs.onchainden.com/set-up-den/creating-and-managing-safes
Using an Existing Safe
If you already have a Safe deployed on another EVM network, you can import it into Den on Horizen using the same address (EVM addresses are consistent across chains).
Guide: docs.onchainden.com/set-up-den/using-existing-safes
Creating Transactions
- Open your Safe in Den at
https://safe.horizen.io - Click New Transaction
- Choose the transaction type: send assets, contract interaction, or raw transaction
- Fill in the details and click Create
- Share with co-signers — each required signer approves via their wallet
- Once the threshold is reached, any signer can execute the transaction on-chain
Guide: docs.onchainden.com/creating-transactions/getting-started
Simulating Transactions
Before executing a multisig transaction on-chain, Den lets you simulate it to preview exactly what state changes will occur — token transfers, contract state changes, and any potential reverts — without spending gas.
Guide: docs.onchainden.com/creating-transactions/simulations
Batching Transactions
Den supports batching multiple transactions into a single on-chain execution. This is particularly useful for DeFi operations (e.g. approve + swap in one step) or protocol management actions that need to be atomic.
Guide: docs.onchainden.com/creating-transactions/batching
Reference Links
| Resource | URL |
|---|---|
| Den on Horizen | https://safe.horizen.io/welcome |
| Den Documentation | https://docs.onchainden.com |
| Create & Manage Safes | https://docs.onchainden.com/set-up-den/creating-and-managing-safes |
| Using Existing Safes | https://docs.onchainden.com/set-up-den/using-existing-safes |
| Creating Transactions | https://docs.onchainden.com/creating-transactions/getting-started |
| Simulating Transactions | https://docs.onchainden.com/creating-transactions/simulations |
| Batching Transactions | https://docs.onchainden.com/creating-transactions/batching |