# leaderboard.yml

```yaml
# Token Leaderboard
currency-gui-title: '&eCurrency Top'
currency-format: '&7&l#%s &a%s - %s'

# Visual Representation individual leaderboard menus
layout:
- '         '
- '    x    '
- '   xxx   '
- '  xxxxx  '
- '         '
- '  < y > i'

fill-key: x
you-key: y

previous-item:
  display-name: '&aPrevious Page'
  skull: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNWZhMjJjYzZkZGQ1NjlhNmNlODk0YWFiOTA2YjczZGI4YmE4OWY2YTJiYjA3MWJhYjIyZTU3YTRmMDg4NWFiZiJ9fX0=
  lore: []
  glow: false
  material: ''
  durability: 0
  key: <
next-item:
  display-name: '&aNext Page'
  skull: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMjYzMTRkMzFiMDk1ZTRkNDIxNzYwNDk3YmU2YTE1NmY0NTlkOGM5OTU3YjdlNmIxYzEyZGViNGU0Nzg2MGQ3MSJ9fX0=
  lore: []
  glow: false
  material: ''
  durability: 0
  key: '>'
blank-item:
  display-name: ' '
  skull: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYmFkYzA0OGE3Y2U3OGY3ZGFkNzJhMDdkYTI3ZDg1YzA5MTY4ODFlNTUyMmVlZWQxZTNkYWYyMTdhMzhjMWEifX19
  lore: []
  glow: false
  material: ''
  durability: 0
  key: x
currency-top-items:
- display-name: '&bInformation'
  skull: ''
  lore:
  - '&7Gain tokens!'
  glow: true
  material: PAPER
  durability: 0
  key: i

```


---

# 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://docs.mantic.dev/manticcurrency/config-files/leaderboard.yml.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.
