> For the complete documentation index, see [llms.txt](https://docs.insured.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.insured.finance/how-to-guides/create-a-new-listing/create-a-cover-request-listing.md).

# Create a cover request listing

#### Prerequisite

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.

#### Step-by-step instructions:

1. Go to the search box and choose your asset type/project\ <img src="https://lh3.googleusercontent.com/0t0O57pgSq17_vVQRF5mLYiNkJdRbU1O4lS_yxfg7yccn8OivLfu2Z7fZHNKeH6gT_vKqbuHxHz8SZZ2r6VwPB4Eb5TVr0L5GYrR7ccY7ptHyFoVDdZEAVUvGRxeBA0jfY7XzH0l=s0" alt="" data-size="original">
2. Click on the "Click here" hyperlink to proceed to the create new listing page\
   ![](https://lh5.googleusercontent.com/cSHy2DzDBPfmMYot6tB-YvMh2YId1IkwXFarbeZtzuWTFluBoeS17Vix7JoilVj9HcmaBR8BIwaQZnuCcZMkhiADcaNuQcy6yUulgvHRbtC9I8TaxJUrR1R9QuIjmGfb8cIXTkM8=s0)
3. Fill all of the required forms and click the “Continue” button”\
   ![](https://lh6.googleusercontent.com/6WJZ2JkjK9R8pG3gqXAUeKJYrOOo9_d27dvBUloWIO4QYv2mDIr0F1zBLkl0s2QZSwPeUV7LOy57ySlpkQBxCJ1rmfUGOsduqzMeDngouOwkpTGniT2WO4vE9ebxVwPpy2CxHf9K=s0)
4. Confirm and submit your listing request\
   ![](https://lh5.googleusercontent.com/nn7wAgTZIWVcwetKea8zjMmFktNt12HrsDK3Z18m_JcjqTCXtJMaZqPieDIgUeeA0vI1lqvq8LAGMwuJh8itMFiybiXI9KYJWHlY1jhR-TYnLqZ-0Y5mpU1j7Y4EQogxRtNvULlK=s0)
5. Authorize access to your funds\
   ![](https://lh3.googleusercontent.com/dqbHxSFxvJPBH7Xozq2lBeM7ChBQHx5VjPCOFKZ4cWPo-XFEvYb5QbdQ89yRxwLm2rLhqBq419KTKKGbeJpnmOteawLQnKM7WzKB2TgFJuGoBtmYdM_xeoSHdEX1x8VGPsIVdYSu=s0)
6. Please wait for the network to process your transaction
7. You will get confirmation that your premium refund has been submitted to the network. Wait until it is fully accepted.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.insured.finance/how-to-guides/create-a-new-listing/create-a-cover-request-listing.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
