Build the Binomial Tree: Start with the initial price of the underlying token at time t=0, which is 10 cents. Use the up and down factors to calculate the prices at each step of the binomial tree.
Calculate Option Values at Each Node: At the final time step (t=3 days), calculate the option value as the maximum of (price - strikePrice, 0) for each node.
The option value tree will look like this:
Calculate Option Prices at Each Step: Starting from the second-to-last time step (t=2 days) and working backward, calculate the option prices at each step of the binomial tree.
At t=2 days:
Option Value at Node 1: ((0 * 0.5) + (0 * 0.5)) * 0.99998633 β
0
Option Value at Node 2: ((0 * 0.5) + (1.7875 * 0.5)) * 0.99998633 β 0.0008936681
At t=1 day:
Option Value at Node 1: ((0 * 0.5) + (0 * 0.5)) * 0.99998633 β 0
Option Value at Node 2: ((0 * 0.5) + (0.0008936681 * 0.5)) * 0.99998633 β 0.0004468325
At t=0 days (initial time):
Option Value at Node 1: ((0 * 0.5) + (0 * 0.5)) * 0.99998633 β 0
Option Value at Node 2: ((0 * 0.5) + (0.0004468325 * 0.5)) * 0.99998633 β 0.0002234162
Therefore, the call option cost, based on the binomial method with the given inputs, is approximately 0.0008936681425369367 or 0.00089 cents.
We assumed the following factors:
Conclusion
Considering that the implied volatility was 100% which is pretty high but yet ideal for crypto, the resulting premium based on traditional pricing models is ridiculously low.