Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 563 Bytes

README.md

File metadata and controls

25 lines (13 loc) · 563 Bytes

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