# Withdraw

Whales Prediction is a trustless platform, meaning you have total control over your money at all times. There is no "withdraw" button on the Whales Prediction interface because the platform never holds your money, only you have the power to move it using your private key.

To move your funds, you simply manage your terminal wallet yourself:

**Step 1:** Click on your profile avatar to find the **Export private key** option.

**Step 2:** To withdraw, follow the prompts to safely reveal and copy your unique **private key** or **seed phrase**.

<figure><img src="https://640655427-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FIZ0DIaAx9IWoM4I1YGdV%2Fuploads%2FRiGACvdPu6Qbi4XewIbx%2Fguide-export-private-key-whales-prediction.jpg?alt=media&#x26;token=61ea6d8e-9b00-4ff7-9b9b-7c84b1940686" alt="" width="563"><figcaption></figcaption></figure>

**Step 3:** Paste this key into a trusted wallet app (like MetaMask, Phantom...) to view and manage your balance outside the platform.

Once imported into your primary wallet app, you can send your funds to any other blockchain address you choose.

> **Security Note:** Never share your private key or seed phrase with anyone, as it gives full access to your funds.

***

### FAQs

<details>

<summary>Does Whales Prediction have a direct withdrawal button?</summary>

No, there is no "withdraw" button because the platform is non-custodial and never holds your funds.

</details>

<details>

<summary>How do I get my money off the platform?</summary>

You move your funds by exporting your terminal’s private key and importing it into a personal wallet like MetaMask or Phantom.

</details>

<details>

<summary>Where can I find my private key to withdraw?</summary>

Click on your profile in the top header and select Export private key to reveal your unique key or seed phrase.

</details>

<details>

<summary>Can Whales Prediction staff help me recover my funds?</summary>

No, because you have full on-chain ownership, only the person with the private key can access or move the assets.

</details>

<details>

<summary>Is it safe to export my private key?</summary>

Yes, as long as you never share it; exporting your key allows you to manually transfer your balance to any other blockchain address.

</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.whales.market/whales-prediction/getting-started/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.
