> For the complete documentation index, see [llms.txt](https://docs.namiinsurance.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.namiinsurance.io/english/caculator.md).

# Caculator

What is Calculator?

The Calculator is a tool that suggests a suitable contract with an insurance payback that offsets the negative profit when the asset price changes according to their digital asset trading information or Futures position.

How to use the Calculator?

Step 1: Users access the "Calculator" screen.

<figure><img src="/files/nWl4OxZXTAzzN0eBdWXi" alt=""><figcaption></figcaption></figure>

Step 2: Input the information of your Futures or Spot position into the Calculator on the left-hand side.

Step 3: After filling in the information in the Calculator, the system will suggest an insurance contract with the suitable Insurance Plan based on the Margin and Period to help protect 100% of the user's expected loss.

Users can also adjust the Margin and Period of the suggested insurance contract, and the system will automatically select the suitable Insurance Plan.

<figure><img src="/files/9E7M854bgs4Wy9fyqbjb" alt=""><figcaption></figcaption></figure>

Step 4: After obtaining a suitable suggested insurance contract, users can buy the contract quickly by selecting "Buy Now”.

Step 5: Review the information and click Confirm.

<figure><img src="/files/5J5Xls10mkX4o5s4Bt6d" alt=""><figcaption></figcaption></figure>

Note: Suggested insurance contract can only be opened when the position stop-loss prices from the Calculator meet the P-claim conditions of the insurance policy.

<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.namiinsurance.io/english/caculator.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.
