Deposits

Providing liquidity in the SCDP

This documentation is a work in progress!

Shared deposits of the SCDP back debt accrued from swaps, meaning they can be fully or partially locked at any given time. When the collateral is not used as backing anymore, it can be fully withdrawn.

Deposits increase the overall collateralization of the global position. Each whitelisted Collateral Asset is configured with a deposit limit. All collaterals use the same cFactor configuration as the ICDP.

SCDP has very limited collateral assets compared to the ICDP.

Depositing Collateral

Deposits work the same way as in the ICDP for the participators. Under the hood assets are transferred from depositors wallet balance and marked as principal deposits for the depositor, after which the global deposit are incremented.

Yield

The main reason depositors would want to participate in this system is because all asset swaps incur a fee paid by the account performing the swap. A configurable portion of this fee is distributed instantly to the depositors within the swap transaction itself. Fees are distributed as the same asset they have deposited.

Fees can be claimed separately, they are also claimed with any deposit or withdraw.

Fee distribution in the deposit asset is achieved through an additional conversion step where the fee amount is converted into the configured fee asset. At the time of writing, the system only supports one fee asset at a time.

Liquidations and Yield

A conscious choice was made that fees distributed to depositors are not used as collateral which means they are not subject to liquidations and can be withdrawn regardless of the withdrawal capacity.

This has one drawback which is that compounding does not happen automatically. Accounts must re-deposit these fees themselves. Automatic compounding can be achieved by using external automation like a keeper service or custom scripts.

Withdrawals

When an account deposits into the SCDP, they allow traders to utilize it. This means that when debt exists deposits can only be withdrawn up to the MCR. Further withdrawals have to wait for more collateral deposits or debt to be repaid by swaps.

Last updated