Create tax-enabled tokens on Solana with automatic distribution to dividends, buybacks, liquidity pools, and burns. No coding required.
// Initialize token with tax config
pub fn create_token(ctx: Context, config: TaxConfig) {
// Set transfer fee: 1-10%
token.tax_rate = config.rate;
token.allocations = Allocations {
dividends: config.dividends,
buyback: config.buyback,
liquidity: config.lp,
};
}Built on Solana's Token2022 standard with native transfer fees and automatic tax distribution.
Configure transfer fees from 1% to 10% with automatic distribution to dividends, buybacks, LP, marketing, or burns.
Fair launch mechanism with price discovery. No presales, no rugs. Automatic DEX listing when target is reached.
Built on Token2022 with native transfer fee extension. Maximum security and efficiency on Solana.
Automatic dividend distribution to token holders. Hold tokens and earn from every transaction.
Generate token descriptions and icons with AI. Create professional branding in seconds.
Real-time price charts, volume tracking, and holder analytics. Monitor your token's performance.