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

# Why Buy a Cover

In the world of DeFi, risks such as protocol hacks, wallet breaks, and stablecoin depegging are on the rise. While the potential for high returns is thrilling, losing your assets due to unforeseen events can be devastating.

**Buying a cover (insurance)** is a smart way to protect your investments and gain peace of mind. It ensures that even if something goes wrong, you have a safety net to recover your losses. Think of it as a shield for your crypto assets, enabling you to confidently explore DeFi opportunities without constantly worrying about risks.

With an increase of **30% hacks on DeFi platforms in 2024**, having insurance is more important than ever. Secure your assets today and invest with confidence. Bright Union allows searching the DeFi positions by the wallet address, and finds the best coverage possible.

<figure><img src="/files/6gFDB5ztxAVybzwCQCrq" alt=""><figcaption></figcaption></figure>

### Algorithm for searching <a href="#criteria-for-comparison" id="criteria-for-comparison"></a>

| Step                                 | Comment                                                                                                           |
| ------------------------------------ | ----------------------------------------------------------------------------------------------------------------- |
| DeFi positions by the wallet address | The search is performed cross multiple EVM chains, such as Ethereum, Base, Optimism, Arbitrum, etc                |
| Highest exposure, USD denominated    | There is one 'Cover amount' for the whole portfolio, we look for the highest exposure the wallet has, in USD      |
| Best product on the market           | We look cross chains, cross risk providers to find the best coverage product that would cover the whole portfolio |
| Optional: Add an extra protocol      | The user can add an extra protocol to be included into the coverage                                               |


---

# 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.brightunion.io/buying-coverage/crypto-coverage.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.
