# 3gm Discord Bot

- [Commands](https://bot.3gm.dev/3gm-discord-bot/commands.md)
- [/access](https://bot.3gm.dev/3gm-discord-bot/commands/access.md): Bot access information
- [/alerts](https://bot.3gm.dev/3gm-discord-bot/commands/alerts.md): Manage alerts
- [/webhooks](https://bot.3gm.dev/3gm-discord-bot/commands/webhooks.md): Setup and manage webhooks. Currently 4 advanced webhooks are supported by 3gm. Please note, webhooks are only allowed in servers with less than 25 users.
- [/blur](https://bot.3gm.dev/3gm-discord-bot/commands/blur.md): Various blur data
- [/changelog](https://bot.3gm.dev/3gm-discord-bot/commands/changelog.md): View recent changes to the bot
- [/coins profit](https://bot.3gm.dev/3gm-discord-bot/commands/coins-profit.md): View ERC20 Profit/Loss
- [/contract](https://bot.3gm.dev/3gm-discord-bot/commands/contract.md)
- [/find](https://bot.3gm.dev/3gm-discord-bot/commands/find.md): Find all tokens of a collection across all of your wallets
- [/friendtech profile](https://bot.3gm.dev/3gm-discord-bot/commands/friendtech-profile.md)
- [/friendtech activity](https://bot.3gm.dev/3gm-discord-bot/commands/friendtech-activity.md)
- [/friendtech profit](https://bot.3gm.dev/3gm-discord-bot/commands/friendtech-profit.md)
- [/friendtech holders](https://bot.3gm.dev/3gm-discord-bot/commands/friendtech-holders.md)
- [/friendtech trades](https://bot.3gm.dev/3gm-discord-bot/commands/friendtech-trades.md)
- [/gas](https://bot.3gm.dev/3gm-discord-bot/commands/gas.md): Calculate costs of a transaction for an upcoming mint.
- [/history](https://bot.3gm.dev/3gm-discord-bot/commands/history.md): Profit command history. This command tracks profit command usage starting from the beginning of September 2022. Each time you run a command it will add or replace an entry from your history.
- [/info](https://bot.3gm.dev/3gm-discord-bot/commands/info.md): Shows available commands
- [/invite](https://bot.3gm.dev/3gm-discord-bot/commands/invite.md): As a perk to 3gm Genesis Pass holders, an invite is granted that allowed any discord user full access to the 3gm Bot while the inviter holds a Genesis Pass
- [/listings](https://bot.3gm.dev/3gm-discord-bot/commands/listings.md): View all of your opensea listings  of a specific project
- [/mints](https://bot.3gm.dev/3gm-discord-bot/commands/mints.md): Get an overview of all your mints in the past day and past week.
- [/node](https://bot.3gm.dev/3gm-discord-bot/commands/node.md): Access information of a purchased 3gm Node
- [/portfolio](https://bot.3gm.dev/3gm-discord-bot/commands/portfolio.md): Track value of all tokens in your wallets
- [/privacy](https://bot.3gm.dev/3gm-discord-bot/commands/privacy.md): The privacy command allows you to toggle between public and private command mode. Read the details closely
- [/profiles](https://bot.3gm.dev/3gm-discord-bot/commands/profiles.md): The profiles command allows you to create and delete wallet profiles as well as toggle between your active profile. Management of the profile's wallets remains with the /wallets commands.
- [/profit](https://bot.3gm.dev/3gm-discord-bot/commands/profit.md): Calculate profit/loss of mints and secondary purchase of a specific project
- [/sales](https://bot.3gm.dev/3gm-discord-bot/commands/sales.md): Track your most recent NFT sales
- [/stats](https://bot.3gm.dev/3gm-discord-bot/commands/stats.md): Opensea stats for a collection
- [/search](https://bot.3gm.dev/3gm-discord-bot/commands/search.md): Opensea stats for a collection
- [/tokens](https://bot.3gm.dev/3gm-discord-bot/commands/tokens.md): View tokenIds that you hold for a given collection
- [/verify](https://bot.3gm.dev/3gm-discord-bot/commands/verify.md): The verify command allows you to verify ownership of an Ethereum address holding a 3gm access token. This functionality operates in the same manner as Vulcan Authentication.
- [/wallets](https://bot.3gm.dev/3gm-discord-bot/commands/wallets.md): Usually the first step when interacting with the bot for the first time. Manage your wallets to further interact with the bot
- [/watchlist](https://bot.3gm.dev/3gm-discord-bot/commands/watchlist.md): Track opensea floors of your added collections


---

# 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://bot.3gm.dev/3gm-discord-bot.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.
