> ## Documentation Index
> Fetch the complete documentation index at: https://docs.monad.xyz/llms.txt
> Use this file to discover all available pages before exploring further.

# Multisig Wallets

## Provider Summary

<Tabs>
  <Tab title="Mainnet">
    <div class="mintlify-table-wrapper">
      <table class="mintlify-table">
        <thead>
          <tr>
            <th>Wallet</th>
            <th>Status</th>
            <th>Contract addresses</th>
            <th>Other Features</th>
          </tr>
        </thead>

        <tbody>
          <tr>
            <td>[Safe](https://safe.global/wallet)</td>
            <td>✅</td>
            <td>See [contract addresses](https://github.com/monad-crypto/protocols/blob/main/mainnet/safe.jsonc)</td>

            <td />
          </tr>
        </tbody>
      </table>
    </div>

    *✅ = supported, ⌛️ = in progress, ❓ = unknown, ❌ = won't support*
  </Tab>

  <Tab title="Testnet">
    <div class="mintlify-table-wrapper">
      <table class="mintlify-table">
        <thead>
          <tr>
            <th>Wallet</th>
            <th>Status</th>
            <th>Other Features</th>
          </tr>
        </thead>

        <tbody>
          <tr>
            <td>[Safe](https://safe.global/wallet)</td>
            <td>✅</td>

            <td />
          </tr>
        </tbody>
      </table>
    </div>

    *✅ = supported, ⌛️ = in progress, ❓ = unknown, ❌ = won't support*
  </Tab>
</Tabs>

## Provider Details

### Safe Wallet

[Safe Wallet](https://safe.global/wallet) is a secure, non-custodial cryptocurrency wallet that
allows users to manage, store, and interact with digital assets like tokens and NFTs. It is built
on the Safe (formerly Gnosis Safe) smart contract infrastructure, offering advanced features like
multisig control, transaction batching, and custom permissions. Designed for both individuals and
organizations, Safe Wallet emphasizes security, transparency, and decentralized asset management.

Access Safe Wallet [here](https://safe.global/wallet).

<Tip>
  [safe-tx-hashes-util](https://github.com/pcaversaccio/safe-tx-hashes-util) is a tool for
  independently computing Safe transaction hashes based on transaction details from the
  Safe transaction service UI.

  [safe-tx-hashes-util](https://github.com/pcaversaccio/safe-tx-hashes-util) supports Monad.
</Tip>
