> 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/rollercoin-f.a.q.-pt-br/f.a.q./carteira.md).

# Carteira

Aqui, você pode visualizar a lista de tokens disponíveis e seu saldo de cada um. Configure seu endereço de depósito, realize transações de depósito e saque, troque crypto por RLT e visualize seu histórico de transações.

{% content-ref url="/pages/42aa4b7a36ac13e793cbb14299d0570e1578bfd7" %}
[1. Como fazer um depósito?](/rollercoin/rollercoin-f.a.q.-pt-br/f.a.q./carteira/1.-como-fazer-um-deposito.md)
{% endcontent-ref %}

{% content-ref url="/pages/02f4041547bb288ba73db29fdb9fec71a8939738" %}
[2. Como comprar RLT?](/rollercoin/rollercoin-f.a.q.-pt-br/f.a.q./carteira/2.-como-comprar-rlt.md)
{% endcontent-ref %}

{% content-ref url="/pages/c09aca46367c4670c14bf8d1b58cb372061e88c9" %}
[3. Como sacar RLT ou trocá-lo por outros tokens?](/rollercoin/rollercoin-f.a.q.-pt-br/f.a.q./carteira/3.-como-sacar-rlt-ou-troca-lo-por-outros-tokens.md)
{% endcontent-ref %}

{% content-ref url="/pages/d7cb8516d6c272296b25b6cf1a05cdc8aa449ce2" %}
[4. Por que meu depósito não chegou?](/rollercoin/rollercoin-f.a.q.-pt-br/f.a.q./carteira/4.-por-que-meu-deposito-nao-chegou.md)
{% endcontent-ref %}

{% content-ref url="/pages/c0ca4e5a9e58ba802c560ef01a11b8c7a6d83ce9" %}
[5. Qual é o valor mínimo do depósito?](/rollercoin/rollercoin-f.a.q.-pt-br/f.a.q./carteira/5.-qual-e-o-valor-minimo-do-deposito.md)
{% endcontent-ref %}

{% content-ref url="/pages/d6a37bd51b28ecdade9b60fb310420c3430e3bac" %}
[6. E se eu tiver transferido um valor insuficiente?](/rollercoin/rollercoin-f.a.q.-pt-br/f.a.q./carteira/6.-e-se-eu-tiver-transferido-um-valor-insuficiente.md)
{% endcontent-ref %}

{% content-ref url="/pages/f3bf6963b7f8c102c932eb83a86f142317336204" %}
[7. O que fazer com a rede de depósito incorreta?](/rollercoin/rollercoin-f.a.q.-pt-br/f.a.q./carteira/7.-o-que-fazer-com-a-rede-de-deposito-incorreta.md)
{% endcontent-ref %}

{% content-ref url="/pages/4a781d8d8f79f17631c3defb0730f47aa89b09be" %}
[8. Como fazer um saque?](/rollercoin/rollercoin-f.a.q.-pt-br/f.a.q./carteira/8.-como-fazer-um-saque.md)
{% endcontent-ref %}

{% content-ref url="/pages/f630e36752fc3bc24e072e44062c7d2c504be22d" %}
[9. Como confirmar um saque?](/rollercoin/rollercoin-f.a.q.-pt-br/f.a.q./carteira/9.-como-confirmar-um-saque.md)
{% endcontent-ref %}

{% content-ref url="/pages/afe3165777b0e065421d43c5b35641747244fe98" %}
[10. Quanto tempo leva para o saque ser processado?](/rollercoin/rollercoin-f.a.q.-pt-br/f.a.q./carteira/10.-quanto-tempo-leva-para-o-saque-ser-processado.md)
{% endcontent-ref %}

{% content-ref url="/pages/3401773711985614ecb4d1e173b45f55d498ac25" %}
[11. Por que meu saque foi cancelado?](/rollercoin/rollercoin-f.a.q.-pt-br/f.a.q./carteira/11.-por-que-meu-saque-foi-cancelado.md)
{% endcontent-ref %}

{% content-ref url="/pages/a69179d2f50f854dcda0a1d0ec944210dba31c4b" %}
[12. Como cancelar meu saque?](/rollercoin/rollercoin-f.a.q.-pt-br/f.a.q./carteira/12.-como-cancelar-meu-saque.md)
{% endcontent-ref %}

{% content-ref url="/pages/55eb7c436c8f4f75c9022506d5d2aaf716c6b043" %}
[13. Por que meu saque não chegou?](/rollercoin/rollercoin-f.a.q.-pt-br/f.a.q./carteira/13.-por-que-meu-saque-nao-chegou.md)
{% endcontent-ref %}

{% content-ref url="/pages/61b2aa30185c0fc1a70d175a4f81143244351562" %}
[14. Por que não consigo fazer um saque?](/rollercoin/rollercoin-f.a.q.-pt-br/f.a.q./carteira/14.-por-que-nao-consigo-fazer-um-saque.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/rollercoin-f.a.q.-pt-br/f.a.q./carteira.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.
