diff --git a/contracts/erc20-bridge-sampler/README.md b/contracts/erc20-bridge-sampler/README.md index 7ab3cb2306..75017ed771 100644 --- a/contracts/erc20-bridge-sampler/README.md +++ b/contracts/erc20-bridge-sampler/README.md @@ -1,3 +1,5 @@ ## ERC20BridgeSampler -These are contracts used in DEX aggregation. +These contracts are used in DEX aggregation. + +This is an MVP implementation, which agnostically samples DEXes for off-chain sorting and order generation. It is entirely read-only and never not touches any funds.