Clanker.world Deployments

Create a token on clanker.world/deploy

Users may create Clanker tokens using the clanker.world token creation page and connecting a wallet. The section below outlines the parameters are able to be configured by users.

1

Basic Token Info

Required, minimum metadata for token creation.

  • Name

  • Symbol / ticker

  • Image

2

Token Metadata

Optional, additional metadata fields that are both onchain and mutable.

  • Description

  • Telegram link

  • Website link

  • X (Twitter) link

  • Farcaster link

3

Fee Configuration

Optional, preset static and dynamic fee configurations for the initial token pool. Defaults to a static 1% fee.

  • Static Fee, fixed % fees on trades

  • Dynamic Fee, fixed % base fee + variable fee based on the pool's volatility

4

Reward Recipients

Optional, set additional reward recipients for trading fees from the pool. Defaults to 100% of rewards going to the User's connected wallet, accrued in the paired token.

For each Reward Recipient, the following must be set:

  • Admin Address, address that has the ability to override the current Reward Recipient to a new address.

  • Reward Percentage, percentage of total rewards allocated to the Reward Recipient.

  • Reward Type, type of tokens that the user will receive as rewards. The token creator may configure this in the token creation process, but the Token Admin may change this at any time post-deployment.

    • Both, accrue rewards in both the newly created Clanker token and the token it is paired against

    • Clanker, accrue rewards entirely in the newly created Clanker token

    • Paired, accrue rewards entirely in the paired token (typically $WETH)

5

Pool Configuration

Optional, choose from a preset liquidity configuration. Defaults to the Standard pool type.

  • Pool Type, preset liquidity configurations (via LP position placements)

    • Standard, all liquidity is placed in one LP position with a configurable starting market cap.

    • Project, experimental liquidity setup utilizing multiple LP positions that are layered to enhance the liquidity profile of project tokens launching on Clanker. The current starting market cap for this configuration is fixed at 10 ETH.

  • Starting Market Cap in ETH, configure the starting market cap for Standard pools

6

Creator Vault

Optional, set aside tokens into a vault with configurable lockup and vesting periods. Defaults to a 30 day lockup with instant vesting.

  • Vault Percentage, percent of total token supply to allocate to the vault.

    • The token creator wallet is the default beneficiary of the tokens; however, the token creator may set a new beneficiary post-deployment.

  • Lockup Period, day when the lockup ends and vesting begins. There is a 7 day minimum that is enforced at the contract level.

  • Vesting Period, day when vesting ends. Vesting occurs linearly between the Lockup Period and Vesting Period.

    • Once vesting begins, anyone can call the function on the vault to distribute the tokens. Irrespective of who calls the distribution function, the tokens will be sent to the current beneficiary (the token creator by default, unless changed post-deployment).

7

Creator Buy (Dev Buy)

Optional, spend ETH to guarantee the first swap on the newly created token.

There are no upper / lower limits to the amount of ETH that may be used for a Creator Buy.

Last updated