# Auctions and NFTs

## Alp Auction Cadence

1 Alp is auctioned every 3 hours (8 per day). This auction cadence is representative of the 8 largest alpine tundra biomes across the globe – the Himalayas, Scottish Highlands, Scandinavian Mountains, American Cordillera, Rift Mountains of Africa, Carpathian and Pyrenees Mountains, Caucasus Mountains and the Tibetan Plateau.

## Alp Bidding and Settling

### Bids

Once an auction starts, everyone has 3 hours to bid. The auction reserve price is set at 0.08 ETH. Bids at the very last minute increase the auction time by 3 minutes. Sometimes, multiple bids are sent at the same time. This may result in bids coming in and winning an auction at the very last minute/seconds (irrespective of time increase).

### Settlement

Anyone can settle an auction. When an auction ends, a gas-only transaction is required to start the next auction (mint the next Alp token) and send the current Alp to the winner’s wallet. As gas price fluctuates, the cost of settlement also fluctuates.

Settlement gas price of every 4th and 9th Alp is higher. This is due to the transactions also triggering 1 Alp minted and sent to the founders or the alpine council during the first 5 years.

If an auction remains unsettled, it simply waits until someone does settle and kicks off again at that point.

### Bid Refunds

Unsuccessful bids are refunded in full, less gas spent to bid. Refunds are sent via an internal transaction included in the transaction of a new higher bid. This means that refunds for unsuccessful bids occur when a higher bid is received.

### Auctions with No Bids

Alps that are not bid on at auction are sent to the Alps Warming Hut. This address holds lost Alps for rescue opportunities and burn events. Rescues can include [prop house rounds](https://prop.house/alps), competitions, giveaways, promo, charity and burn events.


---

# 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://about.alps.wtf/about-us/auctions-and-nfts.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.
