# Webhook Delivery for Confirmations

For each event detected on these networks, Crypitor will generate two webhook deliveries to ensure the transaction is included in the confirmed block:

1. **Initial Event Notification**
   * **Confirm Flag:** false
   * Sent immediately when the event is detected.
2. **Confirmation Event Notification**
   * **Confirm Flag:** true
   * Sent once the transaction reaches the specified confirmation block count.

Both notifications will have the same unique `eventId`, but the `confirm` flag will differ to indicate the confirmation status.

#### Example Workflow

1. **Initial Detection**
   * An event (e.g., ERC20 transfer) is detected on the Polygon network.
   * Crypitor sends the initial webhook notification with `confirm: false`.
2. **Block Confirmation**
   * Once the transaction reaches 50 confirmation blocks on the Polygon network, Crypitor sends the confirmation webhook notification with `confirm: true`.

#### Monitoring and Reliability

By supporting these networks and implementing a dual-notification system, Crypitor ensures that you can reliably monitor your transactions and confirm their inclusion in the blockchain. This is crucial for applications that require high reliability and accuracy in transaction tracking.

#### Support

For further assistance, refer to our support documentation or contact [Crypitor support](mailto:support@crypitor.com).


---

# Agent Instructions: 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://docs.crypitor.com/crypitor-service/network/webhook-delivery-for-confirmations.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.
