All Projects → KentonPrescott → CDP-leverager

KentonPrescott / CDP-leverager

Licence: other
Margin trading tool for ETH long positions

Programming Languages

solidity
1140 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to CDP-leverager

arbitrage-keeper
Maker Keeper Framework: Keeper to arbitrage on OasisDEX, `join`, `exit`, `boom` and `bust`. Efficiently handles both bad debt liquidations and surplus Dai.
Stars: ✭ 102 (+385.71%)
Mutual labels:  dai
bite-keeper
Maker Keeper Framework: Keeper to bite undercollateralized cups.
Stars: ✭ 46 (+119.05%)
Mutual labels:  dai
ching
Easy, web-based, crypto-first POS that supports DAI and xDAI.
Stars: ✭ 26 (+23.81%)
Mutual labels:  dai
dexpay-pos
Dexpay: POS, a modularized and extensible point of sale which enables Merchants to accept payments in ETH, DAI and xDAI.
Stars: ✭ 24 (+14.29%)
Mutual labels:  dai
arkadiko-dao
Arkadiko is a liquidity protocol that implements a stablecoin (xUSD) and governance token (DIKO) on Stacks
Stars: ✭ 34 (+61.9%)
Mutual labels:  collateral
decentrapay
Maker DAI payment processor
Stars: ✭ 72 (+242.86%)
Mutual labels:  dai
poketto-ios
📱👛 xDai Mobile Wallet for iOS
Stars: ✭ 19 (-9.52%)
Mutual labels:  dai
stablecoin.services
A gas free offering of common Dai and Chai operations
Stars: ✭ 32 (+52.38%)
Mutual labels:  dai

CDP-leverager

Smart contracts for CDP-Leverager, a tool to streamline the process of reinvesting in one CDP, allowing you to increase your leverage and margin up to 3x. Please use caution, as the tool is still under development.


This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.


Setup

You will need two files if you want to get this thing running and deployed on a network. The first is the secrets.json file. This file contains the 12 word mnemonic phrase used by HDWalletProvider, and looks something like this:

{
  "mnemonic": "soda secret valid ...",
  "hdPath": "m/44'/60'/0'/0/"
}

The mnemonic is a BIP39 mnemonic, which you can generate here. You'll need to make sure you're using 12 words, or else HDWalletProvider will complain.

The next file is the infura.json file. This is where you can keep your Infura access key. That file looks something like this:

{
  "token": "<YOUR INFURA TOKEN>"
}

By using this you don't need to run a local node when deploying. It's super convenient and saves a lot of headaches from trying to sync the networks on your computer.

Once you have that all set up you can deploy to the Kovan testnet (that's where the MakerDAO contracts live) by running:

truffle migrate --network kovan

The Idea

Recursive Collateralization

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].