# Important Links

## Product

* Live demo: [www.numex.pro](https://www.numex.pro)
* GitHub: [jacksonhblau/numex-greenfield](https://github.com/jacksonhblau/numex-greenfield)

## Social

* X: [@numex\_pro](https://x.com/numex_pro)
* Instagram: [@numex.pro](https://www.instagram.com/numex.pro/)
* LinkedIn: [numex-pro](https://www.linkedin.com/company/numex-pro/)
* Facebook: [numex.pro](https://www.facebook.com/profile.php?id=61590281867152)
* YouTube: [@numex\_pro](https://www.youtube.com/@numex_pro)

## Base Mainnet Contracts

* NumexRegistryV3: [basescan.org](https://basescan.org/address/0xb2110D936573ADE7122333b316863Ca4e5780f64)
* NumexMarketplaceSettlement: [basescan.org](https://basescan.org/address/0x8266a80633a4B7f02B19d438cAE37D1E4075216A)

## Base Sepolia Contracts (Testnet)

* NumexRegistryV3: [sepolia.basescan.org](https://sepolia.basescan.org/address/0x1bFF7e20d4248C7A6dA8d02A5aeF5b45DdBBA5CD)
* NumexMarketplaceSettlement: [sepolia.basescan.org](https://sepolia.basescan.org/address/0xb2110D936573ADE7122333b316863Ca4e5780f64)

## Verification Scripts

```bash
npm run verify:reveal-proofs
npm run verify:chain-integrity
npm run chain:reconcile:base-sepolia
npm run chain:reconcile:base-mainnet
npm run verify:demo-media-readiness
npm run verify:coin-videos
```

## Brand Assets

* Brand guidelines (PDF): available in brand kit
* Header logo (dark bg): [header-logo-dark-bg.svg](https://www.numex.pro/brand/header-logo-dark-bg.svg)
* Header logo (light bg): [header-logo-light-bg.svg](https://www.numex.pro/brand/header-logo-light-bg.svg)
* Gold icon: [numex-icon-gold.svg](https://www.numex.pro/brand/numex-icon-gold.svg)
* Favicon: [favicon.svg](https://www.numex.pro/brand/favicon.svg)

## Reference

* Courtyard docs: [docs.courtyard.io](https://docs.courtyard.io/courtyard/technology/overview)
* Base docs: [docs.base.org](https://docs.base.org)
* Base mainnet explorer: [basescan.org](https://basescan.org)
* Base Sepolia explorer: [sepolia.basescan.org](https://sepolia.basescan.org)


---

# 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/resources/important-links.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.
