Skip to content

Market Making

BokkyPooBah edited this page Mar 29, 2017 · 7 revisions

There are two types of contracts used for Market Making.



TokenTrader

To create a contract to buy and/or sell fully ERC20 compliant tokens, see TokenTrader And TokenTraderFactory - Market Maker Operations.

The Golem Network Token (GNT) contract is NOT fully ERC20 compliant - see below.



TokenSeller

To create a contract to sell Golem Network Tokens (GNTs), see TokenSeller And TokenSellerFactory - Market Maker Operations. As the GNT contract does not support some ERC20 functions that would allow contracts to buy the tokens, the TokenSeller is a customised version of the TokenTrader contract that excludes the buying functionality.

Clone this wiki locally