> For the complete documentation index, see [llms.txt](https://docs.astroswap.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.astroswap.app/products/astroswap-support/getting-started-with-the-astroswap-dex.md).

# Getting Started with the AstroSwap DEX

**In view of the AstroSwap DEX launch on the 28th of January, we are releasing a guide so that everyone can familiarize themselves with the various options to get started right away!**

The ultimate aim for the DEX is to run on Cardano when the KEVM - the next Cardano update becomes available. However, for now, the AstroSwap development team came up with a smart solution without compromising on transaction speed. The solution is to run the DEX on on the Velas network, and when the blockchain is available upgrade it to Cardano. For this, we built a bridge to enable users to transact from Cardano to the Velas network - a multi-chain bridge solution, such that everyone can take advantage of the DEX from day one.

There are three main coins users will need to have in order to interact with the DEX:

1. ASTRO – the native token of AstroSwap providing the DEX;
2. ADA - the native token powering the Cardano ecosystem
3. BUSD - the stable coin that unifies Velas to MetaMask.

Take a look at Mission Control's full guide on [medium](https://medium.com/@astroswap/c6aa1988fdcc)


---

# 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://docs.astroswap.app/products/astroswap-support/getting-started-with-the-astroswap-dex.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.
