LogoLogo
Exchange
Exchange
  • Introducing: LX
  • Main Features
    • Social Features
  • Reliability
  • High Liquidity
  • High Performance
  • Simple Trading
  • Diversity
  • Interoperability/Bridge
  • User Support
  • Transparency
  • Security
  • The Problem
    • Negative Consequences of Centralization
  • The Solution
    • Security Solutions as a Decentralized Exchange
  • LX: A Decentralized Social Trading Platform
    • Lux Exchange DAO
  • Decentralized Application
  • User Experience
    • Easy to use
  • Accounts, Wallets, and Keys
  • Authentication
  • Features
    • Hardware Wallets
  • Portfolios
  • Social Trading
  • People Based Portfolios
  • Copy Swaps
  • Trading Charts
  • Indicator Alarm Manager
  • Smart Search
  • Watchlist
  • Community Support
    • Decentralized community service
  • Rewarded Content Production/Trading Bots
  • Token Curated Customer Service
  • LX Architecture
    • LX Architecture Comparison
  • eToro
  • EtherDelta
  • 0x Protocol
  • LX
  • Lux Protocol
    • Lux as a Distributed Autonomous Organization (DAO)
  • Governance
  • Lux Consensus
  • Terminology
  • Election Triggers
  • Attacks
    • Tragedy of Commons
  • Collusion
  • Censorship
  • ASIC Attacks
  • Long Range Attacks
  • Treasury and Bounty
    • Budgeting
  • Bounty
  • Lux Tokenomics
  • Decentralized Liquidity Pool (DLP)
  • Market Maker Fees
  • LX C++ Application Programming Interface (API)
  • Permission Mapping
  • Permission Evaluation Applied to Copy Trading
  • Parallel Permission Evaluation
  • LX Key Capabilities
  • Atomic Swaps
  • Facilitating Liquidity
  • Exchange Traded Funds
  • Crypto-asset Custody for Gateways
  • Cold Wallet
  • Smart coins
  • Crypto-asset Volatility
  • Gold as Collateral
  • Incentives
  • Interest Rate
  • Development Roadmap
  • LUX Constitution and Ricardian Contracts
  • Lux Protocol
  • DEX Core Platform
  • DApp UI/UX
  • Hardware Wallet Integration
  • Quality Assurance
Powered by GitBook
On this page

Was this helpful?

  1. The Solution

Security Solutions as a Decentralized Exchange

PreviousNegative Consequences of CentralizationNextLux Exchange DAO

Last updated 2 years ago

Was this helpful?

Operating as a Decentralized Exchange (DEX) platform, LX addresses the problems of security vulnerabilities in centralized exchange models with private key storage and performance issues in current DEX platforms. This is achieved by securing the database within the Lux Network Infrastructure. The following strategies are implemented for maximum platform security and performance:

  • Critical Core functionality (e.g.: smart contracts, matching engine) is compiled into binary executables increasing computational speeds. Scripting languages (e.g.: JavaScript, Python) are restricted to non critical functionality (e.g.: UX, Social Features).

  • User Interface is enforced by mandatory multi factor (MFA) authentication.

  • SHA3, a quantum resistant hashing algorithm is used to secure and encrypt authenticated user data.

  • Industry proven Symmetric Cryptographic Algorithms protect network traffic.

  • Industry proven Public Key Infrastructure (PKI) algorithms authenticate users and blockchain nodes.

  • Assets are stored in Time-Delayed, Multisignature controlled accounts.

  • Benign Fill Techniques ensure key material is never stored or transmitted in an unprotected state and is never in the hands of humans in cleartext form.

  • Multisignature is used on hot wallets with several independent processes/servers double-checking all withdrawals.

  • Multisignature is required to whitelist accounts.

  • Hardware Wallets are required for all signing, even automated withdrawals.

https://eprint.iacr.org/2018/379.pdf