> For the complete documentation index, see [llms.txt](https://juicebot.gitbook.io/juicebot/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://juicebot.gitbook.io/juicebot/bot/gamified-leaderboard-system/leaderboard-usernames.md).

# Leaderboard Usernames

By default, JuiceBot displays your wallet address as your username on the Leaderboard. However, you can personalize your leaderboard experience by linking your X.com account and using your X.com username instead. Here’s how to set or change your username:

### Default Display

If no X.com account is linked, your wallet address (e.g., `0x582a...3005`) will be displayed as your username on the leaderboard.

### Linking Your X.com Account

You can easily link your X.com account in the Username section of the leaderboard menu. Once linked, your Twitter handle will replace the default wallet address as your username. To link your X.com account follow these steps:

1. Tap **Connect X.com** from the **Username menu**. You'll be asked to open a link.
2. Click **Connect X.com**
3. Sign in to the X.com account you'd like to connect.
4. Click **Authorize App**.

### Changing Your Username

After linking your X.com account, your X.com username will be visible to other users on the leaderboard and the JuiceBot website.

#### Managing Your Accounts

You can always disconnect your Twitter account if you prefer to revert to showing your wallet address. Simply return to the Username section, and select Disconnect Twitter.

#### Visibility

Keep in mind, your selected username, whether it’s your wallet address or Twitter handle, will be visible to other users on the leaderboard and on the JuiceBot website.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://juicebot.gitbook.io/juicebot/bot/gamified-leaderboard-system/leaderboard-usernames.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
