Introduction

Answers to frequently asked questions.

Our github page is found at here.

There are five contracts included:

  • LsLMSR.sol - the contract to create a prediction market automated market maker using liquidity sensitive LMSR.

  • ABDKMath64x64.sol - library enabling fixed point arithmetic (written by ABDK Consulting)

  • ConditionalTokens.sol - contract to create conditional tokens (written by Gnosis)

  • CTHelpers.sol - helper contract for conditional tokens (written by Gnosis)

  • FakeDai.sol - sample ERC20 token to be used for testing