uniswap
¶
π Connector Info¶
- Type: SPOT AMM-RANGE DEX
- Folder: /gateway/src/connectors/uniswap
- Configs: /gateway/src/templates/uniswap.yml
- Maintainer: Hummingbot Foundation
π Exchange Tier¶
The Gold exchange is the top CEX or DEX selected by HBOT voters in the latest Poll. Their connectors are maintained by Hummingbot Foundation and are continually improved, serving as the "gold standard" template for all other connectors of that type.
πΈοΈ Supported Chains and Networks¶
- Ethereum:
mainnet
,goerli
,arbitrum_one
,optimism
- Polygon:
mainnet
,mumbai
βΉοΈ Exchange Info¶
- Website: https://uniswap.org/
- CoinMarketCap: https://coinmarketcap.com/exchanges/uniswap-v2/
- CoinGecko: https://www.coingecko.com/en/exchanges/uniswap_v2
- API docs: https://docs.uniswap.org/
- SDK: https://docs.uniswap.org/sdk/v3/overview
π Connection¶
The uniswap
connector fetches prices and creates swaps. Run gateway connect uniswap
in order to connect your wallet:
Which chain do you want uniswap to connect to? (ethereum, polygon) >>>
Which network do you want uniswap to connect to? (mainnet, goerli, arbitrum_one) >>>
Enter your ethereum-mainnet private key >>>>
If connection is successful:
The uniswap connector now uses wallet [pubKey] on ethereum-mainnet
Liquidity provision: The uniswapLP
connector interfaces with liquidity provision-related functions. Run gateway connect uniswapLP
in order to connect your wallet to perform LP functions.