โณ
TIME Holder
  • Introduction
    • โณTIME Holder
    • ๐ŸคจWhy use
    • ๐Ÿ“ฆAsset Box
    • ๐Ÿ”’Asset Locker
    • ๐Ÿ‘›Contract Wallet
  • App guide
    • ๐ŸŽCreate Asset Box
    • ๐Ÿ”’Create Asset Locker
    • ๐Ÿ”Unlock Asset Locker
    • ๐ŸฆDeposit Assets
    • ๐ŸงWithdraw Assets
    • ๐Ÿ’‚Transfer Guardianship
    • ๐Ÿ‘‘Transfer Ownership
  • Tokenomics
    • ๐Ÿช™Token Introduction
    • ๐Ÿ’ตToken Presale
    • โš–๏ธToken Trading
  • Extras
    • ๐Ÿ“‘Contracts
    • โ“FAQ
    • โ—Exception
    • ๐ŸŒWebsite
    • ๐Ÿ‘ฉโ€๐Ÿ’ปGitHub
    • โœ–๏ธ๐•
Powered by GitBook
On this page
  1. Introduction

Asset Box

๐Ÿš€ An Ethereum EVM smart contract wallet is designed to enhance security by isolating commonly used assets from the hot wallet, thereby reducing the risk of asset theft.

PreviousWhy useNextAsset Locker

Last updated 1 year ago

๐Ÿ‘‰

๐Ÿ’ก Our Solutions

  • โœ… EVM Wallet: Create a Contract Wallet that only the user owns. This wallet can hold assets, including ETH, ERC20, ERC721, and ERC1155.

  • โœ… Flexibility: Compared to the independent authorization of Cold Wallet, the control of Contract Wallet still resides in your Hot Wallet. Therefore, assets stored in Contract Wallet are more flexible. You don't have to frequently transfer assets in and out of Cold Wallet, to balance asset security and DeFi interactions.

  • โœ… Privacy: Since the Contract Wallet is essentially separate from the user's Hot Wallet, it is not easy to be discovered, and it is difficult for hackers to directly observe its existence through the user's Hot Wallet. This means that even if the user's Hot Wallet private key is compromised, hackers cannot immediately detect the presence of the Contract Wallet and steal assets, unless they scan the records of all transaction addresses and can find the Contract Wallet. However, this also buys time for users to transfer the ownership of the Contract Wallet.

  • โœ… Security: Users' Hot Wallet should not hold too many assets; long-term reserve assets should be stored in Cold Wallet, while DeFi assets that require frequent interaction should be kept in Contract Wallet. When users navigate through the vast ocean of Web3 applications, it's inevitable that they might mistakenly authorize some phishing programs, leading to the loss of assets in their Hot Wallet. Therefore, diversifying assets between Cold Wallet and Contract Wallet is currently the safest practice to avoid risks.

  • โœ… Extensibility: When users wish to interact with other smart contracts within the Ethereum ecosystem, they don't need to withdraw their assets. Instead, they can interact directly with other smart contracts through the Contract Wallet, avoiding frequent asset transfers between the Hot Wallet and the Contract Wallet.

๐Ÿ“ฆ
GitHub
Ethereum EVM