# 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](/webhooks/overview.md) and verify signatures per [Signature Verification](/webhooks/signature-verification.md).


---

# 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://developers.shredpay.xyz/webhooks/events.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.
