Plans TaxToken creation with fee-split sanity checks, anti-sniping defaults, explicit confirmation gates, and post-launch tax-info reconciliation.
{
"action": "create_tax_token",
"name": "Tax Agent Coin",
"symbol": "TAXA",
"taxFeeRate": 5,
"taxBurnRate": 0,
"taxDivideRate": 0,
"taxLiquidityRate": 100,
"taxRecipientRate": 0,
"budgetBnb": 0.01,
"dryRun": true
}
npx fourmeme verify
burn + divide + liquidity + recipient = 100.npx fourmeme create-instant --image=... --name=... --short-name=... --desc=... --label=... --tax-token --tax-fee-rate=5 --tax-burn-rate=0 --tax-divide-rate=0 --tax-liquidity-rate=100 --tax-recipient-rate=0
Or use create-api -> create-chain if the user wants two-step control.npx fourmeme tax-info <tokenAddress>
npx fourmeme token-info <tokenAddress>
npx fourmeme events <fromBlock> [toBlock]