Skip to content

Commit 1c0d6fd

Browse files
committed
A suggestion
1 parent e4728a4 commit 1c0d6fd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/cow-protocol/reference/core/tokens.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,8 @@ For a token to be considered tradeable on CoW Protocol, it **MUST**:
99
- Be [`ERC-20`](https://eips.ethereum.org/EIPS/eip-20) compliant
1010
- Have a valid price provided by a _price estimator_ for an order worth **0.1 ETH** of the token (For Ethereum mainnet and Arbitrum One)
1111
- Have a valid price provided by a _price estimator_ for an order worth **1 xDAI** of the token (For Gnosis)
12+
- The most reliable way to meet the above requirements is to bootstrap a direct liquidity pool (e.g., Uni v2) with the required minimum specified above
1213
- Not be on the bad token list
13-
- Have sufficient liquidity in a pool paired with the chain's wrapped native token (e.g., WETH, WXDAI), such that a buy order worth **1 whole unit** of the native token can be placed.
14-
This means that, for example, on Gnosis Chain (where the native token is xDAI), the token must have enough liquidity to allow a buy order worth 1 xDAI (in WXDAI) to purchase the token.
1514

1615
:::note
1716

0 commit comments

Comments
 (0)