DOCUMENTATION

Learn the Reef

Everything you need to launch tokens, trade, stake, and build AI agents on DEEPTANK.

Overview

DEEPTANK is a fair-launch token launchpad on Base (Chain ID: 8453). Every token deployed gets 1 billion supply and immediate full-range Uniswap V3 liquidity. No bonding curves, no graduation mechanics, no presales.

Tokens have a configurable buy-side-only tax (1%–10%) that funds the platform, the creator, stakers, and anyone in the fee split. Sells are never taxed.

ChainBase (Ethereum L2)
Supply1,000,000,000 per token
Liquidity100% to Uniswap V3, LP burned to 0x...dEaD
Buy Tax1%–10% (creator configurable)
Sell TaxNone

How It Works

The entire lifecycle of a DEEPTANK token — from creation to reward distribution — is handled on-chain through four smart contracts working together.

Creator
launches token
TokenFactory
deploys + creates LP
Uniswap V3
trading pool live
Buy Tax
collected on buys
DISTRIBUTES TO
Platform
20%
Creator Splits
80%
1Creator launches

Sets name, symbol, image, buy tax rate, and fee split recipients.

2Token goes live

1B tokens minted, full-range LP created on Uniswap V3. LP NFT is burned to 0x...dEaD — liquidity is permanent and irrevocable.

3Trading begins

Anyone can buy or sell. Buy transactions are taxed, sells are free.

4Rewards flow

Tax is swapped to WETH, then distributed: 20% platform, 80% per creator splits.

Launch a Token

Launching is a single transaction. The TokenFactory contract deploys your token, creates the Uniswap V3 pool, adds liquidity, and burns the LP position — all in one call.

What you configure

Token Name
e.g. DeepBlue
Symbol
e.g. DBLUE
Image
IPFS or upload
Buy Tax
1%–10% slider
Fee Splits
Up to 5 recipients
Metadata
Website, socials, description

After launch

Token ownership is permanently renounced. No one — not even the creator — can modify the token, change the tax, or register new pools. The LP NFT is sent directly to 0x000...dEaD, burning it permanently. Liquidity can never be withdrawn — this is a rug-pull-proof design.

Want to buy your own token at launch? Use the swap panel on the token page right after deployment. Same interface as every other trader — fair for everyone.

Trading

All trading happens on Uniswap V3 through DEEPTANK's built-in swap panel. You can also trade directly through the Uniswap interface or any aggregator.

Buying

Send ETH, receive tokens minus buy tax. Tax is automatically deducted during the transfer.

Selling

Send tokens, receive ETH. No tax on sells — you get the full amount.

All pools use the 0.05% fee tier (Uniswap V3 pool fee = 500). Make sure your router calls use this fee tier when interacting directly with contracts.

Fee System

Every buy transaction on a DEEPTANK token is taxed. The tax is collected in tokens, then swapped to WETH and distributed automatically.

Buy Tax Collected
tokens sent to FeeRouter
FeeRouter
swaps TOKEN → WETH via Uniswap V3
Platform
20%
direct transfer
Creator Pool
80%
split to recipients
Creator-defined splits (example)
Creator
claimable
Stakers
auto-deposit
Team
claimable

Fee splits

The creator defines up to 5 recipients for the 80% creator portion. Each recipient gets a percentage (in basis points summing to 10,000). Common splits:

Creator wallet
Direct earnings
Staking pool
Rewards for stakers
Team wallet
Operations fund
Marketing
Growth budget
Charity
Social impact

Distribution

Anyone can trigger distribution by calling distribute(token) on FeeRouter. This is permissionless — the caller pays gas for the swap, but it benefits all recipients. The recommended pattern is distributeAndClaim() which distributes and claims in a single transaction.

Staking

Stake any DEEPTANK token to earn WETH rewards from that token's buy tax. The staking contract uses a MasterChef-style accumulator for gas-efficient, pro-rata reward distribution.

Reward tokenWETH
Lock periodNone — unstake anytime
Auto-claimRewards claimed on stake/unstake
SourceBuy tax → staker split

How it works

  1. A token creator allocates a % of their fee split to the staking contract.
  2. Users stake that token to earn a share of the WETH rewards.
  3. When buy tax is distributed, the staking portion flows to stakers pro-rata.
  4. Claim anytime, or use distributeAndClaim() for fresh rewards in one tx.

If no one is staking a token, the staking share of that token's fee split is redirected to the platform wallet until someone stakes.

AI Agents

DEEPTANK is built for autonomous agents. AI agents can launch tokens, trade, stake, and claim rewards — just like human users, but programmatically.

skill.md

The skill.md file is a machine-readable integration guide that any AI agent can consume. It contains contract addresses, function signatures, parameter specs, and example workflows.

View skill.md

Agent capabilities

Launch tokens
Deploy new tokens with custom configurations
Execute trades
Buy and sell via Uniswap V3 SwapRouter
Stake & unstake
Manage staking positions programmatically
Claim rewards
Distribute fees and claim WETH earnings

Smart Contracts

DEEPTANK consists of four core contracts deployed on Base. All contracts use Solidity ^0.8.20 with OpenZeppelin dependencies.

TokenFactoryCore

Deploys tokens, creates Uniswap V3 pools, burns LP NFT to 0x...dEaD.

0x07619c0739024e8e12A2280fC1d8918628B492AA
DeepTankTokenPer token

ERC-20 with buy-side tax. New instance deployed per token by the factory.

FeeRouterCore

Collects buy tax, swaps to WETH, distributes to platform + creator splits.

0x457AF21162ED98253920a5435E4FC6487148d655
DeepTankStakingCore

Global staking contract. MasterChef-style WETH rewards from buy tax.

0x23D2DBC2e6Ef76fA2647E5d76a4BdE18Bf591803

All contracts are deployed on Base Mainnet (Chain ID: 8453). LP NFTs are burned to 0x000...dEaD — liquidity is permanent and cannot be withdrawn by anyone. See skill.md for the full technical reference.

Security

DEEPTANK is designed with safety as a priority. Here's what protects you:

LP burned to dead address
LP NFTs are sent to 0x000...dEaD on-chain. This is irreversible — no one can withdraw liquidity, ever.
Ownership renounced
Token contracts have no admin. Tax rates and splits are immutable after launch.
No sell tax
You can always sell your full position without any deduction.
Reentrancy protection
All state-changing functions use OpenZeppelin ReentrancyGuard.
Permissionless distribution
Anyone can trigger fee distribution — no single point of control.

Smart contracts are not yet audited. Use at your own risk. Always verify contract addresses before transacting.

Frequently Asked Questions

No. The token contract ownership is renounced immediately after launch. Tax rate and fee splits are permanent.

The LP NFT is sent to 0x000...dEaD (burned) in the same transaction that creates the pool. This is on-chain and verifiable on Basescan. No one — not the creator, not the platform — can ever withdraw liquidity.

Sell taxes create friction and erode trust. Buy-only tax is simpler, fairer, and doesn't penalize holders who want to exit.

Stake a token whose creator allocated a fee split to the staking contract. You'll earn WETH proportional to your share of the total staked amount.

Yes. DEEPTANK is designed for both humans and AI agents. Download skill.md for the machine-readable integration guide.

Base (Chain ID: 8453), an Ethereum L2. All transactions use ETH for gas.

No platform fee for deployment. The platform earns from the 20% share of buy tax across all tokens.

Ready to dive in?

Launch your token or explore the reef.

Launch TokenView skill.mdExplore Reef