> For the complete documentation index, see [llms.txt](https://alexei-mirkin.gitbook.io/blocksurance-v2/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://alexei-mirkin.gitbook.io/blocksurance-v2/welcome-to-blocksurance.md).

# Welcome to BLOCKSURANCE!

{% hint style="info" %}
**Good to know:** BLOCKSURANCE is a decentralised application, it is a contract factory on the Polygon blockchain, much like Uniswap, which is capable of spawning an unlimited number of liquidity pools, among other things. These pool contracts are used to supply liquidity to users interested in obtaining coverage for their tokenized assets. Coverage purchased from a pool is represented by an NFT, which represents the proof of ownership of the coverage obtained, and can be traded on the open market.
{% endhint %}

## Getting Started

**Got 2 minutes?** Check out a video overview of our product:

{% hint style="info" %}
**Good to know:** Check out this video overview of how to obtain coverage through the app.
{% endhint %}

![](/files/R9fgGGNIpFJzUgJ9ogwI)

### Guides: Jump right in

Follow our handy guides to get started on the basics as quickly as possible:

{% content-ref url="/pages/B8a3W0qKxmZxCgHenWs8" %}
[Obtaining coverage](/blocksurance-v2/guides/obtaining-coverage.md)
{% endcontent-ref %}

{% content-ref url="/pages/BWSvNfrizA84AYOWj9Vx" %}
[Providing Liquidity](/blocksurance-v2/guides/providing-liquidity.md)
{% endcontent-ref %}

{% content-ref url="/pages/4nXExvEgyogJwB7eGh9E" %}
[OpenSea](/blocksurance-v2/guides/opensea.md)
{% endcontent-ref %}

{% hint style="info" %}
**Good to know:** your product docs aren't just a reference of all your features! use them to encourage folks to perform certain actions and discover the value in your product.
{% endhint %}

### Fundamentals: Dive a little deeper

Learn the fundamentals of MyProduct to get a deeper understanding of our main features:

{% content-ref url="/pages/z1D9gToe8UZTwXPQkYKK" %}
[Listed Tokens](/blocksurance-v2/fundamentals/listed-tokens.md)
{% endcontent-ref %}

{% content-ref url="/pages/3Rhx0vvN1Pr4u43WDbjx" %}
[Liquidity Pools](/blocksurance-v2/fundamentals/liquidity-pools.md)
{% endcontent-ref %}

{% content-ref url="/pages/mXOlR1O1jrjOHuKSupej" %}
[Liquidity](/blocksurance-v2/fundamentals/liquidity.md)
{% endcontent-ref %}

{% content-ref url="/pages/BHbFZzEa5jS2e9E8lQ1Z" %}
[Creating Pools](/blocksurance-v2/fundamentals/creating-pools.md)
{% endcontent-ref %}

{% hint style="info" %}
**Good to know:** Splitting your product into fundamental concepts, objects, or areas can be a great way to let readers deep dive into the concepts that matter most to them. Combine guides with this approach to 'fundamentals' and you're well on your way to great documentation!
{% endhint %}


---

# 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://alexei-mirkin.gitbook.io/blocksurance-v2/welcome-to-blocksurance.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.
