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

# After launch

> Running a live collection — phases, allowlists, artwork, reveal, rarity and getting paid.

Owner tools live at **`/mint/manage`**.

## What you can change

<CardGroup cols={2}>
  <Card title="Sale phases" icon="list-timeline">
    Add, edit, reorder and retime phases on a live contract. Prices, windows and
    caps are all editable.
  </Card>

  <Card title="Your allowlist" icon="user-check">
    Update it whenever. What the mint page checks and what the contract accepts
    stay in step.
  </Card>

  <Card title="Artwork" icon="image">
    Re-pin your metadata and point the contract at it. This is also how you
    reveal.
  </Card>

  <Card title="Withdraw" icon="wallet">
    Take your mint proceeds.
  </Card>
</CardGroup>

You can't renounce ownership — the function reverts. Renouncing would strand
your phases, your artwork and your ability to withdraw, permanently.

## Revealing

<Tabs>
  <Tab title="EVM">
    Deploy with placeholder metadata, then run an artwork update. The whole
    directory is re-pinned and the contract points at the real thing. It's
    all-or-nothing — there's no per-token reveal.
  </Tab>

  <Tab title="Solana">
    Set your placeholder in the wizard, then trigger the reveal from the manage
    tools.
  </Tab>
</Tabs>

## Supply during a busy mint

The mint page reads supply live while minting is happening, so the number doesn't
lag behind the chain while people are buying.

## Rarity ranks

Worked out from trait distribution once your collection is indexed.

<Warning>
  Ranks calculated while a collection was still being indexed only reflect the
  part that had been indexed. They'll look internally consistent and be wrong
  against the finished collection.

  If yours were ranked mid-index, ask us to recompute them.
</Warning>

## Getting onto Magic Eden and Tensor

Launching here doesn't automatically list you there. Those overlays match on a
collection symbol that the other marketplace has to know about, and a brand-new
collection doesn't exist to them yet.

We retry the match periodically, so once you are listed elsewhere it links up on
its own. It just won't be instant, and an empty external book on day one is
normal.

## Royalties on Core collections

If secondary royalties aren't being honoured on a Core collection that's finished
minting, there's a repair pass for exactly that — `npm run repair:core-royalties`.

## Retiring a collection

Ask us. There are two separate lists involved and stopping only one of them
leaves the collection reachable by the other route.
