> 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/open-market-insurance-contract/from-a-futures-position-from-nami-future-an-nao-futures.md).

# From a Futures position from Nami Future an NAO Futures

{% tabs %}
{% tab title="Nami Exchange App" %}
**Step 1:** Access the "Nami Futures" or "NAO Futures" interface. Select the "Positions" section to view opening positions.

**Step 2:** Select "Buy cover now" for the position you want to buy an insurance contract.

**Step 3:** Check the information of the suggested insurance contract.

**Step 4:** Customize the information to suit demands or select "Buy Cover" to confirm the purchase immediately.

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

**Notes:**

Positions will be suggested insurance contract when meeting the following conditions:

* The trading pair is on the insurance asset list of Nami Insurance.
* The SL price (or liquidation price) has to meet the minimum/maximum limit of P-Claim.
* The system prioritizes suggesting an insurance contract based on the expected loss at the stop-loss price.
* The trading volume of the position is within 5 USDT - 10,000 USDT or 125,000 VNST - 250,000,000 VNST.

In case of unsuccessful purchase confirmation, users can check one of the following reasons:

* Unsuccessful contract opening due to exchange rate fluctuations at the time of confirmation causing P-Claim to fall outside the limit. Users can retry the steps in the instructions to open a new contract to protect the position.
* Unsuccessful contract opening due to insufficient balance in the user's Nami Insurance wallet. User can add more balance or adjust the contract accordingly.

**How to track opened Insurance contract on each position**

**Step 1: Access the "Nami Futures" or "NAO Futures" interface. In the "Positions" section, select the position you want to track Insurance contract statistics.**

**Step 2: In the "Order Detail" section, select "Insurance" to display the contracts list for the position.**

**Step 3: Select "Detail" of the insurance contract to track detailed information about the insurance contract.**

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

**Notes:**

* A Futures position can be covered by multiple different insurance contracts.
* The system will list all contracts that have been and are being opened for each position
  {% endtab %}

{% tab title="Website" %}

#### Step 1: Access the official Nami Insurance website&#x20;

#### Go to <https://namiinsurance.io> and log in using your Nami Exchange account. Select "Buy Insurance" from the menu.

<figure><img src="/files/945CJ0spaXRuI13Vc74Z" alt=""><figcaption></figcaption></figure>

**Step 2:** On the "Buy Cover" screen, select "Open Positions". Choose "Quick cover" for the position you want to insure

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

**Notes:**

Positions will be suggested insurance contract when meeting the following conditions:

* The trading pair is on the insurance asset list of Nami Insurance.
* The SL price (or liquidation price) has to meet the minimum/maximum limit of P-Claim.
* The system prioritizes suggesting an insurance contract based on the expected loss at the stop-loss price.
* The trading volume of the position is within 5 USDT - 10,000 USDT or 125,000 VNST - 250,000,000 VNST.

In case of unsuccessful purchase confirmation, users can check one of the following reasons:

* Unsuccessful contract opening due to exchange rate fluctuations at the time of confirmation causing P-Claim to fall outside the limit. Users can retry the steps in the instructions to open a new contract to protect the position.
* Unsuccessful contract opening due to insufficient balance in the user's Nami Insurance wallet. User can add more balance or adjust the contract accordingly.
  {% endtab %}
  {% endtabs %}


---

# 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/open-market-insurance-contract/from-a-futures-position-from-nami-future-an-nao-futures.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.
