> 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-1.md).

# Buy an insurance policy

### What is a policy holder ?

* A policy holder is a participant who wants to hedge price loss.

### How to buy (hold) a policy?

&#x20;   1\. Click the 'Insurance'

&#x20;   2\. Choose the type of assets you'd like to be protected.

![](/files/-MY4Bi-qowjmJ4NfhHky)

&#x20;   3\. Choose the type of policy ("Cover 50% Off" or "Cover Miss Out").

&#x20;   4\. Check the best price premium and the max quantity you can buy. (There is always only one kind of policy for expiration date. ) type in the quantity, click Confirm button.

![](/files/-MY4GORHX93TLwFSFgta)

###

&#x20;   5\. After clicking the buy button, it will activate MetaMask wallet to confirm the deal.&#x20;

&#x20;   6\. Once you buy the policy successfully, you will receive the LONG Token. The transaction will show up on BSCscan.

&#x20;   7\. Visit [Insurance tab](https://app.helmet.insure/) and under “Policy You Hold”, it will list all the policies you bought. Verify that you received the correct LONG token by checking it with correct type of assets, policy price, premium, quantity, expiration date.

### How to activate a policy?

1. Visit [Insurance tab ](https://app.helmet.insure/)and check “Policy You Hold” , choose the policy you'd like to activate.
2. Verify you activate the policy at correct policy price.
3. **Prepare enough quantity of underlying assets (≥ Quantity of policies you buy) in your wallet**
4. Click "Activate" button and it will activate MateMask wallet to confirm the deal.&#x20;
5. Your underlying assets will be sent to policy supplier and you will receive denominated assets by your wallet.

![](/files/-MY4I49ansTv0_T0NQeW)

## Q-A

#### What happens if I don't activate the policy when it expires?

-The LONG Token will remain in your wallet as a keepsake, and the contract will no longer support your activation request.


---

# 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-1.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.
