> For the complete documentation index, see [llms.txt](https://docs.mezzanine.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mezzanine.xyz/protocol/lifecycle-events/liquidation.md).

# Liquidation

## Liquidation Overview&#x20;

Liquidation is the process of dissolving a company and distributing assets remaining to creditors, investors, and shareholders in a predictable, sequential order. The liquidation waterfall algorithm reflects the organization's [capital structure](/protocol/capital-stack.md). A Smart Company will only be liquidated if it is approved by the company's [shareholder governance](/protocol/shareholder-governance.md).&#x20;

If there are no assets in the company's treasury, then liquidation simply closes the company and freezes all operations.  If there *are* assets in the company's treasury when liquidation is approved, then the company begins a process to return money. In either case, a company becomes *defunct* after liquidation.

## Liquidation Process&#x20;

The amount that shareholders and debtholders receive depends on their assets and each asset's place in the capital stack.&#x20;

<figure><img src="https://lh7-us.googleusercontent.com/eQ9ORGDgLIGYMyvAjmJ5Sr4qE1ldaNUkMOaWHfwV1tVdUERjWkqYN_VtxCT-DmzJw9LWgfcrgumVAnlm9gjAP4gKZ2cWlStMVp78bstQzh0Ltvthg0dNsDrJOLGTdVg8cbLmBt2O_ORPxEp22xj5zFc" alt=""><figcaption></figcaption></figure>

The distribution of the company's treasury assets comes in the form of its *denomination asset,* which will be a stablecoin. All of the company's liquid and illiquid assets should be converted to the company's denomination asset before its liquidation.  Any working capital held by departments or modules will be sent back to the treasury.  Upon liquidation, all of the company's employees are terminated, and all unvested employee shares and treasury shares will be burned. &#x20;

Mezzanine companies are likely to have different types of debt and equity, each with a particular place in the [capital stack](/protocol/capital-stack.md).  Different [classes of shares](/protocol/capital-stack/share-classes.md) and [debt](/protocol/capital-stack/debt.md) will express different risk profiles. More senior debt carries the least risk but also comes with the lowest expected returns. Equity carries the greatest risk but comes with the highest return possibilities. Safety is built-in by placing the asset higher on the capital stack than other assets, meaning that assets that are lower on the capital stack would have to be impaired before the most senior debt holders are negatively affected.&#x20;

The company's assets will be redeemed via a *redemption* process.  A redemption contract will be deployed *per debt or share class* with the corresponding number of assets owed.  For instance, company *Foo*'s bond *A* has 1,000 outstanding bonds that are owed $100,000. A redemption contract will be deployed such that bondholders can redeem each bond for $1,000.  Assume that *Foo* has 1,000 preferred shares with a liquidation preference of two, 1,000 common shares, and $10,000 remaining.  The holders of preferred shares should receive their liquidation preference of $2 \* 1,000 = $2,000, and the remaining $8,000 should be distributed pro-rata to shareholders.   A redemption contract for preferred shares is deployed with $6,000, and a redemption contract for common shares is deployed with $4,000.

The redemption of a company's assets has no expiry.  Investors with continuing unlocks can continually redeem their shares for the company's assets.  The Mezzanine team is heavily considering implementing the functionality of the redemption of vesting shares without waiting for the vesting duration.

Below are some examples of liquidation of a solvent company:

<figure><img src="https://lh7-us.googleusercontent.com/W8zVddpYag52CBzr_Y64LPYmFBKzbJZUcpdqQk2Jxh--Dn6Fym0340FBImruib7mu868P_uimhikga7lpXC7dTOjSxY7te4ghfHyICjz1zoOPfe62yai90FW74BFG0hs3e0Fg0eaJ2MsxEf0kUt9AyQ" alt=""><figcaption></figcaption></figure>

## Liquidation After Recapitalization

Companies that have just been recapitalized do not have common shares or debt. It may be common for the remaining debt holders to simply choose to liquidate. The liquidation process may occur with the same order of operations, but it is simply triggered by the new owners (former debt holders):

<figure><img src="https://lh7-us.googleusercontent.com/ovJuPpvYW2dDuFsq7uf8RGWZMWvN18AEzu3_bnQ01QQSPHtwh9dPaIZMOyDfyq6iLCnQG-9yTnB9-fHkYC52B-jAczt3Q6WXb5X-MfWNJoWOQo3AyOc5tbY6teUr2nogJKqodC3gZB9iYdoFrLrzllg" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.mezzanine.xyz/protocol/lifecycle-events/liquidation.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
