# Withdraw

### **Overview**

Users can withdraw supplied assets from the Pike at any time. However, if an asset is currently being used as collateral for an active loan, there may be limitations on how much can be withdrawn. The protocol must hold enough collateral to support the open borrow position.

### **Step-by-Step Withdrawal Guide**

1. **Select the Asset to Withdraw**

   * Navigate to the **‘You Supplied’** section in the dashboard.
   * Click the **“-”** button next to the asset you wish to withdraw.&#x20;

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

2. **Enter the Withdrawal Amount**

   * Choose how much you want to withdraw.
     * **Manual Input:** Enter a custom amount.
     * **Predefined Options:** Select from preset percentages (25%, 50%, 75%, 100%).
   * **Note:** If the withdrawal exceeds the available limit, an error message will be displayed.&#x20;

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

3. **Confirm the Withdrawal**

   * Click the **Withdraw** button and approve the transaction in your wallet.
   * Wait for the confirmation that the transaction has been processed.&#x20;

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

4. **Receive Withdrawn Tokens**

   * Once the withdrawal is successful, the tokens will be available in your wallet.&#x20;


---

# 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.pike.finance/user-guide/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.
