Vaulta Guides
  • User Guides
    • Getting Started on Vaulta
      • Wallet and Account Setup
      • Get Vaulta Token
      • Staking
      • Unstaking and Claiming Rewards
      • Manage Resources (CPU/ NET)
      • Buy/ Sell RAM
      • Manage Account Permissions
      • Swap EOS to A
    • Vaulta EVM
      • Connecting to Vaulta EVM
      • Bridge to Vaulta EVM
    • Support
      • FAQs
        • Staking FAQ
        • Vaulta
      • Archive
        • Accessing ERC-20 EOS
  • Vaulta Token
    • Token Overview
    • Tokenomics
    • Staking
  • Networks
    • Vaulta Documentation
    • Vaulta Native
      • Savanna Consensus
    • Vaulta EVM
    • Network Resources
    • Vaulta RAM
      • Wrapped RAM
      • RAMS DAO
    • Network Stewards
  • Accounts
    • Vaulta Native Accounts
      • Account Permissions
      • System Accounts
      • Smart Contract Account
  • Node Operators
    • Block Producers
    • DPoS Consensus
    • Want to Become a Node Operator? Get Started Here.
  • Resources
    • Directory
    • Vaulta Brand Guidelines
    • Vaulta Portal
    • Vaulta Community (Telegram)
    • Vaulta (X)
  • Security & Staying Safe
    • Staying Safe
    • Common Scams to Avoid
    • Account Security Best Practices
    • Disclaimer
Powered by GitBook
On this page
  • Use Trusted Wallets
  • Use Custom Permissions for dApps
  • Use Multi-Signature (Multisig) for High-Value Accounts
  • Audit Contract Authorizations
  • Keep owner Key Offline
  1. Security & Staying Safe

Account Security Best Practices

PreviousCommon Scams to AvoidNextDisclaimer

Last updated 9 days ago

Use Trusted Wallets

  • Use wallets like Anchor, TokenPocket or Vaulta Wallet

  • Always review transaction permissions before approving

Use Custom Permissions for dApps

  • Avoid giving dApps your full active permission

  • Use custom named permissions tied only to specific contracts and actions

  • This limits the damage if a contract is compromised

Use Multi-Signature (Multisig) for High-Value Accounts

  • For organizations or treasuries, require 2 or more keys to approve actions

  • Use the eosio.msig contract for multi-sig governance

Audit Contract Authorizations

  • Use block explorers like to view:

    • Which contracts have eosio.code permission

    • Which keys or contracts can act on your behalf

Keep owner Key Offline

  • Generate and store your owner key cold (offline)—preferably on a hardware wallet or air-gapped device

  • Only use it to:

    • Rotate keys

    • Recover access if your active key is compromised

Unicove