# Socialized Loss

If both the liquidation process and insurance fund fail to cover over-bankruptcy, losses will be shared across depositors in the Zeta platform.

This will be implemented by applying an over-bankruptcy ratio to withdrawals ensuring that the platform has sufficient capital to continue operating. Withdrawals will be subject to the below ratio:

$$
AB \* ((DP)/(DP+BA))
$$

*where:*

* *AB = Account Balance*
* *DP = Deposits To Platform*
* *BA = Bankruptcy Amount*


---

# 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://docs.zeta.markets/zeta-protocol/exchange-architecture/margin-system/liquidations-and-insurance/socialized-loss.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.
