# Auction

Every week, Botto mints one artwork and puts it to auction on [SuperRare](https://superrare.com/bottoproject).&#x20;

### Proceeds

Like other SuperRare mints, Botto will retain 85% of auction proceeds. SuperRare retains the remaining 15% as an auction fee.&#x20;

ETH auction proceeds are distributed accordingly:&#x20;

* 40% to Active Rewards Contract
* 50% to DAO treasury
* 10% goes towards the [Karma Rewards](#karma) pilot.

### Selection Process

Botto creates 350 new art fragments and then lets community participants vote on their favorites with their Voting Points.&#x20;

The most voted on art fragment will be minted on SuperRare.

The first Botto mint happened on 22/10/2021 (DD/MM/YYYY), with subsequent mints taking place on 7 day intervals known as rounds, sectioned by a 13 week timeline known as Periods.&#x20;

### Auction Format

**Key Dates**

* Auctions are scheduled to begin every Wednesday, 22:00 CET
* Auctions are scheduled to end every Friday, 22:00 CET
* On the 13th week of each Period, Botto will select its own work to mint based, and so there is a break in voting that week and no auction.

Botto’s weekly auctions can be found on SuperRare at:[ https://superrare.com/botto](https://superrare.co/bottoproject)


---

# 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.botto.com/overview/auction.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.
