📝Contract Templates
An overview of the contract templates you can use to deploy directly through our dApp.
Our platform makes it easy to deploy your own token without writing any code, using ready-made, audited contract templates with customizable inputs that work across all supported chains.
We currently offer two free templates, with more advanced options coming soon. Below is a quick overview of each contract type, including features, pricing, and the inputs required for deployment. New templates will be added here as they become available.
Clog/Preloaded Contract
Overview
The Clog contract is one of the most widely used token contracts on the blockchain. It provides strong launch protection with initial buy and sell taxes that automatically reduce after a set number of transactions. Instead of just taxing buyers directly, the contract comes preloaded with tokens it can sell to collect taxes, giving you flexibility to manage launch funding while lowering tax rates for traders.
Key Features:
Preloaded tax mechanism
Automatic tax reduction
Customisable limits
Anti-drain protection
Contract Example:
Standard Tax Contract
Overview
The Standard Tax contract is a simple, clean token contract with fixed buy and sell taxes. Unlike the Clog contract, it does not preload tokens or create automatic tax reductions, which means there’s no additional selling pressure from the contract itself. Taxes can be manually adjusted by the owner at any time, and there are no extra trading restrictions or special mechanisms.
Key Features:
Fixed buy and sell taxes
No clog system — avoids extra contract sell pressure.
No automatic tax reduction or hidden mechanisms.
Anti-drain protection
Contract Example:
Adding Liquidity
To provide liquidity to either of these contracts, send the desired ETH and token amounts directly to the contract before calling the function to enable trading. The contract will handle adding liquidity automatically through the connected router (e.g. it will add liquidity via uniswap directly).
The contract has a function to withdraw ETH/tokens at anytime in case you send the wrong amount or need to recover funds.
Last updated