📘 What is Seer?
Seer is a prediction market platform that leverages Reality.eth and Conditional Tokens Framework to create and manage various types of markets. It allows users to create and participate in prediction markets for different events and outcomes.
You can read more about prediction market and Seer solution here: https://seer-2.gitbook.io/seer
Github: https://github.com/seer-pm/demo
Key Components:
Prediction market:
Seer allows users to create prediction market of different types.
Categorical Markets: Select one out of multiple outcomes.
Multi-Categorical Markets: Similar to categorical market but allowing selection of multiple outcomes.
Scalar Markets: Numeric outcome within a specified range.
Multi-Scalar Markets: Multiple numeric outcomes.
Reality.eth Integration:
Seer uses Reality.eth as its oracle system for resolving market outcomes.
Questions are submitted to Reality.eth with specific parameters such as opening time, timeout, and minimum bond.
The system supports multiple question templates, including single-select, multi-select, and numeric (scalar) questions.
Conditional Tokens:
Seer utilizes the Conditional Tokens framework for creating and managing outcome tokens.
Each market condition is prepared using the Conditional Tokens contract.
Outcome tokens are represented as ERC1155 tokens within the Conditional Tokens system.
ERC20 Outcome Tokens:
To improve usability, Seer wraps the ERC1155 outcome tokens into ERC20 tokens.
This allows for easier trading and integration with existing DeFi protocols.
Kleros Court:
Seer uses Kleros to resolve disputes that may arise when answering Reality.eth questions.
It functions as a decentralized arbiter capable of determining the correct answer by applying a set of rules to questions ranging from simple to highly complex.
Last updated