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

# 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
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.zeraxai.com/dashboard/purchased-tokens.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.
