Frequently Asked Questions
Common questions about deploying and managing tokens and NFT collections with QryptoLauncher. If you don't see what you're looking for, see the about page or the disclaimer.
What is QryptoLauncher?
QryptoLauncher is a no-code web application for deploying ERC20 tokens and ERC721 NFT collections on Base. You configure your contract in a browser form, connect a wallet, and deploy directly onchain — no Solidity or deployment tooling required.
Do I need to know how to code?
No. The entire flow — token or collection setup, image uploads, metadata generation, and deployment — is handled through the interface. You only need a browser wallet and enough ETH on Base to cover gas and the protocol fee.
Does QryptoLauncher take custody of my tokens or collection?
No. QryptoLauncher is non-custodial. 100% of an ERC20 token's initial supply is minted to your wallet, and ownership/minting rights of an ERC721 collection go directly to the wallet that deployed it. We never hold your private keys or funds.
What does it cost to deploy?
Deploying an ERC20 token currently carries a fixed protocol fee of 0.00027 ETH, plus standard Base network gas. NFT collection deployment costs depend on your configuration (supply, metadata size) plus gas. Exact costs are shown in the app before you confirm a transaction.
Which networks are supported?
Base Mainnet for live deployments, and Sepolia Testnet for testing your configuration before spending real funds. You can switch networks from the header at any time.
What wallet do I need?
QryptoLauncher currently supports MetaMask as a browser-injected wallet provider. Make sure it's installed and set to the correct network (Base Mainnet or Sepolia) before deploying.
How is NFT metadata and image storage handled?
When you create an ERC721 collection, uploaded images are pinned to IPFS through Pinata, and QryptoLauncher automatically generates standards-compliant metadata JSON for each token, with a base URI pointing to your IPFS content.
Are the smart contracts audited or verified?
The factory contracts are built on OpenZeppelin's audited ERC20 and ERC721 base implementations and are deployed and verified on Basescan and Etherscan, so you can review the exact bytecode and source before interacting with them. Contract addresses are listed in the project's GitHub repository.
Can I mint more NFTs after deploying a collection?
Yes, up to the maximum supply cap you set at deployment. Minting after deployment is controlled by the collection owner (your wallet) through the dashboard.
Where can I see everything I've deployed?
The dashboard indexes all tokens and collections deployed from your connected wallet, with direct links to view each contract on Basescan or Etherscan.
Is deploying a token or NFT collection reversible?
No. Blockchain transactions are permanent once confirmed. Double-check your configuration — name, symbol, supply, metadata — before submitting a deployment transaction, since it cannot be edited or undone afterward.
Is this financial advice or a guarantee of value?
No. QryptoLauncher is deployment tooling only. It doesn't provide financial, legal, or investment advice, and creating a token or NFT collection doesn't guarantee it will have any value or market. See the disclaimer for details.
