# SCDP

{% hint style="info" %}
This documentation is a work in progress!
{% endhint %}

The shared collateralized debt position (SCDP) allows different accounts to deposit [Collateral Assets ](/kopio-docs/fundamentals/collateral-assets.md)into a single position. These pooled [deposits](/kopio-docs/fundamentals/cdps/scdp/deposits.md) are utilized as liquidity for zero-slippage [swaps](/kopio-docs/fundamentals/cdps/scdp/swaps.md) where [Kopio Assets ](/kopio-docs/fundamentals/kresko-assets.md)can be exchanged to an equal value of another Kopio Asset.

## Use Cases

For example, Kopio Assets borrowed from an [ICDP](/kopio-docs/fundamentals/cdps/icdp.md) can be swapped to another Kopio Asset, translating to a short position on the borrowed asset. Conversely, using [ONE](/kopio-docs/fundamentals/kiss.md) or [synth wraps](/kopio-docs/fundamentals/synth-wrap.md) to obtain Kopio Assets for a swap allows any Kopio Asset to be acquired without borrowing.

## Reasoning

The shared position concentrates the liquidity of Kopio Assets while liquidity providers and traders avoid the downsides of a regular AMM, such as slippage, impermanent loss and fragmented liquidity.

## Participants

Accounts can participate in the SCDP as a depositor, trader and/or a [liquidator](/kopio-docs/fundamentals/cdps/scdp/liquidations.md).

<figure><img src="https://lh7-us.googleusercontent.com/jV7CHiTTUL1H3N8FSbR-t8vWIXbVa19dd00GuXi4MUJR-quSSh0YADT8BHRY74L9HUfXr9VsCxNBOleJlMxNqyhzhm38sDFHWpzYbfUljd19WaQIuulL4pPSDD7MzwAU_skAFWejkLWoZIkoY-kqxbI" alt="" width="563"><figcaption><p>Shared Collateralized Debt Position</p></figcaption></figure>

## Risk

Most notable risk to the SCDP is depositors being unable to fully manage their risk, leaving them to rely on the protocols risk mitigation parameters. Since **depositors** **are the counterparty for each swap**, they bear the risk of adverse selection and rapid changes to the [debt composition](/kopio-docs/fundamentals/cdps.md#total-debt-value) which might lead into liquidations. Because of this, the protocol is committed to align the incentives as such.

To mitigate risk of the depositors, the [MCR](/kopio-docs/fundamentals/cdps.md#minimum-collateralization-ratio) used for the SCDP has a large difference to the [liquidation threshold](/kopio-docs/fundamentals/cdps.md#liquidation-threshold). As collateral is utilized by arbitrary trading and [depositors](/kopio-docs/fundamentals/cdps/scdp/deposits.md) can [withdraw](/kopio-docs/fundamentals/cdps/scdp/deposits.md#withdrawals) any non-utilized collateral, it shouldn’t be a concern to hit the MCR.\
\\


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://kopio.gitbook.io/kopio-docs/fundamentals/cdps/scdp.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
