Accounts and Margining
Cypher's unique account model enables users to hold up to 1105 positions from a master account.
- 552 derivatives markets
- 552 spot markets (553 including USDC)
Master accounts are responsible for managing traders' sub accounts. Sub accounts are where traders will open and close positions, while the master account stores important data about the number of sub accounts and c-ratio information (both composite c-ratio for cross margining and individual c-ratio for isolated margin).
Traders will interact with their master account when they would like to view their positions across all of their sub accounts.
Traders open positions from sub accounts, where each sub account can have up to 23 (24 including USDC) positions open simultaneously. Because a trader can have up to 24 sub accounts, they can potentially have up to 552 positions open at once.
Sub accounts can be isolated or cross margined. An example of cross margined sub accounts would be a position in one sub account being used as collateral to open positions in another sub account. If the sub account is chosen to be margined in isolation, the position(s) in that sub account would have no effect on a position(s) in any other sub account.
In order to change the margining type in one account from cross to isolated, logic is preformed to ensure the sub account has the proper collateral to do so.
To open a levered position on cypher, a trader is required to deposit collateral. A trader's collateral requirements are defined by their c-ratio (
). There are two important c-ratio thresholds for sub accounts accounts, an initial c-ratio and a maintenance c-ratio.
A trader’s initial c-ratio is set to 120% and their maintenance c-ratio is set to 110%. Once a sub accounts account’s maintenance c-ratio falls below 110%, their positions become open for liquidation and their position size will be reduced until their trading c-ratio is above 120%. A trader’s c-ratio is defined as
To account for especially volatile or illiquid assets, Cypher will implement different asset weightings that will effect a users cRatio. Markets that are notably illiquid or volatile will count less towards the value of a users positions, and more towards to value of a users borrows (if an user is borrowing that particular asset) so that a user will be held to higher margin requirements.
The asset weightings for Cypher's markets are defined below:
Asset (Spot) | Asset Weights | Liabilities Weights |
---|---|---|
USDC | 1 | 1 |
USDT | 1 | 1 |
SOL | 0.95 | 1.05 |
JitoSOL | 0.80 | 1.20 |
ETH | 0.95 | 1.05 |
BONK | 0 | 2.00 |
RLB | 0.25 | 1.75 |
Asset (Derivitives) | Asset Weights | Liabilities Weights |
---|---|---|
SOL | 0.95 | 1.05 |
ETH | 0.95 | 1.05 |
BTC | 0.95 | 1.05 |
Last modified 2mo ago