# Welcome

Numex is a premium marketplace for certified collectible coins — transparent mystery packs, PCGS/NGC graded inventory, vaulted ownership, marketplace resale, and on-chain proof infrastructure on Base.

## What You'll Find Here

### Getting Started

How Numex works from a collector's perspective and how marketplace ownership is assigned.

### User Flows

Step-by-step flows for pack purchase and reveal, vault custody and portfolio management, physical redemption, and curator residuals.

### Technology

Architecture overview, smart contracts, integrity proofs, reveal fairness, and hash conventions used across the system.

### Blockchain Deployments

Contracts deployed to Base mainnet and Base Sepolia testnet, plus security and deployment gate requirements.

## Current Status

| Component                         | Status                                         |
| --------------------------------- | ---------------------------------------------- |
| Marketplace                       | Live at [www.numex.pro](https://www.numex.pro) |
| 50 marketplace coins              | Live with unique videos                        |
| thirdweb Payments (card + crypto) | Live                                           |
| Sign in (email / Google)          | Live                                           |
| Pack purchase and reveal          | Live                                           |
| Marketplace purchase              | Live                                           |
| Integrity proofs                  | Live (verifiable commitments)                  |
| Reveal fairness proofs            | Live (Merkle + commit-reveal)                  |
| Smart contracts (Base mainnet)    | Deployed                                       |
| Smart contracts (Base Sepolia)    | Deployed                                       |

## Links

* **Live:** [www.numex.pro](https://www.numex.pro)
* **GitHub:** [jacksonhblau/numex-greenfield](https://github.com/jacksonhblau/numex-greenfield)
* **X:** [@numex\_pro](https://x.com/numex_pro)
* **LinkedIn:** [numex-pro](https://www.linkedin.com/company/numex-pro/)
* **Instagram:** [@numex.pro](https://www.instagram.com/numex.pro/)


---

# 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://numex-greenfield.gitbook.io/numex-docs/readme.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.
