Setting Up a Vault: No Seed Phrase, Distributed Control
We began by creating two vault configurations:
A Secure Vault using two devices (2-of-2 threshold) A Fast Vault using one device plus the Vultiserver co-signerNo seed phrase was generated during setup. Instead, each device created a unique vault share. These shares act as encrypted fragments of signing authority and must be backed up individually as .vult files. During backup, vault shares are encrypted with the vault password before being exported for storage.
We also verified the vault-share backup process. Exporting shares to secure storage was straightforward, and the wallet clearly emphasizes the importance of preserving these backups. Re-importing a vault share onto a new device functioned as expected, confirming that vault-share backups serve as the primary recovery mechanism in the absence of a seed phrase.
The setup process felt deliberate but clear. In the Secure Vault configuration, both devices participated in creating the vault and its associated shares. In the Fast Vault configuration, the server served as a co-signer to streamline everyday use.
Transactions only executed after the required devices approved the request. In a 2-of-2 configuration, both devices were required to participate in the signing process before a transaction could be broadcast. This reflects the wallet’s threshold design, where no single device can independently authorize transactions.
Multi-Chain Asset Management in Practice
Receiving funds generated fresh addresses per chain with clear labeling. Network differentiation was consistent, helping reduce the risk of wrong-chain sends. Funds appeared promptly after confirmations on the respective networks.
We tested sending:
Small amounts Larger amounts Repeated transactions in quick successionTo observe behavior under heavier usage, we initiated multiple transactions back-to-back across different supported chains. The wallet handled these consecutive sends without creating inconsistent states. Address generation remained correct across all networks, and the signing flow remained predictable even during rapid transaction activity.
Fee estimation was visible prior to signing. The signing process required coordination across the participating devices before a transaction could be approved. Signing speed varied slightly depending on device responsiveness and network conditions but remained consistent throughout testing.
Slippage settings were visible, and swap details were presented before final approval. Multi-device co-signing was applied to swaps, just as it was to standard sends, reinforcing a consistent signing model across wallet actions.
Multi-Device Signing Under Stress
To test coordination reliability, we simulated several scenarios:
One device going offline mid-sign A device rejecting a transaction App backgrounding during the signing session Rapid sequential signing attemptsTo further evaluate coordination between devices, we initiated several signing requests in quick succession. Even under repeated signing prompts, devices synchronized reliably and did not produce stuck signing states or duplicate transactions.
Temporary network interruptions were also simulated during signing sessions. When connectivity was restored, the devices resumed the signing process without creating inconsistent transaction states.
When a device disconnected mid-session, the signing request simply remained incomplete until threshold participation was restored. There were no duplicate broadcasts or partial executions.
Recovery and Loss Scenarios
Recovery is a critical component of any self-custody wallet. We simulated two core scenarios.
Scenario 1: Loss of one device in a 2-of-3 vault
With the signing threshold still achievable, transactions continued to function normally.
Scenario 2: Loss of majority devices
We tested re-importing vault shares onto new devices. Recovery required access to the necessary threshold of backed-up shares.
From a usability perspective, the recovery flow followed a clear sequence of prompts guiding device reinitialization and vault reconstruction. The process reinforced the wallet’s security model while still allowing access to be restored when the required shares were available.
Plugin Marketplace and Recurring Buys
We explored the plugin marketplace, focusing on installation flow and permission clarity. Plugin activation was straightforward, and uninstalling required no complex steps.
The Recurring Buys plugin was tested by:
Setting up scheduled purchases Cancelling scheduled purchases Simulating failure conditionsExecution timing aligned with the configured schedule. Cancellation prevented further executions as expected.
We also observed how the plugin behaves when scheduled transactions cannot be completed, such as when insufficient funds are available. In these cases, the transaction simply failed without triggering repeated unintended purchases, and the wallet clearly communicated the outcome.
Permissions associated with plugins were surfaced within the transaction context, clarifying which actions the plugin requested.
Infrastructure and Signing Model
In Fast Vault mode, the Vultiserver acts as a co-signer to enable a one-device signing experience for everyday transactions. In Secure Vault mode, transaction authorization requires participation from multiple user-controlled devices.
This architecture allows users to choose between convenience and a higher degree of distributed control, while avoiding centralized key storage and the single point of failure associated with traditional seed-phrase wallets.
Final Assessment
The seedless, threshold-based design changes the typical mental model of wallet security. Instead of protecting a single recovery phrase, users manage distributed vault shares and device participation. This introduces additional procedural steps but distributes control across multiple devices.
For users prioritizing distributed authorization and multi-device coordination, Vultisig presents a structured approach to self-custody. Its multi-chain support, integrated swaps, plugin extensibility, and explicit recovery tooling combine to form a security-oriented wallet environment.
_________________________________________________________________________


















