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

# IPST

Marquee can incentivize fund provision in the insurance fund pool by issuing Insurance Pool Share Token (IPST). There are two types of IPST for two types of insurance products.

1. 1.The first is **index-related insurance**, which relies on the price of assets (e.g. NFTs, cryptocurrencies, and traditional assets). The IPST token of this type of insurance is called Price Pool Share Token (PPST).
2. 2.The other is **contract insurance**, which is based on the contract of events (e.g. tsunamis, earthquakes, pandemics, cyber-attacks). The IPST token of this type of insurance is called Contract Pool Share Token (CPST). This token is the counterpart of LP tokens in DEXs.

​The price of IPST is linked with MARQ, so the vault also backs its value. There is also a five-day locking period to prevent malicious sell-off.The value of IPST is determined by the following:![](/files/47f8WVZHqrjRUGAl5AQw)

where TVUP is the total value of USDT in the fund pool, TVIC is the total value of the current insurance contracts &![](/files/iAROJnRF0onwxY5gsfUM)is the total amount of user-generated LP tokens.Since the value of each insurance contract will fluctuate in real-time due to the fluctuation of the currency price, the value of IPST will also fluctuate. After the user deposits USDT into the fund pool, the total value of Marquee insurance contract fluctuates, which affects the price of IPST. The real-time value of IPST reflects the overall profit/loss situation of the fund pool in real-time.


---

# 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.marquee.fi/ipst.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.
