> For the complete documentation index, see [llms.txt](https://qubetics.gitbook.io/qubetics-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://qubetics.gitbook.io/qubetics-docs/getting-started/delegator-application-user-guide/dashboard/unbond-funds.md).

# Unbond Funds

Unbonding gives delegators flexibility and control over their staked funds. You may choose to unbond if:

* You want to use your tokens for other purposes, such as trading or liquidity provision.
* You wish to reallocate your stake to a different validator offering better rewards or lower commission rates.

<figure><img src="https://2711441218-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F36u23gOZEZc21qS2BbPV%2Fuploads%2FCgfmtMJkN0danpSueAlv%2Fimage.png?alt=media&amp;token=25d82252-b6c9-410c-a195-d4d8c7d3847c" alt=""><figcaption></figcaption></figure>

#### **Check Funds Available to Unbond**

The **Funds Available to Unbond** field displays the total number of staked TICS tokens currently eligible for unbonding. This reflects only tokens that are actively staked and not locked in any other process.&#x20;

#### **Enter the Unbond Amount**

In the **Unbond Amount** field, specify the exact number of TICS tokens you want to unbond. This flexibility allows you to unbond a portion of your stake while leaving the remaining tokens staked to continue earning rewards.

If you wish to unbond all your staked tokens with the validator, click the **Unbond All** button. This action automatically populates the field with the maximum amount eligible for unbonding.

#### **Confirm and Submit**

Once you have entered all details, take a moment to review everything carefully:

* Verify the **Unbonded Amount** to ensure it reflects your intended transaction.
* Confirm the accuracy of your mnemonic phrase.

Click the **Submit** button to initiate the unbonding transaction. Your connected wallet application will prompt you to confirm the transaction details, including the amount to unbond and any associated fees. Approve the transaction to proceed.


---

# 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://qubetics.gitbook.io/qubetics-docs/getting-started/delegator-application-user-guide/dashboard/unbond-funds.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.
