# Create a New Listing (Request or Offer a Cover)

#### Prerequisite

* You are required to connect your MetaMask wallet to access Insured Finance
* You are required to switch your network to the Mumbai testnet
* Creating a new insurance cover request or offer listing requires 5000 INFI.

A tier system is in place for the creation of new **cover request** listings

* **Bronze**: To make a cover request of up to $10,000,\
  you need a minimum balance of 5,000 INFI.
* **Silver**: To make a cover request if up to $50,000,\
  you need a minimum balance of 10,000 INFI.
* **Gold**: To make a cover request of up to $100,000,\
  you need a minimum balance of 25,000 INFI.
* **Diamond**: To make a cover request of up to No Limit,\
  you need a minimum balance of 50,000 INFI.


---

# 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.insured.finance/how-to-guides/create-a-new-listing.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.
