> For the complete documentation index, see [llms.txt](https://docs.javsphere.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.javsphere.com/fundamentals/javsphere-set-up/new-to-crypto.md).

# New to Crypto

## 1. Introduction

Buy crypto through one of the crypto exchanges like [Coinbase](https://www.coinbase.com/) and start your journey on LeverageX within minutes.

## 2. Download a Wallet

A digital wallet gives you the ability to own and control cryptocurrencies, and acts as a gateway to decentralized applications like LeverageX. You can use LeverageX with this wallet.

We support a list of wallets including: [Metamask](https://metamask.io/), [Coinbase Wallet](https://www.coinbase.com/wallet), [Ledger](https://www.ledger.com/), and others.

## 3. Buy Crypto

In order to trade using LeverageX, you need collateral and gas.

Collateral is the asset you use to place your trades. Your profits & losses are denominated in the same collateral. Choose from our supported options: $cbBTC, $wETH, and $USDC.

Gas is needed to perform blockchain transactions and is based on the blockchain you're trading on. Currently we support Base Chain ($ETH).

## 4. Swap Crypto

If you purchased something other than $cbBTC, $wETH, and $USDC, swap now. This will be a blockchain transaction, so you will be expected to sign from your wallet.

Save yourself some $ETH to pay the network fees while performing blockchain transactions.

## 5. Participate

Now that you have purchased your crypto, you can trade over 200 pairs on LeverageX or earn a real yield lending $cbBTC, $wETH, and $USDC.


---

# 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.javsphere.com/fundamentals/javsphere-set-up/new-to-crypto.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.
