Our Features
A few things set us apart from other token factories, let's explore...
No Private Key
Unlike some of the other token factories ☕️ 😉, we don't need your private key. All of your transactions are signed through your choice of web3 wallets.
You Control the Liquidity
We HIGHLY recommend locking the liquidity for at least 15 days so that your token is not flagged as a rug, however, we do not force you to do so.
Token Deployment Factory
The `ERC20Factory` contract serves as a factory for deploying instances of the CoinGenieERC20
contract. This facilitates easy and streamlined creation of multiple tokens with various parameters without having to deploy the core CoinGenieERC20
contract each time.
Uniswap Integration
The CoinGenieERC20
contract has interfaces (IUniswapV2Factory
and IUniswapV2Router02
) that allow it to interact with the Uniswap protocol. This enables functionalities such as creating new Uniswap pairs, managing liquidity, and performing token swaps on the Uniswap platform, all from the clean and simple Coin Genie UI.
Taxation Mechanism
The CoinGenieERC20
contract allows for the setup of tax rates for each CoinGenieERC20
instance. This could potentially be used for redistributions, liquidity additions, or other decentralized finance (DeFi) mechanisms.
Configurable Token Properties
When deploying a new instance of the CoinGenieERC20
via the CoinGenie
contract, several parameters can be configured such as token name, symbol, total supply, maximum transaction amount, maximum wallet size, and more. This provides flexibility for developers to define the characteristics of each token they deploy.
Last updated