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

Put Options

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

PreviousCall OptionsNextUse Cases

Last updated 1 year ago

Was this helpful?

A put option gives the holder or buyer of the option, the right, but not the obligation, to sell a specific amount of an underlying assets (ERC20 tokens) at a predetermined price (strike price) within a specified period.

A put option provides a form of insurance or hedging against potential price declines. If the market price of the token falls below the strike price, the holder can exercise the put option, selling tokens at the higher strike price rather than the lower market price, limiting their losses.

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

Put 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

You can go in depth with how calculations are made in this section:

Or continue to learn about the use cases first.

✨
P/L Calculations