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

# Deposit & Withdraw $CROSS

$CROSS is the on-platform currency you bring into CROSS Prediction by depositing $CROSS from your wallet on CROSS Chain. You can withdraw $CROSS back to your connected wallet at any time.

***

## Deposit $CROSS

{% hint style="info" %}
$CROSS can be deposited here. $BILL is available on [Forge](https://x.crosstoken.io/forge/token/0xA6272D8053B4F5d5F7943dfBc1039B1cedebf3d4).
{% endhint %}

### 1. Open the Deposit modal

Header or Portfolio page.

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

### 2. Enter amount

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

### 3. Confirm in your wallet

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

### 4. Done

$CROSS appears on-platform once the transaction is confirmed.

## Buy $CROSS with a card (Alchemy Pay)

No $CROSS yet? You can buy it directly with a card, Apple Pay, or Google Pay through Alchemy Pay

{% hint style="info" %}
Fiat purchases are handled by Alchemy Pay, a third-party on-ramp. Supported payment methods, limits, and fees vary by region.
{% endhint %}

### 1. Open your wallet and click Buy

Open the account menu in the header, then click **Buy**.

<figure><img src="/files/4m8QKMy1px6qbpJgKnAK" alt=""><figcaption></figcaption></figure>

### 2. Enter the amount

Enter the amount you want to spend. The estimated $CROSS you'll receive is shown below.\
Click **Proceed · Buy CROSS**.

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

### 3. Choose a payment method and pay

Select Card, Apple Pay, or Google Pay, then complete the payment to receive your $CROSS.

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

***

## Withdraw $CROSS

### 1. Open the Withdraw modal on portfolio page

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

### 2. Enter amount

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

### 3. Confirm in your wallet

### 4. Done

$CROSS is sent to your connected wallet.


---

# 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.prediction.crossdefi.io/getting-started/deposit-cross.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.
