Plenty
đ Connector Info¶
- Exchange Type: Decentralized Exchange (DEX)
- Market Type: Automatic Market Maker (AMM)
- Maintenance Tier:
- Maintainer:
Currently, Plenty is a Bronze exchange, as voted by HBOT holders in each quarterly Epoch. This means Hummingbot Foundation does not maintain the components below, but community members may submit Proposals to fund development bounties and approve pull requests to fix bugs and add enhancements to them.
Component | Status | Notes |
---|---|---|
2ī¸âŖ AMM Connector | â | |
3ī¸âŖ Range AMM Connector | Not built | |
đ¯ AMM Data Feed | â |
âšī¸ Exchange Info¶
- Website: https://plenty.network/
- CoinMarketCap: https://coinmarketcap.com/exchanges/plenty/
- CoinGecko: https://www.coingecko.com/en/exchanges/plenty-network
- Fees: https://docs.plenty.network/appendix/glossary#admin-fee
đ How to Connect¶
Create a wallet on one of the supported networks below:
Chain | Networks |
---|---|
tezos |
mainnet |
From inside the Hummingbot client, run gateway connect plenty
in order to connect your wallet:
Which chain do you want plenty to connect to? (tezos) >>>
Which network do you want plenty to connect to? (mainnet) >>>
Do you want to continue to use node url 'https://rpc.tzbeta.net' for tezos-mainnet? (Yes/No) >>>
Enter your tezos-mainnet private key >>>
If connection is successful:
2ī¸âŖ AMM Connector¶
Integration to this DEX's swap pricing and execution endpoints
- ID:
plenty
- Connection Type: REST via Gateway
- API Docs: https://docs.plenty.network/
- Folder: https://github.com/hummingbot/gateway/tree/main/src/connectors/plenty
- Default Configs: https://github.com/hummingbot/gateway/blob/main/src/templates/plenty.yml
Endpoints¶
/amm/price
/amm/trade
/amm/estimateGas
For more info, run Gateway and go to
đ¯ AMM Data Feed¶
Data feed of this exchange's real-time prices
- ID:
plenty_[CHAIN]_[NETWORK]
- Connection Type: REST via Gateway
- Folder: https://github.com/hummingbot/hummingbot/blob/master/hummingbot/data_feed/amm_gateway_data_feed.py