o-s-a-m-a-k-h-a-n / crypto-commando

CLI tool that makes it easy to automate farming, swapping, and staking of DeFi assets. Self Custodial.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Crypto Commando

Start Infomercial

Are you a DeFi degen earning crazy yields? Does it take you hours each week to Harvest, Swap, and Re-Stake those earnings? Are you tired of stay up late to save on gas? Is your bae mad at you, because you are constantly checking prices to maximize your swaps? Hella slow transaction confirmations got you down?

Crypto Commando cli make it easy to schedule your Harvests, Swaps, and Staking.

  • CMDO schedules when gas is cheap
  • CMDO checks prices for you and makes that sweet swap when the time is right.
  • CMDO restakes your bags to maximize your yields!

Get your life back with Crypto Commandoooooo....

Limited time offer only $29.99, if you buy today it's freeeeee.

End Infomercial


Boring details

Automate farming, swapping, and staking of DeFi assets. Self Custodial.

CMO is pre-production software does not work.

Tech stuff

Transactions Data Model

NOW_TRANSACTION = {
    "exchange": "kyber",
    "account": "Scott",
    "transaction_type": "RunNow",
    "swap_from": "BAT",
    "swap_from_amount": "100",
    "price_min": ".75",
    "price_max": "1.2",
    "swap_to": "USDC",
    "gas_option": "fast",
    "price_slippage": ".01",
}
SCHEDULED_TRANSACTION = {
    "exchange": "kyber",
    "account": "Scott",
    "transaction_type": "RunNow",
    "swap_from": "BAT",
    "swap_from_amount": "100",
    "price_min": ".75",
    "price_max": "1.2",
    "swap_to": "USDC",
    "gas_option": "fast",
}

Token List

Format of the token list.

{
  "address": "0x0327112423F3A68efdF1fcF402F6c5CB9f7C33fd",
  "chainId": 1,
  "name": "PieDAOBTC++",
  "symbol": "BTC",
  "decimals": 18,
  "logoURI": "https://tokens.1inch.exchange/0x0327112423f3a68efdf1fcf402f6c5cb9f7c33fd.png"
}

About

CLI tool that makes it easy to automate farming, swapping, and staking of DeFi assets. Self Custodial.


Languages

Language:Python 99.4%Language:Shell 0.4%Language:JavaScript 0.2%