Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 818 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 818 Bytes

Protocol Specification

Tinyman AMM V2 is a Constant Product Market Maker. It is mathematically similar to Tinyman V1 which in turn was modeled on Uniswap V2. The contract and protocol design for Tinyman AMM V2 is significantly different from V1 as it uses more recent features of the Algorand Virtual Machine.

{% content-ref url="pool/" %} pool {% endcontent-ref %}

{% content-ref url="swap.md" %} swap.md {% endcontent-ref %}

{% content-ref url="fees.md" %} fees.md {% endcontent-ref %}

{% content-ref url="flash-loan.md" %} flash-loan.md {% endcontent-ref %}

{% content-ref url="flash-swap.md" %} flash-swap.md {% endcontent-ref %}

{% content-ref url="additional-notes.md" %} additional-notes.md {% endcontent-ref %}