Got Questions?

Frequently Asked Questions

Everything you need to know about Nexus Token (NXS).

All General Minting Wallet & BSC Tokenomics Safety Future

🌐 General

What is Nexus Token (NXS)?

Nexus Token (NXS) is a community-first BEP-20 token on Binance Smart Chain. It's a fair-launch token where 100% of the supply is minted by the community at a fixed price of $0.50 per 1,000 NXS. There is no presale, no team allocation, and no VC round — everyone starts at the same level.

What makes NXS different from other tokens?

Three things:

1. Fair launch: No presale, no team tokens, no VC allocation — 100% community-minted
2. Anti-whale: Max 3 mints per wallet enforced on-chain — no single wallet can dominate supply
3. Instant treasury: BNB from every mint goes directly to the treasury wallet — contract holds zero funds

Is NXS a meme coin or a utility token?

NXS starts as a community-driven token with a fair launch model. The roadmap includes utility features like staking, governance, and cross-chain bridging. Think of it as a community token with an ambitious roadmap — the utility grows as the community grows.

Who is the team behind NXS?

NXS was created by an independent developer (0xchenk) who deployed and verified the contract. The project follows a community-driven model — as the community grows, governance will be handed over to NXS holders through a DAO structure.

⚡ Minting

How do I mint NXS?

Go to nexustoken.live, connect your wallet (MetaMask or any BSC-compatible wallet), choose how many mints you want (1-3), and click "Mint NXS". Your wallet must be on Binance Smart Chain (Chain ID 56) and have enough BNB for the mint + gas.

How much does one mint cost?

One mint costs $0.50 USD worth of BNB. The exact BNB amount is stored on-chain and can be read from the contract. Gas fees on BSC are typically very low ($0.01-$0.05 per transaction).

How many NXS do I get per mint?

Each mint gives you 1,000 NXS. If you use batch mint with the maximum 3 mints, you receive 3,000 NXS in a single transaction.

Why is there a 3-mint limit per wallet?

The 3-mint cap is the core anti-whale mechanism. It ensures:
• No single wallet can hold more than 3,000 NXS from minting (0.003% of supply)
• Whales cannot sweep up large percentages of the supply
• The minimum number of unique minters to fully distribute the supply is ~33,333
• Fair distribution — everyone gets the same shot

Can I mint from multiple wallets?

Technically yes — the contract enforces the limit per address, not per person. However, each wallet requires separate gas fees for each mint transaction, making Sybil attacks cost-prohibitive at scale. The 3-mint cap is designed to make mass accumulation economically impractical.

What happens to my BNB when I mint?

Your BNB is instantly forwarded to the treasury wallet. The contract never holds any BNB (except in rare edge cases). This is fully transparent — you can verify every mint transaction on BSCScan. The treasury funds are used for liquidity, marketing, and development as outlined in the whitepaper.

Can minting be paused?

Yes, the contract owner can pause and resume minting via the toggleMint() function. This is a standard safety measure used to protect the community in case of exploits or emergencies. The mint status is publicly visible on-chain.

🔐 Wallet & BSC

Which wallet should I use?

Any wallet that supports Binance Smart Chain works:
MetaMask (most popular, desktop + mobile)
Trust Wallet (mobile-first, BSC native)
Rabby (DeFi-focused, auto chain detection)
SafePal (hardware + software)
• Any WalletConnect-compatible wallet

How do I switch my wallet to BSC?

MetaMask: Settings → Networks → Add Network → enter:
• Network Name: BNB Smart Chain
• RPC URL: https://bsc-dataseed.binance.org
• Chain ID: 56
• Symbol: BNB
• Block Explorer: https://bscscan.com

The landing page at nexustoken.live will prompt you to switch networks automatically if you're on the wrong chain.

How do I add NXS to my wallet?

After minting, your wallet will show the NXS balance automatically. If not:
• Open your wallet → Import Tokens → Custom Token
• Contract: 0xc9E7419fAa4d9311AF95de9Dac943B9252A79531
• Symbol: NXS
• Decimals: 18

On MetaMask, you can also add it from the BSCScan token page by clicking the MetaMask fox icon.

Why does my wallet show 0 BNB?

You need BNB (the native token of BSC) to pay for mint fees and gas. Make sure:
• You're on the BSC Mainnet (Chain 56), not BSC Testnet or Ethereum
• You have actual BNB, not wrapped BNB or other tokens
• Buy BNB from an exchange (Binance, Coinbase, etc.) and withdraw to your wallet on BSC

📊 Tokenomics

What is the total supply of NXS?

The maximum supply is 100,000,000 NXS (100 million tokens). This cap is enforced on-chain — the contract will reject any mint that would push total supply above this limit.

Is there a presale or team allocation?

No. There is zero presale, zero team allocation, zero VC allocation, and zero airdrop. 100% of the supply is distributed through public minting at the same price for everyone. The deployer must mint their own NXS just like any other community member.

Can the max supply be changed?

The owner can call setMaxSupply() to change the cap, but only to a value above the current total supply. This means supply cannot be reduced below what has already been minted. The function exists to allow increasing supply if the community votes for it, but decreasing below minted supply is mathematically impossible.

Where does the mint revenue go?

All BNB from mints is forwarded to the treasury wallet (0x47acCa8639273C7D4B4864DdAd3f516289DB8188). Treasury funds are allocated to:
• Liquidity provision on DEXs
• Marketing and community growth
• Development and infrastructure
• Exchange listing fees (if community-approved)

🛡️ Safety

Is the contract verified?

Yes. The contract is fully verified on BSCScan with all source code publicly available. You can view it at:
bscscan.com/address/0xc9E7...9531#code

Anyone can read and audit the contract. There are no hidden functions, no proxy patterns, and no upgradeability.

Is NXS a honeypot or scam?

No. NXS is a standard BEP-20 token with fully verified source code. Key safety indicators:
• ✅ Verified contract on BSCScan
• ✅ No hidden mint function — the only way to create tokens is the public mint()
• ✅ No transfer restrictions — you can send NXS freely
• ✅ No blacklist function — no address can be blocked from transferring
• ✅ 3 mint limit per wallet enforced on-chain
• ✅ OpenZeppelin battle-tested contracts
• ✅ No proxy/upgradeability — the code is immutable

Has the contract been audited?

The contract is built on OpenZeppelin v5.0 — the most audited and battle-tested smart contract library in the industry. While no third-party audit has been commissioned yet, the contract is:
• Fully verified for public inspection
• Built on audited OpenZeppelin components
• Simple and transparent (no complex DeFi logic)
• Protected with ReentrancyGuard

A formal third-party audit is planned for Phase 3 of the roadmap.

What can the owner do?

The contract owner has limited, transparent powers:
setMintPrice() — Adjust the BNB price to track USD value
toggleMint() — Pause/resume minting (emergency only)
setMaxSupply() — Increase max supply (cannot decrease below minted)
setTreasury() — Change treasury wallet address
withdrawStuck() — Recover BNB accidentally sent to contract
transferOwnership() — Transfer contract ownership

The owner CANNOT: mint free tokens, change token balances, block transfers, or rug pull. All owner actions emit public events.

🚀 Future

When will NXS be listed on exchanges?

DEX listing on PancakeSwap is planned for Phase 3 (Q3-Q4 2025) with locked liquidity. Centralized exchange (CEX) listings are planned for Phase 4-5 based on community growth and demand. The priority is building a strong community and trading volume first.

Will there be staking?

Yes! Staking is planned for Phase 4 (Q1-Q2 2026). NXS holders will be able to stake their tokens to earn yield rewards. The exact staking mechanics and reward distribution will be determined based on community input and tokenomics sustainability.

How can I help grow the community?

There are many ways to contribute:
Mint NXS — become an early holder
Spread the word — share on Twitter/X, Reddit, Telegram, 4chan
Create content — memes, threads, videos, articles
Join the community — upcoming Telegram and Discord
Provide feedback — help shape the roadmap

Community ambassadors and contributors will be recognized and rewarded in future phases.

Is there a governance plan?

Yes. Phase 4 includes the launch of a community governance DAO. NXS holders will be able to vote on:
• Protocol upgrades and parameter changes
• Treasury fund allocation
• Exchange listing priorities
• Marketing and community initiatives

The goal is full decentralized governance — where the community, not the original deployer, controls the project's future.

Still have questions?

We're building our community channels! Soon you'll be able to reach us on Telegram and Discord. For now:
• Read the whitepaper for deep technical details
• Check the roadmap for upcoming plans
• View the verified contract on BSCScan
• Start minting at nexustoken.live