Live Status
0 attempts thwarted
🔒 Loading...
Balance
Primary Address
Timelock
Revocation ID
Recovery ID
Private Key — Yes, it’s real
Import it into any Verus wallet. Scan the QR with Verus Mobile.
Event Log
Waiting for data...
Try It Yourself

Import the private key and try to move the funds. The identity is locked — even with the key, the blockchain rejects the transaction.

1. Import the private key

Scan the QR code with Verus Mobile, or run this in the CLI:

// Import the exposed private key
./verus importprivkey "loading..."
2. Try to unlock
// You can unlock, but a timelock countdown starts
// Our monitor will revoke before it expires
// Source the fee from the vault's R-address
./verus updateidentity '{"name":"vault","parent":"i7ekXxHYzXW7uAfu5BtWZhd1MjXcWU5Rn3","flags":0}'

If you somehow get the funds out, they're yours. Watch the event log above — the monitor will detect the unlock and revoke within minutes.

How VerusID Vault Works

Every VerusID has built-in vault security that doesn't exist in any other blockchain. Three separate authorities control different aspects of the identity:

Primary Key
Can transact when unlocked. Cannot change authorities. This is the key we expose publicly.
Revocation Authority
Can lock/unlock the identity. Used to freeze funds if the primary key is compromised. Separate identity with its own key.
Recovery Authority
Can change the primary address. Used to rotate keys after a compromise. Also a separate identity with its own key.

Locking — When locked (flags=2), no funds can move from the identity. The blockchain itself rejects transactions, not a server or smart contract. Even with the private key, you cannot spend.

Timelock — When unlocking, a countdown starts. Funds only become spendable after the timelock expires. This gives the revocation authority time to detect and re-lock.

Recovery — After revoking, the recovery authority generates a new primary address. The old key becomes permanently useless. No other blockchain can do this.

No smart contract — This is protocol-level security, built into every VerusID. It works the same on mainnet, testnet, and every PBaaS chain.