# Purchased Tokens

The Purchased Tokens section shows the ZXAI amount linked to your presale activity.

This area helps users track how much ZXAI they have purchased or received through approved presale participation.

{% hint style="info" %}
Purchased token amounts may come from Wallet Connect Buy or approved Manual Pay records.
{% endhint %}

***

### What You Can See

| Item                 | Meaning                                     |
| -------------------- | ------------------------------------------- |
| **Purchased ZXAI**   | Total ZXAI linked to completed purchases.   |
| **Payment Method**   | Wallet Connect Buy or Manual Pay.           |
| **Status**           | Pending, Completed, Rejected or Failed.     |
| **Transaction Hash** | Blockchain transaction proof, if available. |
| **Date**             | When the purchase or request was created.   |

***

### Wallet Connect Purchases

Wallet Connect purchases are processed through smart contracts.

After confirmation, the purchase may appear in your dashboard history.

{% hint style="success" %}
Wallet Connect Buy is confirmed through the blockchain.
{% endhint %}

***

### Manual Pay Purchases

Manual Pay purchases appear after you submit payment details.

They may stay as **Pending** until reviewed.

| Status        | Meaning                        |
| ------------- | ------------------------------ |
| **Pending**   | Waiting for review.            |
| **Completed** | Payment approved and recorded. |
| **Rejected**  | Payment could not be verified. |

***

### Important Note

If your purchase does not appear immediately, wait for confirmation or review.

For Manual Pay, make sure your transaction hash and payment details are correct.

{% hint style="warning" %}
Incorrect Manual Pay details may delay or reject your purchase.
{% endhint %}


---

# Agent Instructions: 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:

```
GET https://docs.zeraxai.com/dashboard/purchased-tokens.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
