Mimir
  • Product Introduction
    • 💡Mimir Introduction
    • 💰Multisig Introduction
    • Proxy Introduction
  • 🪢Omni UX
    • 🔙Switch to Solo mode
    • 💬Address Format And Identity
  • Basic
    • 💳Accounts
      • Advanced - Nested Multisig
      • Advanced - Time Delayed Proxy
    • 📍Dapps
    • 🏧Transaction
  • Advanced
    • 👀Watchlist
    • 💼Batch
    • 🗣️Proposer
    • Call Template
    • 🏛️Multi-Sig Governance in Polkadot
    • 💹Participate Polkadot Native Staking
  • 📶Customize RPC
  • Step by step
    • 🟢Create Multisig
      • Create Nested Multisig
    • 🟢Create Proxy
      • Create Pure Proxy
    • 📥Import Multisig
    • 🛠️Initiate Transactions
    • ⚖️Manage Transactions
      • ⏳Manage Delayed Proxy Transactions
  • Safety
    • 🔍Call Data Verification
    • 🚛Transaction Simulation
  • 🛠️Developer
    • Batch API
    • 🖥️Mimir SDK
      • PolkadotJS App
      • Polkadot API(PAPI)
      • ReactiveDOT/DOTConnect
  • FAQs
    • ❓FAQs
Powered by GitBook
On this page
  1. Step by step

Initiate Transactions

PreviousImport MultisigNextManage Transactions

Last updated 6 months ago

When initiating a transaction, switch to the desired account. Transactions initiated in Mimir using the Extension Wallet, which interact via the extension and don't require approval, won't be detailed here.

The focus will be on initiating a transaction with a multisig account.

To illustrate, let's use a transfer transaction as an example.

  1. Ensure you've selected the multisig account you want to use for the transfer.

  2. Use the Transaction Dapp in the application to make the transfer. Enter the amount and recipient.

  1. Choose a local Extension Wallet that's a as the transaction initiator.

  2. If you don't want to execute immediately or have multiple transactions you want to bundle for execution, you can add them to the Cache.

The Multisig Pallet/Delayed Proxy requires funds to be locked during pending status. These funds are returned after the transaction succeeds or is canceled. It's $20 DOT on the Polkadot network and $0.2 KSM on the Kusama network.

After clicking 'confirm' and signing in the extension, the transaction initiation is complete.

🛠️