> For the complete documentation index, see [llms.txt](https://edwardbelt.gitbook.io/edprison-core-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://edwardbelt.gitbook.io/edprison-core-documentation/features/auction-house.md).

# Auction House

## Auction House Configuration

```yaml
maxAuctionsToPlace: 5 // THE NUMBER OF AUCTIONS A PLAYER CAN HAVE
timeToExpireInDays: 3 // THE DAYS TO EXPIRE THE AUCTION
minAuctionBalance: 500 // THE MIN BALANCE OF THE AUCTION
maxAuctionBalance: 100000 // THE MAX BALANCE OF THE AUCTION
```
