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

# Introduction

Welcome to CoverMax Protocol - A revolutionary decentralized insurance protocol that transforms traditional insurance through **tradeable risk tokens** backed by **yield-bearing collateral**.

## What is CoverMax?

CoverMax is a decentralized insurance protocol that enables users to:

* **Deposit** yield-bearing assets (aUSDC, cUSDT) into insurance pools
* **Receive** tradeable risk tokens representing their insurance position
* **Trade** risk exposure on Uniswap based on market conditions
* **Earn** yields from insurance premiums and underlying assets
* **Claim** protection when covered events occur

## Core Innovation

The protocol's key innovation lies in its **dual-tier risk tokenization**:

* **CM-SENIOR Tokens**: Lower risk, priority claims during redemption
* **CM-JUNIOR Tokens**: Higher risk, subordinate claims with greater yield potential

These tokens can be freely traded on Uniswap, creating a liquid market for insurance risk.

## How It Works

1. **Deposit Phase** (2 days): Users deposit yield-bearing assets
2. **Token Issuance**: Receive equal amounts of Senior and Junior risk tokens
3. **Coverage Phase** (3 days): Active insurance period with tradeable tokens
4. **Claims Phase** (1 day): Senior token holders have priority redemption
5. **Final Claims** (1 day): All remaining tokens can be redeemed

## Key Benefits

### For Insurance Providers

* Earn yields from insurance premiums
* Trade risk exposure based on market conditions
* Maintain liquidity through tradeable tokens

### For Risk Traders

* Speculate on insurance outcomes
* Arbitrage between risk tiers
* Access new yield opportunities

### For DeFi Protocols

* Protect user funds with decentralized insurance
* Integrate insurance seamlessly
* Benefit from community-funded coverage

## Quick Links

* 🚀 Getting Started
* 📖 Key Concepts
* 💼 Trading Strategies
* 🔧 Developer Documentation

## Protocol Statistics

| Metric             | Value            |
| ------------------ | ---------------- |
| Total Value Locked | $X,XXX,XXX       |
| Active Coverage    | $X,XXX,XXX       |
| Total Claims Paid  | $X,XXX,XXX       |
| Current Phase      | Coverage Period  |
| Time Remaining     | 2 days, 14 hours |

***

Ready to explore decentralized insurance? Continue to our Overview to learn more about the CoverMax Protocol.


---

# 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://covermax.gitbook.io/covermax/introduction.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.
