> 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.md).

# Wallet

Here, you can view the list of available tokens and your balance for each one. Set up your deposit address, conduct deposit and withdrawal transactions, exchange crypto for RLT, and view your transaction history.

{% content-ref url="/pages/qCpqXbpqu7YzxF6o05MZ" %}
[1. How to make a deposit?](/rollercoin/f.a.q./wallet/1.-how-to-make-a-deposit.md)
{% endcontent-ref %}

{% content-ref url="/pages/erJ8yZWUR1u33RFBjWCZ" %}
[2. How to purchase RLT?](/rollercoin/f.a.q./wallet/2.-how-to-purchase-rlt.md)
{% endcontent-ref %}

{% content-ref url="/pages/cL0w0BFNPSEw9igkrVuU" %}
[3. How to withdraw RLT or exchange it for other tokens?](/rollercoin/f.a.q./wallet/3.-how-to-withdraw-rlt-or-exchange-it-for-other-tokens.md)
{% endcontent-ref %}

{% content-ref url="/pages/MIHnxenc9Uul7imRxBQV" %}
[4. Why didn't my deposit arrive?](/rollercoin/f.a.q./wallet/4.-why-didnt-my-deposit-arrive.md)
{% endcontent-ref %}

{% content-ref url="/pages/zqmdCYAR82qAg7gsieTA" %}
[5. What is the minimum deposit amount?](/rollercoin/f.a.q./wallet/5.-what-is-the-minimum-deposit-amount.md)
{% endcontent-ref %}

{% content-ref url="/pages/5Hr5BP3CGVTe1D30QIo1" %}
[6. What if I transferred an insufficient amount?](/rollercoin/f.a.q./wallet/6.-what-if-i-transferred-an-insufficient-amount.md)
{% endcontent-ref %}

{% content-ref url="/pages/eSUOUGsqnKstCf1VY6il" %}
[7. What to do with the wrong deposit Network?](/rollercoin/f.a.q./wallet/7.-what-to-do-with-the-wrong-deposit-network.md)
{% endcontent-ref %}

{% content-ref url="/pages/X5FYph2t1H4lNXnscX5w" %}
[8. How to make a withdrawal?](/rollercoin/f.a.q./wallet/8.-how-to-make-a-withdrawal.md)
{% endcontent-ref %}

{% content-ref url="/pages/1DVj6NU318IrgPdHsok5" %}
[9. How to confirm a withdrawal?](/rollercoin/f.a.q./wallet/9.-how-to-confirm-a-withdrawal.md)
{% endcontent-ref %}

{% content-ref url="/pages/kqi3CjrNoJ3orpWsgmN0" %}
[10. How much time does it take for withdrawal to be processed?](/rollercoin/f.a.q./wallet/10.-how-much-time-does-it-take-for-withdrawal-to-be-processed.md)
{% endcontent-ref %}

{% content-ref url="/pages/ITdm2aHbEG6Gdu9YDHcQ" %}
[11. Why was my withdrawal cancelled?](/rollercoin/f.a.q./wallet/11.-why-was-my-withdrawal-cancelled.md)
{% endcontent-ref %}

{% content-ref url="/pages/gTv2CIgFy4GHwoGZUDY1" %}
[12. How to cancel my withdrawal?](/rollercoin/f.a.q./wallet/12.-how-to-cancel-my-withdrawal.md)
{% endcontent-ref %}

{% content-ref url="/pages/fIr5mutfRJWEvpWgo4Ea" %}
[13. Why didn't my withdrawal arrive?](/rollercoin/f.a.q./wallet/13.-why-didnt-my-withdrawal-arrive.md)
{% endcontent-ref %}

{% content-ref url="/pages/yeCrmBQ0x81QIosNxmcu" %}
[14. Why can't I make a withdrawal?](/rollercoin/f.a.q./wallet/14.-why-cant-i-make-a-withdrawal.md)
{% endcontent-ref %}


---

# 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.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.
