# Reclaim delegation

If you are planning to undelegate for the purpose of switching validators, unstaking funds to use elsewhere, or just taking a break, follow the steps below. When you undelegate your tokens on the Kima network, they enter an Unbonding period of 21 days, which means they are locked until the period ends before being transferred back to your wallet. This ensures commitment to the KIMA network and prevent abuse and misuse of the delegation process.

This guide assumes you have previously delegated tokens on Kima.

## Connect your wallet

Go to the KIMA explorer and click the Connect Keplr button.

[Testnet explorer](https://explorer.sardis.kima.network/) [Mainnet explorer](https://explorer.kima.network)

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

Approve the prompts.

In the explorer, click the Overview tab in the left sidebar of the home screen.

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

Scroll down until you can see the Delegations section. There, you should be able to see a summary of your delegated stake among the available validators.

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

Look for the delegated stake that you plan to undelegate and click on the Undelegate button.

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

Enter the amount of $KIMA you want to undelegate and click on Submit.

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

You will be prompted to approve the transaction. To confirm, click on Approve.

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

In the Delegations section, you should see that you no longer have any delegated stake. Your undelegated tokens will be in the Unbonding period.

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

After this period, you will be able to view your tokens in your wallet.


---

# 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.kima.network/kima-network/become-a-kima-delegator/undelegate.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.
