# Feature Release: Tip Custom Tokens!

Today we're happy to release a new feature! As a Discord server admin, you can now add any of the **7,369** official Solana tokens to your `/tip` command! Example below.

![Have your token auto populate in the /tip command.](/files/WjLaTbtaF8C1hsCfyWaS)

For added flexibility, you can also add any token not yet registered to the official token list as long as the address or token ticker do not conflict with an already registered token.

## Getting Started

Below are the requirements and steps to add an official or unofficial main-net token to your server's `/tip` command.

### Requirements / Prerequisites

1. You must have admin level access to the Discord server you wish to add a token to. \
   \
   \&#xNAN;*NOTE:* Anyone can make a Discord server to gain admin level access to try out this feature.
2. You must have invited SolStar Tip Bot in your Discord server. You can invite the Tip Bot with [this link](https://discord.com/oauth2/authorize?client_id=957020698776322119\&permissions=414733224000\&scope=bot%20applications.commands)

### Set Up Steps

1. Go to <https://solstar.finance/manage/guild-tokens>
2. Login with your Discord account
3. Click "Add Guild Token"
4. The form below will open
   1. **Select Guild**: Select which server the token should be added to.
   2. **Token Mint Address**: This is the full token address. This can be found on <https://solscan.io/> or <https://explorer.solana.com/> by searching for your token and finding the token address.
   3. **Token Name**: You can give your token a fun name.
   4. **Token Ticker**: If you are adding an official token, the ticker MUST match the official token ticker, this is to prevent abuse. If the token is not an officially registered token, you can add a custom ticker but it must not match an existing token or it will be rejected.
   5. Hit "Add Guild Token"
   6. If it's successful the token will show up under your guild and can be removed from there.

![Form to add token to /tip pre-populated list.](/files/2VvqPCXu3eFmikQMPHN9)

Now go to Discord and in your server, start typing `/tip` and the SolStar Tip Bot server command should appear now. It will have `SOL` pre-populated since all transactions require a small amount of SOL (<$1.00).

![Example custom token added to /tip server command.](/files/CRSjeWt5CLIHC9AjyS2d)

If you run into any issues, please ask for help in our [#support channel in the Discord](https://discord.gg/6JGDMMnjdY).

Good luck and have fun!

\- SolStar Development Team


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://documentation.solstar.finance/posts/feature-release-tip-custom-tokens.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
