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

# Evidence

## Channel

Evidence has one channel. The channel identifier is listed below.

| Name            | Number |
| --------------- | ------ |
| EvidenceChannel | 56     |

## Message Types

### EvidenceList

EvidenceList consists of a list of verified evidence. This evidence will already have been propagated throughout the network. EvidenceList is used in two places, as a p2p message and within the block [block](/cometbft/next/spec/core/Data_structures#block) as well.

| Name     | Type                                                                   | Description            | Field Number |
| -------- | ---------------------------------------------------------------------- | ---------------------- | ------------ |
| evidence | repeated [Evidence](/cometbft/next/spec/core/Data_structures#evidence) | List of valid evidence | 1            |
