diff --git a/docs/contracts/uniswapx/01-overview.md b/docs/contracts/uniswapx/01-overview.md index 46669e1c2..ded73dbf8 100644 --- a/docs/contracts/uniswapx/01-overview.md +++ b/docs/contracts/uniswapx/01-overview.md @@ -21,7 +21,9 @@ Swappers generate signed orders which specify the intents of their swap, and fil # Trading on UniswapX To trade using UniswapX, swappers create a new type of order called an Exclusive Dutch Order which specifies the maximum and minimum outputs they are willing to receive in a trade over a certain time period. -UniswapX +![](./images/UniswapX_graph.png) + + They then sign a message that uses Permit2 to allow the transfer of tokens to complete the trade as long as the the number of tokens sent and received matched what is specified in the decay curve. These Signed Order messages are broadcast publicly and available to be executed by anyone who wants to be a “filler”. @@ -42,7 +44,9 @@ If you are interested in participating as a Quoter during the beta period, pleas # UniswapX Protocol Architecture -UniswapX + +![](./images/UniswapX.png) + ### Reactors