> For the complete documentation index, see [llms.txt](https://premint.gitbook.io/vulcan/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://premint.gitbook.io/vulcan/products/bots/trade-bot.md).

# Trade Bot

To begin, please ensure that the Vulcan Authentication role has the following permissions in your server. It must be able to see your desired support channels. *<mark style="color:red;">**Double-check your channel overrides to ensure Vulcan has sufficient access to broadcast the support ticket webhook. A warning will appear on the setup screen if Vulcan lacks sufficient permissions and the configuration cannot be saved. You can find how to set up channel permissions under the**</mark>* [*<mark style="color:purple;">**Getting Started**</mark>*](https://help.vulcan.xyz/getting-started) *<mark style="color:red;">**document section.**</mark>*

Start by navigating to the Trade Bot option on the left side menu of your Vulcan Dashboard.

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

Then select Add Trade Bot, choose the channel you would like trades to be posted in, and then Save.

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

## How to use Trade Bot commands

* **POSTING TRADES** - To post a trade use the command `/trade` the bot will then fetch all NFTs you have verified within the server. Next, you can select which NFT you'd like to trade with and then write a brief description of what you are looking for. Below is an example flow.

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

* **CREATING OFFERS** - To create a verified offer you simply click the 'Create Verified Offer' button under any trade post. Next, you will select an asset you have verified ownership of within the server followed by a brief description of the offer. Below is an example flow.

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

* **DELETING TRADES** - To delete trade offers you have made click the trash can button under the post.

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

* **TRADES COMMAND** - Finally, the `/trades` command. When you use this command it will show you the 5 most recent trade offers posted within the server that are still active. This will also display the number of counter-offers sent to that trade. Clicking the blue name will direct you to the trade. Below is an example flow.

<figure><img src="/files/T9jv6Hol3u5cb9iXp2rx" alt=""><figcaption></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://premint.gitbook.io/vulcan/products/bots/trade-bot.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.
