# How do I bid on Mintverse?

First, let’s get a tiny bit technical. When bidding on items, Mintverse uses a currency called Wrapped Ethereum (WETH). The conversion rate from ETH to WETH is always 1:1, and you can downgrade any unused WETH back to ETH. WETH is essentially the same as ETH, with some special utility. To make the conversion, just go to the bids section of your Mintverse account.


---

# 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://mintverse.gitbook.io/mintverse-help-centre/collectors-guide/how-do-i-bid-on-mintverse.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.
