> For the complete documentation index, see [llms.txt](https://docs.shredpay.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.shredpay.xyz/developers/webhooks/events.md).

# Events

Outline of events emitted by Agent Wallet:

| Event                   | When                                                                      |
| ----------------------- | ------------------------------------------------------------------------- |
| `transaction.broadcast` | A signed tx has been submitted to the chain.                              |
| `transaction.confirmed` | The tx reached the configured confirmation depth.                         |
| `transaction.failed`    | The tx reverted or was dropped.                                           |
| `funds.deposited`       | An inbound transfer was credited to the sub-wallet.                       |
| `screening.alert`       | An inbound transfer triggered a screening hit; the sub-wallet was frozen. |

Each event will be documented with a sample payload and field reference. For now, follow the patterns in [Webhooks Overview](/developers/webhooks/overview.md) and verify signatures per [Signature Verification](/developers/webhooks/signature-verification.md).
