Market Parameters
Assigned to each market in Pingu's contracts.
Parameter | Type | Description |
name |
| Market's full name. |
category |
|
|
maxLeverage |
| The maximum leverage allowed on this market. |
maxDeviation |
| Maximum distance the DON price must be from the the Chainlink price. In basis points (bps). |
fee |
| In bps. |
liqThreshold |
| A position that reaches this amount of loss on its margin can be liquidated. In bps. |
allowChainlinkExecution |
| Allow anyone to execute pending orders using Chainlink after a cooldown period has passed. |
isClosed |
| Whether the market is closed (e.g. weekends). |
isReduceOnly |
| Whether the market accepts only reduce-only orders. |
Last updated