Relic Forge Home Open Studio CREATOR GUIDE · MAINNET + SEPOLIA

Creator Guide

Relic Forge uses an immediate-ownership Forge Reveal architecture. The collector receives the NFT in the mint transaction, verified randomness is requested automatically, and the callback budget scales with the size of each reveal group. Ethereum Mainnet is available for production launches, while Sepolia remains available for rehearsals and development.

Forge Reveal: Ownership is immediate. The mint transaction automatically requests verified randomness, and the collection reveals after the exact Chainlink word is delivered. The 30-second batch policy and 0.005 ETH maximum randomness cost per request/group are platform-managed—not creator settings.

Connect and save

Connect the EVM wallet that owns the creator controls. Cloud project saves are wallet-scoped. Downloaded project backups remain a separate recovery path.

Add artwork

Upload an organized folder, create empty layers, add traits later, upload several traits to an existing layer, or create a category from loose files. Categories remain editable before final compile.

Set rarity and counts

Use percentages, exact quantities, manual token curation, or a collection manifest. Auto Fill preserves entered values and distributes only the remainder. Optional full 1/1 artwork occupies its own recipe slot and supports token-specific metadata.

Choose metadata visibility

Hide selected None traits, hide a rendered category from metadata, or hide individual traits only on tokens that use them. These settings affect token attributes, not the visual render.

Build and preview

Resolve rule, exact-count, and rarity-distribution conflicts. Preview the collection and compile the exact recipe set. Relic Forge validates recipes before ProjectData can be sealed.

Set collection identity

Confirm name, symbol, description, maximum supply, payout receiver, royalty receiver, and royalty percentage. Creator proceeds stay separate from reveal funding.

Choose reveal mode

Deferred Reveal = 0. NFTs mint immediately with the pre-reveal artwork. The creator later completes a two-transaction reveal: Step 1 freezes the minted set and prepares its randomness budget; Step 2 requests verified randomness. The callback finishes the reveal automatically—there is no third creator reveal transaction.

Forge Reveal = 1. NFTs mint directly to the collector. The same mint transaction automatically requests randomness for groups of at most 20. After verified randomness arrives, the recipes are assigned and the NFTs reveal automatically.

Review platform reveal policy

The Forge batch window is 30 seconds and the maximum randomness cost per request/group is 0.005 ETH. Both are platform-managed. Studio shows them in the Technical breakdown instead of exposing creator-editable fields.

Choose fee model

Creator Covers Platform Fee prepays the quoted platform fee at launch and initializes reveal funding. Collector Covers Platform Fee adds the active fee during mints when the ETH/USD quote is healthy. Reveal funding uses the collection hopper first and the shared Reserve only for an allowed bounded shortfall.

Configure mint stages

MintPhases stores public and Approved Wallet stages, including price, schedules, stage supply, wallet caps, proofs, priority, enabled state, and the master Minting switch.

Forge the collection

The Relic Forge Factory creates the collection and its linked data and mint-stage contracts, then Studio writes artwork and recipe data, validates recipes, seals content, creates stages, and verifies the final bindings.

Review before launch

Confirm the deployment system, payout and royalty receivers, fee model, reveal mode, mint-stage schedule, immediate ownership, and automatic reveal behavior. A complete Sepolia rehearsal is strongly recommended before a production launch.

Forge Reveal callback tiers

Relic Forge sizes the consumer callback gas to the reveal group rather than paying for a single fixed callback envelope. Groups larger than 20 split automatically.

1 NFT400,000 gas
2–4 NFTs550,000 gas
5–10 NFTs900,000 gas
11–15 NFTs1,150,000 gas
16–20 NFTs1,400,000 gas

Forge Reveal execution

StageWhat happens
Collector signs mintThe Collection validates MintPhases, price, limits, and remaining supply.
Immediate ownershipThe NFT Transfer events are emitted in the mint transaction. The collector owns the NFTs before the randomness request is created.
Automatic requestThe Collection groups the newly minted NFTs into reveal groups of at most 20, selects the adaptive callback-gas tier, checks the platform 0.005 ETH ceiling, and requests randomness automatically.
Verified wordThe Chainlink adapter records the exact verified random word first and attempts delivery to the Collection. The word is retained even if downstream delivery needs a retry.
Automatic revealSuccessful delivery assigns unique recipes to the group and completes reveal. The collector does not sign a second transaction.
Exceptional replayIf automatic downstream delivery fails, the stored exact word can be replayed permissionlessly with replayFulfillment(localRequestId). Replay uses the same word—no reroll or replacement randomness.

Deferred Reveal execution

Deferred mints create owned ERC-721s immediately with the placeholder. When the creator is ready, prepareDelayedReveal() is Step 1: it freezes the minted supply and prepares the request budget. requestDelayedReveal() is Step 2: it requests verified randomness using the prepared budget. Delivery reveals the frozen set automatically.

If Deferred Reveal happens before sellout, future unsold supply switches to Forge Reveal. Recipes consumed by the delayed permutation cannot be reused by later Forge mints.

Creator/team mint

Creator Mint uses the same immediate-ownership semantics. In Collector Covers Platform Fee mode, MintPhases exposes creatorTeamFeeQuote(quantity); Studio quotes and attaches the required value automatically.

Creator earnings and Reserve

Creator sale proceeds accrue separately from reveal funding and can be withdrawn to payoutReceiver. The reveal hopper funds requests first. If necessary, the shared Reserve may fund an allowed exact shortfall. The Reserve's 0.20 ETH retention threshold is a withdrawal/revenue-safety rule, not a collection activation gate.

Irreversible and security-sensitive actions

Security status: the current Forge Reveal stack has automated and live validation coverage, including callback-gas matrix checks and exact-word replay validation. This is not a professional security audit and does not prove the absence of vulnerabilities.