Documentation

Technical reference for the Bonker token factory.

Launch Extensions

Bonker's modular architecture supports launch extensions — additional logic that runs during token deployment.

Available extensions

ExtensionDescription
AirdropV2Distribute tokens to community at launch
VaultConfigurable token allocation for deployer (extensionBps)
DevBuy (v4)Atomic frontrun-proof buy bundled into deploy TX
Presale AllowlistWhitelisted presale before public trading
Presale ETHETH-based presale with proceeds to creator

Extensions are gated by the factory — only factory-approved extensions can be used.

To enable an extension, the factory owner calls factory.setExtension(extensionAddress, true).