> For the complete documentation index, see [llms.txt](https://1clickdao.gitbook.io/weezi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://1clickdao.gitbook.io/weezi/advanced-dao-procedures/2.-rage-quit-procedure.md).

# 2. Rage Quit Procedure

{% hint style="info" %}
**IMPORTANT:** Before the procedure is explained please remember these two points:

* The fees of the Rage Quit (in gas) can be EXTREMELY high.
* The procedure can be done only if all the assets allocated to DAO are withdrawn from the strategies and swap pools with no active loans. It means that 100% of the assets must be allocated to liquidity, otherwise the process will be invalid by default.
  {% endhint %}

This procedure allows for the DAO CT Shareholder to quit the DAO in a one-sided process. It is highly advised not to refer to this procedure unless there are no other options available.

#### Step 1 - Authorization

Authorize to the DAO using your CT holding wallet at Aragon Framework.

#### Step 2 - Navigate to Redemptions section

Select the "Redemptions" section at the left side panel of Aragon Framework. You will see all th assets available for redemption at the DAO wallet.&#x20;

![](/files/2764qrrT8VqxIqMR97EA)

Press the "Redeem" button to retrieve funds and return the CT Tokens held by the connected wallet.

![](/files/s8K9YbbReRFxwqIErwsR)

#### Step 3 - Set the redemption amounts

After you press the "Redeem" button you will be able to select the amount of your CT Tokens to be burnt in exchange for the Stable coins that will be sent to your wallet.&#x20;

{% hint style="info" %}
Note that the procedure of Rage Quit requires you to pay all the gas fees required for the exchange, as it is a one-sided process unlike the normal fund withdrawal procedure.
{% endhint %}

After you enter the amount of CT Tokens you wish to burn the amount of redeemable Stable Tokens will be shown to you. The exchange ratio of the procedure is calculated according to the percentage of the overall CT held by your wallet and directly affects the redeemable Stable Token amounts.

> The percentage is calculated as \[*Your CT amount / Overall CT amount*]\*100

![](/files/gwnhwyr6zN6cZkSfd8Tt)

After setting the amounts press the "Redeem Tokens" button.

#### Step 4 (Final) - Sign the transaction

Sign the transaction you create by quitting in your wallet interface. After the signature is verified the exchange will take place.


---

# 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://1clickdao.gitbook.io/weezi/advanced-dao-procedures/2.-rage-quit-procedure.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.
