Skip to content
Andre edited this page Sep 27, 2018 · 10 revisions

This documentation refers to latest stable version of trading UI, which can be found here: https://github.com/gnosis/pm-trading-ui/tree/stable-0.3.3

Read the new documentation for >0.3.3 here: https://gnosis-apollo.readthedocs.io/en/latest/

Welcome to wiki for the Gnosis Prediction Market Trading UI!

This is the generic configurable version of the Gnosis Prediction Market Trading Interface. It can be configured to suit different kinds of prediction market versions (e.g. Tournaments and Trading Interfaces).

These configuration settings can be found and modified in /config. They are structured for different environments, in our case, these are development, staging, production and the same 3 for our Gnosis Olympia Tournament, inside /config/olympia. Documentation about every variable can be found in Configuration.

Tournaments

Gnosis Tournaments (namely Olympia) work by allowing users to buy and sell using custom ERC20 Tokens that can be minted by yourself or a third party and be given away at specified intervals, to allow for prediction market interaction, without the fear of any financial risk, but within a controlled manner.

Previous Gnosis tournaments also included special functionality, which we added for Gnosis Apollo as well, to allow developers and tournament operators to define how they want the tournament to function.

Trading Interface

The Trading Interface implements only basic features and little to no gamification for our generic mainnet trading interface on various topics of prediction markets. You can use this interface to your liking as well if you prefer an interface without gamification.