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
  • Max Loss Calculations
  • Custom LTV Calculations
  • Custom Liquidation Models

Was this helpful?

Export as PDF
  1. Costing and Valuation

Underlying Value

How to value the underlying assets in a deal

Using the paired currency of the underlying assets as stated in the previous chapter, we built an engine to allow us to get the value of any token holdings in their DEX pair. This is called the underlying value in our protocol.

This enables our protocol to put value on:

  • Collateral

  • Cost / Premium

  • Payoff and Fees

This also enables the protocol to have support for:

  • Custom LTV calculations

  • Max loss calculations

  • Custom Liquidation models

Max Loss Calculations

Collateral value is fed into the settlement function to determine the maximum loss a buyer or writer can incur in a deal.

Options - The max loss possible for Taker is the cost paid. To writer its capped by collateral value.

Swaps - The max loss is based on the value of the collateral provided.

Custom LTV Calculations

Our OTC lending platform allows parties to set or agree on custom LTVs when issuing loans.

Collateral value is fed into the Loan writing or taking functions, enabling parties to gauge the distance or gap in value between the loan and the collateral tokens provided.

Custom Liquidation Models

For all hedges, collateral value only comes into question when Taker chooses to exercise right. The protocol only checks payoff and collateral value upon settlement. This means collateral value can go below and back above the liquidation level during the lifetime of a deal.

PreviousValue in Pair CurrencyNextTraditional Hedging

Last updated 11 months ago

Was this helpful?

⚡