Xeon Protocol
  • 🪐Welcome to Xeon
    • Introduction
    • Challenges
    • Mission
    • Ecosystem
    • Products
  • ✨OTC Tools
    • Features
    • Equity Swaps
    • Call Options
    • Put Options
  • 💻How It Works
    • Use Cases
    • Quick Guide
    • What Happened
    • P/L Calculations
  • 🔓Staking NEON
    • How to Stake
    • Assignments
    • Rewards
  • 🌾Real Yield
    • Protocol Income
    • Yield Farming
    • Farming Pools
    • Native Hedge Liquidity
    • Native Loan Collateral
  • 👨‍🌾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
    • Blockchain Hedging
    • Neon Hedging Model
    • Traditional Costing Models
      • Binomial VS Monte Carlo
      • Binomial Model
      • Costing Example
      • Conclusion
    • Neon Costing Model
    • Writing Approach
    • 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
      • Page 1
Powered by GitBook
On this page

Was this helpful?

  1. OTC Tools

Call Options

P2P ERC20 call options written, bought, settled on the blockchain.

A call option gives the holder or buyer of the option, the right, but not the obligation, to buy a specific amount of an underlying asset (in this case, ERC20 tokens) at a predetermined price (strike price) within a specified period (expiration date).

A call option allows the holder to benefit from potential token price increases. If the market price of the token is above the strike price on expiry, the holder can exercise the option, buying tokens at the agreed-upon lower price and then sell them at the higher market price, making a profit.

This settlement process is synthesized in our settlement function to give the same outcome in one function call, without needing to buy and sell tokens.

Call Option Features:

  • Underlying Asset or tokens

  • Strike price quoted in paired currency

  • Expiry date or duration

  • Cost or premium to buy hedge, quoted in paired currency

  • Hedge writer always has to provide collateral, thus the payoff (if any) to the taker is always in underlying assets, whereas for writer payoff is always in paired currency of the underlying tokens.

Screenshot

Example

PreviousEquity SwapsNextPut Options

Last updated 1 year ago

Was this helpful?

✨