Security level

As a blockchain-based application, safeguarding your data is always our highest priority. That’s why:

  1. All your data is stored locally on your computer and never sent to our servers, ensuring your privacy and security at all times.

  2. Unlike other applications, we do not offer data synchronization features with cloud services such as Google Drive or Amazon S3. All of your data remains securely stored on your own computer.

  3. We minimize all communication between our software and the external internet environment. Therefore:

    • Almost all features that require interaction with our server—such as account registration, subscription management, updating personal information, viewing payment history, and accessing sample scripts—are available exclusively on our web platform at https://cryptoauto.bot/.

    • All features of the desktop application remain fully functional even when your Wi-Fi is turned off.

    • However, since this is a paid application, we need to verify that your account has an active subscription before allowing you to log in. Once every hour, the software on your computer will send a single request to our server, including an access_token linked to your email, to confirm your subscription status via the API endpoint: https://api.cryptoauto.bot/graphql. This is the only request the software makes to our server.

Our servers do not store any information related to the local database on your computer.

Data encryption

To use features related to wallet extensions such as Metamask, Rabby, Phantom, Martian, or any functionality that requires direct interaction with a blockchain node, you will need your seed phrase, private key, and wallet address. You can securely store this sensitive information in your local database by using a Secret key (known only to you). Think of this Secret Code as a password, similar to the one you use to unlock your Metamask wallet. This Secret key is never stored anywhere—not even in your local database. Each time you want to view your wallet information, you will be asked to re-enter your Secret key.

All wallet data—including your seed phrase, private key, and wallet address—is encrypted using AES-256, one of the most secure encryption algorithms available today. As a result, even if someone were to steal the local database from your computer, they would not be able to access your seed phrase or private key information.

For example, your wallet information will be encrypted before being stored on your computer. To view your wallet details, you’ll need to enter your Secret key.

Your wallet information is securely encrypted.
You must enter your Secret Code to view wallet information.

Last updated