> For the complete documentation index, see [llms.txt](https://adrem1.gitbook.io/welcome-to-cardano/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://adrem1.gitbook.io/welcome-to-cardano/purchasing-ada.md).

# 2. Purchasing ADA

{% hint style="info" %}
All exchanges will have a different look-and-feel as well as differ from one another based on factors highlighted in the "[Choosing an exchange](/welcome-to-cardano/choosing-an-exchange.md)" section of this guide.
{% endhint %}

{% hint style="danger" %}
**Important**: make sure that your exchange of choice allows withdrawal of ADA into self-custody wallets.
{% endhint %}

## **Create an account and complete KYC**

Once you have chosen an exchange, create an account and complete the required Know-Your-Customer (KYC) steps in order to enable transactions to and from your new account.

{% hint style="danger" %}
While it is possible to trade in crypto without KYC, we do not recommend it. KYC is an important compliance step for financial institutions: exchanges that do not implement it should be avoided.
{% endhint %}

## **Fund your exchange account**

Once you have completed the KYC steps required by your exchange of choice, you will have to transfer some funds in order to buy ADA.

{% hint style="info" %}
Most exchanges will allow a number of payment methods: please refer to your exchange's FAQs or Support for more details.
{% endhint %}

## Buying ADA

Each exchange will have its own UI to allow customers to purchase ADA and other crypto. Some will provide swaps, spot prices, market orders and more.

{% hint style="warning" %}
Please familiarise yourself with the UI of your exchange, and consult independent market-price aggregators when you purchase crypto.
{% endhint %}

Once you have bought ADA, the coins will be in your exchange wallet. In the next part of this guide, you'll learn how to transfer ADA out of those wallets into your own.

{% hint style="info" %}
Please take your time to examine your exchange wallet and its features. Here you will generally be able to view your balance, trade coins, see your order history and execute transactions to and from other wallets.
{% 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://adrem1.gitbook.io/welcome-to-cardano/purchasing-ada.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.
