> For the complete documentation index, see [llms.txt](https://faq.rollercoin.com/rollercoin/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://faq.rollercoin.com/rollercoin/f.a.q./wallet/1.-how-to-make-a-deposit.md).

# 1. How to make a deposit?

## Making a deposit

To make a deposit, please follow these steps:

{% stepper %}
{% step %}

#### Click on the [<mark style="color:green;">wallet</mark>](https://rollercoin.com/wallet) button at the top right corner

{% endstep %}

{% step %}

#### Choose the coin you want to deposit and then click on the «Deposit» button.&#x20;

The wallet address to send the funds to will appear. If it does not appear, click the "Generate Address" button.
{% endstep %}

{% step %}

#### **Please, use this address to transfer your coins.**

{% endstep %}

{% step %}

#### Copy this address and paste as a destination wallet.

{% endstep %}

{% step %}

#### Make sure that you have copied the address correctly and pasted at the correct destination.

Ensure you have chosen the **correct Network**, a sum **higher than the minimum deposit amount**, and the **correct token** to deposit!
{% endstep %}
{% endstepper %}

After the currency arrives in your in-game wallet, you can exchange it for RLT to purchase miners and other in-game content!&#x20;

**Make sure to select the correct network and token, as specified in the deposit section for the currency, and copy the deposit address of your RollerCoin account.**

## Networks supported for Rollercoin deposits

<table data-full-width="false"><thead><tr><th align="center">List of Tokens</th><th align="center">Supported Network</th></tr></thead><tbody><tr><td align="center">BTC</td><td align="center">Bitcoin (BTC)</td></tr><tr><td align="center">ETH &#x26; USDT &#x26; WSHIB &#x26; WPEPE</td><td align="center">Ethereum (ERC-20)</td></tr><tr><td align="center">BNB &#x26; BUSD &#x26; WFLOKI &#x26; TON</td><td align="center">Binance (BEP-20)</td></tr><tr><td align="center">POL</td><td align="center">Polygon</td></tr><tr><td align="center">LTC</td><td align="center">Litecoin (LTC)</td></tr><tr><td align="center">DOGE</td><td align="center">DOGE</td></tr><tr><td align="center">SOL</td><td align="center">Solana</td></tr><tr><td align="center">TRX</td><td align="center">TRON</td></tr><tr><td align="center">XRP</td><td align="center">XRP Ledger (XRPL)</td></tr><tr><td align="center">ALGO</td><td align="center">Algorand</td></tr></tbody></table>

{% hint style="warning" %}
**It is crucial to select correct networks for each and every deposit!**
{% endhint %}

If an incorrect network is used, the deposit cannot be tracked, added, or refunded, as it never arrives on our website or in your wallet. This means that funds are lost if they are sent to a destination via a route we cannot access.

## Networks supported for the transactions

Networks are stated in the window of a token that you’d like to deposit or withdraw.

Below you may see the screenshot of how it looks in the game:

<figure><img src="/files/0sUd0U0cXzkvHV5KTyia" alt=""><figcaption></figcaption></figure>

{% hint style="warning" %}
**Please be aware that the blockchain has a transaction fee, which is independent of us, as we do not charge any deposit or withdrawal fees.**
{% 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://faq.rollercoin.com/rollercoin/f.a.q./wallet/1.-how-to-make-a-deposit.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.
