# Deposit

To deposit funds into your Polymarket account:

1. Click **Deposit**.
2. Select your **deposit method** (for example, **Transfer Crypto**).
3. Choose the **token** and **network (chain)** you want to use.
4. Copy your **deposit address**.
5. Send the **minimum required amount** to that address.
6. After the transaction confirms, **refresh the page** — your funds will appear in your balance.

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

{% hint style="danger" %}
Always double-check the **network** and **deposit address** before sending funds. Transactions sent to the wrong chain or address **cannot be reversed**.
{% endhint %}


---

# 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://polymarketguide.gitbook.io/polymarketguide/basics/funding/deposit.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.
