For the complete documentation index, see llms.txt. This page is also available as Markdown.

Send Tokens

The Send Tokens tab lets a player transfer tokens to another player.

How it works

  1. The sender enters the recipient's server ID and an amount.

  2. On confirm, the server validates the transfer: the amount must be positive and the sender must actually have enough tokens.

  3. If valid, tokens are moved from sender to recipient, both balances update live, and the transfer is written to vip_transactions so it shows up in History.

The sender's current balance is shown at the top of the tab so they always know how much they can send.

Last updated