# Withdraw

{% hint style="info" %}
**Always keep your address locked when not making updates. It’s one of the most effective measures to protect your funds from unauthorized access or malicious attacks.**
{% endhint %}

{% embed url="<https://youtu.be/xwCWIayaEkE>" %}

***

{% stepper %}
{% step %}
Access <kbd>💸 Withdraw</kbd> easily from the home menu or by using the <kbd>/withdraw</kbd> command.

<div align="left"><figure><img src="https://4108356913-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FtLeahxvohQr3fYBgeulA%2Fuploads%2FoyeWAKuRNaLUIHMLIgaV%2FWithd.png?alt=media&#x26;token=e7ec9c2b-e9bf-49cc-8ea9-801cddfb5504" alt=""><figcaption></figcaption></figure></div>

<div align="left"><figure><img src="https://4108356913-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FtLeahxvohQr3fYBgeulA%2Fuploads%2F4kSVWmF4zzbP17j6B0sP%2F4.png?alt=media&#x26;token=cb12963b-e466-47aa-ab0e-6c329cbb3059" alt=""><figcaption></figcaption></figure></div>

| Button           | Action                                                                                                                                                             |
| ---------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| 50%, 100%        | Preset percentage of SOL you want to withdraw (e.g., 50% withdraws half your funds).                                                                               |
| X SOL            | Edit the amount of SOL you wish to withdraw.                                                                                                                       |
| Set Address      | Set the address to receive your funds.                                                                                                                             |
| Lock Address     | Lock your address to prevent changes. This safety measure ensures that no malicious party can modify the address or withdraw your funds for 24 hours unlocking it. |
| Unlock Address   | Unlock your address if you need to make changes. A 24-hour security cooldown will be applied before any modifications are allowed.                                 |
| {% endstep %}    |                                                                                                                                                                    |
| {% endstepper %} |                                                                                                                                                                    |

***

### Locking/Unlocking Withdraw Address

{% hint style="danger" %}
Protecting your funds is our top priority, and we’ve implemented a safety feature to help safeguard your wallet: Address Locking.
{% endhint %}

<details>

<summary>🔒 Why locking your address?</summary>

Locking your address ensures it cannot be changed while locked, making it impossible for anyone—including potential attackers—to replace it and withdraw your funds. This is a critical layer of security, especially in case of a malicious attack or if your wallet becomes compromised.

</details>

<details>

<summary>🔓 Unlocking your address</summary>

If you need to make changes to your address, you must first unlock it. Once unlocked, a 24-hour security cooldown begins, ensuring that no changes can be made during this time. This delay provides a buffer to detect and prevent unauthorized attempts.

</details>


---

# 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.bloombot.app/solana/solana-bot/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.
