# Events

The slashing module emits the following events:

### MsgServer <a href="#msgserver" id="msgserver"></a>

#### MsgUnjail <a href="#msgunjail" id="msgunjail"></a>

| Type    | Attribute Key | Attribute Value |
| ------- | ------------- | --------------- |
| message | module        | slashing        |
| message | sender        |                 |

### Keeper <a href="#keeper" id="keeper"></a>

### BeginBlocker: HandleValidatorSignature <a href="#beginblocker-handlevalidatorsignature" id="beginblocker-handlevalidatorsignature"></a>

| Type  | Attribute Key | Attribute Value |
| ----- | ------------- | --------------- |
| slash | address       |                 |
| slash | power         |                 |
| slash | reason        |                 |
| slash | jailed \[0]   |                 |
| slash | burned coins  |                 |

* \[0] Only included if the validator is jailed.

| Type     | Attribute Key  | Attribute Value |
| -------- | -------------- | --------------- |
| liveness | address        |                 |
| liveness | missed\_blocks |                 |
| liveness | height         |                 |

#### Slash <a href="#slash" id="slash"></a>

* same as `"slash"` event from `HandleValidatorSignature`, but without the `jailed` attribute.

#### Jail <a href="#jail" id="jail"></a>

| Type  | Attribute Key | Attribute Value |
| ----- | ------------- | --------------- |
| slash | jailed        |                 |


---

# 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.metanovaverse.com/protocol-developers/modules/slashing/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.
