# Deploying a Liquidation Pair

After a prize vault has been deployed, we need to configure a few things related to how that vault liquidates yield. The factory app will prompt you to do this directy after you deploy a prize vault, but you can also do it after the fact via its dashboard.

To configure your liquidation pair you will need to set its auction period, smoothing factor and first auction price.

{% hint style="info" %}
The defaults set by the factory app are in most cases good enough, and you can always swap out the liquidation pair as long as you have ownership of your vault, but if you have any questions about what these specific values mean refer to PoolTogether's [dev docs](https://dev.pooltogether.com/protocol/design/#liquidation) or come by our [Discord](https://pooltogether.com/discord) to ask them!
{% endhint %}

Once you are happy with your settings, deploy your liquidation pair by clicking "Deploy Liquidation Pair".

<figure><img src="/files/lFMFj3lq1g7TRYtonTsZ" alt=""><figcaption></figcaption></figure>

The factory app will prompt you to set your newly deployed liquidation pair to your prize vault. Simply click "Set Liquidation Pair" to do so.

<figure><img src="/files/Fr31gZ0Uq7BeR4QnB82R" alt=""><figcaption></figcaption></figure>


---

# 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.cabana.fi/cabana-tools/guides/deploying-a-liquidation-pair.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.
