How a Single Equation Powers Crypto Exchanges
A deep dive into Automated Market Makers (AMM) — how DEXs like Uniswap use the constant product formula x · y = k to price tokens, with Python code and interactive visualizations.
Welcome to my website!
A deep dive into Automated Market Makers (AMM) — how DEXs like Uniswap use the constant product formula x · y = k to price tokens, with Python code and interactive visualizations.
Learn how interpreted programming languages work by building a simple interpreter from scratch, including tokenization, AST construction, parsing, and execution.