# Guild Bot Commands

## COMMANDS LIST

### **Guild Manager Commands**

**`/add-manager`** - adds a guild manager to help you manage your PxE guild. By mentioning a guild member in the users option dropdown for Discord, you may assign that specific guild member as a guild manager.

**`/remove-manager`** - removes a guild manager from your PxE guild’s guild manager list through the same process as the /add-manager command.

**`/manager-list`** - displays a list of the current and active guild managers of a guild.

### Guild Owner Commands

**`/add-scholar`** - adds a guild member as a scholar for your selected PxE game. This is done by mentioning the guild member in the member option and the scholar’s wallet address in the wallet-address option where the bot tracks the earnings. This command has two sub-commands based on options you may request: manager-percentage and identification-number.

**`/update-scholar`** - updates the data set for a guild scholar in a supported PxE game by mentioning the scholar and inputting the updated data on manager-percentage, identification-number, or wallet-address options.

**`/remove-scholar`** - removes a selected scholar in the guild by mentioning the scholar in the user option.

**`/scholar-list`** - exports the list of guild scholars with the output in .CSV file format.

**`/top-scholar`** - displays the top scholar based on the metrics of a supported game such as MMR (Matchmaking Rank) or $SLP for Axie Infinity.

**`/import-scholar`** - executes a mass import of scholars to a guild’s scholarship management list.

**`/dashboard-overview`**- displays all of the guild scholar’s game performances for a selected game, with details on historical earnings from all of the guild’s listed scholars.

**`/pegaxy add-guild-asset-wallet`** - adds the Pegaxy asset wallet address to the guild which the bot tracks for earnings data and the renter. This requires a guild manager to add and fill out the Pegaxy asset wallet address at first using the wallet-address option.

**`/pegaxy check-guild-asset-wallets`** - displays the registered Pegaxy asset wallet address of the guild.

**`/pegaxy remove-guild-asset-wallet`** - removes the guild assets wallet address registered in the guild by inputting the asset wallet address in the wallet-address option.

**`/cyball add-guild-asset-wallet`** - adds the Cyball asset wallet address to the guild which the bot tracks for earnings data and the renter. This requires a guild manager to add and fill out the Cyball asset wallet address at first using the wallet-address option.

**`/scholarship-application download-applicant-list`**` ``-`exports the applicant list in .CSV file format.

**`/scholarship-application set-up-scholarship`** - sets up a scholarship program for a supported game to allow a guild member to send an application via /apply command.

### Players/Scholars Commands

**`/token-price`** - displays the PxE token details (current price, market cap, volume, etc.) of the selected PxE token to selected fiat currency (JPY, USD, PHP etc.)

**`/privacy-policy`** - returns/displays a link to the privacy policy for Guild Bot.

**`/apply`** - when run, Guild bot will send a list of general or customized questions set by a guild to the user/player. Answers will be stored by the bot and sent to the guild’s manager.

**`/account-details`** - displays the scholar or non-scholar game performance metrics and earnings, with the results displayed based on the default fiat currency of a selected game. Users may also request to display other guild member account details by mentioning the guild member under the user options.

**`/axieinfinity check-axie`** - displays statistics of an Axie ID that has been pre-filled in the axie-id option based on the selected Axie type (Origin, or Classic)

**`/cyball check-cybloc`** - displays the registered Cyball asset wallet address of the guild.

**`/pegaxy check-pega`** - checks a pega by filling out the pega-id option. Once set, this command will display the selected pega’s details such as energy, bloodline, and breed count, among other details.

**`/add-account`** - tracks the earnings for non-scholars who may already have an account for a supported game. The wallet address is required and can be filled out using the wallet-address option.

**`/update-account`** - updates the registered wallet address of a non-scholar by providing the wallet address in the wallet-address option.

**`/connect-wallet`** - runs authentication process for connecting a MetaMask wallet to the Guild Bot to open access to exclusive, token-gated commands for Alpha users.

**`/reports`** - opens access to token-gated BlockchainSpace exclusive reports.<br>


---

# 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://blockchainspace.gitbook.io/blockchainspace/or-blockchainspace-tooling/guild-discord-bot/guild-bot-commands.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.
