> ## Documentation Index
> Fetch the complete documentation index at: https://docs.xpectrum.xyz/llms.txt
> Use this file to discover all available pages before exploring further.

# Roadmap

> What's shipped, what's being built, and what's on the horizon

Xpectrum is live on Octra mainnet. This page is honest about the line between what is shipped, what is actively being built, and what is exploratory. Items in the Horizon section have no committed timeline.

## Shipped

The full lifecycle works end to end on mainnet today. Every contract below is deployed on mainnet and formally verified.

<Note>
  Secondary trading opens on the app after the Xpectra genesis mint completes. The contracts backing it are already deployed; the trading surface is gated until then.
</Note>

| Capability                                                      | Status |
| --------------------------------------------------------------- | ------ |
| XNS-1 token standard (rev 3)                                    | Live   |
| Xcollection v3: three-phase mint, per-wallet caps, holder index | Live   |
| Genesis injection at mint                                       | Live   |
| Commit-first provenance + anti-snipe reveal                     | Live   |
| On-chain royalties (enforced at settlement, 10% ceiling)        | Live   |
| Pull-based proceeds (creator + platform)                        | Live   |
| Xlist whitelist management                                      | Live   |
| Xmarket v3: fixed-price listings                                | Live   |
| Xmarket v3: individual and collection offers                    | Live   |
| No-code Launchpad (generator, phases, reveal)                   | Live   |
| Circles: collection-wide, NFT-gated, on-chain asset storage     | Live   |
| USD price display via on-chain oracle                           | Live   |
| Indexer-backed activity and discovery                           | Live   |

## Building now

Active, near-term work with a clear path to shipping:

* **xpress, open**: publish the launch engine to npm and open-source the repository so anyone can generate, hash, deploy, and independently verify a collection.
* **Circle access-control optimization**: refining the on-chain gating paths for lower cost and latency, then shipping the update.
* **Analytics**: per-collection mint stats, holder distribution, and secondary volume surfaced in the dashboard.
* **Batch listing**: list multiple tokens from a collection in one transaction.
* **Mobile-optimized trading**: streamlined listing and offer flow for mobile wallets.

## Horizon

<Warning>
  These are exploratory. None are live and none have a confirmed timeline. Several depend on Octra network capabilities that are still maturing.
</Warning>

* **Private collection state with FHE**: sealed bids and private metadata using Octra's fully homomorphic encryption layer.
* **Richer Circle programmability**: more expressive on-chain logic, including the possibility of per-token state where each NFT carries its own isolated logic, and cross-collection interaction between Circles.
* **Auctions**: time-based auctions alongside fixed-price listings on Xmarket.
* **Cross-collection bundles**: list or bid on a set of tokens from different collections in one transaction.

## Network dependency

The Horizon items track Octra's own progress, particularly the FHE toolchain and the cross-contract gas model. We follow these upstream and will move items into "Building now" only when there is a real path to shipping them.

Follow [@xpectrum\_xyz](https://x.com/xpectrum_xyz) for announcements and join the [Discord](https://discord.gg/vtH5bZ5sBt) for early access.
