Skill holders get atighter 99-seat genesis drop
The NFA structure changed. We are no longer framing this as the older 177-seat preview. The current live direction is a simple Genesis NFA: 99 total supply, the first 10 reserved for team-controlled free mint, public mint starting at token ID 11, and two public payment routes instead of one.
Wallet interaction now uses wagmi + WalletConnect, with a direct-mint contract path ready to plug into a deployed address. The copilot lane is also wired so NFA dialogue can start with existing skills as context.
10 reserved IDs plus 89 public IDs.
Pure `0.099 BNB`, or `0.05 BNB + Skiller` combo route.
Token IDs `1-10` are reserved for team mint.
skillhub-nfa-genesis
- Token IDs `1-10` are reserved for team-controlled free mint and never enter the public pool.
- Public mint starts at token ID `11`, with `89` public slots in total.
- Route A is fixed at `0.099 BNB`. Route B is fixed at `0.05 BNB + current router quote for 0.099 BNB worth of SKILL` sent to treasury.
- Combo mint requires a standard ERC20 `approve` transaction before the actual mint call.
- Set `NEXT_PUBLIC_NFA_CONTRACT_ADDRESS` after deployment. Token env values are only fallback display values; on-chain combo config is the source of truth.
99 Genesis NFA
The NFA lane is now a tighter genesis drop: 99 total supply, with token IDs 1-10 reserved for team mint and 89 public IDs starting from token ID 11.
Pure BNB Or Combo
Route A is fixed at 0.099 BNB. Route B is fixed at 0.05 BNB plus the live router quote for 0.099 BNB worth of Skiller sent into treasury.
Chat + Skill Lane
The holder-facing direction starts with dialogue and skill coordination. The first version already exposes an OpenRouter-backed copilot and optional skill execution context.
Simple ERC721 mint, not a launch kitchen sink
The first contract should do one thing well: public mint of the Genesis NFA with the correct cap and pricing. No proxy. No mining. No extra vault logic on day one.
That keeps the launch surface easier to verify and easier to explain. More complex BAP578 interactions can be layered later once the holder base exists, while the combo mint route stays a simple router-based quote path instead of a separate owner-maintained token pricing table.
If the contract address is already deployed, this page can mint immediately. If not, the interface still stays aligned with the final parameters so there is no UI rewrite later.
Mainnet contract live, mint surface active
WalletConnect and injected-wallet flows are live through wagmi.
The Genesis NFA contract is already deployed on BSC mainnet, and this page reads supply, treasury, balance, and dividend state directly from chain.
Pure BNB mint and BNB + SKILL combo mint share the same Genesis output. The only difference is which payment route the holder chooses before signing.
Live contract: 0x0d0867ad5814c299B5260c313d94120CA746391F
Mint First, Utility Layer Next
This contract is deliberately narrow: mint, supply cap, withdraw, metadata. Holder perks and deeper BAP578 operator mechanics stay outside the first deployment.
Explicit 1-10 Reserve
The odd-ID reservation idea is gone. The contract now hard-reserves token IDs 1-10 for team mint and keeps public mint clean from token ID 11 onward.
Community Trading Is Social Layer
Secondary-market energy can help bootstrap attention and future skill incubation narratives, but the on-chain contract itself only handles primary mint.
Snapshot claim lane
Holder dialogue + skill-assisted answers
This panel is the first pass of the BAP578-style NFA dialogue lane. You can ask about launch structure directly, or attach one existing skill result as context before the model responds.