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
  • Gas Consumption
  • Tool Set

Was this helpful?

  1. Developers

Dev Environment

PreviousDeployed ContractsNextBrand Assets

Last updated 4 years ago

Was this helpful?

Gas Consumption

If you want to know in advance what is the average consumption of the main functions of our system and also what is the cost of deployment in case you want to deploy your own options series or pools, we created that table below using (and their buidler/harhad plugin).

Function

Min

Max

Avg Gas Cost

Option Instrument

mint

97,558

183,558

160k

unmint

49,965

57,737

53k

exercise

59,441

114,995

90k

withdraw

32,502

99,888

60k

createOption

2,295,441

2,609,078

2307k

Option AMM

addLiquidity

267,755

312,695

312k

removeLiquidity

262,078

277,044

270k

trade (exactInput / exactOutput)

493,390

975,030

800k

createPool

4,857,078

4,857,126

4857k

If you want to know how much USD it will cost, you can easily use one of the transaction calculators like the one from .

Tool Set

Tool

Version

Solc

0.6.12

Buidler

1.3.8

Open Zeppelin

3.0.1

eth-gas-reporter
Ethereum Gas Station