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

# Depositing Funds

To trade on PreToke you need a balance of **USDT** (the TON-network version of Tether). Deposits are simple: the platform gives you a personal deposit address, and any USDT you send there shows up in your trading balance.

## Step by step

1. Go to your account / wallet page and open **Deposit**.
2. The platform shows you a unique **deposit address**. This address is generated specifically for your account — nobody else's deposits go there, and yours don't go anywhere else.
3. From any TON wallet (the one you trade with, an exchange, or another wallet entirely), send USDT (TON network) to that address.
4. Wait for the transaction to confirm on the TON blockchain — this is usually quick (a few seconds to a couple of minutes).
5. Your available balance updates automatically once the deposit is detected and processed. You don't need to click anything or "claim" it.

## Important notes

* **Only send USDT on the TON network** to this address. Sending TON coin itself, or USDT from a different blockchain (e.g. Ethereum or Tron), will not be credited automatically and may be difficult to recover — always double check the network in your sending wallet.
* The very first time you use a freshly generated deposit address, it hasn't been "activated" on-chain yet — this is completely normal for TON addresses and does not prevent your deposit from being received and credited.
* Your deposit address stays the same for your account — you can reuse it for future deposits, and you can look it up again any time from the Deposit page.

## Where does the money actually go?

Behind the scenes, your deposit lands in a wallet address that only the platform's infrastructure can move funds out of (via automated sweeps into the platform's main custody wallet). Your available balance in the app is what's usable for trading. When you want your money back, see [Withdrawing Funds](/using-the-platform/withdrawing-funds.md).

Once your balance shows up, you're ready to place your first trade — head to [Browsing Markets](/using-the-platform/browsing-markets.md).


---

# 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.pretoke.xyz/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.
