# Base Sepolia (Testnet)

Testnet deployment on Base Sepolia for development and testing.

## Contracts

| Contract                   | Address                                      | Explorer                                                                                            |
| -------------------------- | -------------------------------------------- | --------------------------------------------------------------------------------------------------- |
| NumexRegistryV3            | `0x1bFF7e20d4248C7A6dA8d02A5aeF5b45DdBBA5CD` | [View on BaseScan](https://sepolia.basescan.org/address/0x1bFF7e20d4248C7A6dA8d02A5aeF5b45DdBBA5CD) |
| NumexMarketplaceSettlement | `0xb2110D936573ADE7122333b316863Ca4e5780f64` | [View on BaseScan](https://sepolia.basescan.org/address/0xb2110D936573ADE7122333b316863Ca4e5780f64) |

## Configuration

* USDC (Base Sepolia): `0x036CbD53842c5426634e7929541eC2318f3dCF7e`
* Platform payout: `0x47A42A274c294eeeFEB57fBF0df6102d6E8A483A`
* Settlement has OPERATOR\_ROLE on the registry
* Both contracts are unpaused

## Verified

* RPC chain ID: `84532`
* `NumexRegistryV3.name()` returns `Numex Vaulted Coin V3`
* Settlement `registry()` points to the correct registry address
* Settlement `usdc()` returns the correct USDC address
* Unauthorized `settle()` calls revert (DISTRIBUTOR\_ROLE-gated)
* 226 contract tests pass


---

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

```
GET https://numex-greenfield.gitbook.io/numex-docs/blockchain-deployments/base-sepolia-smoke-deployment.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.
