> 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/8.-como-fazer-um-saque.md).

# 8. Como fazer um saque?

Para fazer uma retirada, siga as instruções abaixo:

1. Clique no [<mark style="color:verde;">botão Carteira</mark>](https://rollercoin.com/wallet) no canto superior direito e [<mark style="color:verde;">a página</mark>](https://rollercoin.com/wallet) com a lista de todas as moedas aparecerá.&#x20;
2. Escolha a moeda que deseja retirar e depois clique no botão «Retirar».
3. Digite o endereço da sua carteira e o valor que deseja retirar.
   1. Além disso, insira seu número MEMO, se você estiver retirando XRP.
4. Marque a caixa de confirmação e depois clique no botão «Confirmar».
5. Prossiga com a retirada clicando no botão «Retirar».
6. E, por fim, você receberá um e-mail de confirmação nosso ([<mark style="color:verde;">noreply@rollercoin.com</mark>](mailto:noreply@rollercoin.com)), você precisará confirmar sua retirada inserindo o código de confirmação na janela de confirmação de retirada no Rollercoin.

<figure><img src="/files/bba9bc18f707c9b233314d128896c9dd8a2c73af" alt=""><figcaption></figcaption></figure>

{% hint style="success" %}
**Algumas moedas só podem ser mineradas ou depositadas.**&#x20;

Se você não conseguir localizar uma opção de retirada ou abrir a aba da moeda, isso significa que as retiradas para essa moeda específica estão indisponíveis no momento.
{% 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/rollercoin-f.a.q.-pt-br/f.a.q./carteira/8.-como-fazer-um-saque.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.
