> 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/7.-o-que-fazer-com-a-rede-de-deposito-incorreta.md).

# 7. O que fazer com a rede de depósito incorreta?

Infelizmente, não há nada que possamos fazer do nosso lado para ajudar neste caso. Não podemos rastrear, reembolsar ou creditar uma transação, pois ela nunca chega ao nosso site devido à rede escolhida não ser suportada.

Para evitar qualquer erro e aproveitar o RollerCoin ao máximo, aqui está a lista de redes para cada moeda disponível no RollerCoin.

Apoiamos as seguintes redes:

|       Lista de Tokens      |   Rede Suportada  |
| :------------------------: | :---------------: |
|             BTC            |   Bitcoin (BTC)   |
| ETH & USDT & WSHIB & WPEPE | Ethereum (ERC-20) |
|  BNB & BUSD & WFLOKI & TON |  Binance (BEP-20) |
|             POL            |      Polygon      |
|             LTC            |   Litecoin (LTC)  |
|            DOGE            |        DOGE       |
|             SOL            |       Solana      |
|             TRX            |        TRON       |
|             XRP            | XRP Ledger (XRPL) |
|            ALGO            |      Algorand     |


---

# 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/7.-o-que-fazer-com-a-rede-de-deposito-incorreta.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.
