Documentation

Technical reference for the Bonker token factory.

Airdrops

The BonkerAirdropV2 extension lets you distribute tokens to your community as part of the token deployment.

How it works

  • Airdrop is configured as a launch extension during token deployment
  • Token allocation is set in the deployment transaction
  • Recipients can claim their tokens on-chain
  • Merkle root is built from your CSV and enforced by the airdrop extension

The airdrop extension is registered on the factory with factory.setExtension(airdropAddress, true) and can be selected when deploying a new token.