> For the complete documentation index, see [llms.txt](https://fantasy-top.gitbook.io/fantasy-top-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://fantasy-top.gitbook.io/fantasy-top-guide/learn-to-play-fantasy/getting-started/depositing-funds.md).

# Depositing Funds

When you create a Fantasy Top account, a wallet is automatically created for you. To start playing with real money, you'll need to add funds.

**To deposit, click the Deposit button on your profile page** (directly below your username). A modal will show your current balance and two deposit options.

***

### Deposit from a Wallet

Choose this if you're sending funds from a personal wallet on another network.

**Supported networks:** Ethereum, Solana, Base, Arbitrum, Optimism, and Polygon.

If you want to send ETH directly on Base, select Base Network from the list and send ETH to the address shown. Once confirmed, funds appear in your account.

**Important:** Only use this method when sending from a supported wallet. Do not send from an exchange or manually bridge to this address. Those transfers won't be detected and you may lose your funds.

***

### Deposit from an Exchange

You can fund your account directly from a centralized exchange like Coinbase, Binance, Kraken, or OKX.

**Steps:**

1. Buy ETH on your exchange
2. Withdraw the ETH to your Fantasy Top deposit address
3. **Make sure Base is selected as the withdrawal network**
4. Wait for confirmation

Once the transfer completes, funds will appear in your account and be ready to use across all game modes.

{% hint style="info" %}

## Deposit Timing

Funds should arrive in your wallet in less than 60 seconds. You may need to refresh the page to see your updated balance.

**If funds don't appear after 5 minutes**, contact support in the official Discord server: <https://discord.gg/fantasytop>
{% 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://fantasy-top.gitbook.io/fantasy-top-guide/learn-to-play-fantasy/getting-started/depositing-funds.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.
