> 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/protocol/pricing-model.md).

# Pricing Model

**Crypto Price Cover Pricing Model**

Since insurance is in effect options and hence, the insurance premium can be calculated using Monte Carlo method. In the risk-free environment, suppose the underlying asset price follows geometric Brownian motion:

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

In the discrete-time form, μ is the expected return, and σ is its standard deviation and follows a standard normal distribution.Following the Taylor expansion, we can find the price path of the insurance premium:

Since

<figure><img src="/files/4lhPfKS7lo6IhWNPeCuU" alt=""><figcaption></figcaption></figure>

We have

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

Where μ = r is the risk-free rate, σ is the yearly standard deviation of the underlying asset's return, and T - t is the time to maturity,![](https://web.archive.org/web/20231208022535im_/https://3827843763-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FdWPmqIPzV2ryaHVbMGcD%2Fuploads%2FHtFvJ19QCHTG4sCYBGJb%2Fimage.png?alt=media\&token=fdcd0170-f79b-42ae-9298-b553b85ed8d9)is the price of the underlying asset at period t. The key variable that controls![](https://web.archive.org/web/20231208022535im_/https://3827843763-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FdWPmqIPzV2ryaHVbMGcD%2Fuploads%2F4o2VE9PGeLh1tKkvlN4E%2Fimage.png?alt=media\&token=b7b2b18b-4a49-4f34-aa7f-7fa9dd3563b5)is![](https://web.archive.org/web/20231208022535im_/https://3827843763-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FdWPmqIPzV2ryaHVbMGcD%2Fuploads%2FA4tGxYz3eaMpL7w1GEaj%2Fimage.png?alt=media\&token=9b3e465a-1ad6-42de-b7e1-b09b327e5859)which can be obtained by sampling![](https://web.archive.org/web/20231208022535im_/https://3827843763-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FdWPmqIPzV2ryaHVbMGcD%2Fuploads%2FwuwFwnQxrTznYZClA9OS%2Fimage.png?alt=media\&token=a1a90698-87e0-4c6b-a432-b626470c84c6)and simulating the price path of the underlying asset. This allows us to calculate the insurance premium.


---

# 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/protocol/pricing-model.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.
