> For the complete documentation index, see [llms.txt](https://docs.motif.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.motif.finance/user-guide-bitdsm-testnet/how-to-redeem-dtp/withdraw.md).

# Withdraw

To withdraw, or liquidate the funds from a BOD you own, start by initiating a Withdraw Request by following these steps:

1. Connect using the same wallet that was used to create the BOD as the request can only be initiated by the BOD owner
2. Go to the “Staked Assets” tab in the “My Stakes” Dashboard and find the section “Undelegated BODs”
3. Check to see that there are undelegated BODs and click on the “Withdraw” button

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

4. In the “Withdraw” form, select the BOD you want to liquidate

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

5. Enter a Bitcoin wallet address you wish for the fund to be sent to, or check the box “Send fund to depositor address (0x….)” (In the example shown, the funds are sent back to the original depositor wallet address)
6. The system will send out a request to the Operator to sign for the withdrawal. The operator is expected to perform this action without delay. After the operator signs the withdrawal request, the final step left is for you the BOD owner to sign. if you had pre-signed the transaction, no further action will be required. Please see 'Pre-signed Transaction" section below for more details.

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

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

On the Dashboard, the “Pending Withdrawal” column will reflect the status of the withdrawal with the following states: “Waiting for operator”, "Waiting for user", and a non-zero balance. You can also check the status on Bitcoin blockchain by going to the link provided

7. \[Manual Step] If you receive an error during Step 6, you may be presented with option to sign the withdrawal transaction manually. Copy the PBST hash and sign it in a Bitcoin wallet (i.e. Electrum) that supports PBST signing.
8. A confirmation dialog will be presented with the URL to check the status of the Bitcoin transaction. Save the URL. Once BitDSM receives the final confirmation, the BOD will disappear from the Dashboard and the withdrawal transaction will appear under the “Recent Transactions” tab. Please read “Confirmation” section.

Note: In order for a BOD to be eligible for withdrawal requests, it must not already:

* have a pending withdrawal request - Allow the withdrawal request to finish
* be delegated to an App - Undelegate the BOD
* be in the locked state - Get the app maker to release the lock
* have no balance to withdraw

**Pre-signed Transaction**

If you were presented with the option to pre-sign the withdraw transaction during the initial setup of the BOD, and you have opted for “Send fund to depositor address (0x….)” on the “Initiate Withdraw Request” form, then you do not need to follow the preceding steps 1-5. After the Operator signs the transaction, the funds in the BOD will be automatically sent to the pre-signed address.

**Confirmation**

After completing Step 5, a confirmation dialog will be presented with the URL for you to check the status of the Bitcoin transaction. Save the URL. The status will change to either a non-zero balance representing the amount to be withdrawan, or “Waiting for on-chain”. Once BitDSM receives the final confirmation, the BOD will disappear from the Dashboard and the withdrawal transaction will appear under the “Recent Transactions” tab.


---

# 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:

```
GET https://docs.motif.finance/user-guide-bitdsm-testnet/how-to-redeem-dtp/withdraw.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.
