Pods Options
app.pods.financeGithubBlogDiscord
  • Getting Started
  • Understand Options
    • What are options?
    • How do options work?
    • Pricing Options
  • The Protocol
    • Overview
    • Safety Measures
    • Ecosystem Participants
    • Use Cases
  • Options
    • Overview
    • Options Instrument
      • Variables
      • Functions
        • Mint
        • Unmint
        • Withdraw
        • Exercise
    • Smart Contracts
      • OptionFactory
      • PodPut
      • WPodPut
      • PodCall
      • WPodCall
    • Applied Use Cases
    • Understanding Returns
  • Options AMM
    • Overview
    • Options AMM
      • Variables
      • Components
      • Functions
        • Add Liquidity
        • Re-add Liquidity
        • Trade
        • Remove Liquidity
      • Pricing
      • Find The Next IV
      • Fees
      • Scenarios
        • LP Simulations
    • Smart Contracts
      • OptionAMMPool
      • OptionAMMFactory
      • OptionPoolRegistry
    • Applied Math
  • Developers
    • System Overview
    • Deployed Contracts
    • Dev Environment
  • Interfacing with Pods
    • Brand Assets
  • Code Integration Guides
    • Integrating with Pods (video)
    • How To Create Your Own Option
    • How To Create Your Own Pool
    • How To Trade (Buy/Sell)
    • How To Exercise
    • How To Remove Liquidity
  • User Guides
    • Videos
  • Security
    • Audits
  • APPENDIX
    • FAQ
    • Glossary of Terms
  • Additional Resources
  • app.pods.finance
  • Github
  • Blog
  • Discord
  • Twitter
  • Pods v0 Docs
Powered by GitBook
On this page

Was this helpful?

  1. Understand Options

How do options work?

To start interacting with options, one should first choose between the following basics characteristics of an option contract:

  • Type of right: put (right to sell) or call (right to buy)

  • Type of exercising: American or European

  • Type of settlement: cash or physical

Once that is decided, one should pay attention to the following details:

  • Underlying asset

  • Strike price

  • Strike asset

  • Expiration date

  • Premium

The underlying asset is the object asset. The asset people want to have to right to either buy or sell in the future.

The strike price is like the trigger price. It's the price that informs both counterparts that the agreement can be exercised.

The strike asset is the asset that will be delivered in return to the underlying asset upon expiry.

The expiration date informs for how long this contract is valid.

The premium is the current market price of an option contract. It is the income or reward that the option seller gains to write and sell the contract. And thus, the option buyer pays to the seller so that it can hold the contract until expiry. The premium is paid upfront.

PreviousWhat are options?NextPricing Options

Last updated 4 years ago

Was this helpful?