> 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/my-listing/my-offer/deposit-refund-for-individual-cover.md).

# Deposit Refund for Individual Cover

#### Step-by-step instructions

1. Make sure that your deposit period (lock-up period) is passed. After the deposit period is passed, you can withdraw your deposit.
2. Click the “Deposit Refund” button\
   ![](https://lh5.googleusercontent.com/LxWi-5RsFaj9GLVqz4fF6PGsc8V7wfMfLTDy2Z-qHqY_moHsg5RfiuVXkzqOpwxftWSJUqkDbFNMK6QL2G0ul0PM2BzdAA92N5y1ylIDH5_hiQ1nvT7_pcm2E0raY3A4C5yXIwOI=s0)
3. You will see the amount of your asset
4. Check the terms and conditions
5. Click “Confirm & Submit”\
   ![](https://lh5.googleusercontent.com/BQ6jlZ_aW2df4drKGsJ7yrEvGj12v9gbvqbC20vCFPy-LWUtDZPbxOzUHjfqenSIeJ5tlS_ZydCN0IKxmO0G4Un8XUZJ2baFr2HF1bK3GcRWuL9j-J0Us9QEZ1DIIV0OizfQ4kH4=s0)
6. Authorize MetaMask to access your funds
7. Please wait for the network to process your transaction
8. You will get confirmation that your premium refund has been submitted to the network. Please wait until it is fully accepted.\
   ![](https://lh3.googleusercontent.com/hPGL_KoedRnNueuyXwhrIxg-3Al0Pmm-kkovFJiSCHu-kJtr4fqluHR8yQnYAefnQFXzkLOk_pzcDTegI4OzDTVUzUBQHpasWDRy3tdGNv1BzicQvmWy-1dst5QMYvbzqI9Bh72D=s0)

When your transaction is accepted, you will receive a notification.\
![](https://lh3.googleusercontent.com/9iCbEhHfPkiWn4j7wPy6bEmC4L6iz2t8klu2JcYEX4DSxNCh_y2q2jfUIMhOcaXpwnbx8BVE1vvn68i1m4AwAKVNteVptZil6kXoPMy0a1OKILTNu5FnZJDxJKPx0oFIJED6YFK6=s0)


---

# 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/my-listing/my-offer/deposit-refund-for-individual-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.
