Injera
  • Injera Overview
  • Tokenomics & Vesting Schedule
  • 📚Guides
    • Learn to Mint USDi
    • How to Redeem USDi
    • How to Stake USDi
    • How to Refer
  • 💡Solutions Overview
    • USDi Overview
      • Delta-Neutral Stability
      • Delta-Neutral Examples
      • Scalability
      • Maintaining Delta-Neutral Stability
    • Yield Explanation
      • Yield Mechanism Explanation
    • Underlying Derivatives
      • Futures vs Perpetuals
      • Inverse vs Linear Contracts
      • Basis Spread
    • Peg Arbitrage Mechanism
    • Portfolio Scenario Analysis
  • 🔒Collateral Custody & Security
    • Overview
      • Off-Exchange Settlement in detail
    • Flow Of Funds
  • 🏦Injera Money Market
    • Collateralized Debt Positions
    • Supplying & Borrowing
    • Interest Rates
    • Risk Parameters
    • Liquidations
    • Fees
    • Oracles
  • 📔Resources
    • Contract addresses
  • Injera Website
  • Injera Money Market
  • Injera Twitter
Powered by GitBook
On this page
  • Context
  • Worked Examples
  • Further Worked Examples
  1. Solutions Overview
  2. USDi Overview

Delta-Neutral Examples

Context

An Ethereum inverse perpetual which is worth $1 of Ethereum paid out in Ethereum has the following payoff function:

$1 / Ethereum Price in USD

If Ethereum is worth $1, then the Ethereum value of the perpetual is 1 ETH, $1 / $1.

If Ethereum is worth $0.5, then the Ethereum value of the perpetual is 2 ETH, $1 / $0.5.

If Ethereum is worth $2, then the Ethereum value of the perpetual is 0.5 ETH, $1 / $2.


Worked Examples

1 USDi = $1 of ETH + Short 1 Ethereum / USD Inverse Perpetual

To create 1 USDi, Injera needs to delegate 1 ETH as margin with a derivatives exchange (via "Off-Exchange Settlement" solution) and short 1 ETHUSD perpetual.

Rapid ETH Price Decrease

  • Now the Ethereum price falls from $1 to $0.1.

  • The value of ETHUSD in ETH = $1 / $0.1 = 10 ETH

  • The PNL of ETHUSD Position = 10 ETH (current value) – 1 ETH (initial value) = +9 ETH

  • We have 1 ETH delegated as margin with the exchange.

  • Injera's total equity balance with the exchange is 1 ETH (our initial margin) + 9 ETH (profit from the ETHUSD position), and the total balance is now 10 ETH.

  • The Ethereum price is now $0.1, but the system has 10 ETH, and therefore the USD value of the total portfolio is unchanged at $1, $0.1 * 10 ETH.

Rapid ETH Price Increase

  • Now the Ethereum price rises from $1 to $100.

  • The value of ETHUSD in ETH = $1 / $100 = 0.01 ETH

  • The PNL of ETHUSD Position = 0.01 ETH (current value) – 1 ETH (initial value) = -0.99 ETH

  • Injera's total equity balance with the exchange is 1 ETH (initial margin) – 0.99 ETH (loss from ETHUSD position), and total balance is now 0.01 ETH.

  • The Ethereum price is now $100, but Injera has 0.01 ETH, and therefore the USD value of the total portfolio is unchanged at $1, $100 * 0.01 ETH.

Delta-neutral strategies aim to ensure the portfolio value in synthetic USD terms is unchanged despite changes in value of the underlying collateral. In certain conditions and market environments this may not hold, as is described in more detail in the Risks section.


Further Worked Examples

PreviousDelta-Neutral StabilityNextScalability

Last updated 1 year ago

💡