> For the complete documentation index, see [llms.txt](https://axiehelper.gitbook.io/app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://axiehelper.gitbook.io/app/guides/setting-up-guilds-leaderboard.md).

# Setting Up Guild's Leaderboard

First, you need to prepare the list of Ronin Addresses or User IDs that you would like to add in the leaderboard.&#x20;

**Example:**

> ronin:e15012368403d29a5984236021979309506da62a&#x20;
>
> ronin:90c18527172bb55fc5ce82d6b8c8b892c7688e40&#x20;
>
> 1ec9eb6f-751c-687b-a60c-fbfc70c549dd
>
> 1ecbb9d9-4edb-6463-824f-5debc1e7f4bd
>
> 1ec9eb7e-6697-64e4-a60c-6506ded11098
>
> 0x2c3987adb030b59aff6433aa46a0a7fb0cfea9f8 684b37d41411ccef93b4036738319422f28f7dc2

{% hint style="info" %}

* You can seperate the ronin addresses or user ids by using new line or space.
* You can put both ronin address or user id on the list.
* It doesn't matter what format the ronin address is, whether it starts with \
  "ronin:" or "0x" the bot will parse it automatically for you.
  {% endhint %}

{% hint style="info" %}

* You can add up to **1000** players in the guild's leaderboard
  {% endhint %}

After preparing the list, you'll need to execute the [/manage-leaderboard](/app/commands/mod-commands/manage-leaderboard.md) command.

<figure><img src="/files/1rAsXQvyz4YUzEtczufH" alt=""><figcaption><p><a href="/pages/wYGvTg4t62IFXAMSbq8I">/manage-leaderboard command</a></p></figcaption></figure>

It'll show a prompt whether you would like to add player in the leaderboard, remove, or wipe the leaderboard completely. Click "Add"

Then, you need to input the ronin addresses and user ids that you've prepared.

<figure><img src="/files/9cLxtdwMal7PxxQxB4NY" alt=""><figcaption></figcaption></figure>

Finally, you just need to wait for process to finish and you'll see this output after its done

<figure><img src="/files/IZG1UACWZG3RXcXc6k2t" alt=""><figcaption></figcaption></figure>

You can now view the guild's leaderboard using the [/leaderboard](/app/commands/axie-commands/leaderboard.md) command! :tada:

<figure><img src="/files/3DDWSHCSkXOfWmYgmhZN" alt=""><figcaption><p><a href="/pages/enA6DjHrdzv58gL3MRBE">/leaderboard command</a></p></figcaption></figure>


---

# 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://axiehelper.gitbook.io/app/guides/setting-up-guilds-leaderboard.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.
