# Gamerse Auction House

Gamerse supports auction-style bidding allowing bidders to pay in $LFG or ETH. Payments made in LFG grant a 50% discount on all fees for the winning bidder and seller in the auction.

ETH and other cryptocurrency payments pay the standard auction fee of 1.5%. The seller can set the fee structure as a seller fee or buyer fee, which dictates who pays the fee against the item being sold. These fees are configurable though we suggest 2% or less.


---

# 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://gamerse.gitbook.io/gamerse/tokenomics/gamerse-auction-house.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.
