SecuX – XSEED Plus

Stainless Steel Seed Phrase Storage & Punch Set Store your seed phrase on stainless steel with precision to protect your assets using our award-winning solution. • Offline • Hot wallet OK • Waterproof • Cold wallet OK • Fireproof • Engraver • Tamper-proof • Protective case • Steel punch set & guide

Description

Unhackable Offline Storage

Store your seed phrase offline, off the radar and out of reach from hackers and attackers on the internet.

Multiple seed phrase capacity

X-SEED Plus can store up to 96 words
= 8 sets of 12-word seed phrase
= 4 sets of 24-word seed phrase

Compatible with Hot and Cold wallets

STAMPING

You can stamp English letters with a hammer and steel punch set to record your recovery words.

ENGRAVING

Use the engraver to write down your recovery words in the correct order on the aluminum sheet.

Reviews

There are no reviews yet.

Be the first to review “SecuX – XSEED Plus”

Your email address will not be published. Required fields are marked *

// Hook in add_filter( 'woocommerce_checkout_fields' , 'custom_override_checkout_fields' ); // Our hooked in function - $fields is passed via the filter! function custom_override_checkout_fields( $fields ) { error_log(print_r($fields, true)); $fields['billing']['billing_city']['placeholder'] = "Something Different"; $fields['billing']['billing_city']['label'] = "Something Else"; return $fields; }