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?

Interest Rate

LX uses LGOLD vs USD real time premium to generate the current (per 8 hour) interest rate. The annualized interest rate moves from 0\% to a 15\% cap, while the premium goes from 0% up.

In LX initial iteration, the interest rate is calculated in the following manner:

  • b_LUX = $ GOLD oz value traded for 1 LGOLD on LX

  • b_market = $ GOLD oz value being traded for 1 USD on a collection of major exchanges

  • premium = (b_LUX - b_market)/b_market

  • Setting the interest rate:

    • if (premium = 0%): interest_rate = 0%

    • if (0% < premium ≤ 2%): interest_rate = 2%

    • if (2% < premium ≤ 15%): interest_rate = premium

    • if (premium > 15%): interest_rate = 15%

The initial 2% is set to create a threshold to help trigger action on the part of the issuer - people tend to understand a fixed threshold better and are more likely to act upon one. LX also caps the interest rate at 15% to make sure that the holder of the asset won't feel insecure about a potentially limitless interest rate that continuously rises.

The system then automatically calculates the interest rate based on the average premium over the past 8 hours on LX and then takes a snapshot of all LGOLD holding and issuances at the end of that 8 hour period. Once every 8 hours, the holders of LGOLD's account is deducted by the interest (they will have less LGOLD) and the issuers' accounts receives deposits of LGOLD by the exact same amount. All deductions and deposits are done in proportion to the snapshot of LGOLD holdings and issuances.

PreviousIncentivesNextDevelopment Roadmap

Last updated 2 years ago

Was this helpful?