Managing Collections
Once your collection is registered, head to the Creator Portal page which can be found at https://frensei.io/collections/{your-collection-slug}/admin. You will be automatically redirected here when you first create your collection. Here, you can update key aspects of your project.
Info Tab
Update your collection’s:
Description
Website URL
Discord invite
Twitter/X profile
These updates are instantly reflected across the platform.
Phases Tab
Manage minting phases for your collection:
Phase Name: Displayed to users on the mint page
Price: Price per token for that phase (in Sei or the configured ERC20 token).
Max Mint Per Wallet: Caps how many tokens a wallet can mint during public mints only. For allowlist mints, the Merkle tree defines custom limits. See Getting Started for more information.
Mintable Supply: How many tokens can be minted during this phase. Set to
0
or toggle ∞ for "remaining available" (up to total collection supply).Start/End Times: UTC-based minting window.
Allowlist: Upload a CSV for allowlist-based mints. Supports both address-only and address + quantity format. See Getting Started for more information
Token URI Tab
Configure how your token metadata is structured:
Base Token URI: Root of your metadata files (e.g.
https://yourcdn.com/metadata/
)Base Token URI Extension: Suffix (e.g.,
.json
)URI Iterative: Toggle on if your token URIs should increment by token ID (e.g.,
/1.json
,/2.json
, etc.)
Collection Actions (Top Right Dropdown)
This is where you control on-chain interactions:
Deploy Contract: Initiates contract deployment to Sei Network.
Sync Metadata: Pushes your metadata URI settings to the contract.
Sync Phases: Pushes your phase configuration on-chain.
Important: Phases must be synced for a mint to work
Freeze Mint / Unfreeze Mint: Toggles whether the mint is open or closed.
When frozen, the collection is hidden from the homepage.
When open, it becomes discoverable and mintable.
Withdrawing Funds
If your collection has received funds (via minting), the Withdraw Funds button allows you to transfer proceeds to your configured payout address.
Last updated