Skip to content

0xPF931419/Fintradao

 
 

Repository files navigation

Fd1

FintraDao is an open source framework that helps you build automated trading strategies, or bots that run on cryptocurrency exchanges.

This code is free and publicly available under the Apache 2.0 open source license!

Why FintraDao?

  • Both CEX and DEX connectors: Our bots supports connectors to centralized exchanges like Binance and KuCoin, as well as decentralized exchanges like Uniswap and PancakeSwap on various blockchains (Ethereum, BNB Chain, etc).
  • Community-contributed strategies: The bot community has added many customizable templates for market making, arbitrage, and other algo trading strategies.
  • Secure local client: Hummingbot is a local client software that you install and run on your own devices or cloud virtual machines. It encrypts your API keys and private keys and never exposes them to any third parties.
  • Community modules and events: Hummingbot is driven by a global community of quant traders and developers. Check out community-maintained modules like Orchestration, join our bi-weekly developer calls, and learn how to build custom strategies using Hummingbot by taking Botcamp!

Help us democratize high-frequency trading and make powerful trading algorithms accessible to everyone in the world!

Exchange Connectors

Hummingbot connectors standardize trading logic and order types across different exchange types. Currently, we support the following exchange types:

  • SPOT: Connectors to central limit order book (CLOB) exchanges that trade spot markets
  • PERP: Connectors to central limit order book (CLOB) exchanges that trade perpetual swap markets
  • AMM: Connectors to decentralized exchanges that use the Automatic Market Maker (AMM) methodology

Exchanges may be centralized (CEX), or decentralized (DEX), in which case user assets are stored on the blockchain and trading is performed via wallet addresses.

Exchange Exhchange Type
Binance SPOT CEX
Binance Futures PERP CEX
Uniswap AMM DEX
KuCoin SPOT CEX
KuCoin Perpetual PERP CEX
Gate.io SPOT CEX
Gate.io Perpetual PERP CEX
AscendEx SPOT CEX
Quickswap AMM DEX
TraderJoe AMM DEX
dYdX PERP DEX
AltMarkets SPOT CEX
BTC-Markets SPOT CEX
Binance US SPOT CEX
BitGet PERP CEX
Bit.com PERP CEX
BitMart SPOT CEX
Bitfinex SPOT CEX
Bitmex SPOT CEX
Bitmex (perp SPOT CEX
Bittrex SPOT CEX
Bybit SPOT CEX
Bybit (perp) PERP CEX
Coinbase SPOT CEX
Defira AMM DEX
Dexalot CLOB DEX
HitBTC SPOT CEX
Huobi SPOT CEX
Injective CLOB DEX
Kraken SPOT CEX
Loopring SPOT DEX
MEXC SPOT CEX
Mad Meerkat SPOT DEX
NDAX SPOT DEX
OKX SPOT CEX
OpenOcean AMM DEX
Pancakeswap AMM DEX
Pangolin AMM DEX
Perpetual Protocol PERP DEX
Phemex Perpetual PERP CEX
Polkadex SPOT DEX
Ref Finance SPOT DEX
Sushiswap AMM DEX
Tinyman SPOT DEX
VVS Finance AMM DEX
XSWAP AMM DEX

Strategies and Scripts

We provide customizable strategy templates for core trading strategies that users can configure, extend, and run. FintraDao Foundation maintains three CORE strategies:

  • [Pure Market Making]: Our original single-pair market making strategy
  • [Cross Exchange Market Making]: Provide liquidity while hedging filled orders on another exchange
  • [AMM Arbitrage]: Exploits price differences between AMM and SPOT exchanges

CORE strategies are selected via voting through quarterly. In addition, the codebase includes COMMUNITY strategies that are maintained by individuals or firms in the community.

Scripts

Scripts are a newer, lighter way to build strategies in Python, which let you modify the script's code and re-run it to apply the changes without exiting the interface or re-compiling the code.

Contributions

1 FintraDao belongs to its community, so we welcome contributions!

To have your pull request merged into the codebase, submit a on our Snapshot. Note that you will need 1 FGT in your BSC wallet to submit a Pull Request Proposal.

Legal

  • License: FintraDAo is licensed under Apache 2.0.

About

Open source software that helps you create and deploy high-frequency crypto trading bots

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 92.2%
  • Cython 7.6%
  • C++ 0.2%
  • Shell 0.0%
  • Dockerfile 0.0%
  • Makefile 0.0%