> 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/take-a-listing-buy-or-provide-a-cover/take-a-cover-request-provide-an-insurance-cover.md).

# Take a Cover Request (Provide an Insurance Cover)

#### Prerequisite

* Taking a cover request or offer listing also requires 5000 INFI

#### Step-by-step instructions

1. Choose “Provide Cover”\
   ![](https://lh5.googleusercontent.com/efwELhJwujTbcj4q9skSTYxHuIS11lptdWQftx_teaEHphL5clhakxip_MUVKwFmCn_4rj68VMzGMEy448eoQw_UJyfx_fbcCqNU_hur4gdAuPD1h4rLYbWUm2fPRvGWK2F9EUPO=s0)
2. Fill in the maximum amount of USD-equivalent value that you want to provide coverage for and press enter\
   ![](https://lh5.googleusercontent.com/OwgoCYPDy6AuFeVN-CNNC0O8i95EIr3hPW32zOd_Q_zdRGJ_d_-nPoeO-d-Kbs27kccAYzPkxrJULt3_PWEJXwKpt-yXTl9N_f7jJhw8Oex2ucIbOrsEKVy30sufW-Xb3swJHs3i=s0)
3. There will be a list that matches your maximal insured sum\
   ![](https://lh5.googleusercontent.com/Nj1yULeVmz5aslWXriI67Vj0Yi-HkylHkEHn1SIjfKnEbI_fAk9fDdHiF71oqhMTzezTs9FzoDqviCByNUrt5F7Zma5IIp654V599hy9dM35wEEZ2OjUYyHheA9oiavTRH15P4Zh=s0)
4. Click the “Take Request” button for the insurance that you want to cover\ <br>
5. Click “Continue”\
   ![](https://lh6.googleusercontent.com/gro5Yj8TpvsFHEcBhDaToh9NGE1n5XazNoygoNf8tc6elD8vtmJwl8LrBFDQDGj90bw6-1pO6d4_zCrEqeGRpUhAB080VKrpnRAtXZ1X_3X5jCNARq9j1EEcLp1LJ4IMK1fUSDg7=s0)
6. Read the terms and conditions and tick the agreement box if all is agreeable. Click “Confirm & Submit”\
   ![](https://lh4.googleusercontent.com/9G7Ak2KdiUTGWtyztGpUvBaCmmOtz8YB8cx4paC84AdS3gO4780-lsNxB_IxPubF8uFWYUWyCX3e_WVafhpgxAthND-mgKPU78TnCfuxq0TpCLJ0DmGBi8qx6xvIi53tF9-67eEg=s0)
7. Confirm the transaction on MetaMask\
   ![](https://lh4.googleusercontent.com/-fCHU4rYPw6pBEAF9OO4jLZIBJHARD-nT3VV-_ScuAGDDN-E4PDSPqRyaJ44I7_UVJy0JOd4K5io6sAX-9j-JWzfGsTolLv_iJZwQf5_Y-c8HZGdAHUwFLaG6x32MLtheKo9OpFz=s0)

After the transaction is confirmed, you have successfully provided cover.<br>


---

# 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/take-a-listing-buy-or-provide-a-cover/take-a-cover-request-provide-an-insurance-cover.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.
