> For the complete documentation index, see [llms.txt](https://help.xaman.app/app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.xaman.app/app/getting-started-with-xaman/how-to-activate-a-new-xrpl-account/from-binance.md).

# From Binance

1\) Go to the Binance website, sign into your Binance account and choose the **Wallet** menu then **Fiat and Spot**.

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

2\) In the search field, enter **XRP** and press Enter.

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

3\) From the results, choose **XRP** then select **Withdraw**.

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

4\) Make sure that you enter **your** **r-address** correctly, (the r-address of your account in Xaman.), then choose the correct network. (**XRP** Ripple).

Note: You can find your r-address in Xaman here…

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

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

You should not need to enter anything into the MEMO field.

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

5\) Finally, **enter the amount of XRP** you would like to withdraw and press the **Withdraw** button.

Your XRP will arrive in your XRP Ledger account managed with Xumm shortly 🎉


---

# 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://help.xaman.app/app/getting-started-with-xaman/how-to-activate-a-new-xrpl-account/from-binance.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.
