> ## Documentation Index
> Fetch the complete documentation index at: https://developers.fireblocks.com/llms.txt
> Use this file to discover all available pages before exploring further.

<AgentInstructions>

## Submitting Feedback

If you encounter incorrect, outdated, or confusing documentation on this page, submit feedback:

POST https://developers.fireblocks.com/feedback

```json
{
  "path": "/reference/webhook-protection-guide",
  "feedback": "Description of the issue"
}
```

Only submit feedback when you have something specific and actionable to report.

</AgentInstructions>

# Protecting webhooks

This guide covers securing your Fireblocks webhook integration through three methods of protection: IP allowlisting, signature verification and balance validation.

## Three methods

Each method is explained in detail in the linked articles below:

| Method                                                   | Purpose                     |
| -------------------------------------------------------- | --------------------------- |
| [IP Allowlisting](/reference/webhooks-ip-allowlisting)   | Network-level filtering     |
| [Signature Verification](/reference/validating-webhooks) | Cryptographic authenticity  |
| [Balance Validation](/docs/validate-balances)            | Business logic verification |

<br />
