Miscellaneous Notes

This is an archive of a random assortment of notes on various topics. Most of these notes are contained in jupyter notebooks for ease of computations.

Topic Notes Link Source Material Summary
Uniswap V3 LP_Calculator
Simulation Experiment
Uniswap Docs This is a set of jupyter notebooks used to run a simulation on profit/losses of a given UniswapV3 position. They can be used to find an optimal range for the interval of the position along with an optimal timeframe.
Plonk: Part 1 Interactive Proof
Probabilistic Proof Systems The inital set of notes is a brief introduction to what a proof system is and a classic example for graph non-isomorphisms.
Plonk: Part 2 Elliptic Curve Example
This set of notes is a brief introduction to Elliptic Curves.
Plonk: Part 3 Plonk Prover Draft
Plonk by hand
This set of notes is an example proof construction for the equation 3^2 + 4^2 = 5^2.