/cmp-contracts

Compound Farm Smart Contract

Primary LanguageSolidity

Compound Farm Smart Contract

There are 3 main pieces in Compound Farm contract:

CMP Token

This is the contract for CMP token with max supply 200,000,000.

https://github.com/primes-dev/cmp-contracts/blob/master/CMPToken.sol

Farm

This is the farming logic, with all the pools info.

https://github.com/primes-dev/cmp-contracts/blob/master/Farm.sol

Vault

This is the vault, responsible for compound investing.

https://github.com/primes-dev/cmp-contracts/blob/master/StratX_MDEX.sol

Reference

https://docs.cmp.farm/protocol/smart-contract