Native Token
Ether.cat eCAT
The utility token powering the Ether.cat platform — fees, claims, and infrastructure.
Overview
eCAT is the native token of the Ether.cat platform — a professional multi-wallet management tool for Ethereum traders. The token is designed with a simple purpose: to share the platform's growth with its community.
Every swap routed through the EtherCatRouter generates a 0.4% fee. Those fees are split — half converted to ETH for operational costs (nodes, infrastructure, development), half retained as eCAT tokens to be distributed as weekly claims to active Ether.cat subscribers.
The token itself has a minimal, clean contract — no mint function after deploy, a 1% buy/sell tax after the first 50 blocks, and a 2% wallet cap to prevent sniping concentration at launch.
1,000,000,000
Total Supply
Ethereum
Network
eCAT
Ticker
18
Decimals
Tokenomics
The supply is fixed at 1 billion eCAT — minted entirely to the deployer at construction and never increased. There is no mint function. What you see at launch is all there will ever be.
| Total Supply | 1,000,000,000 eCAT |
| Max Wallet | 2% (20,000,000 eCAT) — permanent |
| Max Transaction | 2.5% (25,000,000 eCAT) — auto-lifted at block 25 |
| Swap Threshold | 0.5% (5,000,000 eCAT) — when contract sells fees |
| Liquidity | Added by team at launch via Uniswap V2 |
| LP Lock | Unicrypt |
The max-tx limit exists only for the first 25 blocks after launch to limit sniper bot exposure, then automatically becomes unlimited — no owner action required. Max wallet stays at 2% permanently.
Tax & Early Protection
Anti-snipeThe contract applies a 2.5% tax for the first 50 blocks after trading is opened. This protects against bots that attempt to snipe liquidity the moment a pair goes live. After block 50, the tax drops permanently to 1% buy / 1% sell — hardcoded in the contract, not adjustable by anyone.
| Period | Buy Tax | Sell Tax |
|---|---|---|
| First 50 blocks (~10 min) | 2.5% | 2.5% |
| After block 50 (permanent) | 1% | 1% |
Tax is collected by the contract and accumulates until the contract balance reaches the swap threshold (0.5% of supply). At that point — triggered on the next sell — the contract automatically performs a split swap: half the accumulated tokens are sold for ETH and sent to the owner wallet, the other half are transferred directly as eCAT tokens.
EtherCat Router
CustomEther.cat operates its own custom Uniswap V2-compatible router — the EtherCatRouter. It is a simplified, non-upgradeable swap router that wraps standard Uniswap V2 pair calls with a platform fee layer.
The router charges 0.4% on every swap. This fee is deducted from the input ETH before a buy, or from the output ETH after a sell. It flows directly to the feeCollector address — a wallet controlled by Ether.cat.
| Router Fee | 0.4% (40 / 10,000) |
| Max Fee (owner-settable) | 1% (100 / 10,000) |
| Reentrancy guard | Yes |
| Pause mechanism | Yes (owner-only) |
| Fee exemptions | Configurable per address (owner-only) |
The router only supports single-hop ETH ↔ token swaps. It does not handle token-to-token paths — keeping the surface area minimal and auditable.
Fee Distribution
All platform fees — both from the eCAT token tax and the EtherCatRouter swap fee — flow into the same distribution mechanism:
Sold for ETH
Half of the accumulated eCAT fees are automatically swapped for ETH. This ETH goes directly to the team wallet and is used for:
- Platform development and engineering
- Running dedicated Ethereum nodes
- Infrastructure, hosting, and scaling
- Security audits and tooling
Retained as eCAT
The other half stays as eCAT tokens. These accumulate in the owner wallet and will be distributed weekly as fee claims to users with an active Ether.cat payment plan.
- Weekly distribution to active subscribers
- Proportional to plan tier
- Claimable on-chain (future feature)
The weekly eCAT claims feature is on the roadmap and will be released after the token is live and the subscriber base is established. Users with BASIC and ENHANCED plans will both be eligible — with weighting reflecting plan tier.
Contract Explained
The eCAT contract is a custom ERC-20 with no external dependencies — no OpenZeppelin, no proxies, no upgradeable patterns. Everything is self-contained and verifiable. Here's what each piece does:
enableTrading()
Owner-only. Called once after Uniswap liquidity has been added. Sets tradingOpen = true and records launchBlock. All fee and limit timers start from this block. No trading is possible before it.
_activeFee()
Internal. Returns 2.5% (25/1000) for the first 50 blocks after launch, then 1% (10/1000) permanently. Both rates are constant — hardcoded at compile time. No one can change them.
_txLimitActive()
Internal. Returns true only for the first 25 blocks after launch. During that window the max-tx cap (2.5% of supply) is enforced. After block 25 it returns false automatically — no owner action needed.
_splitSwap()
Private. Called automatically when the contract accumulates ≥ 0.5% of supply (5M tokens) in fees. Splits the balance: 50% is sold for ETH via Uniswap and sent to the owner; 50% is transferred directly as eCAT to the owner. Triggered on the next sell once the threshold is reached.
renounceOwnership()
Sets the owner to the zero address permanently. After renouncement all owner-only functions become uncallable. Fee distribution via _splitSwap also stops — accumulated tokens stay in the contract indefinitely. This is irreversible.
How to Buy
eCAT trades on Ethereum mainnet. You can buy it through:
Uniswap V2
The standard decentralized exchange. Connect your wallet, paste the eCAT contract address, and swap ETH.
Open UniswapEtherCat Router
Our custom router — same V2 liquidity, with fee revenue going back to the platform and subscribers.
Open Ether.catLinks & Resources
Ether.cat
Copyright © 2026 Ether.cat
Ready to get started?
Connect WalletEther.cat is designed to be the all-in-one platform that crypto enthusiasts genuinely want to use. By offering a robust and user-friendly interface, Ether.cat simplifies your crypto journey, providing the tools and features necessary for success in the decentralized finance space.
Documentation