> For the complete documentation index, see [llms.txt](https://docs.prophetmarket.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.prophetmarket.ai/your-wallet/withdrawals.md).

# Withdrawals

*One signature, one destination, one chain.*

Withdrawals are simpler than deposits. You choose a destination address on Polygon and an amount of USDC, you sign one Safe transaction, and that amount transfers from your Safe to the destination.

1. **Choose the destination** Any Polygon address you specify. Check it character by character, because this is the step that cannot be undone.
2. **Choose the amount** Any amount of USDC up to your available balance. Shares are not withdrawable; only USDC is.
3. **Sign once** A single Safe transaction moves the USDC on Polygon. Prophet pays the gas.

{% hint style="danger" %}
**The destination is locked once you sign**

Double check the address before signing. Prophet cannot reverse a confirmed on chain transfer, and there is no support process that can recover funds sent to the wrong address.
{% endhint %}

## Getting funds to another chain

Withdrawals go to Polygon. If you want the funds elsewhere, withdraw to an address you control on Polygon and then bridge from there using whichever bridge you prefer. Prophet does not bridge outbound on your behalf, which keeps the withdrawal path as simple and as few moving parts as possible.

{% hint style="info" %}
**Why the destination lock exists**

Committing to a specific address at the moment of signing means a compromised browser session cannot redirect a withdrawal that is already in flight to an attacker's address. The inconvenience buys a real security guarantee.
{% endhint %}


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.prophetmarket.ai/your-wallet/withdrawals.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
