> For the complete documentation index, see [llms.txt](https://helmet-insure.gitbook.io/helmet/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://helmet-insure.gitbook.io/helmet/guide-book-1/guidebook.md).

# Supply an insurance policy

### What is a policy supplier?

A policy supplier is a participant who deposits **denominated asset** to supply policy on the market. Anyone could do this if they are confident in the **underlying assets** price. Or official teams of the underlying assets, seeking to make coverage for their users by a reasonable price, will perform policy suppliers.&#x20;

**Please do keep in mind that if the policy you supply is bought, your original denominated asset can be swap to underlying asset by policy holder at any time during the insurance period.**

\[Learn more about ***Denominated asset** and **Underlying asset*** at **Techniacal terms**]

{% content-ref url="/pages/-MNiUjTKrwyZosLkKX61" %}
[Technical terms](/helmet/guide-book-1/explanation-of-technical-terms.md)
{% endcontent-ref %}

### Why should I be a policy supplier?

As a policy supplier, by publishing and selling a policy, you could get quick, upfront premium from buyers. If there is no holder activate the policy until expiration date, you can redeem your denominated asset back for all of your initial collateral (minus the redemption fee) and the premium will be your net profits.&#x20;

### How to Supply a policy?

Firstly, you need to deposit the denominated asset to publish a policy supplying advertisement; (Helmet contract supports any asset as denominated asset to sell insurance of asset X as long as there is a swap tool on the chain with price fixing capability or an exchange index that reflects the price of the market. If you want to supply A Token insurance policy by using B Token as denominated asset , you need to determine an exchange ratio between A Token& B Token and post it according to the trading liquidity.）

In order to protect users from liquidity attacks, at early stage, the team publishes insurance assets which can be traded based on the chain ecology. Helmet team will introduce more insurance instruments based on liquidity.&#x20;

![](/files/-MY4LuU0BLSzbnn9hhg4)

1. Visiting the [Insurance tab ](https://www.helmet.insure/product)of helmet.insure. Choose the type of assets you'd like to provide the price protection, Click the "Supply" button
2. Choose the type of policy
3. Choose the expected DPR you prefer and the max quantity you can supply. (There is always only one kind of policy for expiration date. ) Click "Confirm Cover Miss Out" or "Confirm Cover 50% Off"  button . \[*Note: A high DPR will lead to a low ranking of transactions*].
4. After clicking the buy button it will activate MetaMask wallet to confirm the deal.&#x20;
5. There will be a “Confirm” button. Click it. &#x20;
6. Once you publish successfully, you will receive SHORT tokens. They will be available under “Policy You Supply”. Verify you received the correct SHORT token by checking it with correct type of assets, policy price, Total policies you publish, SHORT Token, expiration date.

### How to withdraw my settlement of policy?

1. Visiting the [Insurace tab](https://app.helmet.insure/) of helmet.insure. Choose "Policy Settlement";
2. Here shows the quantity of assets you can get back to your wallet, click"Withdraw"
3. There will be a “Confirm” button. Click it. Let it confirm.&#x20;

![](/files/-MY4Mxt1YiA6WNfM4dgC)


---

# 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://helmet-insure.gitbook.io/helmet/guide-book-1/guidebook.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.
