Liquidus Finance
  • Liquidus Finance
  • Overview
    • πŸ’‘The Vision
    • ✨Our Features
    • πŸ“œLitepaper
  • Liquidus Wallet App
    • πŸ“²Download Now
    • πŸ”’Create & Import A Wallet or Account
      • How to create a wallet in Liquidus
      • Import an existing wallet with Liquidus
      • Adding a new account, importing or switching accounts
      • Change the account name or color
    • πŸ‘£Wallet Basics
      • Receive tokens or find out your address
      • Send Tokens
      • Check your transaction history
      • The side menu and what to do there
        • Import a custom network
        • Import a custom token
    • πŸ“ˆTrack Your Holdings & Pools
      • Track the value of your crypto portfolio
      • Farm and pool details
    • πŸ”„Swap Tokens
      • Swapping tokens using the best exchange rates
      • Swap Settings
    • 🌊Manage Pools & Farms
      • Top Up a Farm or Pool
      • Check out the Liquidus Security Rating
      • Withdraw tokens from a farm or pool
      • Harvesting farms
    • πŸ’°Find the highest interest-paying farms
    • ⁉️Have problems or need to get help?
  • Liquidus Farm
    • πŸ‘¨β€πŸŒΎLIQ Yield Farming
    • πŸ’°How To Start Farming
    • ➑️Harvest & Withdraw
  • Technical Details
    • ℹ️Wallet and Infrastructure Security Features
    • πŸ”Wallet App Encryption & Security
    • ⛓️Smart Contracts
      • LIQ Token Contracts
      • Wallet App Contracts
        • KyberSwapLIQ.sol
        • LiquidusAutoLP.sol
        • LiquidusBoost.sol
        • LiquidusFeeEstimation.sol
      • Single Token Farm Contracts
      • Liquidity Pool Farm Contracts
      • Liquidus NFT Contracts
    • πŸ›‘οΈAudits
    • 🐞Bug Bounty
  • LIQ TOKEN
    • πŸ’§The Liquidus LIQ Token
    • πŸ”₯Buyback & Burning Mechanism
    • πŸ₯‡Premium Tiers
  • About Liquidus
    • πŸ§‘β€πŸ€β€πŸ§‘Community
    • 🏒The Liquidus Company
    • πŸ“©Liquidus Insider
    • πŸ›οΈLegal
Powered by GitBook
On this page
  1. Technical Details

Wallet and Infrastructure Security Features

PreviousHarvest & WithdrawNextWallet App Encryption & Security

Last updated 2 years ago

Wallet encryption features: There’s already an article on that describes how the app treats the seed phrase and private keys of users by applying top-notch cryptographic protocols, biometrics, and secure storage.

Lock manager with on-chain time lookup: The lock manager goes hand in hand with wallet encryption. It locks the wallet after a certain period of inactivity (currently set to two minutes). It also ensures that the number of valid authentication tries is limited to five such that the pin code cannot be brute-forced. One has to wait a couple of minutes before the next attempt can be made. And here comes the magic. Even changing the system time of the mobile phone does not reset the lock timer, as it does not rely on the system time but uses timing information from the blockchain. This is an outstanding security feature among crypto wallets, to the best of our knowledge, and is especially helpful in case you have lost your phone.

Communication to our backend is solely done via , according to industry best practices. We have configured our backend to allow only encrypted connections. That means no data is sent in plaintext to our backend servers which is especially important when handling sensitive data such as user names for the airdrop.

Automatic security updates by using GitHub : You all probably have heard of software security issues due to the use of outdated external software libraries. Indeed, managing all the dependencies that exist in modern software can be cumbersome. Dependabot is a GitHub feature that helps us alleviate this problem by raising automatic security alerts when it detects a vulnerable piece of external software that is used in one of our repositories.

Smart contract audits: All used smart contracts have been evaluated by the popular auditing service from Germany. All major findings have been fixed by our experienced smart contract developers. You can find the audit report along with the source code of the contracts in our public .

ℹ️
Dependabot
SOLIDproof
GitHub repository
Medium
HTTPS