> For the complete documentation index, see [llms.txt](https://maxylab.gitbook.io/get-started/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://maxylab.gitbook.io/get-started/the-scientist/auctions-tool.md).

# Auctions Tool

Same as our whitelisting tool, auctions can be performed only by our official partners. The process is simple and you can get an auction started within a few steps.

Can be accessed by using *<mark style="color:yellow;">`$auction-panel`</mark>* command.

{% tabs %}
{% tab title="UI" %}

<figure><img src="https://media.discordapp.net/attachments/851166839970070550/1065045043213238282/image.png" alt=""><figcaption><p>Place a bid!</p></figcaption></figure>

<div><figure><img src="https://media.discordapp.net/attachments/851166839970070550/1065045361573515275/image.png" alt=""><figcaption></figcaption></figure> <figure><img src="/files/ZEQ5j4LIyHrId2Qo6bra" alt=""><figcaption></figcaption></figure></div>

<figure><img src="https://media.discordapp.net/attachments/866014845769089034/1065045539940487248/image.png" alt=""><figcaption></figcaption></figure>

[⏰](https://emojipedia.org/alarm-clock/) *Auction end date can be extended by placing a bid in last 5 minutes. Can be an endless bid battle!*
{% endtab %}

{% tab title="Auction Panel" %}
Deposit NFTs and create an auction right on Discord in a few easy steps!

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

<figure><img src="https://media.discordapp.net/attachments/851166839970070550/1065040804944547911/image.png?width=400&#x26;height=676" alt=""><figcaption><p>Note: Before you create an auction make sure you have NFTs deposited in vault.</p></figcaption></figure>
{% endtab %}

{% tab title="Deposit NFTs" %}
You can deposit up to 10 NFTs by clicking on "Deposit NFTs" button on *<mark style="color:yellow;">`$auction-panel`</mark>*.

Your **unique memo** will be generated and you'll have to deposit the assets on our *<mark style="color:yellow;">`maxylabvault`</mark>* wallet. When you're done with this step push again $auction-panel command and your NFTs will be shown there!

<figure><img src="https://media.discordapp.net/attachments/851166839970070550/1065040804944547911/image.png?width=400&#x26;height=676" alt=""><figcaption></figcaption></figure>

<figure><img src="https://media.discordapp.net/attachments/866014845769089034/1065056081715409006/image.png" alt=""><figcaption><p>Everyone has an unique memo identifier.</p></figcaption></figure>
{% endtab %}

{% tab title="Create Auction" %}
Create an auction right from *<mark style="color:yellow;">`$auction-panel`</mark>*&#x6F;nce you deposited the NFTs in our vault!

<figure><img src="https://media.discordapp.net/attachments/866014845769089034/1065043546140319864/image.png?width=759&#x26;height=676" alt=""><figcaption><p>Once you send asset ID, NFT information such as name, mint and IFPS image will be automatically generated.</p></figcaption></figure>

<figure><img src="https://media.discordapp.net/attachments/866014845769089034/1065043990203871262/image.png" alt=""><figcaption></figcaption></figure>

<figure><img src="https://media.discordapp.net/attachments/866014845769089034/1065044276507062352/image.png" alt=""><figcaption></figcaption></figure>

<figure><img src="https://media.discordapp.net/attachments/866014845769089034/1065044403086954683/image.png" alt=""><figcaption></figcaption></figure>

<figure><img src="https://media.discordapp.net/attachments/866014845769089034/1065044566396391444/image.png" alt=""><figcaption><p>Once the auction ends, the bot will transfer the NFT to the winning bid. If there is no winner, the NFT will stay in the Maxylab NFT Vault.</p></figcaption></figure>
{% endtab %}
{% endtabs %}


---

# 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://maxylab.gitbook.io/get-started/the-scientist/auctions-tool.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.
