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

# BonkCover Working Details

#### 1. Creation of Insurance Plans

1. **Insurance Plans:** Various insurance plans are created with different coverage amounts (e.g., $100, $500, etc.). These plans can be purchased with a specific amount of $BONK tokens.
2. **NFT-Based Plans:** Each insurance plan is represented as an NFT. This NFT details the holder’s insurance coverage and plan specifics.

#### 2. Purchasing and Managing Insurance Plans

1. **Purchase:** Users purchase an insurance plan NFT by paying a specified amount of $BONK tokens.
2. **Plan Management:** Users can easily manage and renew their insurance plans on the blockchain.

#### 3. Wallet Drain Scenario

1. **Drain Notification:** When a user realizes their wallet has been drained, they report the incident to the BonkCover platform.
2. **Chain Analysis:** An automated system analyzes the blockchain data to verify the reported drain transaction and determine if it was indeed a result of an attack.&#x20;

#### 4. Payout Process

1. **Verification:** Once the drain transaction is verified, the user is reimbursed up to the maximum coverage amount specified in their insurance plan.
2. **Payout:** The reimbursement is paid out directly to the user’s wallet in $BONK tokens.

#### 5. Liquidity Management

1. **Revenue and Expense Management:** The $BONK tokens collected from insurance plan sales are held in a liquidity pool and used for payout claims.
2. **Fees and Revenue Sources:** Small fees are charged during the purchase and renewal of insurance plans, which help to maintain liquidity.

#### 6. Security and Fraud Prevention

1. **Terms and Conditions:** Users agree to specific terms when purchasing insurance plans. These terms are designed to minimize the risk of fraud.
2. **Chain Detectives:** Specially trained chain detectives continuously monitor blockchain data to detect suspicious transactions and fraud attempts.

#### Technical Details

* **Smart Contracts:** Management of insurance plans, payout processes, and liquidity pool are handled by smart contracts.
* **Automated Transactions:** Payouts and plan renewals are executed automatically through smart contracts.
* **Blockchain-Based Analysis:** Advanced analysis algorithms are used to verify drain scenarios on the blockchain.

This structure allows BonkCover to effectively insure users’ wallets and leverage blockchain technology to create a secure and transparent insurance platform.


---

# 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:

```
GET https://bonkcover.gitbook.io/bonkcover/how-it-works/bonkcover-working-details.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
