# Shitty Auctions

### How do Shitty Auctions work?

There are 3 channels in our Discord, 🏛-shitty-auctions-1 and 🏛-shitty-auctions-2 or 🏛-shitty-auctions-3. These channels are where you can create and bid on Shitty Auctions.

{% hint style="info" %}
There can only be 1 active Shitty Auction in each channel.
{% endhint %}

### How do I create an auction?

There are 3 Discord commands that you can use for Shitty Auctions.

`/createauction` allows you to create a Shitty Auction in the channel. You must specify an Asset ID. You can also specify a starting price, min bid difference and a duration (in hours with a min of 12 and max of 48 hours, defaults to 12 hours).

![](/files/s60BTvKHZtUtIdutLzFp)

`/viewauction` allows you to display the active Shitty Auction in the channel. This is so you can always see the latest details and time remaining.

![](/files/S26LCZsmAfLvkmnIPVyo)

`/bid` allows you to bid on the active Shitty Auction in the channel. You must provide the amount you want to bid and it must be higher than the max bid + min bid difference

![](/files/Mywtj5WnSPNnvv4UAAia)

### How long does each auction last?

Each auction defaults to 12 hours. You can update this if you'd like to make to longer/shorter. After the 12 hours, when someone uses a command in the channel, the active auction will immediately end and post the winner/highest bid in the channel.

### What happens when I win an auction?

After each auction, the creator of the auction and the highest bidder will need to get together and trade their NFT for Shitty Treats. You can use /tip to send treats if you'd like to. A new auction can then be created.

![](/files/1HFhDz0GWVI9Uv8p2L0A)


---

# 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.shittykitties.art/discord-utilities/shitty-auctions.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.
