Token Transfers & Gifting

OctaBot allows you to send tokens to other X users during deployment. This feature is optional and runs only after a successful token launch.

What This Feature Does

  • Sends tokens from the newly deployed token supply

  • Targets a specific X (Twitter) username

  • Executes automatically after deployment

This is useful for:

  • Gifting tokens to collaborators

  • Seeding community members

  • Sending allocation to a public account

How to Use Token Transfers

To include a token transfer, append the transfer instruction to your deploy command.

Format

@OctaBot deploy NAME / SYMBOL and send tax to @username

Example

@OctaBot deploy ELON MUSK / ELON and send tax to @elonmusk

Important Rules

  • Transfers only work after a successful deployment

  • The username must be a valid X handle

  • Only supported transfer keywords are processed

  • Misspelled or invalid usernames will fail the transfer step

If the transfer fails, the token deployment still completes.

Limitations

  • Transfers cannot be executed without deployment

  • Multiple recipients are not supported

  • Transfer amounts and logic are predefined by the platform

  • Transfers cannot be reversed

Best Practices

  • Double-check the username before posting

  • Avoid tagging inactive or suspended accounts

  • Keep commands simple to prevent parsing errors

If you only want to deploy a token, you can omit the transfer instruction entirely.

Last updated