Xeon Protocol Docs
  • Quick Links
  • Welcome to Xeon Protocol
    • Introduction
    • Proposition
    • TAM
    • Mission
  • Ecosystem
    • Overview
    • Products
    • Mindmap
    • Core Engineering
  • OTC Tools
    • Lending
    • Call Options
    • Put Options
    • Equity Swaps
    • USPs
  • How It Works
    • Use Cases
    • Scenarios
    • Quick Guide
    • DynamicPacts
    • P/L Calculations
  • Staking XEON
    • How to Stake
    • Assignments
    • Rewards
  • 🌾Real Yield
    • Protocol Income
    • Farming Pools
    • Native Hedge Liquidity
    • Native Loan Collateral
    • Yield Farming
  • 👨‍🌾EARN WITH US
    • How to Earn
    • Hedge Mining
  • ☄️Fees
    • Model
    • Cashier Fees
    • Settlement Fees
  • ⚡Costing and Valuation
    • Highlights
    • Value in Pair Currency
    • Underlying Value
  • 💸ERC20 Hedging
    • Traditional Hedging
    • Neon Hedging Model
    • Traditional Costing Models
      • Binomial VS Monte Carlo
      • Binomial Model
      • Costing Example
      • Conclusion
    • Neon Costing Model
    • Writing Approach
    • Deleting a Hedge
    • Settlement
  • 🪶ERC20 Lending
    • Crypto Lending
    • Neon Lending Model
    • Neon Valuation Model
    • Writing Approach
    • Settlement
  • ⚙️Mechanics
    • ERC20 Vault Model
    • ERC20 Deposit/Withdraw
    • getPairAddress
    • Underlying Value
    • Write
    • Buy
    • Topup
    • Zap
    • Settlement
    • Mining
    • LockedInUse
    • 🧑‍🚀Development
      • Dev Format
      • GitHub
      • Deployments
      • Testnet
      • Security Audits
  • Brand Policy
Powered by GitBook
LogoLogo

Xeon Protocol © 2024

On this page
  • Factors Defined:
  • Other Definitions:
  • Writing a Hedge

Was this helpful?

Export as PDF
  1. ERC20 Hedging

Writing Approach

How we compose a ERC-20 hedge on Xeon Protocol.

Hedge structure factors:

  • Underlying assets - ERC-20 tokens

  • Strike Price

  • Premium / Cost

  • Expiry Date

  • Underlying Value - Seller Collateral Value

  • Strike Value

Factors Defined:

Underlying Assets - refers to the ERC20 tokens the seller or writer hedges.

Strike Price - refers to the price in paired currency the tokens being hedged have to cross

Premium - refers to the cost or price the buyers have to pay to buy the rights to the hedge

Expiry Date - refers to a future date to which the hedge expires and settlement follows.

Underlying Value - refers to the value in paired currency, of the underlying assets or ERC20 tokens in the hedge. These are the tokens being hedged by the seller or hedge writer.

Other Definitions:

Settlement Value - refers to the market value in paired currency of the underlying assets at the time of settlement.

Payoff - refers to the profit or proceeds credited to the winning party, taken from the losing party's collateral.

Writing a Hedge

You can write: Call Options, Put Options and Equity Swaps using your ERC-20 tokens as underlying assets or collateral.

In order to write a hedge on our protocol you need to specify these 4 parameters::

  1. Hedge Type

  2. ERC-20 Token Address - of the underlying assets being Hedged

  3. Token Amount - amount of tokens to use as underlying assets or collateral

  4. Premium or Cost - in paired currency to buy the hedge

  5. Expiration Date - the day or timestamp at which the hedge expires for both parties

After filling those parameters on our Dapp, the Writer simply clicks "write" to submit the transaction to our protocol. Our protocol handles the rest, deducting the Writers deposit balances in the Vault, then locking them in the deal as collateral at market value, until settlement is triggered.

That's it!

PreviousNeon Costing ModelNextDeleting a Hedge

Last updated 11 months ago

Was this helpful?

💸