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

# Getting Started

To start, users need to download the **JumpX** application

1. **Download the JumpX application (link will be provided soon)**
2. **Sign-up for JumpX**\
   After getting access to the app on your respective device, you will be able to sign up for **JumpX** with your email address. You will receive a verification code that you need to key in to enter the app
3. **Create a new Wallet**\
   Click on the Wallet icon on the top right corner of the screen.\
   The app will generate a 12-word secret phrase. This will be used to recover your Wallet if you uninstall the app or forget your password. **Important** – Note this phrase and save it somewhere safe (Write it down physically and store it somewhere only you will have access to.)
4. **Buy $JUMPX tokens and transfer $JUMPX into your in-app Wallet**
5. **Purchase a Bicycle, Sneaker or Car**

Head over to the Marketplace and pick out a Sneaker or a Bicycle! You can use the Filter tool to look for a Sneaker/Bicycle type of your preference. Ensure you have enough $JUMPX for the purchase

Congrats! You are all set. After the purchase of a Bicycle or Sneaker, **you can start your JumpX journey immediately.**


---

# 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.jumpx.run/getting-started.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.
