generated from slatedocs/slate
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b5886b7
commit 97a59fa
Showing
2 changed files
with
12 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Prediction Markets | ||
|
||
Prediction Markets are Perp Markets with the `contract_type` set as `Prediction`. | ||
|
||
Prediction Markets function the same as Perp Markets with the following additional constraints: | ||
|
||
- Prices must be between 0 and 1 | ||
- Funding is paused | ||
- Margin ratios are set to 1 so that the position is fully collateralized | ||
- The margin system uses `1 - oracle price` to value short positions | ||
- They use prelaunch oracles (the oracle price is the mark twap) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,6 +16,7 @@ includes: | |
- historicaldata | ||
- errors | ||
- market_constants | ||
- prediction_markets | ||
|
||
search: true | ||
|
||
|